@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --viewport: 1920;
}
@media (max-width: 1200px) {
  :root {
    --viewport: 1200;
  }
}
@media (max-width: 800px) {
  :root {
    --viewport: 800;
  }
}

html {
  scroll-behavior: initial;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: termina, noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.5008px;
  min-height: 100%;
  color: #333;
}

img {
  width: 100%;
}

#service {
  margin-top: -100px;
  padding-top: 100px;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
header .header-inner {
  padding: 20px 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  font-weight: 600;
}
@media (max-width: 1200px) {
  header .header-inner {
    padding: 20px 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  header .header-inner {
    padding: 20px;
  }
}
header .header-inner .logo {
  display: flex;
  align-items: center;
  width: 207px;
}
@media (max-width: 768px) {
  header .header-inner .logo {
    width: 175px;
  }
}
@media (max-width: 1200px) {
  header .header-nav {
    padding-top: 14px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav .header-nav-list {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  header .header-nav .header-nav-list {
    gap: 20px;
  }
}
header .header-nav-list {
  display: flex;
  align-items: center;
}

.link-btn {
  display: flex;
  width: 190px;
  height: 56px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #fff;
  background-image: url(../img/global/contact-btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1;
  color: #fff;
}
.link-btn.contact {
  width: 225px;
}
.link-btn.contact-back {
  width: 225px;
  color: #0d61ba;
  background: #fff;
  border: 1px solid #0d61ba;
}
.link-btn.back {
  border: 1px solid #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  letter-spacing: -0.2992px;
  position: relative;
  margin: auto;
}
.link-btn.back span svg {
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
.link-btn.view-more {
  border: 1px solid #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 18px */
  letter-spacing: -0.2992px;
  position: relative;
}
.link-btn.view-more span svg {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 3px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .link-btn.view-more {
    font-size: 13px;
  }
  .link-btn.view-more span svg {
    width: 14px;
  }
}
.link-btn:hover {
  background-image: url(../img/global/contact-btn-bg-hover.png);
}
.link-btn p {
  margin-top: 3px;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mv {
  overflow: hidden;
}

.inner {
  width: 1080px;
  margin: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

.sub-inner {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  .sub-inner {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .sub-inner {
    width: 100%;
    padding: 0 20px;
  }
}

section.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .slider .slick-slide {
    height: 200px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .slider img {
    transform: scale(2);
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}

.top-concept .concept-main {
  padding: 50px 0 120px;
  display: flex;
  gap: 5px;
}
@media (max-width: 768px) {
  .top-concept .concept-main {
    padding: 50px 0 62px;
    display: block;
  }
}
.top-concept .concept-main__title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .top-concept .concept-main__title h1 {
    font-size: 30px;
  }
}
.top-concept .concept-main__text {
  width: 473px;
}
@media (max-width: 1200px) {
  .top-concept .concept-main__text {
    width: 334px;
  }
}
@media (max-width: 768px) {
  .top-concept .concept-main__text {
    margin-top: 28px;
    width: 100%;
  }
}
.top-concept .concept-main__text p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 32px */
}

.sectoin-title {
  margin-top: 50px;
}
.sectoin-title-en {
  color: #0d61ba;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1.2px;
}
@media (max-width: 768px) {
  .sectoin-title-en {
    font-size: 32px;
  }
}
.sectoin-title-jp {
  color: #0d61ba;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.1504px;
  line-height: 1.5;
}

.top-service__content {
  margin: 50px 0 120px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .top-service__content {
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 768px) {
  .top-service__content {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 80px;
  }
}
.top-service__content a .img-wrap {
  overflow: hidden;
}
.top-service__content a .img-wrap img {
  transition: all 0.5s;
}
.top-service__content a:hover .img-wrap img {
  transform: scale(1.1);
}
.top-service__content a p {
  margin-top: 12px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  .top-service__content a p {
    font-size: 16px;
  }
}

.title-color-wrap {
  background-color: #0d61ba;
  padding: 50px 0;
}
.title-color-wrap .sectoin-title {
  margin-top: 0;
}
.title-color-wrap .sectoin-title-en,
.title-color-wrap .sectoin-title-jp {
  color: #fff;
}
.title-color-wrap__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-slider-wrap {
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
  font-size: 0.83vw;
}
.case-slider-wrap .case-slider {
  position: relative;
  width: 100%;
  left: 25.3125em;
}
@media screen and (max-width: 768px) {
  .case-slider-wrap .case-slider {
    left: 20px;
  }
}
.case-slider-wrap .case-slider img {
  width: 315px;
  height: auto;
}
.case-slider-wrap .case-slider .case {
  margin-right: 40px;
}
.case-slider-wrap .case-slider .case a {
  display: inline-block;
}
.case-slider-wrap .case-slider .case .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 20px 0;
}
.case-slider-wrap .case-slider .case .text p {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #0d61ba;
  background: #fff;
  color: #0d61ba;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.archive-case {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 50px;
}
.archive-case img {
  width: 315px;
  height: auto;
}
.archive-case .case a {
  display: inline-block;
}
.archive-case .case .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 20px 0;
}
.archive-case .case .text p {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #0d61ba;
  background: #fff;
  color: #0d61ba;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.top-company-recruit {
  display: grid;
  grid-template-columns: auto auto;
}
@media (max-width: 768px) {
  .top-company-recruit {
    grid-template-columns: auto;
  }
}
.top-company-recruit p {
  text-align: center;
}
.top-company-recruit-en {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.72px;
  display: block;
}
@media (max-width: 768px) {
  .top-company-recruit-en {
    font-size: 24px;
  }
}
.top-company-recruit-jp {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.4px;
}
@media (max-width: 768px) {
  .top-company-recruit-jp {
    font-size: 14px;
  }
}
.top-company-recruit-btn-wrap a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-company-recruit-btn-wrap a {
    height: 201px;
    max-width: 100%;
  }
}
.top-company-recruit-btn-wrap a img {
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .top-company-recruit-btn-wrap a img {
    height: 100%;
    width: auto;
    max-width: 100%;
  }
}
.top-company-recruit-btn-wrap a:hover img {
  transform: scale(1.1);
}
.top-company-recruit-btn-wrap a p {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top-news {
  background: #f5f5f5;
}

.news-wrap .news:not(:first-child) {
  margin-top: 30px;
}
.news-wrap .news a {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 100%;
}
.news-wrap .news .date {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.13px;
}
.news-wrap .news .title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .news-wrap .news .title {
    font-size: 16px;
  }
}
.top-contact {
  padding: 120px 50px;
}
@media (max-width: 768px) {
  .top-contact {
    padding: 80px 20px;
  }
}
.top-contact a {
  display: block;
  width: 100%;
  padding: 80px 0;
  background-color: #0d61ba;
  text-align: center;
}
.top-contact a .en {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  display: block;
}
@media (max-width: 768px) {
  .top-contact a .en {
    font-size: 32px;
  }
}
.top-contact a .jp {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 768px) {
  .top-contact a .jp {
    font-size: 14px;
  }
}

footer {
  padding: 120px 50px 30px;
}
@media (max-width: 768px) {
  footer {
    padding: 80px 20px 30px;
  }
}
footer .address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
  font-family: noto-sans-cjk-jp;
}
footer .address img {
  width: 350px;
}
@media (max-width: 768px) {
  footer .address img {
    width: 250px;
  }
}
footer .address p {
  margin-top: 30px;
}
footer .inc {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  letter-spacing: -0.13px;
  margin-top: 50px;
  font-family: noto-sans-cjk-jp;
}

.sub {
  display: flex;
  gap: 190px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .sub {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.sub-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sub-title .border {
  width: 80px;
  border-top: 1px solid #0d61ba;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sub-title .border {
    width: 40px;
  }
}
.sub-title .text {
  color: #0d61ba;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sub-title .text {
    font-size: 30px;
  }
}
.sub-title.message {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .sub-title.message {
    margin-top: 0;
  }
}
.sub-title.message .text {
  font-size: 64px;
}
@media (max-width: 768px) {
  .sub-title.message .text {
    font-size: 30px;
  }
}
.sub-text {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  letter-spacing: -0.32px;
}

.sub-second {
  display: flex;
  gap: 100px;
  margin-top: 100px;
  align-items: center;
}
@media (max-width: 768px) {
  .sub-second {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.sub-second .sub {
  display: block;
  margin-top: 0;
}
.sub-second .sub-text {
  margin-top: 50px;
}
.sub-second .img {
  width: 450px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sub-second .img {
    width: 100%;
  }
}

.sv-img {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .sv-img {
    margin-top: 50px;
  }
}

.service-contents {
  padding: 100px 0 0;
}
.service-contents .content {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.service-contents .content:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .service-contents .content:not(:first-child) {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .service-contents .content {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
}
.service-contents .content .img {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .service-contents .content .img {
    width: 100%;
  }
}
.service-contents .content .text-wrap .title {
  color: #0d61ba;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}
.service-contents .content .text-wrap .text {
  margin-top: 50px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 32px */
  letter-spacing: -0.32px;
}

.table-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .table-wrap {
    padding-top: 50px;
  }
}
.table-wrap .table-title {
  color: #0d61ba;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.48px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .table-wrap .table-title {
    padding-bottom: 50px;
  }
}
.table-wrap table {
  width: 100%;
}
.table-wrap table tr:not(:first-child) th,
.table-wrap table tr:not(:first-child) td {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .table-wrap table tr:not(:first-child) th,
  .table-wrap table tr:not(:first-child) td {
    padding-top: 30px;
  }
}
.table-wrap table th,
.table-wrap table td {
  font-family: noto-sans-cjk-jp;
  color: #666;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 2;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table-wrap table th,
  .table-wrap table td {
    padding-bottom: 30px;
    display: block;
  }
}
.table-wrap table th a,
.table-wrap table td a {
  color: #0d61ba;
  font-weight: 600;
  border-bottom: 1px solid;
}
.table-wrap table th {
  font-weight: 700;
  width: 200px;
}
@media (max-width: 768px) {
  .table-wrap table th {
    padding-bottom: 20px;
    border-bottom: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .table-wrap table td {
    padding-top: 0 !important;
  }
}

.sub-main {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .sub-main {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.single-content-wrap .single-title {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.single-content-wrap .single-title .date {
  color: #666;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  letter-spacing: -0.13px;
}
.single-content-wrap .single-title .text {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.single-content-wrap .single-content {
  color: #666;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  padding: 50px 0;
}
.single-content-wrap .single-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
  display: block;
}

.contact-wrap table {
  width: 100%;
}
.contact-wrap table th,
.contact-wrap table td {
  display: block;
}
.contact-wrap table th {
  margin-top: 50px;
}
.contact-wrap table th span {
  gap: 10px;
  border-radius: 5px;
  background: #0d61ba;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  line-height: 0;
  height: 24px;
  display: inline-flex;
  align-items: center;
  width: 48px;
  justify-content: center;
}
.contact-wrap table td {
  margin-top: 20px;
}
.contact-wrap table td input[name="land"],
.contact-wrap table td input[name="landproprietary"],
.contact-wrap table td input[name="building"],
.contact-wrap table td input[name="buildnum"],
.contact-wrap table td input[name="buildyear"] {
  width: 100px;
}
.contact-wrap table td .unit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-wrap table td .raido-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-wrap table td .othres {
  width: 100px !important;
}
.contact-wrap table td .othre-warap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-wrap table td .err {
  color: #de0303;
  font-size: 12px;
  margin-top: 12px;
  font-weight: 700;
}
.contact-wrap table fieldset {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact-wrap table fieldset {
    gap: 20px;
  }
}
.contact-wrap table fieldset.select {
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .contact-wrap table fieldset {
    display: block;
  }
  .contact-wrap table fieldset > div {
    margin-top: 10px;
  }
}
.contact-wrap table input[type="text"] {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
  width: 100%;
  display: flex;
  height: 56px;
  padding: 20px;
  align-items: center;
  gap: 10px;
}
.contact-wrap table input[name="floor_text"] {
  width: 100px;
}
.contact-wrap table select {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
}
.contact-wrap table .tel-wrap {
  display: flex;
  gap: 30px;
}
.contact-wrap table .tel-wrap > div {
  position: relative;
}
.contact-wrap table .tel-wrap > div:not(:last-child)::before {
  content: "-";
  position: absolute;
  display: inline-block;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 15px;
  margin: auto;
  color: #666;
  z-index: 1;
}
.contact-wrap table .tel-wrap input {
  width: 100px !important;
  position: relative;
}
@media (max-width: 768px) {
  .contact-wrap table .tel-wrap input {
    width: 80px !important;
  }
}
.contact-wrap table .post-wrap {
  display: flex;
  gap: 30px;
}
.contact-wrap table .post-wrap > div {
  position: relative;
}
.contact-wrap table .post-wrap > div:not(:last-child)::before {
  content: "-";
  position: absolute;
  display: inline-block;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 15px;
  margin: auto;
  color: #666;
  z-index: 1;
}
.contact-wrap table .post-wrap input {
  width: 100px !important;
}
.contact-wrap table .address {
  margin-top: 20px !important;
}
.contact-wrap table textarea {
  padding: 10px;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background: #e5e5e5;
}
.button-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.thankyou-wrap {
  text-align: center;
}
.compleate {
  font-size: 24px;
  font-weight: bold;
  color: #0d61ba;
}
.send-mail {
  color: #666;
  margin: 50px 0;
}
.caution {
  color: #999;
  font-size: 12px;
}
.case-table {
  background-color: #f5f5f5;
  padding: 50px;
}
.case-table.table-wrap {
  border-top: none;
  margin-top: 50px;
}
.case-table.table-wrap table tr:not(:first-child) th,
.case-table.table-wrap table tr:not(:first-child) td {
  padding-top: 30px;
}
.case-table.table-wrap th,
.case-table.table-wrap td {
  padding-bottom: 30px;
}
.single-title .type {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #0d61ba;
  background: #fff;
  color: #0d61ba;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .case-table.table-wrap th,
  .case-table.table-wrap td {
    line-height: 1;
  }
}
.hmb-btn-wrap {
  align-items: center;
}
@media (max-width: 768px) {
  .hmb-btn-wrap {
    display: flex;
  }
}

.sp-nav {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: fixed;
  top: 70px;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.sp-nav .header-nav-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sp-nav .header-nav-list li {
  padding: 24px 20px 0;
}
.sp-nav .header-nav-list li.link-btn-wrap {
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sp-nav .header-nav-list li a:not(.link-btn) {
  display: inline-block;
  font-weight: 600;
}
.sp-nav .header-nav-list li a.link-btn {
  width: 100%;
}
.sp-nav .header-nav-list li a.link-btn p {
  margin-top: 0;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
.wp-pagenavi span {
  display: flex;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #fff;
  background: url(../img/global/contact-btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.wp-pagenavi a {
  display: flex;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #0d61ba;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #0d61ba;
}
.before-after {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 50px;
}
.before,
.after {
  position: relative;
  width: 490px;
}
.before p,
.after p {
  display: flex;
  padding: 20px;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background: #0d61ba;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .before,
  .after {
    max-width: 490px;
    width: 100%;
  }
  .before-after {
    display: grid;
    justify-content: center;
  }
  .triangle {
    transform: rotate(90deg);
    width: 40px;
    align-items: center;
    margin: auto;
  }
}
