.l-lower .lower-template-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower .lower-template-content-main {
  width: calc(100% - 280px);
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main {
    width: 100%;
  }
}
.l-lower .lower-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}
.l-lower .lower-template-content-main-title {
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: var(--theme, #6b88af);
  border-bottom: 1px solid #d1cdc7;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-title {
    font-size: 2.5rem;
  }
}
.l-lower .lower-template-content-main-about {
  margin-bottom: 40px;
}
.l-lower .lower-template-content-main-list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-lower .lower-template-content-main-list:last-child {
  margin-bottom: 0;
}
.l-lower .lower-template-content-main-list-item {
  width: 100%;
}
.l-lower .lower-template-content-main-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #d1cdc7;
  border-radius: var(--radius-lg);
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-list-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower .lower-template-content-main-list-item-link:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.l-lower .lower-template-content-main-list-item-link-thumbnail {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-list-item-link-thumbnail {
    width: 100%;
    aspect-ratio: 280/126;
  }
}
.l-lower .lower-template-content-main-list-item-link-txt {
  padding: 15px;
}
.l-lower .lower-template-content-main-list-item-link-txt-title {
  display: block;
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; /* autoprefixer: off */
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}
.l-lower .lower-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; /* autoprefixer: off */
  overflow: hidden;
}
.l-lower .lower-template-content-main-list-item-link-txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  border-top: 1px solid #d1cdc7;
}
.l-lower .lower-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #828282;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}
.l-lower .lower-template-content-main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.l-lower .lower-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d1cdc7;
  color: #d1cdc7;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
.l-lower .lower-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}
.l-lower .lower-template-content-main-pagination .page-numbers.current::before {
  background: var(--theme-dark, #3b4b60);
  width: calc(105% + 30px);
}
.l-lower .lower-template-content-main-pagination .page-numbers.prev, .l-lower .lower-template-content-main-pagination .page-numbers.next {
  background-color: #d1cdc7;
}
.l-lower .lower-template-content-main-pagination .page-numbers.prev .pagination-prev,
.l-lower .lower-template-content-main-pagination .page-numbers.prev .pagination-next, .l-lower .lower-template-content-main-pagination .page-numbers.next .pagination-prev,
.l-lower .lower-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}
.l-lower .lower-template-content-main-pagination .page-numbers.prev .pagination-prev, .l-lower .lower-template-content-main-pagination .page-numbers.next .pagination-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-lower .lower-template-content-main-pagination .page-numbers.prev:after, .l-lower .lower-template-content-main-pagination .page-numbers.next:after {
  background: #d1cdc7;
}
.l-lower .lower-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: var(--theme, #6b88af);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.l-lower .lower-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}
.l-lower .lower-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}
.l-lower .lower-template-content-main-author {
  font-size: 1.4rem;
  color: #828282;
  text-align: right;
  margin-bottom: 20px;
}
.l-lower .lower-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1cdc7;
}
.l-lower .lower-template-content-main-head-top {
  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;
  gap: 40px;
  margin-bottom: 5px;
}
.l-lower .lower-template-content-main-head-top-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: var(--theme, #6b88af);
}
.l-lower .lower-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.l-lower .lower-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #212121;
}
.l-lower .lower-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-head-title {
    font-size: 3rem;
  }
}
.l-lower .lower-template-content-main-head-title span {
  color: var(--theme, #6b88af);
}
.l-lower .lower-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.l-lower .lower-template-content-main-body-desc {
  margin-bottom: 40px;
}
.l-lower .lower-template-content-main-body h2 {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 25px;
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--theme, #6b88af);
  border-radius: var(--radius);
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body h2 {
    font-size: 2.4rem;
  }
}
.l-lower .lower-template-content-main-body h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body h3 {
    font-size: 1.8rem;
  }
}
.l-lower .lower-template-content-main-body h4 {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #212121;
  margin-top: 40px;
  margin-bottom: 15px;
}
.l-lower .lower-template-content-main-body h4:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--theme, #6b88af);
  border-radius: 50%;
}
.l-lower .lower-template-content-main-body p {
  margin-bottom: 15px;
}
.l-lower .lower-template-content-main-body a {
  color: #2DABF1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-lower .lower-template-content-main-body a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body a:hover {
    opacity: 1;
  }
}
.l-lower .lower-template-content-main-body h5 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--theme-dark, #3b4b60);
}
.l-lower .lower-template-content-main-body h6 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4d4d4d;
}
.l-lower .lower-template-content-main-body hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #d1cdc7;
}
.l-lower .lower-template-content-main-body ul,
.l-lower .lower-template-content-main-body ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
}
.l-lower .lower-template-content-main-body ul li,
.l-lower .lower-template-content-main-body ol li {
  margin-bottom: 8px;
}
.l-lower .lower-template-content-main-body ul ul,
.l-lower .lower-template-content-main-body ul ol,
.l-lower .lower-template-content-main-body ol ul,
.l-lower .lower-template-content-main-body ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.l-lower .lower-template-content-main-body ul {
  list-style: disc;
}
.l-lower .lower-template-content-main-body ul ul {
  list-style: circle;
}
.l-lower .lower-template-content-main-body ol {
  list-style: decimal;
}
.l-lower .lower-template-content-main-body ol ol {
  list-style: lower-alpha;
}
.l-lower .lower-template-content-main-body blockquote {
  margin: 30px 0;
  padding: 20px;
  border-left: 4px solid var(--theme, #6b88af);
  background-color: #f5f5f5;
}
.l-lower .lower-template-content-main-body blockquote p {
  margin-bottom: 10px;
}
.l-lower .lower-template-content-main-body blockquote cite {
  display: block;
  font-size: 1.3rem;
  color: #828282;
  font-style: normal;
}
.l-lower .lower-template-content-main-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: var(--radius);
}
.l-lower .lower-template-content-main-body table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #d1cdc7;
}
.l-lower .lower-template-content-main-body table th,
.l-lower .lower-template-content-main-body table td {
  padding: 12px;
  border: 1px solid #d1cdc7;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body table th,
  .l-lower .lower-template-content-main-body table td {
    padding: 10px;
    font-size: 1.3rem;
  }
}
.l-lower .lower-template-content-main-body table th {
  background-color: #f5f5f5;
  font-weight: 700;
}
.l-lower .lower-template-content-main-body .wp-block-embed {
  margin-bottom: 30px;
}
.l-lower .lower-template-content-main-body .wp-block-embed iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border: none;
}
.l-lower .lower-template-content-main-body-case-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body-case-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.l-lower .lower-template-content-main-body-case-img-item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body-case-img-item {
    width: 100%;
  }
}
.l-lower .lower-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}
.l-lower .lower-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}
.l-lower .lower-template-content-main-body-case-img-item img:last-child {
  margin-top: 20px;
}
.l-lower .lower-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-body-case-img::before {
    top: calc(50% + 10px);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.l-lower .lower-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #d1cdc7;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance {
    overflow: hidden;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper {
    margin-left: 50%;
    padding: 30px 0px 70px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 112%;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border-radius: var(--radius-lg);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  margin-right: 20px !important;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
    margin-right: 15px !important;
    border-radius: var(--radius);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide._case {
  border-radius: var(--radius);
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1cdc7;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: #e6e3df;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1cdc7;
  z-index: -10;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
    left: calc(5.5% + 60px);
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
    left: 5.5%;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
    right: 5.5%;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
    font-size: 1.2rem;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #d1cdc7;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
    padding-top: 5px;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom._case {
  margin-top: 10px;
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #828282;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
    font-size: 1.2rem;
  }
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: var(--theme, #6b88af);
}
.l-lower .lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.l-lower .lower-template-content-side {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-side {
    width: 100%;
  }
}
.l-lower .lower-template-content-side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-lower .lower-template-content-side-title-icon {
  width: 20px;
  height: auto;
}
.l-lower .lower-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .lower-template-content-side-category-list {
  margin-bottom: 30px;
}
.l-lower .lower-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #d1cdc7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-lower .lower-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}
.l-lower .lower-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
  border-radius: var(--radius);
}
.l-lower .lower-template-content-side-about-txt {
  color: #4d4d4d;
  margin-bottom: 30px;
}
.l-lower .lower-template-content-side-contact {
  background-color: #f5f5f5;
  padding: 20px;
}
.l-lower .lower-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1cdc7;
}
.l-lower .lower-template-content-side-contact-tel {
  display: block;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: var(--theme-dark, #3b4b60);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-side-contact-tel {
    pointer-events: auto;
  }
}
.l-lower .lower-template-content-side-contact-open {
  text-align: center;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 10px;
}
.l-lower .lower-template-content-side-contact-open span {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  margin-left: 5px;
}
.l-lower .lower-template-content-side-contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: var(--radius);
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
.l-lower .lower-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}
.l-lower .lower-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--theme, #6b88af);
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-lower .lower-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--theme-dark, #3b4b60);
  width: 100%;
  height: 100%;
  z-index: -10;
}
.l-lower .lower-template-content-side-contact-link:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}
.l-lower .lower-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #d1cdc7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-lower .lower-template-content-side-contact-link._line::after {
  background-color: #2db530;
}
.l-lower .lower-template-content-test {
  width: 100%;
  height: 500px;
  background-color: var(--theme, #6b88af);
}
.l-lower .lower-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px dashed #d1cdc7;
  border-bottom: 1px dashed #d1cdc7;
}
.l-lower .lower-template-related-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-related-pages-list {
    gap: 10px;
  }
}
.l-lower .lower-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1024px) {
  .l-lower .lower-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .l-lower .lower-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}
.l-lower .lower-contact {
  position: relative;
}
.l-lower .lower-contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--theme, #6b88af);
}
.l-lower .lower-contact-desc {
  margin-bottom: 60px;
  text-align: center;
}
.l-lower .lower-contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.l-lower .lower-contact-table-required {
  color: #ea6565;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table-required {
    margin-left: 10px;
  }
}
.l-lower .lower-contact-table-required:first-child {
  margin-left: 10px;
}
.l-lower .lower-contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr th, .l-lower .lower-contact-table tr td {
    display: block;
    width: 100%;
  }
}
.l-lower .lower-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.l-lower .lower-contact-table tr td {
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.l-lower .lower-contact-table tr td .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #828282;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: var(--theme, #6b88af);
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}
.l-lower .lower-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #828282;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: var(--radius);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #d1cdc7;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3rem;
  padding-left: 0;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2rem;
    width: 1.6rem;
  }
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #828282;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: var(--radius);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.l-lower .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}
.l-lower .lower-contact-table tr td .wpcf7-text,
.l-lower .lower-contact-table tr td .wpcf7-select,
.l-lower .lower-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #828282;
  outline: none;
}
.l-lower .lower-contact-table tr td .wpcf7-text::-webkit-input-placeholder, .l-lower .lower-contact-table tr td .wpcf7-select::-webkit-input-placeholder, .l-lower .lower-contact-table tr td .wpcf7-textarea::-webkit-input-placeholder {
  color: #828282;
}
.l-lower .lower-contact-table tr td .wpcf7-text::-moz-placeholder, .l-lower .lower-contact-table tr td .wpcf7-select::-moz-placeholder, .l-lower .lower-contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #828282;
}
.l-lower .lower-contact-table tr td .wpcf7-text:-ms-input-placeholder, .l-lower .lower-contact-table tr td .wpcf7-select:-ms-input-placeholder, .l-lower .lower-contact-table tr td .wpcf7-textarea:-ms-input-placeholder {
  color: #828282;
}
.l-lower .lower-contact-table tr td .wpcf7-text::-ms-input-placeholder, .l-lower .lower-contact-table tr td .wpcf7-select::-ms-input-placeholder, .l-lower .lower-contact-table tr td .wpcf7-textarea::-ms-input-placeholder {
  color: #828282;
}
.l-lower .lower-contact-table tr td .wpcf7-text::placeholder,
.l-lower .lower-contact-table tr td .wpcf7-select::placeholder,
.l-lower .lower-contact-table tr td .wpcf7-textarea::placeholder {
  color: #828282;
}
.l-lower .lower-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}
.l-lower .lower-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.l-lower .lower-contact-position_table {
  width: 100%;
  border-top: 2px solid #828282;
  border-left: 2px solid #828282;
}
.l-lower .lower-contact-position_table tr th, .l-lower .lower-contact-position_table tr td {
  border-right: 2px solid #828282;
  border-bottom: 2px solid #828282;
  width: 45%;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-position_table tr th, .l-lower .lower-contact-position_table tr td {
    padding: 6px;
  }
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-position_table tr th, .l-lower .lower-contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}
.l-lower .lower-contact-position_table tr th:first-child, .l-lower .lower-contact-position_table tr td:first-child {
  width: 10%;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-position_table tr th:first-child, .l-lower .lower-contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}
.l-lower .lower-contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.l-lower .lower-contact-position_table .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-lower .lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}
.l-lower .lower-contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-lower .lower-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .lower-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #000000;
  z-index: 1;
}
.l-lower .lower-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-lower .lower-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.l-lower .lower-contact-form-inner:hover .lower-contact-form-inner-txt {
  color: #FFFFFF;
}
.l-lower .lower-contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-form-inner:hover .lower-contact-form-inner-txt {
    color: #000000;
  }
  .l-lower .lower-contact-form-inner:hover:before {
    width: 0%;
  }
}
.l-lower .lower-contact-form-inner > p:not(.lower-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.l-lower .lower-contact-form-inner > p.lower-contact-form-inner-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}
.l-lower .lower-contact-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.l-lower .lower-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.l-lower .lower-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.l-lower .lower-contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 834px) {
  .l-lower .lower-contact-link a:hover {
    border-color: #000000;
  }
}
.l-lower .lower-contact .request-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-lower .page p:not([class]) {
  margin-bottom: 20px;
}
.l-lower .page p:not([class]):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .page p:not([class]) {
    margin-bottom: 10px;
  }
}
.l-lower .page-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 60px;
  }
}
.l-lower .page-hero-content-photo01-inner {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01-inner {
    padding: 60px 5% 0px;
  }
}
.l-lower .page-hero-content-photo01 .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-lower .page-hero-content-photo01 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower .page-hero-content-photo01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.l-lower .page-hero-content-photo01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: var(--theme-dark, #3b4b60);
  border-left: 1px solid #e6e3df;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-lower .page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
    color: var(--theme-dark, #3b4b60);
  }
}
.l-lower .page-hero-content-photo01-title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01-title {
    font-size: 3rem;
  }
}
.l-lower .page-hero-content-photo01-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--theme, #6b88af);
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01-sub {
    margin-bottom: 30px;
  }
}
.l-lower .page-hero-content-photo01-img {
  position: relative;
  width: 100%;
  height: auto;
}
.l-lower .page-hero-content-photo01-img-bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1920/560;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01-img-bg {
    aspect-ratio: 390/200;
  }
}
.l-lower .page-hero-content-photo01-img .com-topic_path-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01-img .com-topic_path-wrap {
    position: static;
  }
}
.l-lower .page-hero-content-photo01._no_img {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo01._no_img {
    padding: 60px 5% 0px;
  }
}
.l-lower .page-hero-content-photo02-inner {
  padding: 0px 0px 0px 50px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02-inner {
    padding: 20px 0px 0px;
  }
}
.l-lower .page-hero-content-photo02-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower .page-hero-content-photo02-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  width: 50%;
  padding-right: 100px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02-top-left {
    gap: 20px;
    width: 100%;
    padding: 0px 5% 20px;
  }
}
.l-lower .page-hero-content-photo02-top-right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02-top-right {
    width: 100%;
  }
}
.l-lower .page-hero-content-photo02-top-right img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02-top-right img {
    height: auto;
    aspect-ratio: 390/200;
  }
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 6.5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
  height: 18.382px;
  border-left: 1px solid #d1cdc7;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: var(--theme-dark, #3b4b60);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
    color: var(--theme-dark, #3b4b60);
  }
}
.l-lower .page-hero-content-photo02-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02-title {
    font-size: 2.6rem;
  }
}
.l-lower .page-hero-content-photo02-title-wrap {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--theme, #6b88af);
}
.l-lower .page-hero-content-photo02-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--theme, #6b88af);
}
.l-lower .page-hero-content-photo02 .com-topic_path-wrap {
  padding: 0px;
}
.l-lower .page-hero-content-photo02 .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02 .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower .page-hero-content-photo02 .com-topic_path ul li, .l-lower .page-hero-content-photo02 .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo02 .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-photo02 .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo02._no_img .page-hero-content-photo02-top {
  padding: 60px 50px 50px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02._no_img .page-hero-content-photo02-top {
    padding: 60px 5% 30px;
  }
}
.l-lower .page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
  width: 78.5%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
    width: 100%;
  }
}
.l-lower .page-hero-content-photo02._no_img .com-topic_path-wrap {
  padding: 0px;
}
.l-lower .page-hero-content-photo02._no_img .com-topic_path ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.l-lower .page-hero-content-photo02._no_img .com-topic_path ul li, .l-lower .page-hero-content-photo02._no_img .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo02._no_img .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-photo02._no_img .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo02._no_img .page-hero-content-photo02-nav {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 50px;
  margin: 0 0 50px;
}
.l-lower .page-hero-content-photo03-top {
  position: relative;
  width: 100%;
  height: 390px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03-top {
    height: auto;
  }
}
.l-lower .page-hero-content-photo03-top-left {
  width: 73%;
  height: 350px;
  padding: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03-top-left {
    width: 100%;
    height: auto;
    padding: 30px 5% 40px;
    border-radius: 0;
  }
}
.l-lower .page-hero-content-photo03-top-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 350px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03-top-right {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 5%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, #f5f5f5), color-stop(62%, #FFFFFF));
    background: linear-gradient(to bottom, #f5f5f5 62%, #FFFFFF 62%);
  }
}
.l-lower .page-hero-content-photo03-top-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03-top-right img {
    height: auto;
    aspect-ratio: 390/200;
  }
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #d1cdc7;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 6.5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
  height: 18.382px;
  border-left: 1px solid #d1cdc7;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: var(--theme-dark, #3b4b60);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
    color: var(--theme-dark, #3b4b60);
  }
}
.l-lower .page-hero-content-photo03-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03-title {
    font-size: 2.6rem;
  }
}
.l-lower .page-hero-content-photo03-sub {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--theme, #6b88af);
}
.l-lower .page-hero-content-photo03 .com-topic_path-wrap {
  padding: 0px;
}
.l-lower .page-hero-content-photo03 .com-topic_path {
  background-color: #f5f5f5;
}
.l-lower .page-hero-content-photo03 .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03 .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower .page-hero-content-photo03 .com-topic_path ul li, .l-lower .page-hero-content-photo03 .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo03 .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-photo03 .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo03._no_img .page-hero-content-photo03-top {
  height: auto;
  padding: 60px 50px 50px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03._no_img .page-hero-content-photo03-top {
    padding: 60px 5% 30px;
  }
}
.l-lower .page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
  width: 100%;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
    width: 100%;
  }
}
.l-lower .page-hero-content-photo03._no_img .com-topic_path-wrap {
  background-color: #f5f5f5;
  padding: 0px;
}
.l-lower .page-hero-content-photo03._no_img .com-topic_path ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.l-lower .page-hero-content-photo03._no_img .com-topic_path ul li, .l-lower .page-hero-content-photo03._no_img .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo03._no_img .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-photo03._no_img .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-photo03._no_img .page-hero-content-photo03-nav {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 50px;
  margin: 0 0 50px;
}
.l-lower .page-hero-content-photo03._no_img .page-hero-content-photo03-nav-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .page-hero-content-smart01-top {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart01-top {
    height: auto;
  }
}
.l-lower .page-hero-content-smart01-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.l-lower .page-hero-content-smart01-top .com-topic_path-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart01-top .com-topic_path-wrap {
    position: static;
  }
}
.l-lower .page-hero-content-smart01-top .com-topic_path ul li, .l-lower .page-hero-content-smart01-top .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-smart01-top .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-smart01-top .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-smart01-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart01-title {
    font-size: 3rem;
  }
}
.l-lower .page-hero-content-smart01-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart01-title-wrap {
    height: 180px;
  }
}
.l-lower .page-hero-content-smart01-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--theme, #6b88af);
  text-align: center;
}
.l-lower .page-hero-content-smart01 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-lower .page-hero-content-smart01 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower .page-hero-content-smart01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.l-lower .page-hero-content-smart01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: var(--theme-dark, #3b4b60);
  border-left: 1px solid #e6e3df;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-lower .page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
    color: var(--theme-dark, #3b4b60);
  }
}
.l-lower .page-hero-content-smart01._no_img .page-hero-content-smart01-top {
  background-color: #f5f5f5;
}
.l-lower .page-hero-content-smart01._no_img .page-hero-content-smart01-title {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-smart02 {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02 {
    height: 250px;
    padding-bottom: 0;
  }
}
.l-lower .page-hero-content-smart02-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02-img {
    height: 100%;
  }
}
.l-lower .page-hero-content-smart02 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02 .com-topic_path-wrap {
    padding: 25px 0;
  }
}
.l-lower .page-hero-content-smart02 .com-topic_path ul li, .l-lower .page-hero-content-smart02 .com-topic_path ul a {
  color: #FFFFFF;
}
.l-lower .page-hero-content-smart02 .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}
.l-lower .page-hero-content-smart02 .com-topic_path ul a svg {
  fill: #FFFFFF;
}
.l-lower .page-hero-content-smart02-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}
.l-lower .page-hero-content-smart02-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02-title-wrap {
    padding: 0 5%;
  }
}
.l-lower .page-hero-content-smart02-sub {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02-sub {
    font-size: 3.5rem;
  }
}
.l-lower .page-hero-content-smart02-bar {
  width: 500px;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02-bar {
    width: 100%;
  }
}
.l-lower .page-hero-content-smart02 .page-hero-content-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  border-radius: 100vh;
}
.l-lower .page-hero-content-smart02 .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-lower .page-hero-content-smart02 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}
.l-lower .page-hero-content-smart02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: var(--theme-dark, #3b4b60);
  border-left: 1px solid #e6e3df;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-wrap: nowrap;
}
.l-lower .page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
  color: var(--theme, #6b88af);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
    color: var(--theme-dark, #3b4b60);
  }
}
.l-lower .page-hero-content-smart02._no_img {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, var(--theme-dark, #3b4b60) calc(100% - 30px), #FFFFFF calc(100% - 30px));
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02._no_img {
    height: 250px;
    padding-bottom: 0;
    background: var(--theme-dark, #3b4b60);
  }
}
.l-lower .page-hero-content-smart02._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-smart02._no_img .com-topic_path-wrap {
    padding: 25px 0;
  }
}
.l-lower .page-hero-content-smart02._no_img .com-topic_path ul li, .l-lower .page-hero-content-smart02._no_img .com-topic_path ul a {
  color: #FFFFFF;
}
.l-lower .page-hero-content-smart02._no_img .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}
.l-lower .page-hero-content-smart02._no_img .com-topic_path ul a svg {
  fill: #FFFFFF;
}
.l-lower .page-hero-content-smart02._no_img .page-hero-content-smart01-top {
  background-color: #f5f5f5;
}
.l-lower .page-hero-content-smart02._no_img .page-hero-content-smart01-title {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-simple01 {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01 {
    height: auto;
  }
}
.l-lower .page-hero-content-simple01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.l-lower .page-hero-content-simple01-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 5%;
  }
}
.l-lower .page-hero-content-simple01 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01 .com-topic_path-wrap {
    overflow-x: scroll;
  }
}
.l-lower .page-hero-content-simple01 .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01 .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower .page-hero-content-simple01 .com-topic_path ul li, .l-lower .page-hero-content-simple01 .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-simple01 .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-simple01 .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-simple01-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--theme-dark, #3b4b60);
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01-title {
    margin-bottom: 20px;
  }
}
.l-lower .page-hero-content-simple01-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
}
.l-lower .page-hero-content-simple01-sub {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--theme-dark, #3b4b60);
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01-sub {
    font-size: 3.5rem;
  }
}
.l-lower .page-hero-content-simple01._no_img {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
  background-color: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01._no_img {
    height: auto;
  }
}
.l-lower .page-hero-content-simple01._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01._no_img .com-topic_path-wrap {
    overflow-x: scroll;
  }
}
.l-lower .page-hero-content-simple01._no_img .com-topic_path ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .l-lower .page-hero-content-simple01._no_img .com-topic_path ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-lower .page-hero-content-simple01._no_img .com-topic_path ul li, .l-lower .page-hero-content-simple01._no_img .com-topic_path ul a {
  color: var(--theme-dark, #3b4b60);
}
.l-lower .page-hero-content-simple01._no_img .com-topic_path ul li .icon_arrow {
  fill: var(--theme-dark, #3b4b60);
  margin-left: 5px;
}
.l-lower .page-hero-content-simple01._no_img .com-topic_path ul a svg {
  fill: var(--theme-dark, #3b4b60);
}
.l-lower .page-contact-contentWidth {
  width: 100%;
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-contentWidth {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.l-lower .page-contact-contentWidth .com-h2-small {
  text-align: center;
  margin-bottom: 40px;
}
.l-lower .page-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.l-lower .page-contact-tel-img {
  width: 32px;
  height: auto;
}
.l-lower .page-contact-tel-link {
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-tel-link {
    pointer-events: auto;
  }
}
.l-lower .page-contact-txt {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #C1C9CF;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-txt {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.l-lower .page-contact-table {
  width: 100%;
}
.l-lower .page-contact-table-required {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ea6565;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-table-required {
    margin-left: 10px;
  }
}
.l-lower .page-contact-table-required:first-child {
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-table tr th, .l-lower .page-contact-table tr td {
    display: block;
    width: 100%;
  }
}
.l-lower .page-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.l-lower .page-contact-table tr td {
  padding-bottom: 20px;
  vertical-align: top;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.l-lower .page-contact-table tr td .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid var(--theme, #6b88af);
  height: 22px;
  width: 22px;
  top: 12px;
  left: 0px;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: var(--theme, #6b88af);
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 6px;
}
.l-lower .page-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-lower .page-contact-table tr td .wpcf7-text,
.l-lower .page-contact-table tr td .wpcf7-select,
.l-lower .page-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid var(--theme, #6b88af);
  outline: none;
}
.l-lower .page-contact-table tr td .wpcf7-text::-webkit-input-placeholder, .l-lower .page-contact-table tr td .wpcf7-select::-webkit-input-placeholder, .l-lower .page-contact-table tr td .wpcf7-textarea::-webkit-input-placeholder {
  color: #828282;
}
.l-lower .page-contact-table tr td .wpcf7-text::-moz-placeholder, .l-lower .page-contact-table tr td .wpcf7-select::-moz-placeholder, .l-lower .page-contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #828282;
}
.l-lower .page-contact-table tr td .wpcf7-text:-ms-input-placeholder, .l-lower .page-contact-table tr td .wpcf7-select:-ms-input-placeholder, .l-lower .page-contact-table tr td .wpcf7-textarea:-ms-input-placeholder {
  color: #828282;
}
.l-lower .page-contact-table tr td .wpcf7-text::-ms-input-placeholder, .l-lower .page-contact-table tr td .wpcf7-select::-ms-input-placeholder, .l-lower .page-contact-table tr td .wpcf7-textarea::-ms-input-placeholder {
  color: #828282;
}
.l-lower .page-contact-table tr td .wpcf7-text::placeholder,
.l-lower .page-contact-table tr td .wpcf7-select::placeholder,
.l-lower .page-contact-table tr td .wpcf7-textarea::placeholder {
  color: #828282;
}
.l-lower .page-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}
.l-lower .page-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.l-lower .page-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .page-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px var(--theme, #6b88af);
  z-index: 1;
}
.l-lower .page-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--theme, #6b88af);
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-lower .page-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.l-lower .page-contact-form-inner:hover .page-contact-form-inner-txt {
  color: #FFFFFF;
}
.l-lower .page-contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-form-inner:hover .page-contact-form-inner-txt {
    color: #000000;
  }
  .l-lower .page-contact-form-inner:hover:before {
    width: 0%;
  }
}
.l-lower .page-contact-form-inner > p:not(.page-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.l-lower .page-contact-form-inner > p.page-contact-form-inner-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}
.l-lower .page-contact-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.l-lower .page-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.l-lower .page-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--theme, #6b88af);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.l-lower .page-contact-link a:hover {
  border-color: rgba(var(--theme, #6b88af), 0);
}
@media screen and (max-width: 834px) {
  .l-lower .page-contact-link a:hover {
    border-color: var(--theme, #6b88af);
  }
}
@media screen and (max-width: 834px) {
  .l-lower .page-template {
    overflow: hidden;
  }
}
.l-lower .page-template-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-lower .page-template-content-main {
  width: 100%;
}
.l-lower .page-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}
.l-lower .page-template-content-main-title {
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: var(--theme, #6b88af);
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-title {
    font-size: 2.5rem;
  }
}
.l-lower .page-template-content-main-about {
  margin-bottom: 40px;
}
.l-lower .page-template-content-main-list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.l-lower .page-template-content-main-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-lower .page-template-content-main-list-item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-list-item {
    width: 100%;
  }
}
.l-lower .page-template-content-main-list-item-link {
  display: block;
  border: 2px solid var(--theme, #6b88af);
  border-radius: var(--radius-lg);
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.l-lower .page-template-content-main-list-item-link:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
.l-lower .page-template-content-main-list-item-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 280/126;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-lower .page-template-content-main-list-item-link-txt {
  padding: 15px;
}
.l-lower .page-template-content-main-list-item-link-txt-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}
.l-lower .page-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-list-item-link-txt-excerpt {
    -webkit-line-clamp: 2;
  }
}
.l-lower .page-template-content-main-list-item-link-txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  border-top: 1px solid var(--theme-light, #cbd5e3);
}
.l-lower .page-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #828282;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}
.l-lower .page-template-content-main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.l-lower .page-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--theme-light, #cbd5e3);
  color: var(--theme, #6b88af);
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
.l-lower .page-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}
.l-lower .page-template-content-main-pagination .page-numbers.current::before {
  background: var(--theme-dark, #3b4b60);
  width: calc(105% + 30px);
}
.l-lower .page-template-content-main-pagination .page-numbers.prev, .l-lower .page-template-content-main-pagination .page-numbers.next {
  background-color: var(--theme, #6b88af);
}
.l-lower .page-template-content-main-pagination .page-numbers.prev .pagination-prev,
.l-lower .page-template-content-main-pagination .page-numbers.prev .pagination-next, .l-lower .page-template-content-main-pagination .page-numbers.next .pagination-prev,
.l-lower .page-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}
.l-lower .page-template-content-main-pagination .page-numbers.prev .pagination-prev, .l-lower .page-template-content-main-pagination .page-numbers.next .pagination-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-lower .page-template-content-main-pagination .page-numbers.prev:after, .l-lower .page-template-content-main-pagination .page-numbers.next:after {
  background: var(--theme, #6b88af);
}
.l-lower .page-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: var(--theme, #6b88af);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.l-lower .page-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}
.l-lower .page-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}
.l-lower .page-template-content-main-author {
  font-size: 1.4rem;
  color: #828282;
  text-align: right;
  margin-bottom: 20px;
}
.l-lower .page-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
}
.l-lower .page-template-content-main-head-top {
  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;
  gap: 40px;
  margin-bottom: 5px;
}
.l-lower .page-template-content-main-head-top-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: var(--theme, #6b88af);
}
.l-lower .page-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}
.l-lower .page-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #212121;
}
.l-lower .page-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.l-lower .page-template-content-main-head-title span {
  color: var(--theme, #6b88af);
}
.l-lower .page-template-content-main-body p {
  margin-bottom: 15px;
}
.l-lower .page-template-content-main-body p:last-child {
  margin-bottom: 0;
}
.l-lower .page-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 40px;
}
.l-lower .page-template-content-main-body-desc {
  margin-bottom: 40px;
}
.l-lower .page-template-content-main-body-case-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
.l-lower .page-template-content-main-body-case-img-item {
  width: 50%;
}
.l-lower .page-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}
.l-lower .page-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: var(--radius);
}
.l-lower .page-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-lower .page-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid var(--theme-light, #cbd5e3);
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper {
    overflow: visible;
  }
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid var(--theme-light, #cbd5e3);
  border-radius: var(--radius-lg);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2509803922);
  }
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #d1cdc7;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1/1;
  background: var(--theme-light, #cbd5e3);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1cdc7;
  z-index: -10;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: var(--theme, #6b88af);
  margin-bottom: 10px;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--theme-light, #cbd5e3);
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #828282;
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: var(--theme, #6b88af);
}
.l-lower .page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.l-lower .page-template-content-side {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-side {
    width: 100%;
  }
}
.l-lower .page-template-content-side-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-lower .page-template-content-side-title-icon {
  width: 20px;
  height: auto;
}
.l-lower .page-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--theme, #6b88af);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .page-template-content-side-category-list {
  margin-bottom: 30px;
}
.l-lower .page-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-lower .page-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}
.l-lower .page-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
  border-radius: var(--radius);
}
.l-lower .page-template-content-side-about-txt {
  color: #4d4d4d;
  margin-bottom: 30px;
}
.l-lower .page-template-content-side-contact {
  background-color: var(--theme-light, #cbd5e3);
  padding: 20px;
}
.l-lower .page-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--theme-light, #cbd5e3);
}
.l-lower .page-template-content-side-contact-tel {
  display: block;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: var(--theme-dark, #3b4b60);
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-side-contact-tel {
    pointer-events: auto;
  }
}
.l-lower .page-template-content-side-contact-open {
  text-align: center;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 10px;
}
.l-lower .page-template-content-side-contact-open span {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  margin-left: 5px;
}
.l-lower .page-template-content-side-contact-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: var(--radius);
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}
.l-lower .page-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}
.l-lower .page-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--theme, #6b88af);
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-lower .page-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--theme-dark, #3b4b60);
  width: 100%;
  height: 100%;
  z-index: -10;
}
.l-lower .page-template-content-side-contact-link:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}
.l-lower .page-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: var(--theme, #6b88af);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-lower .page-template-content-side-contact-link._line::after {
  background-color: #2db530;
}
.l-lower .page-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  border-top: 1px dashed #d1cdc7;
  border-bottom: 1px dashed #d1cdc7;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-related-pages {
    margin-bottom: 50px;
  }
}
.l-lower .page-template-related-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-related-pages-list {
    gap: 10px;
  }
}
.l-lower .page-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 1024px) {
  .l-lower .page-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .l-lower .page-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.l-lower .single a {
  word-break: break-all;
}
.l-lower .single-hero-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000000;
}
.l-lower .single-case-treatment-notes-swiper {
  margin-bottom: 5px;
}
.l-lower .single-case-treatment-notes-swiper-container {
  position: relative;
  overflow: hidden;
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-next,
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-prev {
  width: 31px;
  height: 30px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-next svg,
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-prev svg {
  width: 15px;
  height: 15px;
  stroke: var(--theme, #6b88af);
  stroke-width: 3;
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-next:after,
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-prev:after {
  display: none;
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-next {
  right: -1px;
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-lower .single-case-treatment-notes-swiper-container .swiper-button-prev {
  left: -1px;
}
.l-lower .single-case-treatment-notes-text-swiper {
  margin-bottom: 40px;
}
.l-lower .single-case-treatment-notes-text-swiper-container {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .single-case-treatment-notes-text-swiper-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.l-lower .single-case-treatment-notes-text-swiper-container .swiper-wrapper {
  width: calc(100% - 150px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .single-case-treatment-notes-text-swiper-container .swiper-wrapper {
    width: 100%;
  }
}
.l-lower .single-case-treatment-notes-text-swiper-container .swiper-pagination {
  position: relative;
  text-align: left;
  line-height: 1;
  width: auto;
  -webkit-transform: translateY(1.4rem);
          transform: translateY(1.4rem);
}
.l-lower .single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--theme, #6b88af);
  opacity: 0.4;
}
.l-lower .single-case-treatment-notes-text-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.l-lower .single-case-treatment-notes-text-swiper-container .swiper-pagination-fraction {
  margin-bottom: 0px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .single-case-treatment-notes-text-swiper-container .swiper-pagination-fraction {
    margin-bottom: 5px;
  }
}
.l-lower .single-case-treatment-notes-text-swiper-container .swiper-notification {
  display: none;
}
.l-lower .single-case-treatment-notes-text-swiper-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-lower .single-case-treatment-notes-text-swiper-text {
  display: block;
  width: calc(100% - 150px);
}
@media screen and (max-width: 834px) {
  .l-lower .single-case-treatment-notes-text-swiper-text {
    width: 100%;
  }
}
.l-lower .single-relevance-swiper-link-case-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2.22/1;
}
.l-lower .single-relevance-swiper-link-case-img-before {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-lower .single-relevance-swiper-link-case-img-before-text {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
}
.l-lower .single-relevance-swiper-link-case-img-after {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-lower .single-relevance-swiper-link-case-img-after-text {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
}
.l-lower .single-relevance-swiper-link-case-content-table-th {
  position: relative;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px 5px 15px;
}
.l-lower .single-relevance-swiper-link-case-content-table-th::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid var(--theme, #6b88af);
}
.l-lower .single-relevance-swiper-link-case-content-table-th::after {
  content: " : ";
}
.l-lower .single-relevance-swiper-link-case-content-table-td {
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 0px;
  color: #828282;
}

.l-lower .archive-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
.l-lower .archive-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.l-lower .archive-hero-content {
  padding: 50px 50px 0px;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-hero-content {
    padding: 60px 5% 0px;
  }
}
.l-lower .archive-hero-content .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 100vh;
}
.l-lower .archive-hero-content .page-hero-content-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-lower .archive-hero-content .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-lower .archive-hero-content .page-hero-content-nav-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-hero-content .page-hero-content-nav-list-item-link:hover {
    opacity: 1;
  }
}
.l-lower .archive-hero-content-title {
  font-size: 4rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-hero-content-title {
    font-size: 3rem;
  }
}
.l-lower .archive-hero-content-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-hero-content-sub {
    margin-bottom: 30px;
  }
}
.l-lower .archive-contentWidth {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-contentWidth {
    padding: 0 5%;
  }
}
.l-lower .archive-contentWidth .com-h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-contentWidth .com-h3 {
    margin-bottom: 40px;
  }
}
.l-lower .archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.l-lower .archive-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
  border-radius: var(--radius-lg);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.l-lower .archive-list-item-link:hover {
  -webkit-box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
}
.l-lower .archive-list-item-link-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 200px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #d1cdc7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-list-item-link-date {
    width: 110px;
    padding: 15px;
    font-size: 1.2rem;
  }
}
.l-lower .archive-list-item-link-txt {
  padding: 20px;
}
.l-lower .archive-list-item-link-txt-title {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.l-lower .archive-list-item-link-txt-deac {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-list-item-link-txt-deac {
    -webkit-line-clamp: 5;
  }
}
.l-lower .archive-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-pagination {
    margin-top: 40px;
  }
}
.l-lower .archive-pagination .page-numbers {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
.l-lower .archive-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--theme, #6b88af);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  z-index: -1;
}
.l-lower .archive-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d1cdc7;
  z-index: -10;
}
.l-lower .archive-pagination .page-numbers:hover::before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .archive-pagination .page-numbers:hover::before {
    width: 0%;
  }
}
.l-lower .archive-pagination .page-numbers.current {
  pointer-events: none;
}
.l-lower .archive-pagination .page-numbers.current::before {
  width: 100%;
}
.l-lower .archive-pagination .page-numbers.dots {
  pointer-events: none;
}
.l-lower .archive-pagination .page-numbers.dots::before {
  width: 0%;
}

.l-lower .contact {
  position: relative;
}
.l-lower .contact-title {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--theme, #6b88af);
}
.l-lower .contact-desc {
  margin-bottom: 60px;
  text-align: center;
}
.l-lower .contact-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.l-lower .contact-table-required {
  color: #ea6565;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table-required {
    margin-left: 10px;
  }
}
.l-lower .contact-table-required:first-child {
  margin-left: 10px;
}
.l-lower .contact-table-note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr th, .l-lower .contact-table tr td {
    display: block;
    width: 100%;
  }
}
.l-lower .contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}
.l-lower .contact-table tr td {
  padding-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}
.l-lower .contact-table tr td .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item.last {
  margin-bottom: 0;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #828282;
  height: 26px;
  width: 26px;
  top: 12px;
  left: 2px;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: var(--theme, #6b88af);
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 10px;
}
.l-lower .contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 5px;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item.last {
  margin-bottom: 0;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before,
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #828282;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0;
  border-radius: var(--radius);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::before {
    top: 1.1rem;
  }
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label::after {
    top: 1.1rem;
  }
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::before {
  background-color: #d1cdc7;
}
.l-lower .contact-table tr td .wpcf7-checkbox .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-lower .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
  display: block;
  width: 3rem;
  padding-left: 0;
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label {
    padding-top: 2rem;
    width: 1.6rem;
  }
}
.l-lower .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
  background-color: #fff;
  border: 2px solid #828282;
  height: 2.4rem;
  width: 2.4rem;
  top: 1.3rem;
  left: 0rem;
  border-radius: var(--radius);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::before {
    height: 1.2rem;
    width: 1.2rem;
  }
}
.l-lower .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
  opacity: 0;
  height: 2rem;
  width: 2rem;
  top: 1.3rem;
  left: 0.4rem;
  background-image: url(assets/img/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-table tr td .wpcf7-checkbox.required-group .wpcf7-list-item label::after {
    height: 1.2rem;
    width: 1.2rem;
    left: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem;
  }
}
.l-lower .contact-table tr td .wpcf7-text,
.l-lower .contact-table tr td .wpcf7-select,
.l-lower .contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #828282;
  outline: none;
}
.l-lower .contact-table tr td .wpcf7-text::-webkit-input-placeholder, .l-lower .contact-table tr td .wpcf7-select::-webkit-input-placeholder, .l-lower .contact-table tr td .wpcf7-textarea::-webkit-input-placeholder {
  color: #828282;
}
.l-lower .contact-table tr td .wpcf7-text::-moz-placeholder, .l-lower .contact-table tr td .wpcf7-select::-moz-placeholder, .l-lower .contact-table tr td .wpcf7-textarea::-moz-placeholder {
  color: #828282;
}
.l-lower .contact-table tr td .wpcf7-text:-ms-input-placeholder, .l-lower .contact-table tr td .wpcf7-select:-ms-input-placeholder, .l-lower .contact-table tr td .wpcf7-textarea:-ms-input-placeholder {
  color: #828282;
}
.l-lower .contact-table tr td .wpcf7-text::-ms-input-placeholder, .l-lower .contact-table tr td .wpcf7-select::-ms-input-placeholder, .l-lower .contact-table tr td .wpcf7-textarea::-ms-input-placeholder {
  color: #828282;
}
.l-lower .contact-table tr td .wpcf7-text::placeholder,
.l-lower .contact-table tr td .wpcf7-select::placeholder,
.l-lower .contact-table tr td .wpcf7-textarea::placeholder {
  color: #828282;
}
.l-lower .contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}
.l-lower .contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}
.l-lower .contact-position_table {
  width: 100%;
  border-top: 2px solid #828282;
  border-left: 2px solid #828282;
}
.l-lower .contact-position_table tr th, .l-lower .contact-position_table tr td {
  border-right: 2px solid #828282;
  border-bottom: 2px solid #828282;
  width: 45%;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-position_table tr th, .l-lower .contact-position_table tr td {
    padding: 6px;
  }
}
@media screen and (max-width: 834px) {
  .l-lower .contact-position_table tr th, .l-lower .contact-position_table tr td {
    display: table-cell;
    width: 46%;
  }
}
.l-lower .contact-position_table tr th:first-child, .l-lower .contact-position_table tr td:first-child {
  width: 10%;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-position_table tr th:first-child, .l-lower .contact-position_table tr td:first-child {
    display: table-cell;
    width: 8%;
  }
}
.l-lower .contact-position_table tr th {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
.l-lower .contact-position_table .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-lower .contact-position_table .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 0;
}
.l-lower .contact-position_table .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-lower .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-lower .contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #000000;
  z-index: 1;
}
.l-lower .contact-form-inner-txt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-lower .contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-lower .contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}
.l-lower .contact-form-inner:hover .contact-form-inner-txt {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-lower .contact-form-inner:hover:before {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .l-lower .contact-form-inner:hover .contact-form-inner-txt {
    color: #000000;
  }
  .l-lower .contact-form-inner:hover:before {
    width: 0%;
  }
}
.l-lower .contact-form-inner > p:not(.contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.l-lower .contact-form-inner > p.contact-form-inner-txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}
.l-lower .contact-form .wpcf7-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}
.l-lower .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.l-lower .contact-link a {
  padding-bottom: 3px;
  margin-left: 5px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000000;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.l-lower .contact-link a:hover {
  border-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 834px) {
  .l-lower .contact-link a:hover {
    border-color: #000000;
  }
}
.l-lower .contact-link .wpcf7-list-item {
  margin-left: 0 !important;
}
.l-lower .contact .request-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}/*# sourceMappingURL=style-lower.css.map */