/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-02 {
  display: flex;
}
.btn-02__link {
  border-bottom: solid 1px #fff;
  padding-bottom: 12px;
}

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::before {
  width: 0;
  transform: translate(0, -50%);
}
.arw-solid-wht-flx {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.arw-solid-wht-flx::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: translateY(5px);
  transition: 0.3s;
}
.arw-solid-wht-flx:hover::before {
  transform: translate(2px, 5px);
}

.deco-line-30, .deco-line-60 {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.deco-line-30::before, .deco-line-60::before {
  content: "";
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 1px;
  background: #666;
}
.deco-line-30::before {
  width: 30px;
  min-width: 30px;
}
.deco-side-en {
  position: relative;
  z-index: 1;
}
.deco-side-en::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .deco-side-en::before {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .deco-side-en::before {
    font-size: 17.3333333333px;
  }
}

.bg-base-1280, .bg-base-1650-rt, .bg-base-1650-lft, .bg-base-full {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.bg-base-1280::after, .bg-base-1650-rt::after, .bg-base-1650-lft::after, .bg-base-full::after {
  content: "";
  display: block;
  height: 100%;
  background: url("/img/common/ptn-stripe-gry.jpg");
  position: absolute;
  top: 0;
  z-index: -1;
}
.bg-base-1280::after {
  width: 1280px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bg-base-1650-rt::after, .bg-base-1650-lft::after {
  width: 1650px;
}
.bg-base-1650-rt::after {
  right: 0;
  transform: translateX(420px);
}
.bg-base-1650-lft::after {
  left: 0;
  transform: translateX(-420px);
}
.bg-base-full::after {
  width: 100vw;
}

.obj-sec-line {
  position: relative;
}
.obj-sec-line::before {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.obj-corner-rb, .obj-corner-lb {
  position: relative;
  z-index: 1;
}
.obj-corner-rb::after, .obj-corner-lb::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.obj-corner-lb::after {
  right: inherit;
  left: 0;
  transform: scaleX(-1);
}
.obj-corner-rt, .obj-corner-lt {
  position: relative;
  z-index: 1;
}
.obj-corner-rt::before, .obj-corner-lt::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.obj-corner-lt::before {
  right: inherit;
  left: 0;
  transform: scaleX(-1);
}
.obj-line-50, .obj-line-30 {
  position: relative;
  z-index: 1;
}
.obj-line-50::before, .obj-line-30::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #666;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.obj-line-30::before {
  height: 30px;
}
.obj-line-top::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #666;
  margin: 0 auto 30px auto;
}

.obj-bf, .obj-af,
.bg-bf,
.bg-af {
  position: relative;
  z-index: 1;
}
.obj-bf::before, .obj-af::after,
.bg-bf::before,
.bg-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tbl-01 dt, .tbl-01 dd {
  border-bottom: solid 1px #fff;
  padding: 20px 2%;
}
.tbl-01 dt {
  width: 200px;
  max-width: 100%;
}
.tbl-01 dd {
  width: 860px;
  max-width: 100%;
  border-top-color: #666;
  border-bottom-color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.com-layout {
  display: flex;
}
.com-tel {
  font-family: "Shippori Mincho B1", serif;
}
.com-tel .tel {
  line-height: 1;
  letter-spacing: 0.025em;
}
.com-contents {
  display: flex;
  flex-direction: column;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 40px) / 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-service .list-item, .list-faq .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  text-align: right;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 16px;
  }
}
.list-news__item {
  padding: 20px 0;
  border-bottom: solid 1px #666;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__bx {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-news__ttl {
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-info {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-info dl {
  display: flex;
}
.list-label {
  display: flex;
}
.list-label__item {
  background: #000;
  padding: 8px 30px 10px 30px;
}
.list-circle__item {
  width: 140px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-circle__item:not(:first-child) {
  margin-left: -10px;
}
.list-circle__item:nth-child(2) {
  margin-top: 110px;
}
.list-circle__item:last-child {
  margin-top: 220px;
}
.list-concept__item {
  width: 360px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
  padding: 35px 0;
}
.list-concept__item:not(:first-child) {
  border-left: solid 1px #666;
}
.list-concept__ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-concept__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-concept__ttl {
    font-size: 21.3333333333px;
  }
}
.list-concept__txt {
  line-height: 2.5;
}
.list-service__item {
  justify-content: space-between;
}
.list-service__item:nth-child(odd) .img {
  margin-left: -100px;
}
.list-service__item:nth-child(odd) .txtbx {
  padding-left: 100px;
}
.list-service__item:nth-child(even) {
  flex-direction: row-reverse;
}
.list-service__item:nth-child(even) .img {
  margin-right: -100px;
}
.list-service__item:nth-child(even) .txtbx {
  padding-left: 140px;
}
.list-service .txtbx {
  width: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-service dl {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.list-service dt {
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-service dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service dt {
    font-size: 26.6666666667px;
  }
}
.list-service dd {
  line-height: 1.875;
}
.list-case-top__item, .list-case-low__item, .list-thumb__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.list-case-top__link, .list-case-low__link, .list-thumb__link {
  display: block;
  width: 100%;
  height: 100%;
}
.list-case-top {
  width: 1660px;
  max-width: 86.4583333333%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.83%;
}
.list-case-top .list-item,
.list-case-top .layout-item {
  width: 19.336%;
}
.list-case-low {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.list-case-low .list-item,
.list-case-low .layout-item {
  width: calc((100% - 48px) / 4);
}
.list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.list-thumb .list-item,
.list-thumb .layout-item {
  width: calc((100% - 48px) / 4);
}
.list-other {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-other .list-item,
.list-other .layout-item {
  width: calc((100% - 40px) / 2);
}
.list-other {
  row-gap: 20px;
  font-family: "Shippori Mincho B1", serif;
}
.list-other__item {
  text-align: center;
  border: solid 1px #666;
  padding: 18px 20px;
  position: relative;
}
.list-other__item::before, .list-other__item::after {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1px);
  z-index: 1;
}
.list-other__item::after {
  top: inherit;
  bottom: 0;
  transform: translate(-50%, 1px);
}
.list-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.list-flow .list-item,
.list-flow .layout-item {
  width: calc((100% - 120px) / 6);
}
.list-flow {
  position: relative;
  z-index: 1;
}
.list-flow__item {
  aspect-ratio: 1/1;
  border: solid 1px #fff;
  border-radius: 50rem;
  background: url("/img/common/ptn-stripe-gry.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.list-flow__item::before {
  content: "01";
  display: block;
  width: 45px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("/img/common/ptn-stripe-gry.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list-flow__item:nth-child(2)::before {
  content: "02";
}
.list-flow__item:nth-child(3)::before {
  content: "03";
}
.list-flow__item:nth-child(4)::before {
  content: "04";
}
.list-flow__item:nth-child(5)::before {
  content: "05";
}
.list-flow__item:nth-child(6)::before {
  content: "06";
}
.list-flow__item:nth-child(7)::before {
  content: "07";
}
.list-flow__item:nth-child(8)::before {
  content: "08";
}
.list-flow__item:nth-child(9)::before {
  content: "09";
}
.list-flow__item:nth-child(0)::before {
  content: "10";
}
.list-flow__txt {
  position: relative;
  z-index: 1;
}
.list-flow.obj-af::after {
  width: 100%;
  height: 1px;
  background: #666;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.list-point__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  line-height: 1.7272727273;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl {
    font-size: 21.3333333333px;
  }
}
.list-point__ttl::before {
  content: "Point01.";
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .list-point__ttl::before {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-point__ttl::before {
    font-size: 17.3333333333px;
  }
}
.list-point__item {
  border: solid 1px #666;
  padding: 45px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-point__item:first-child {
  left: 1px;
}
.list-point__item:nth-child(2) {
  margin-right: 1px;
}
.list-point__item:nth-child(2) .list-point__ttl::before {
  content: "Point02.";
}
.list-point__item:nth-child(3) .list-point__ttl::before {
  content: "Point03.";
}
.list-point__item:nth-child(4) .list-point__ttl::before {
  content: "Point04.";
}
.list-point__item:nth-child(5) .list-point__ttl::before {
  content: "Point05.";
}
.list-faq__item {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  position: relative;
  z-index: 1;
}
.list-faq__item::before, .list-faq__item::after {
  content: "";
  display: block;
  width: calc(100% - 65px);
  height: calc(100% - 60px);
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.list-faq__item::after {
  top: inherit;
  right: inherit;
  left: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.list-faq dt {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "Shippori Mincho B1", serif;
  border-bottom: solid 1px #666;
  padding-bottom: 15px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-faq dt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-faq dt {
    font-size: 24px;
  }
}
.list-faq dt::before {
  content: "Q.";
  display: block;
  font-family: "Baskervville", serif;
  color: #666;
}
.list-faq dd {
  white-space: pre-wrap;
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  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: 18.6666666667px;
  }
}
.tag-main__link {
  display: block;
  background: #666;
  color: #fff;
  padding: 10px 20px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  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: 16px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #666;
  color: #fff;
  padding: 3px 5px 5px 5px;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ttl-main .en {
  font-family: "Baskervville", serif;
  letter-spacing: 0.025em;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 46.6666666667px;
  }
}
.ttl-main .rb {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .rb {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .rb {
    font-size: 20px;
  }
}
.ttl-sub {
  font-family: "Shippori Mincho B1", serif;
  border-bottom: solid 1px #666;
  padding-bottom: 15px;
  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: 22.6666666667px;
  }
}
.ttl-01 {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  padding: 25px 40px;
  position: relative;
  z-index: 1;
}
.ttl-01::before, .ttl-01::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
.ttl-01::after {
  left: inherit;
  right: 0;
}
.ttl-02 {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
.ttl-02::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin: 17px auto 0 auto;
}

.txt-plain {
  line-height: 1.875;
}
.txt-01 {
  line-height: 2.5;
}
.txt-02 {
  line-height: 2.1875;
}

.header-nav__item,
.drawer-nav__item,
.footer-nav__item,
.footer-sub__item {
  line-height: 1;
}
.header-nav__link:hover,
.drawer-nav__link:hover,
.footer-nav__link:hover,
.footer-sub__link:hover {
  opacity: 0.8;
}

.header-nav {
  margin-top: 24px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-nav__link {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.footer-nav__link::before {
  content: "";
  display: inline-block;
  width: 4px;
  min-width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fff;
}

.footer-sub__list {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 16px;
  }
}
.footer-sub__item {
  padding: 0 15px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #fff;
}
.footer-sub__item:first-child {
  padding-left: 0 !important;
}
.footer-sub__item:last-child {
  padding-right: 0 !important;
}

.header-bar {
  padding: 20px 4.69% 20px 3.65%;
}

.mv, .sv {
  width: 1820px;
  max-width: 94.7916666667%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mv-cc, .sv-cc {
  position: absolute;
  top: 50%;
  left: 5.49%;
  z-index: 1;
}
.mv-cc .main, .sv-cc .main {
  line-height: 2.25;
  font-size: 40px;
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc .main, .sv-cc .main {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .main, .sv-cc .main {
    font-size: 40px;
  }
}
.mv-cc .sub, .sv-cc .sub {
  line-height: 2;
  font-size: 22px;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc .sub, .sv-cc .sub {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc .sub, .sv-cc .sub {
    font-size: 22px;
  }
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1820/800;
  background: url("/img/top/mv-img.jpg") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  transform: translate(0, -30%);
}

.sv {
  aspect-ratio: 1820/360;
}
.sv-cc {
  transform: translate(0, -50%);
}
.sv-bg-service {
  background: url("/img/service/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-strengths {
  background: url("/img/strengths/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-project {
  background: url("/img/project/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-company {
  background: url("/img/company/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-blog {
  background: url("/img/blog/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.jpg") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.jpg") center center no-repeat;
  background-size: cover;
}

#ctn-top {
  position: relative;
  z-index: 1;
}
#ctn-top main {
  position: relative;
  z-index: 10;
}
#ctn-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/para-bg.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-service, .top-case {
  padding: 140px 0;
}

.top-exterior-img {
  transform: translateY(-10%);
}
.top-exterior-img .img-wrp {
  aspect-ratio: 1920/540;
}
.top-exterior-img .img-01 {
  width: 280px;
  max-width: 14.5833333333%;
  margin: 0 0 0 9.38%;
  margin-top: auto;
}
.top-exterior-img .img-02 {
  width: 560px;
  max-width: 29.1666666667%;
  margin-right: 11.98%;
}
.top-exterior-img .ttl-main {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-exterior {
  padding: 0 0 140px 0;
}
.top-exterior .img-03 {
  width: 1280px;
  margin: 0 -420px 0 auto;
}
.top-exterior .list-label-wrp {
  margin-top: -20px;
}
.top-exterior.deco-side-en::before {
  content: "Contents01.";
  right: 20px;
  top: 400px;
}

.top-about {
  padding: 140px 0 0 0;
}
.top-about .ttl-main {
  margin-bottom: 10px;
}
.top-about .bg-af::after {
  width: 100%;
  height: 50%;
  background: #1a1a1a;
  left: 0;
  bottom: 0;
}
.top-about.deco-side-en::before {
  content: "Contents02.";
  left: 20px;
  top: 90px;
}

.top-area {
  padding: 0 0 140px 0;
  margin-top: -40px;
}
.top-area .ttl-main {
  margin-bottom: 45px;
}
.top-area .ttl-main .rb {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .top-area .ttl-main .rb {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-area .ttl-main .rb {
    font-size: 26.6666666667px;
  }
}
.top-area .list-label__item {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.top-area .list-label .rb {
  font-family: "Shippori Mincho B1", serif;
}
.top-area .list-label .en {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top-area .list-label .en {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-area .list-label .en {
    font-size: 17.3333333333px;
  }
}

.top-service .ttl-main {
  margin-bottom: 120px;
}
.top-service .img-wrp {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100px, -520px);
  z-index: -1;
}
.top-service .img-01 {
  margin: 0 -200px -80px auto;
}
.top-service.deco-side-en::before {
  content: "Contents03.";
  right: 20px;
  top: 90px;
}

.top-case .ttl-main {
  margin-bottom: 60px;
}
.top-case.deco-side-en::before {
  content: "Contents04.";
  left: 20px;
  top: 90px;
}

.com-contact {
  padding: 140px 0 210px 0;
  background: url("/img/common/contact-bg.jpg") center center no-repeat;
  background-size: cover;
}
.com-contact .ttl-main {
  margin-bottom: 60px;
}

.top-blog {
  padding: 140px 0;
}
.top-blog .cts-1080 {
  min-height: 200px;
}
.top-blog .btn {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 1;
}

#ctn-low #main-contents {
  background: #1a1a1a;
}
#ctn-low #main-contents section {
  padding: 140px 0;
}
#ctn-low #main-contents .ttl-main {
  text-align: center;
  margin-bottom: 60px;
}

.contact-info .com-layout__item:not(:first-child) {
  border-left: solid 1px #666;
}

.service-other .com-layout__item {
  width: 520px;
  max-width: 100%;
  border: solid 1px #666;
  padding: 60px;
}

.project-detail .bg-bf::before {
  width: 1280px;
  aspect-ratio: 1280/120;
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.project-detail .bg-base-1280::after {
  z-index: -2;
}

#footer {
  padding: 100px 0;
}
#footer .com-layout__item {
  display: flex;
  flex-direction: column;
}

.footer-copy {
  max-width: 40%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 1;
}

.side-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}/*# sourceMappingURL=style.css.map */