@charset "UTF-8";
/*
Theme Name: nextinnovation

*/
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Lato:wght@400;700&family=Noto+Serif+JP:wght@700;900&family=Oswald:wght@700&family=Montserrat:wght@700&display=swap");
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html {
  font-size: 16px;
}

/*********** Blog header + single ***********/
#headerbg.blog.narrow {
  height: 180px;
  padding: 48px 0;
}
#headerbg.blog #title {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  line-height: 1.6;
}

@media (max-width: 768px) {
  #headerbg.blog.narrow {
    height: 150px;
    padding: 32px 16px;
  }
  #headerbg.blog #title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    line-height: 1.45;
  }
}
.blog .single .head-1 {
  position: relative;
  margin-bottom: 1.4rem;
  padding-left: 18px;
}
.blog .single .head-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: calc(100% - 6px);
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d24146), to(#233b89));
  background: -webkit-linear-gradient(top, #d24146 0%, #233b89 100%);
  background: linear-gradient(180deg, #d24146 0%, #233b89 100%);
  -webkit-box-shadow: 0 4px 14px rgba(35, 59, 137, 0.15);
          box-shadow: 0 4px 14px rgba(35, 59, 137, 0.15);
}
.blog .single .head-1 h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.15em 0 0.25em;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #1f2a44;
}
.blog .single .head-1 h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(35, 59, 137, 0.12)), color-stop(50%, rgba(35, 59, 137, 0.08)), to(rgba(210, 65, 70, 0.15)));
  background: -webkit-linear-gradient(left, rgba(35, 59, 137, 0.12) 0%, rgba(35, 59, 137, 0.08) 50%, rgba(210, 65, 70, 0.15) 100%);
  background: linear-gradient(90deg, rgba(35, 59, 137, 0.12) 0%, rgba(35, 59, 137, 0.08) 50%, rgba(210, 65, 70, 0.15) 100%);
  border-radius: 6px;
  z-index: -1;
}
.blog .single .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.blog .single .post-meta .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #4a4a4a;
}
.blog .single .post-meta .date i {
  font-size: 1rem;
  color: #233b89;
  margin-right: 8px;
  line-height: 1;
}
.blog .single .featured-image {
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.blog .single .featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog .single .entry-content {
  line-height: 1.8;
}

/*********** Category archive list ***********/
.category .archive-main .archive-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.category .archive-main .archive-card {
  background: #ffffff;
  border: 1px solid #e5e8ee;
  border-radius: 10px;
  padding: 16px;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.category .archive-main .archive-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.category .archive-main .archive-card__thumb {
  display: block;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 8px;
  background: #f6f7fb;
}
.category .archive-main .archive-card__thumb .archive-card__thumb-link,
.category .archive-main .archive-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.category .archive-main .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.category .archive-main .archive-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 8px;
}
.category .archive-main .archive-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  font-size: 0.95rem;
  color: #4a4a4a;
}
.category .archive-main .archive-card__date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.category .archive-main .archive-card__date .archive-card__date-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.category .archive-main .archive-card__category a {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(35, 59, 137, 0.1);
  color: #233b89;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.category .archive-main .archive-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.category .archive-main .archive-card__title a {
  color: #1f1f1f;
  text-decoration: none;
}
.category .archive-main .archive-card__title a:hover {
  text-decoration: underline;
}
.category .archive-main .archive-card__excerpt {
  font-size: 0.97rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}
.category .archive-main .archive-pagination {
  text-align: center;
}

@media (max-width: 576px) {
  .category .archive-main .archive-card {
    padding: 12px;
  }
  .category .archive-main .archive-card__thumb {
    max-height: 180px;
  }
  .category .archive-main .archive-card__title {
    font-size: 1rem;
  }
  .category .archive-main .archive-card__excerpt {
    font-size: 0.92rem;
  }
}
a {
  word-break: break-all;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  font-family: "Marcellus", "Noto Sans JP", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  display: block;
  margin: auto;
}

p {
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}

li {
  list-style: none;
}

ul.list {
  margin: 0;
  padding-left: 0;
}
ul.list > li {
  position: relative;
  padding-left: 1.2em;
}
ul.list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: #233b89;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

h2,
h3 {
  clear: both;
}

.h4 {
  line-height: 1.5;
}

.bold {
  font-weight: bold;
}

caption {
  font-size: 1.3em;
  font-weight: bold;
  caption-side: top;
}

a.cc {
  color: #2b2b2b !important;
  text-decoration: none;
}

span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66));
  background: -webkit-linear-gradient(transparent 40%, #ffff66 40%);
  background: linear-gradient(transparent 40%, #ffff66 40%);
  font-weight: bold;
}

span.dot {
  display: inline-block;
  position: relative;
}
span.dot::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 50%;
}

.bg-y {
  background-color: #fffff1;
}

/***********トップ共通見出し*******************/
.head-2 {
  position: relative;
  text-align: left;
  padding-top: 0.5rem;
  display: inline-block;
}
.head-2 span.en {
  position: relative;
  left: 0;
  top: 0.1rem;
  font-family: "Poppins", "Lato", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 700;
  color: #dddddd;
  letter-spacing: 0.08em;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}
.head-2 span.en.white {
  color: rgba(255, 255, 255, 0.6);
}
.head-2 h2.jp {
  position: relative;
  z-index: 1;
  color: #213d83;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  top: -20px;
}
@media (min-width: 992px) {
  .head-2 h2.jp {
    top: -30px;
  }
}

/***********moreボタン*******************/
a.btn-more {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.2em 0.5em 1.2em;
  background-color: #ffffff;
  color: #213d83;
  border: 1px solid #213d83;
  font-size: 4.5vw;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  a.btn-more {
    font-size: 1rem;
  }
}
a.btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #213d83;
  border-right: 1px solid #213d83;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn-more:hover {
  text-decoration: none;
  background-color: #0b254c;
  color: #fff !important;
}
a.btn-more:hover::after {
  border-color: white;
}

span.red {
  color: #d24146;
}

.bg-gray {
  background-color: #e8e8e8;
}

.bg-cream {
  background-color: #fefff0;
}

/*********** ヘッダー*******************/
/*********** ナビゲーション*******************/
.navbar-toggler {
  padding: 0.4rem;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 10000;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 28px;
  height: 20px;
  display: inline-block;
}

.navbar-toggler .navbar-toggler-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #233b89;
  -webkit-transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(1) {
  top: 0;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(2) {
  top: 9px;
}

.navbar-toggler .navbar-toggler-icon span:nth-child(3) {
  top: 18px;
}

.navbar-toggler.is-open .navbar-toggler-icon span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-toggler.is-open .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.is-open .navbar-toggler-icon span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar {
  padding: 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

#navi {
  position: fixed;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  top: 0;
  left: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
}
#navi button {
  outline: #fff;
}
#navi #navmenu1 ul li {
  padding: 10px 18px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
#navi #navmenu1 ul li a {
  font-size: 15px;
  color: #233b89;
  padding: 0.5em 0.5em;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#navi #navmenu1 ul li a .nav-ja {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
#navi #navmenu1 ul li a .nav-en {
  display: block;
  margin-top: 2px;
  font-size: 0.7em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #233b89;
  font-family: "Rajdhani", sans-serif;
}
#navi #navmenu1 ul li a:after {
  content: none;
}
#navi #navmenu1 ul li a:hover {
  color: #8290fc;
  text-decoration: none;
}

body:not(.home) #navi {
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

body.is-drawer-open {
  overflow: hidden;
}

.sp-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(80vw, 320px);
  height: 100vh;
  background: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9998;
  padding: 80px 20px 20px;
  overflow-y: auto;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.12);
          box-shadow: -10px 0 20px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .sp-drawer {
    display: none;
  }
}

.sp-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9997;
}
@media (min-width: 992px) {
  .drawer-overlay {
    display: none;
  }
}

body.is-drawer-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

#sp_navi .sp-nav {
  margin: 0;
  padding: 0;
}

#sp_navi .sp-nav li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

#sp_navi .sp-nav li a {
  display: block;
  color: #233b89;
  text-decoration: none;
  text-align: center;
}

#sp_navi .sp-nav li a .nav-ja {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

#sp_navi .sp-nav li a .nav-en {
  display: block;
  margin-top: 2px;
  font-size: 0.7em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #233b89;
  font-family: "Rajdhani", sans-serif;
}

#sp_navi .sp-nav li.aic_line,
#sp_navi .sp-nav li.aic_mail {
  border-bottom: none;
  padding: 0;
  margin-top: 10px;
  overflow: hidden;
}

#sp_navi .sp-nav li.aic_line {
  background-color: #01B901;
}

#sp_navi .sp-nav li.aic_line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  color: #fff;
  position: relative;
}
#sp_navi .sp-nav li.aic_line a::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 60%;
  height: 220%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: cta-sheen 1.4s linear infinite;
          animation: cta-sheen 1.4s linear infinite;
  pointer-events: none;
}

#sp_navi .sp-nav li.aic_mail {
  background-color: #f45100;
}

#sp_navi .sp-nav li.aic_mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#sp_navi .sp-nav li.aic_mail a::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 60%;
  height: 220%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: cta-sheen 1.4s linear infinite;
          animation: cta-sheen 1.4s linear infinite;
  pointer-events: none;
}

#navi.is-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
}

#navmenu1 ul li a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#navmenu1 .dropdown-menu {
  top: 35px;
}

#navmenu1 ul li.contact a {
  color: #090909;
}

#navmenu1 ul li.aic_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #01B901;
  overflow: hidden;
}
#navmenu1 ul li.aic_line a {
  padding: 15px 10px;
  color: #fff !important;
  position: relative;
}
#navmenu1 ul li.aic_line a::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 60%;
  height: 220%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: cta-sheen 1.4s linear infinite;
          animation: cta-sheen 1.4s linear infinite;
  pointer-events: none;
}
#navmenu1 ul li.aic_mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f45100;
  overflow: hidden;
}
#navmenu1 ul li.aic_mail a {
  padding: 15px 10px;
  color: #fff !important;
  position: relative;
}
#navmenu1 ul li.aic_mail a::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 70%;
  height: 250%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: cta-sheen 1.4s linear infinite;
          animation: cta-sheen 1.4s linear infinite;
  pointer-events: none;
}

/*********** メインイメージ*******************/
section.hero {
  position: relative;
  padding: 180px 0 60px 0;
  height: 100vh;
  background: url(images/bg_hero_sp.png) no-repeat center 0px/cover;
}
@media (min-width: 567px) {
  section.hero {
    height: auto;
    padding: 120px 0 70px 0;
    background: url(images/bg_main.png) no-repeat center -100px/100%;
  }
}
@media (min-width: 768px) {
  section.hero {
    padding: 150px 0 80px 0;
    background: url(images/bg_main.png) no-repeat center 0px/100%;
  }
}
@media (min-width: 992px) {
  section.hero {
    padding: 170px 0 80px 0;
    background: url(images/bg_main.png) no-repeat center 0px/100%;
  }
}
section.hero h1.hero_badge {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 0px;
  color: #233b89;
  font-weight: bold;
}
@media (min-width: 567px) {
  section.hero h1.hero_badge {
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) {
  section.hero h1.hero_badge {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  section.hero h1.hero_badge {
    font-size: 2.2rem;
  }
}
section.hero h1.hero_badge span {
  position: absolute;
  top: -2.2rem;
  left: 0;
  display: inline-block;
  font-size: 0.75em;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0.3em 0.5em;
  color: #fff;
  background: #233b89;
  border-radius: 10px;
}
@media (min-width: 567px) {
  section.hero h1.hero_badge span {
    top: -2.4rem;
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  section.hero h1.hero_badge span {
    top: -3.6rem;
  }
}
section.hero h1.hero_badge span::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -6px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #233b89 transparent transparent transparent;
}
section.hero p.hero_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #213d83;
}
@media (min-width: 567px) {
  section.hero p.hero_title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  section.hero p.hero_title {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  section.hero p.hero_title {
    font-size: 2.5rem;
  }
}
section.hero p.hero_lead {
  font-size: 1.1rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
  font-weight: normal;
}
section.hero p.hero_lead span.hero-lead-second {
  color: #d24146;
}
@media (min-width: 567px) {
  section.hero p.hero_lead {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  section.hero p.hero_lead {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  section.hero p.hero_lead {
    font-size: 2rem;
  }
}
section.hero p.sub_lead {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (min-width: 567px) {
  section.hero p.sub_lead {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  section.hero p.sub_lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  section.hero p.sub_lead {
    font-size: 1.8rem;
  }
}
section.hero .tab-container {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
section.hero .tab-container .google-tab {
  position: relative;
  background-color: #ffffff;
  padding: 8px 10px;
  border-radius: 20px 0 0 0;
  font-size: 1rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  section.hero .tab-container .google-tab {
    font-size: 1.5rem;
    padding: 8px 15px;
  }
}
section.hero .tab-container .google-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 10px 0 0 0 #ffffff;
          box-shadow: 10px 0 0 0 #ffffff;
}

/***********悩み*******************/
section#trouble {
  position: relative;
  overflow: hidden;
}
section#trouble::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 0;
  width: 70%;
  height: 30%;
  background: rgba(200, 200, 200, 0.2);
  border-radius: 0;
  pointer-events: none;
}
section#trouble .head-2 h2.jp {
  line-height: 1.5;
}
section#trouble .head-2 h2.jp span.dot::before {
  top: -5px;
}
@media (min-width: 992px) {
  section#trouble .head-2 h2.jp span.dot::before {
    top: -8px;
  }
}
section#trouble div.col-lg-4 {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  section#trouble div.col-lg-4 {
    margin-bottom: 0px;
  }
}
section#trouble div.col-lg-4:last-child {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  section#trouble div.col-lg-4:last-child {
    margin-bottom: 0px;
  }
}
section#trouble h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #213d83;
}
section#trouble .fukidashi_title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 14px 18px;
  background: #d24146;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  line-height: 1.4;
}
section#trouble .fukidashi_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #d24146;
}
section#trouble .trouble_cards {
  margin-top: 100px;
}
section#trouble .trouble_cards .col-lg-4:nth-child(1) .card {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
section#trouble .trouble_cards .col-lg-4:nth-child(2) .card {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
section#trouble .trouble_cards .col-lg-4:nth-child(3) .card {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
section#trouble .trouble_cards .card {
  border-radius: 0px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}
section#trouble .trouble_cards .card .point_wrap {
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
section#trouble .trouble_cards .card .point_wrap .point {
  display: inline-block;
  color: #233b89;
  font-size: 1rem;
  font-family: "Rajdhani", sans-serif;
  line-height: 0.8;
}
section#trouble .trouble_cards .card .point_wrap .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
  color: #233b89;
  line-height: 0.8;
}
section#trouble .trouble_cards .card-body {
  background-color: #ffffff;
}
section#trouble .trouble_cards .card-body h3.card-title {
  font-family: "Reggae One", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
section#trouble .trouble_cards .card-body ul {
  padding-left: 0;
  margin-bottom: 0;
}
section#trouble .trouble_cards .card-body ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}
section#trouble .trouble_cards .card-body ul li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 6px;
  height: 10px;
  border-right: 2px solid #233b89;
  border-bottom: 2px solid #233b89;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section#trouble p.set {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  color: #1a5389;
  margin-bottom: 0;
  line-height: 1.2;
}
section#trouble p.setfree {
  color: #1a5389;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
section#trouble p.setfree span.free {
  color: #f58d29;
  font-size: 1.3em;
}

/*********** 吹き出し*******************/
.balloon {
  position: relative;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #333;
}
.balloon::before, .balloon::after {
  content: "";
  position: absolute;
  border: solid transparent;
}
.balloon::before {
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 15px;
  border-top-color: #333;
}
.balloon::after {
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 11px;
  border-top-color: #fff;
}
@media (min-width: 567px) {
  .balloon::before, .balloon::after {
    top: 120px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
  }
  .balloon::before {
    right: 100%;
    border-width: 15px;
    border-right-color: #333;
    border-top-color: transparent;
  }
  .balloon::after {
    right: 100%;
    margin-left: 4px;
    border-width: 11px;
    border-right-color: #fff;
    border-top-color: transparent;
  }
}
.balloon p {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .balloon p {
    font-size: 2.2rem;
  }
}

.balloonLeft {
  position: relative;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #333;
}
.balloonLeft::before, .balloonLeft::after {
  content: "";
  position: absolute;
  border: solid transparent;
}
.balloonLeft::before {
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 15px;
  border-top-color: #333;
}
.balloonLeft::after {
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 11px;
  border-top-color: #fff;
}
@media (min-width: 567px) {
  .balloonLeft::before, .balloonLeft::after {
    top: 50px;
    left: auto;
    -webkit-transform: none;
            transform: none;
    bottom: auto;
  }
  .balloonLeft::before {
    left: 100%;
    border-width: 15px;
    border-left-color: #333;
    border-top-color: transparent;
  }
  .balloonLeft::after {
    left: 100%;
    margin-right: 4px;
    border-width: 11px;
    border-left-color: #fff;
    border-top-color: transparent;
  }
}
.balloonLeft p {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .balloonLeft p {
    font-size: 2.2rem;
  }
}

/*********** 理由*******************/
section#reason {
  background: #f5f5f5;
  padding: 40px 0;
}
@media (min-width: 567px) {
  section#reason {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  section#reason {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  section#reason {
    padding: 80px 0;
  }
}
section#reason .reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 567px) {
  section#reason .reason-list {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  section#reason .reason-list {
    gap: 48px;
  }
}
@media (min-width: 992px) {
  section#reason .reason-list {
    gap: 56px;
  }
}
section#reason .wrap {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 40px 16px 20px;
  position: relative;
}
@media (min-width: 567px) {
  section#reason .wrap {
    padding: 44px 20px 22px;
  }
}
@media (min-width: 768px) {
  section#reason .wrap {
    padding: 50px 24px 24px;
  }
}
@media (min-width: 992px) {
  section#reason .wrap {
    padding: 88px 32px 32px;
  }
}
section#reason .wrap img {
  -webkit-box-shadow: -8px 8px 12px rgba(0, 0, 0, 0.12);
          box-shadow: -8px 8px 12px rgba(0, 0, 0, 0.12);
}
section#reason .wrap .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section#reason .wrap .ttl .reason {
  font-size: 0.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #233b89;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  border: none;
  background: transparent;
}
@media (min-width: 567px) {
  section#reason .wrap .ttl .reason {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  section#reason .wrap .ttl .reason {
    font-size: 0.9rem;
  }
}
section#reason .wrap .ttl .reason.is-second {
  color: #d24146;
}
section#reason .wrap .ttl .reason span.num {
  font-size: 3em;
  line-height: 0.8;
}
@media (min-width: 567px) {
  section#reason .wrap .ttl .reason span.num {
    font-size: 3.4em;
  }
}
@media (min-width: 768px) {
  section#reason .wrap .ttl .reason span.num {
    font-size: 3.7em;
  }
}
@media (min-width: 992px) {
  section#reason .wrap .ttl .reason span.num {
    font-size: 4em;
  }
}
section#reason .wrap .ttl .reason span.Reason {
  text-transform: uppercase;
}
section#reason .wrap .ttl h3 {
  padding-left: 1.2rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #233b89;
  position: relative;
  padding-bottom: 6px;
  line-height: 1.2;
  font-size: 1.8rem;
}
section#reason .wrap .ttl h3 span {
  color: #d24146;
}
@media (min-width: 567px) {
  section#reason .wrap .ttl h3 {
    padding-left: 1.4rem;
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  section#reason .wrap .ttl h3 {
    padding-left: 1.5rem;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  section#reason .wrap .ttl h3 {
    font-size: 2.5rem;
  }
}

/*********** Why *******************/
section#why {
  background: #ffffff;
  padding: 40px 0;
}
@media (min-width: 567px) {
  section#why {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  section#why {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  section#why {
    padding: 80px 0;
  }
}
section#why .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 567px) {
  section#why .container {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  section#why .container {
    gap: 48px;
  }
}
@media (min-width: 992px) {
  section#why .container {
    gap: 56px;
  }
}
section#why .why_wrap {
  background: #f7fdff;
  border: 3px solid #001391;
  border-radius: 12px;
  padding: 16px 16px 20px;
  position: relative;
}
@media (min-width: 567px) {
  section#why .why_wrap {
    padding: 18px 20px 22px;
  }
}
@media (min-width: 768px) {
  section#why .why_wrap {
    padding: 20px 24px 24px;
  }
}
@media (min-width: 992px) {
  section#why .why_wrap {
    padding: 50px 32px 32px;
  }
}
section#why .why {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 0.9rem;
}
@media (min-width: 567px) {
  section#why .why {
    font-size: 0.95rem;
  }
}
@media (min-width: 768px) {
  section#why .why {
    font-size: 1rem;
  }
}
section#why .why span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #213d83;
  text-shadow: 1px 1px 0 rgba(33, 61, 131, 0.25);
  line-height: 1;
  border: none;
  background: transparent;
}
section#why .why span.num {
  font-size: 3.2em;
  line-height: 0.5;
}
@media (min-width: 567px) {
  section#why .why span.num {
    font-size: 3.4em;
  }
}
@media (min-width: 768px) {
  section#why .why span.num {
    font-size: 3.6em;
  }
}
@media (min-width: 992px) {
  section#why .why span.num {
    font-size: 4em;
  }
}
section#why .why span.why {
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(33, 61, 131, 0.25);
  position: static;
  font-size: 1em;
}
section#why h3 {
  margin: 0 0 2rem;
  color: #233b89;
  font-weight: 900;
  font-size: 1.5rem;
  position: relative;
  padding-left: 3rem;
}
@media (min-width: 567px) {
  section#why h3 {
    padding-left: 3.4rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  section#why h3 {
    padding-left: 3.8rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  section#why h3 {
    padding-left: 4rem;
    font-size: 1.8rem;
  }
}
section#why h3 span {
  font-size: 1.6em;
}
@media (min-width: 567px) {
  section#why h3 span {
    font-size: 1.7em;
  }
}
@media (min-width: 768px) {
  section#why h3 span {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  section#why h3 span {
    font-size: 2em;
  }
}
section#why div.lead > h4 {
  margin: 0 0 12px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
section#why div.lead > h4 span {
  color: #d24146;
}
@media (min-width: 567px) {
  section#why div.lead > h4 {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  section#why div.lead > h4 {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  section#why div.lead > h4 {
    font-size: 2rem;
  }
}
section#why div.lead > h4::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
}

/*********** サービス*******************/
section#service {
  background: url(images/bg_service.png) no-repeat 0px center/cover;
  position: relative;
  overflow: hidden;
}
section#service::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 70%;
  height: 30%;
  background: rgba(200, 200, 200, 0.2);
  border-radius: 0;
  pointer-events: none;
}
section#service .head-2 h2.jp span {
  color: #d24146;
}
section#service h3.red {
  color: #d24146 !important;
}
section#service .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section#service .ttl .service_wrap {
  font-size: 0.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #233b89;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  border: none;
  background: transparent;
}
@media (min-width: 567px) {
  section#service .ttl .service_wrap {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  section#service .ttl .service_wrap {
    font-size: 0.9rem;
  }
}
section#service .ttl .service_wrap.is-second {
  color: #d24146;
}
section#service .ttl .service_wrap span.num {
  font-size: 3em;
  line-height: 0.8;
}
@media (min-width: 567px) {
  section#service .ttl .service_wrap span.num {
    font-size: 3.4em;
  }
}
@media (min-width: 768px) {
  section#service .ttl .service_wrap span.num {
    font-size: 3.7em;
  }
}
@media (min-width: 992px) {
  section#service .ttl .service_wrap span.num {
    font-size: 4em;
  }
}
section#service .ttl .service_wrap span.service {
  text-transform: uppercase;
}
section#service .ttl h3 {
  padding-left: 1.2rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #233b89;
  position: relative;
  padding-bottom: 6px;
  line-height: 1.2;
  font-size: 1.8rem;
}
@media (min-width: 567px) {
  section#service .ttl h3 {
    padding-left: 1.4rem;
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  section#service .ttl h3 {
    padding-left: 1.5rem;
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  section#service .ttl h3 {
    font-size: 2.5rem;
  }
}
section#service h4.lead {
  margin: 6px 0 16px;
  padding: 10px 12px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #1a2d5a;
  border-bottom: 2px solid #233b89;
  font-size: 1rem;
}
@media (min-width: 567px) {
  section#service h4.lead {
    margin: 8px 0 18px;
    padding: 11px 13px;
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  section#service h4.lead {
    margin: 8px 0 20px;
    padding: 12px 14px;
    font-size: 1.1rem;
  }
}
section#service h4.lead span {
  color: #d24146;
  font-weight: bold;
}

/*********** 退去立会写真 *******************/
@media (min-width: 768px) {
  ul.tachiai_imgs li:first-child,
  ul.tachiai_imgs li:last-child {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

/*********** サービス（メニュー用）*******************/
section#menu {
  padding: 50px 0 30px;
  background: #f6f8fb;
}
@media (min-width: 567px) {
  section#menu {
    padding: 60px 0 35px;
  }
}
@media (min-width: 768px) {
  section#menu {
    padding: 70px 0 40px;
  }
}
@media (min-width: 992px) {
  section#menu {
    padding: 80px 0 40px;
  }
}
section#menu .menu-head {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 567px) {
  section#menu .menu-head {
    margin-bottom: 26px;
  }
}
@media (min-width: 768px) {
  section#menu .menu-head {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  section#menu .menu-head {
    margin-bottom: 32px;
  }
}
section#menu .menu-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgba(35, 59, 137, 0.2);
  border-radius: 999px;
  color: #233b89;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: #fff;
  font-size: 0.75rem;
}
@media (min-width: 567px) {
  section#menu .menu-eyebrow {
    padding: 5px 14px;
    margin-bottom: 12px;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  section#menu .menu-eyebrow {
    padding: 6px 16px;
    margin-bottom: 14px;
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  section#menu .menu-eyebrow {
    font-size: 0.9rem;
  }
}
section#menu .menu-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #233b89;
  margin: 0 0 10px;
}
@media (min-width: 567px) {
  section#menu .menu-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  section#menu .menu-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  section#menu .menu-title {
    font-size: 2.5rem;
  }
}
section#menu .menu-lead {
  font-size: 0.95rem;
  color: #2b3a57;
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 567px) {
  section#menu .menu-lead {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  section#menu .menu-lead {
    font-size: 1.05rem;
  }
}
section#menu .service-grid .inner {
  display: block;
  color: #fff;
  overflow: hidden;
  min-height: 180px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  padding: 40px 16px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media (min-width: 567px) {
  section#menu .service-grid .inner {
    min-height: 200px;
    padding: 50px 18px;
  }
}
@media (min-width: 768px) {
  section#menu .service-grid .inner {
    min-height: 220px;
    padding: 60px 20px;
  }
}
section#menu .service-grid .inner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
section#menu .service-grid .inner::after {
  content: "詳細を見る";
  position: absolute;
  left: 20px;
  bottom: 10px;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.12);
  -webkit-transition: background 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  z-index: 1;
}
@media (min-width: 992px) {
  section#menu .service-grid .inner::after {
    bottom: 20px;
  }
}
section#menu .service-grid .inner:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
          box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
section#menu .service-grid .inner:hover:before {
  background: rgba(0, 0, 0, 0.45);
}
section#menu .service-grid .inner:hover::after {
  background: #fff;
  color: #233b89;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section#menu .service-grid .inner:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
section#menu .service-grid .inner.wall {
  background: url(images/service_bg_wall.jpg) no-repeat center/cover;
}
section#menu .service-grid .inner.floor {
  background: url(images/service_bg_floor.jpg) no-repeat center/cover;
}
section#menu .service-grid .inner.cleaning {
  background: url(images/service_bg_cleaning.jpg) no-repeat center/cover;
}
section#menu .service-grid .inner.security {
  background: url(images/service_bg_security.jpg) no-repeat center/cover;
}
section#menu .service-grid .inner .body {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
section#menu .service-grid .inner .body span.lavel {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-bottom: 8px;
}
section#menu .service-grid .inner .body h4.title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 8px;
}
section#menu .service-grid .inner .body p.subtitle {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}
section#menu .service-grid .inner .body p.card_desc {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 12px;
}

#works {
  --works-accent: #1d7db7;
  --works-accent-soft: #e7f2fb;
  --works-border: #dfe6ee;
}
#works .works-lead {
  margin: 0 0 26px;
  font-weight: 600;
  color: #31475a;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 125, 183, 0.08)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, rgba(29, 125, 183, 0.08), transparent 50%);
  background: linear-gradient(90deg, rgba(29, 125, 183, 0.08), transparent 50%);
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid var(--works-border);
}
#works .works-list {
  display: grid;
  gap: 32px;
}
#works .works-item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fbfdff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfdff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--works-border);
  border-radius: 18px;
  -webkit-box-shadow: 0 18px 40px rgba(22, 38, 56, 0.12);
          box-shadow: 0 18px 40px rgba(22, 38, 56, 0.12);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
#works .works-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 24px 52px rgba(22, 38, 56, 0.16);
          box-shadow: 0 24px 52px rgba(22, 38, 56, 0.16);
}
#works .works-thumb {
  position: relative;
  height: 100%;
  background: #edf3f8;
}
#works .works-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(330deg, rgba(29, 125, 183, 0.15), rgba(29, 125, 183, 0));
  background: linear-gradient(120deg, rgba(29, 125, 183, 0.15), rgba(29, 125, 183, 0));
  opacity: 0.7;
  pointer-events: none;
}
#works .works-thumb__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works-body {
  padding: 26px;
}
#works .works-body .works-case-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--works-accent-soft);
  color: #0f2d46;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
#works .works-body h3 {
  position: relative;
  padding-left: 14px;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 700;
}
#works .works-body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 6px;
  height: 1.2em;
  background: var(--works-accent);
  border-radius: 4px;
}
#works .works-body p {
  color: #4a5b6b;
}
#works .works-body ul {
  margin: 0;
  padding-left: 18px;
  color: #2f3b45;
}
#works .works-body ul li {
  margin-bottom: 6px;
}
#works .works-body ul li::marker {
  color: var(--works-accent);
}
#works .works-meta {
  display: grid;
  gap: 12px;
  margin: 8px 0 16px;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #works .works-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#works .works-meta__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 14px;
  background: var(--works-accent-soft);
  border: 1px solid var(--works-border);
  border-radius: 14px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
#works .works-meta__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--works-accent);
  color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 20px rgba(29, 125, 183, 0.25);
          box-shadow: 0 10px 20px rgba(29, 125, 183, 0.25);
  font-size: 1.1rem;
}
#works .works-meta__label {
  font-weight: 800;
  color: #1f2f3d;
  margin: 0 0 4px;
}
#works .works-voice {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--works-border);
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(29, 125, 183, 0.05);
          box-shadow: inset 0 0 0 1px rgba(29, 125, 183, 0.05);
}
#works .works-voice__label {
  font-weight: 800;
  color: #1f2f3d;
  margin: 0 0 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
#works .works-voice__label i {
  color: var(--works-accent);
}
#works .works-voice__text {
  margin: 0;
  color: #415264;
  line-height: 1.6;
  font-weight: 600;
  border-left: 4px solid var(--works-accent);
  padding-left: 12px;
}
@media (min-width: 992px) {
  #works .works-thumb__img {
    height: 100%;
    min-height: 280px;
  }
  #works .works-body {
    padding: 34px;
  }
}

/*********** エリア*******************/
section#area {
  position: relative;
  padding: 20px 0 80px;
  color: #ffffff;
  background: url(images/top_map_bg.jpg) no-repeat center center/cover;
}
section#area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(330deg, rgba(7, 16, 29, 0.78), rgba(7, 16, 29, 0.45));
  background: linear-gradient(120deg, rgba(7, 16, 29, 0.78), rgba(7, 16, 29, 0.45));
}
section#area .area__inner {
  position: relative;
  z-index: 1;
}
section#area a {
  color: #ffffff;
}
section#area .area__head {
  margin-bottom: 1.5rem;
}
section#area .area__head .jp {
  color: #ffffff;
}
section#area .area__intro {
  margin-bottom: 40px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
section#area .area__lead {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700;
  margin-bottom: 16px;
}
section#area .area__title {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
section#area h5 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
section#area .area_list {
  padding-left: 0;
  margin-bottom: 16px;
}
section#area .area_list li {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
section#area .area_list li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fefefe;
}
@media (min-width: 992px) {
  section#area {
    padding: 20px 0 80px;
  }
}

/*********** ctaエリア*******************/
section#cta {
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #ffffff), color-stop(30%, #eeeeee), to(#eeeeee));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 30%, #eeeeee 30%, #eeeeee 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #eeeeee 30%, #eeeeee 100%);
}
section#cta img.ctaimg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  section#cta img.ctaimg {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
section#cta .cta {
  padding: 3rem 20px 20px;
}
section#cta .cta i.fa-phone-square {
  -webkit-transform: rotate(180);
          transform: rotate(180);
}
section#cta .cta span.cta_area {
  display: block;
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  background-color: #213d83;
}
@media (min-width: 992px) {
  section#cta .cta span.cta_area {
    font-size: 1.5vw;
  }
}
section#cta .cta h2.cta_title {
  font-size: 5.4vw;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  section#cta .cta h2.cta_title {
    font-size: 2.7vw;
  }
}
section#cta .cta a.line {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #00c300;
  color: #ffffff;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
section#cta .cta a.line::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 60%;
  height: 220%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: cta-sheen 1.4s linear infinite;
          animation: cta-sheen 1.4s linear infinite;
  pointer-events: none;
}
section#cta .cta a.contact {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  background-color: #f45100;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
section#cta .cta a.contact::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -140%;
  width: 60%;
  height: 220%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: cta-sheen 1.4s linear infinite;
          animation: cta-sheen 1.4s linear infinite;
  pointer-events: none;
}
section#cta .cta p.tel_area {
  line-height: 1;
}
section#cta .cta p.tel_area a.tel {
  font-size: 6vw;
  color: #213d83;
  font-weight: bold;
  font-family: lato, sans-serif;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 992px) {
  section#cta .cta p.tel_area a.tel {
    font-size: 3vw;
  }
}
section#cta .cta p.remark {
  font-size: 0.7rem;
  color: #555555;
}
@-webkit-keyframes cta-sheen {
  0% {
    left: -140%;
  }
  100% {
    left: 140%;
  }
}
@keyframes cta-sheen {
  0% {
    left: -140%;
  }
  100% {
    left: 140%;
  }
}

/***********コラムエリア*******************/
section#column a {
  color: #213d83;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
section#column a.card {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
section#column a.card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
section#column a.card img.card-img-top {
  width: 100%;
  height: auto;
}
section#column a.card span.bg-navy {
  background-color: #213d83;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 15px;
}
section#column a.card span.badge {
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 0px;
}
section#column a.card h3.card-title {
  color: #090909;
}

/*********** お知らせ*******************/
section#news table.news {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media (min-width: 992px) {
  section#news table.news {
    font-size: 16px;
  }
}
section#news table.news th,
section#news table.news td {
  padding: 8px;
  text-align: left;
}
section#news table.news td a {
  color: #3b3b3b;
  text-decoration: none;
}

footer#footer .nav-link ul li {
  margin-bottom: 8px;
}
footer#footer .nav-link ul li a {
  position: relative;
  padding-left: 12px;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  footer#footer .nav-link ul li a {
    font-size: 16px;
  }
}
footer#footer .nav-link ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background-color: #c9c9c9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer#footer .nav-link ul li a.none {
  padding-left: 0;
}
footer#footer .nav-link ul li a.none::before {
  content: none;
}
footer#footer .nav-link ul li a:hover {
  text-decoration: underline;
}

/* Mobile fixed bottom buttons */
#bottomBtnSp {
  background: transparent;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
  z-index: 1030;
}
#bottomBtnSp .bottom-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
#bottomBtnSp .bottom-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
}
#bottomBtnSp img {
  width: 28px;
  height: auto;
}
#bottomBtnSp .is-tel {
  background-color: rgba(255, 144, 0, 0.7);
}
#bottomBtnSp .is-line {
  background-color: rgba(0, 200, 80, 0.7);
}
#bottomBtnSp .is-mail {
  background-color: rgba(0, 120, 255, 0.7);
}

.page {
  /* 吹き出し（サブコピー） */
  /* 吹き出しの三角 */
  /* h2 */
}
.page .catch span.sub {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.3em 0.8em;
  background: #d24146;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 6px;
}
.page .catch span.sub::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 1.2em;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #d24146 transparent transparent transparent;
}
.page .catch h2 {
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #d24146;
}
.page .head-2 {
  display: block;
  background-color: transparent;
  margin-bottom: 1.5rem;
}
.page .head-2 > h2 {
  position: relative;
  display: inline-block;
  padding: 0.2em 0 0.2em 1em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #233b89;
  border-bottom: 1px solid #233b89;
}
@media (min-width: 567px) {
  .page .head-2 > h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page .head-2 > h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .page .head-2 > h2 {
    font-size: 1.8rem;
  }
}
.page .head-2 > h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(images/h3_aic.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page .head-3 h3 {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.2rem 0 0.8rem;
  padding-bottom: 0.35em;
  background: -webkit-gradient(linear, left top, right top, from(#d24146), color-stop(30%, #d24146), color-stop(30%, #233b89), to(#233b89));
  background: -webkit-linear-gradient(left, #d24146 0%, #d24146 30%, #233b89 30%, #233b89 100%);
  background: linear-gradient(to right, #d24146 0%, #d24146 30%, #233b89 30%, #233b89 100%);
  background-size: 100% 0.1em;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #284179;
}
@media (min-width: 567px) {
  .page .head-3 h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .page .head-3 h3 {
    font-size: 1.55rem;
  }
}
@media (min-width: 992px) {
  .page .head-3 h3 {
    font-size: 1.6rem;
  }
}
.page .head-3 h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.35em;
  background: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-position: inherit;
}
.page .head-4 h4 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-size: 28px 1px;
  background-position: 18px 50%;
  color: #284179;
}
.page .head-4 h4::before, .page .head-4 h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.page .head-4 h4::before {
  left: 0;
  background-color: #233b89;
  z-index: 1;
}
.page .head-4 h4::after {
  left: 8px;
  background-color: #d24146;
  z-index: 0;
}
@media (min-width: 567px) {
  .page .head-4 h4 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .page .head-4 h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page .head-4 h4 {
    font-size: 1.2rem;
  }
}

/*********** 下層ページヘッダー *******************/
#headerbg {
  position: relative;
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 60px 16px;
}
#headerbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
#headerbg.key::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg_key.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg.floor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg_floor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg.cloth::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg_cloth.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg.clean::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg_clean.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg.move_out::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg_move_out.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg.restoration::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/headerbg_restoration.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
#headerbg h1 {
  position: relative;
  z-index: 3;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 20px;
  -webkit-animation: fadeInUp 1s ease-out;
          animation: fadeInUp 1s ease-out;
}
@media (min-width: 567px) {
  #headerbg h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    letter-spacing: 0.11em;
  }
  #headerbg h1::after {
    width: 70px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  #headerbg h1 {
    font-size: clamp(2.4rem, 4vw, 3.8rem);
  }
  #headerbg h1::after {
    width: 90px;
  }
}
@media (min-width: 992px) {
  #headerbg h1 {
    font-size: clamp(2.6rem, 3.6vw, 4rem);
    letter-spacing: 0.12em;
  }
  #headerbg h1::after {
    width: 110px;
  }
}
#headerbg h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #fff, transparent);
  background: linear-gradient(90deg, transparent, #fff, transparent);
  margin: 20px auto 0;
  -webkit-animation: expandWidth 1s ease-out 0.3s both;
          animation: expandWidth 1s ease-out 0.3s both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}
@media (min-width: 567px) {
  #headerbg {
    height: 300px;
    padding: 80px 20px;
  }
}
@media (min-width: 768px) {
  #headerbg {
    height: 360px;
    padding: 100px 24px;
  }
}
@media (min-width: 992px) {
  #headerbg {
    height: 420px;
    padding: 120px 28px;
  }
}

/*********** 退去立会代行の流れ *******************/
.faq {
  padding: 3rem 0 4rem;
}
.faq dl {
  margin: 0 0 1rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(35, 59, 137, 0.12);
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.faq dt {
  position: relative;
  padding-left: 2.2rem;
  font-weight: 700;
  color: #213d83;
  margin-bottom: 0.6rem;
}
.faq dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #ffffff;
  background: #233b89;
  border-radius: 50%;
  font-size: 0.9rem;
}
.faq dd {
  position: relative;
  padding-left: 2.2rem;
  margin: 0;
  color: #344154;
  line-height: 1.6;
}
.faq dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #ffffff;
  background: #d24146;
  border-radius: 50%;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .faq dl {
    padding: 1.4rem 1.8rem;
  }
  .faq dt {
    font-size: 1.1rem;
  }
}

section.flow {
  padding-bottom: 4rem;
}
section.flow .head {
  margin-bottom: 1.5rem;
}
section.flow .head h2 {
  margin-bottom: 0;
}
section.flow .flow {
  margin-top: 2.5rem;
}
section.flow .flow .row {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border: 1px solid rgba(35, 59, 137, 0.12);
  border-radius: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
section.flow .flow .row::after {
  content: "\f078";
  position: absolute;
  left: 50%;
  bottom: -2.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: #233b89;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  border: 1px solid rgba(35, 59, 137, 0.16);
}
section.flow .flow .row:last-child {
  margin-bottom: 0;
}
section.flow .flow .row:last-child::after {
  content: none;
}
section.flow .flow .image {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  section.flow .flow .image {
    margin-bottom: 0;
  }
}
section.flow .flow .image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
section.flow .flow .text {
  position: relative;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  section.flow .flow .text {
    padding-left: 1.5rem;
  }
}
section.flow .flow .text h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #213d83;
  margin-bottom: 8px;
}
section.flow .flow .text p {
  color: #344154;
  margin-bottom: 0;
}
section.flow .flow .point_wrap {
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
section.flow .flow .point_wrap .point {
  display: inline-block;
  color: #233b89;
  font-size: 1rem;
  font-family: "Rajdhani", sans-serif;
  line-height: 0.8;
}
section.flow .flow .point_wrap .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
  color: #233b89;
  line-height: 0.8;
}

img.sh {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  -webkit-box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
}

ul.check li {
  position: relative;
  padding-left: 1.5em;
}
ul.check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid #233b89;
  border-radius: 3px;
  background: #ffffff;
}
ul.check li::after {
  content: "✓";
  position: absolute;
  left: 0.15em;
  top: -0.1em;
  width: 0.8em;
  height: 0.8em;
  color: #233b89;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 0.8em;
  text-align: center;
}
ul.check li ul {
  margin-top: 0.8em;
  padding-left: 1.5em;
}
ul.check li ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.6em;
}
ul.check li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.8em;
  height: 0.8em;
  border: 2px solid rgba(35, 59, 137, 0.6);
  border-radius: 3px;
  background: #ffffff;
}
ul.check li ul li::after {
  content: "✓";
  position: absolute;
  left: 0.15em;
  top: -0.1em;
  color: rgba(35, 59, 137, 0.6);
  font-weight: bold;
  font-size: 0.9em;
  line-height: 0.8em;
}

.areaMap dl dd ul.map li {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  font-size: 0.9rem;
}
.areaMap dl dd ul.map li::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ff9800;
  margin-right: 0.5em;
  font-size: 0.8em;
}

.blog .single .head-2 {
  margin-bottom: 1.5rem;
}
.blog .single .head-2 h1 {
  position: relative;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background: rgba(35, 59, 137, 0.45);
  margin: 0;
}
.blog .single .head-2 h1::before {
  content: "";
  position: absolute;
  inset: -6px -12px;
  background: rgba(35, 59, 137, 0.22);
  z-index: -1;
}
.blog .single .head-2 h1::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -10px;
  width: 64px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#d24146), color-stop(30%, #d24146), color-stop(30%, #233b89), to(#233b89));
  background: -webkit-linear-gradient(left, #d24146 0%, #d24146 30%, #233b89 30%, #233b89 100%);
  background: linear-gradient(to right, #d24146 0%, #d24146 30%, #233b89 30%, #233b89 100%);
  opacity: 0.8;
}
@media (min-width: 567px) {
  .blog .single .head-2 h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .blog .single .head-2 h1 {
    font-size: 2rem;
  }
}
.blog .single .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.blog .single .post-meta .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #4a4a4a;
}
.blog .single .post-meta .date img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
}
.blog .single .featured-image {
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.blog .single .featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.blog .single .entry-content {
  line-height: 1.8;
}

.servicetype {
  background-color: #f8f9fa;
  padding: 60px 0;
}
@media (max-width: 567px) {
  .servicetype {
    padding: 30px 10px;
  }
}
.servicetype > div:nth-child(1) {
  --accent-color: #3498db;
}
.servicetype > div:nth-child(2) {
  --accent-color: #2ecc71;
}
.servicetype > div:nth-child(3) {
  --accent-color: #f39c12;
}
.servicetype > div:nth-child(4) {
  --accent-color: #9b59b6;
}
.servicetype > div:nth-child(5) {
  --accent-color: #e74c3c;
}
.servicetype > div .card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 5px solid var(--accent-color);
}
@media (min-width: 768px) {
  .servicetype > div .card {
    margin-bottom: 30px;
  }
}
.servicetype > div .card:hover {
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.servicetype > div .card .card-img-top {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.8);
          filter: saturate(0.8);
}
@media (max-width: 567px) {
  .servicetype > div .card .card-img-top {
    height: 180px;
  }
}
.servicetype > div .card .card-body {
  padding: 30px;
}
@media (max-width: 567px) {
  .servicetype > div .card .card-body {
    padding: 20px;
  }
}
.servicetype > div .card .card-body .card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #333;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 10px;
}
.servicetype > div .card .card-body .card-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: var(--accent-color);
}
.servicetype > div .card .card-body .card-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.8;
}
.servicetype > div .card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.servicetype > div .card .card-body ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
}
.servicetype > div .card .card-body ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-color);
  font-size: 0.8rem;
}
.servicetype > div .card .card-body p strong {
  color: var(--accent-color);
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(0, 0, 0, 0.05)));
  background: -webkit-linear-gradient(transparent 70%, rgba(0, 0, 0, 0.05) 70%);
  background: linear-gradient(transparent 70%, rgba(0, 0, 0, 0.05) 70%);
}

#featureArea .box.mb-4 {
  margin-bottom: 1.5rem;
}
#featureArea .box .row.flex-row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#featureArea .box .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1rem;
}
#featureArea .box .head .pointbox {
  font-size: 0.8rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #233b89;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  border: none;
  background: transparent;
  color: #233b89 !important;
}
@media (min-width: 567px) {
  #featureArea .box .head .pointbox {
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  #featureArea .box .head .pointbox {
    font-size: 0.9rem;
  }
}
#featureArea .box .head .pointbox.is-second {
  color: #d24146;
}
#featureArea .box .head .pointbox span.num {
  font-size: 3em;
  line-height: 0.8;
}
@media (min-width: 567px) {
  #featureArea .box .head .pointbox span.num {
    font-size: 3.4em;
  }
}
@media (min-width: 768px) {
  #featureArea .box .head .pointbox span.num {
    font-size: 3.7em;
  }
}
@media (min-width: 992px) {
  #featureArea .box .head .pointbox span.num {
    font-size: 4em;
  }
}
#featureArea .box .head .pointbox span.point {
  text-transform: uppercase;
}
#featureArea .box .head h3 {
  padding-left: 1.2rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #233b89;
  position: relative;
  padding-bottom: 6px;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #233b89 !important;
}
@media (min-width: 567px) {
  #featureArea .box .head h3 {
    padding-left: 1.4rem;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  #featureArea .box .head h3 {
    padding-left: 1.5rem;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #featureArea .box .head h3 {
    font-size: 2rem;
  }
}
#featureArea .box .textarea p {
  line-height: 1.8;
  font-size: 1rem;
}
#featureArea .img-fluid {
  max-width: 100%;
  height: auto;
}
#featureArea .img-fluid.shadow {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 特商法ページ */
.section.legal {
  padding: 3rem 0;
}
.section.legal .head-2 {
  margin-bottom: 2rem;
}
.section.legal .legal-list {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px 20px;
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.section.legal .legal-list dt {
  font-weight: 700;
  color: #213d83;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.section.legal .legal-list dd {
  margin: 0;
  line-height: 1.8;
  color: #333;
}
@media (min-width: 567px) {
  .section.legal .legal-list {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 575px) {
  .section.legal .legal-list {
    grid-template-columns: 1fr;
  }
  .section.legal .legal-list dt {
    padding-top: 4px;
  }
}

/* コラムサイドバー */
#sidebar > div {
  margin-bottom: 1.5rem;
}
#sidebar .wp-block-search .wp-block-search__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
}
#sidebar .wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#sidebar .wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
}
#sidebar .wp-block-search .wp-block-search__button {
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  background: #1f3f86;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
#sidebar .wp-block-group {
  padding: 1.1rem 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
}
#sidebar .wp-block-group .wp-block-heading {
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #1f3f86;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}
#sidebar .wp-block-latest-posts,
#sidebar .wp-block-latest-comments {
  margin: 0;
  padding-left: 1.1rem;
}
#sidebar .wp-block-latest-posts li,
#sidebar .wp-block-latest-comments li {
  margin-bottom: 0.6rem;
  line-height: 1.7;
  font-size: 0.92rem;
}
#sidebar .wp-block-latest-posts__post-title,
#sidebar .wp-block-latest-comments__comment-link,
#sidebar .wp-block-latest-comments__comment-author {
  color: #222;
  text-decoration: none;
}
#sidebar .wp-block-latest-posts__post-title:hover,
#sidebar .wp-block-latest-comments__comment-link:hover,
#sidebar .wp-block-latest-comments__comment-author:hover {
  color: #1f3f86;
  text-decoration: underline;
}

.sitemap {
  padding: 2rem 0;
}
.sitemap ul li {
  margin-bottom: 8px;
}
.sitemap ul li a {
  position: relative;
  padding-left: 12px;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .sitemap ul li a {
    font-size: 16px;
  }
}
.sitemap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background-color: #c9c9c9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sitemap ul li a.none {
  padding-left: 0;
}
.sitemap ul li a.none::before {
  content: none;
}
.sitemap ul li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */