body {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #1f1f1f;
  scroll-behavior: smooth;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #1f1f1f !important;
}
.col-main {
  color: #b0976c !important;
}
.col-sub {
  color: #d6c09a !important;
}
.col-accent {
  color: #264a81 !important;
}
.col-bdr {
  color: #d5d5d5 !important;
}
.col-bg1 {
  color: #f4efe7 !important;
}
.col-bg2 {
  color: #f4f4f4 !important;
}
.col-gry {
  color: #727272 !important;
}
.col-bdr {
  color: #d5d5d5 !important;
}
.col-beg {
  color: #f9f6f0 !important;
}
.col-red {
  color: #e74c3c !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #1f1f1f !important;
}
.bg-main {
  background-color: #b0976c !important;
}
.bg-sub {
  background-color: #d6c09a !important;
}
.bg-accent {
  background-color: #264a81 !important;
}
.bg-bdr {
  background-color: #d5d5d5 !important;
}
.bg-bg1 {
  background-color: #f4efe7 !important;
}
.bg-bg2 {
  background-color: #f4f4f4 !important;
}
.bg-gry {
  background-color: #727272 !important;
}
.bg-bdr {
  background-color: #d5d5d5 !important;
}
.bg-beg {
  background-color: #f9f6f0 !important;
}
.bg-red {
  background-color: #e74c3c !important;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #264a81;
  color: #fff;
  font-weight: 600;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 24/18;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
}

.arw-wht {
  position: relative;
}
.arw-wht::after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 12/10;
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht:hover::after {
  transform: translate(-2px, -50%);
}

.obj-line__side-50::after, .obj-line__side-100::after, .obj-line__vertical-50::after, .obj-line__vertical-100::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #b0976c;
  margin: 25px 0 0;
}
.obj-line__side-50.txt-aln-c::after, .obj-line__side-100.txt-aln-c::after, .obj-line__vertical-50.txt-aln-c::after, .obj-line__vertical-100.txt-aln-c::after {
  margin: 25px auto 0 auto;
}
.obj-line__side-100::after {
  width: 100px;
  margin: 50px 0 0;
}
.obj-line__side-100.txt-aln-c::after {
  margin: 50px auto 0 auto;
}
.obj-line__vertical-50::after, .obj-line__vertical-100::after {
  width: 1px;
  height: 50px;
  margin: 25px 0 0;
}
.obj-line__vertical-50.txt-aln-c::after, .obj-line__vertical-100.txt-aln-c::after {
  margin: 25px auto 0 auto;
}
.obj-line__vertical-100::after {
  height: 100px;
  margin: 50px 0 0;
}
.obj-line__vertical-100.txt-aln-c::after {
  margin: 50px auto 0 auto;
}

.frame-gld__45deg, .frame-gld__90deg {
  position: relative;
  z-index: 1;
}
.frame-gld__45deg::before, .frame-gld__90deg::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid;
  -o-border-image: linear-gradient(-45deg, rgba(176, 151, 108, 0), #b0976c, rgba(176, 151, 108, 0)) 1;
     border-image: linear-gradient(-45deg, rgba(176, 151, 108, 0), #b0976c, rgba(176, 151, 108, 0)) 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.frame-gld__90deg::before {
  -o-border-image: linear-gradient(90deg, #b0976c, rgba(176, 151, 108, 0), #b0976c) 1;
     border-image: linear-gradient(90deg, #b0976c, rgba(176, 151, 108, 0), #b0976c) 1;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  border-top: solid 1px #b0976c;
  border-bottom: solid 1px #b0976c;
}
.tbl-01 th, .tbl-01 td {
  padding: 15px 2%;
}
.tbl-01 th {
  width: 15%;
  color: #264a81;
}
.tbl-01 tr:not(:first-child) {
  border-top: solid 1px #b0976c;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 60px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-3 .list-item,
.layout-clm-3 .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-3-c .list-item,
.layout-clm-3-c .layout-item {
  width: calc((100% - 80px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 120px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 120px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-line .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-line {
  display: grid;
  row-gap: 15px;
}
.list-line__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-line__item {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-line__item {
    font-size: 17.6470588235px;
  }
}
.list-line__item::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #d6c09a;
}
.list-news__link, .list-apart__link {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.list-news__img, .list-apart__img {
  width: 180px;
  min-width: 180px;
  aspect-ratio: 180/150;
}
.list-news__bx, .list-apart__bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__ttl, .list-apart__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: 1.875;
}
.list-news time, .list-apart time {
  display: block;
  color: #727272;
}
.list-service__item {
  position: relative;
}
.list-service__ttl {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -20px);
  z-index: 1;
  width: 350px;
  max-width: 100%;
  aspect-ratio: 350/110;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 20px;
  }
}
.list-service__ttl span {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl span {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl span {
    font-size: 15.2941176471px;
  }
}
.list-tenant__ttl, .list-tenant-txt__ttl {
  font-weight: 500;
  color: #b0976c;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-tenant__ttl, .list-tenant-txt__ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-tenant__ttl, .list-tenant-txt__ttl {
    font-size: 20px;
  }
}
.list-tenant__add, .list-tenant-txt__add {
  display: flex;
  align-items: center;
}
.list-tenant__add span, .list-tenant-txt__add span {
  color: #264a81;
  line-height: 1;
  border-right: solid 1px #264a81;
  padding-right: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.list-tenant__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
}
.list-tenant-txt {
  border-top: solid 1px #b0976c;
  border-bottom: solid 1px #b0976c;
}
.list-tenant-txt__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
.list-tenant-txt__item:not(:first-child) {
  border-top: solid 1px #b0976c;
}
.list-tenant-txt__ttl {
  width: 50%;
}
.list-tenant-txt__add {
  width: 45%;
}
.list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-thumb .list-item,
.list-thumb .layout-item {
  width: calc((100% - 40px) / 2);
}
.list-thumb__item {
  background: #fff;
  aspect-ratio: 370/270;
  overflow: hidden;
}

.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-shadow-bx {
  box-shadow: 0px 0px 12.04px 1.96px rgba(31, 31, 31, 0.14);
}

.tag-main__list {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tag-main__list {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-main__list {
    font-size: 16.4705882353px;
  }
}
.tag-main__link {
  display: block;
  background: #b0976c;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.1176470588px;
  }
}
.tag-sub__item {
  line-height: 1;
  color: #b0976c;
  display: flex;
}
.tag-sub__item:not(:first-child)::before {
  content: "/";
  display: block;
  margin: 0 5px;
}

.ttl-main__eng, .ttl-main__ruby {
  display: block;
}
.ttl-main__eng {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #b0976c;
  line-height: 1;
  margin-bottom: 8px;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__eng {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__eng {
    font-size: 25.8823529412px;
  }
}
.ttl-main__ruby {
  font-weight: 500;
  line-height: 1.5;
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__ruby {
    font-size: 54px;
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__ruby {
    font-size: 31.7647058824px;
  }
}
.ttl-sub {
  font-weight: 600;
  border-left: solid #b0976c 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-01 {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-01 {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-01 {
    font-size: 24.7058823529px;
  }
}

.txt-plain {
  line-height: 1.875;
}

.hdbar .com-logo, .hdbar-bx {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  z-index: 77;
}
.hdbar .com-logo {
  left: 1.56%;
  width: 280px;
  max-width: 100%;
  aspect-ratio: 280/115;
}
.hdbar .com-logo__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdbar-bx {
  right: 1.56%;
  width: 840px;
  max-width: 100%;
  padding: 0 30px 15px 30px;
}

.header-nav {
  margin-top: 15px;
}
.header-nav__list {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.header-nav__item {
  line-height: 1;
}
.header-nav__link:hover {
  opacity: 0.8;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv, .mv-ttl, .sv, .sv-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1920/900;
  background: url("/img/top/mv.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 559px;
  max-width: 29.1145833333%;
}
.mv-scroll {
  position: absolute;
  left: 50%;
  bottom: calc(4vw + 10px);
  transform: translateX(-50%);
  z-index: 1;
}
.mv-scroll__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5vw;
}
.mv-scroll__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #fff;
  animation: scrollLine 1.6s ease-in-out infinite;
  transform-origin: top;
}
.mv-scroll__link:hover {
  opacity: 0.8;
}

@keyframes scrollLine {
  0% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
  30% {
    height: 130px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}
.sv {
  aspect-ratio: 1920/600;
}
.sv-ttl {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 12.04px rgba(31, 31, 31, 0.5);
  font-size: 64px;
  font-size: 3.3333333333vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 37.6470588235px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 64px;
  }
}
.sv-ttl__inner {
  border-bottom: solid 1px #fff;
}
.sv-business {
  background: url("/img/business/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-apartments {
  background: url("/img/apartments/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-kirie {
  background: url("/img/kirie/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-company {
  background: url("/img/company/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1220px) {
  .hdbar .com-logo {
    width: 220px;
    max-width: 100%;
  }
  .hdbar .com-logo img {
    max-width: 90%;
  }
  .hdbar-bx {
    width: 700px;
    max-width: 100%;
  }
  .hdbar-inner {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .hdbar .com-tel .tel {
    font-size: 24px;
    font-size: 2.4rem;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media screen and (max-width: 1220px) and (max-width: 768px) {
  .hdbar .com-tel .tel {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 1220px) and (max-width: 768px) and (min-width: 539px) {
  .hdbar .com-tel .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .hdbar .com-tel .tel-caution {
    width: 200px;
    max-width: 100%;
  }
  .hdbar .com-tel .tel::before {
    width: 20px;
  }
  .hdbar .btn a {
    font-size: 15px;
    font-size: 1.5rem;
    height: 50px;
  }
}
@media screen and (max-width: 1220px) and (max-width: 768px) {
  .hdbar .btn a {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 1220px) and (max-width: 768px) and (min-width: 539px) {
  .hdbar .btn a {
    font-size: 14.7058823529px;
  }
}
@media screen and (max-width: 1220px) {
  .hdbar .btn a::before {
    width: 18px;
  }
  .header-nav__list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1220px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 1220px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 14.7058823529px;
  }
}
@media screen and (max-width: 1000px) {
  .hdbar .com-logo {
    width: 160px;
    max-width: 100%;
  }
  .hdbar .com-logo img {
    max-width: 90%;
  }
  .hdbar-bx {
    width: 560px;
    max-width: 100%;
    padding: 0 2% 15px;
  }
  .hdbar .com-tel {
    flex-direction: column;
  }
  .hdbar .com-tel .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .hdbar .com-tel .tel {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) and (min-width: 539px) {
  .hdbar .com-tel .tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .hdbar .com-tel .tel-caution {
    width: 200px;
    max-width: 100%;
    margin-top: 5px;
  }
  .header-nav {
    margin-top: 10px;
  }
  .header-nav__list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .header-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 14.1176470588px;
  }
}
.top-about, .top-business {
  padding: 120px 0 0;
}

.top-about .txt {
  line-height: 2.25;
}

.top-business .business-bx {
  width: 100%;
  height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-business .business-bed {
  background: url("/img/top/business-bg-bedmaking.png") left center no-repeat;
  background-size: cover;
}
.top-business .business-apart {
  background: url("/img/top/business-bg-aprtment.png") right center no-repeat;
  background-size: cover;
}
.top-business .business-link {
  display: block;
  width: 500px;
  max-width: 100%;
  aspect-ratio: 500/380;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px;
}
.top-business .business-link:hover {
  background: rgba(244, 239, 231, 0.9);
}
.top-business .business-link:hover .business-btn {
  background: #b0976c;
}
.top-business .business-link:hover .arw-wht::after {
  transform: translateX(-2px);
}
.top-business .business-ttl {
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .top-business .business-ttl {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-business .business-ttl {
    font-size: 24.7058823529px;
  }
}
.top-business .business-btn {
  width: 100px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #264a81;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s;
}
.top-business .business-btn__txt {
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.top-business .arw-wht::after {
  position: static;
  transform: none;
}
.top-business .com-base {
  background: rgba(255, 255, 255, 0.9);
}

.top-blog {
  padding: 160px 0;
}
.top-blog .ttl-main {
  margin-bottom: 50px;
}
.top-blog .blog-bx {
  width: 100%;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-blog .btn {
  margin-top: 60px;
}

.top-kirie {
  padding: 90px 0;
  background: url("/img/top/kirie-bg.png") right center no-repeat;
  background-size: cover;
}
.top-kirie .ttl-main {
  margin-bottom: 30px;
}
.top-kirie .btn {
  margin-top: 50px;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower section .txt-plain {
  line-height: 2.25;
}
#ctn-lower .ttl-main {
  margin-bottom: 50px;
}

#footer {
  padding: 90px 0;
}

.footer-nav__list {
  font-weight: bold;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 145px 160px;
  grid-template-rows: repeat(5, auto);
  gap: 22px 70px;
}
.footer-nav__item {
  line-height: 1;
}
.footer-nav__link:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */