/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  background: #fd961c;
  color: #fff;
  line-height: 1;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-circle__link {
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-circle__link:hover img {
  opacity: 0.8;
}

.ic-freedial-orn-33, .ic-freedial-orn-38, .ic-freedial-orn-48, .ic-freedial-wht-33, .ic-freedial-wht-38, .ic-freedial-wht-48 {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-freedial-orn-33::before, .ic-freedial-orn-38::before, .ic-freedial-orn-48::before, .ic-freedial-wht-33::before, .ic-freedial-wht-38::before, .ic-freedial-wht-48::before {
  content: "";
  display: inline-block;
  width: 33px;
  aspect-ratio: 48/32;
  background-image: url("/img/common/ic-freedial-orn.png");
  background-size: 100%;
}
.ic-freedial-orn-38::before, .ic-freedial-wht-38::before {
  width: 38px;
}
.ic-freedial-orn-48::before, .ic-freedial-wht-48::before {
  width: 48px;
}
.ic-freedial-wht-33::before, .ic-freedial-wht-38::before, .ic-freedial-wht-48::before {
  aspect-ratio: 33/22;
  background-image: url("/img/common/ic-freedial-wht.png");
  background-size: 100%;
}
.ic-mail-wht-27, .ic-mail-wht-30, .ic-mail-wht-35, .ic-mail-grn-27, .ic-mail-grn-30, .ic-mail-grn-35 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-mail-wht-27::before, .ic-mail-wht-30::before, .ic-mail-wht-35::before, .ic-mail-grn-27::before, .ic-mail-grn-30::before, .ic-mail-grn-35::before {
  content: "";
  display: inline-block;
  width: 30px;
  aspect-ratio: 35/27;
  background-image: url("/img/common/ic-mail-wht.png");
  background-size: 100%;
}
.ic-mail-wht-35::before, .ic-mail-grn-35::before {
  width: 35px;
}
.ic-mail-grn-27:before, .ic-mail-grn-30:before, .ic-mail-grn-35:before {
  aspect-ratio: 30/22;
  background-image: url("/img/common/ic-mail-grn.png");
  background-size: 100%;
}

.arw-solid-wht {
  position: relative;
}
.arw-solid-wht::after {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 20/21;
  background-image: url("/img/common/arrow-solid-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-solid-wht:hover::after {
  transform: translate(-2px, -50%);
}
.arw-moon {
  position: relative;
  z-index: 1;
}
.arw-moon::after {
  content: "";
  display: block;
  width: 58px;
  aspect-ratio: 58/110;
  background-image: url("/img/common/arrow-moon-orn.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
  transition: 0.3s;
}
.arw-moon:hover::after {
  transform: translate(3px, -50%) scale(90%);
}

.deco-dot-orn, .deco-dot-grn, .deco-dot-blk {
  display: flex;
  flex-direction: column;
}
.deco-dot-orn::after, .deco-dot-grn::after, .deco-dot-blk::after {
  content: "";
  display: block;
  width: 71px;
  aspect-ratio: 71/13;
  background-image: url("/img/common/deco-dot-orn.png");
  background-size: 100%;
  margin: 0 auto;
}
.deco-dot-grn:after {
  background-image: url("/img/common/deco-dot-grn.png");
  background-size: 100%;
}
.deco-dot-blk:after {
  background-image: url("/img/common/deco-dot-blk.png");
  background-size: 100%;
}
.deco-point-orn {
  position: relative;
  z-index: 1;
}
.deco-point-orn::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fd961c;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 50%);
  z-index: -1;
}
.deco-marker-orn {
  background: linear-gradient(transparent 70%, #ffedd7 70%);
}
.deco-sun {
  position: relative;
  z-index: 1;
}
.deco-sun::before {
  content: "";
  display: block;
  width: 47px;
  aspect-ratio: 47/33;
  background-image: url("/img/common/deco-sun.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(-150%, -50%);
  z-index: -1;
}
.deco-slash-wht {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.deco-slash-wht::before, .deco-slash-wht::after {
  content: "";
  display: block;
  width: 7px;
  height: 60px;
  background: #fff;
  border-radius: 50rem;
}
.deco-slash-wht::before {
  transform: rotate(-20deg);
}
.deco-slash-wht::after {
  transform: rotate(20deg);
}

.com-illust-meeting {
  position: relative;
  z-index: 1;
}
.com-illust-meeting::after {
  content: "";
  display: block;
  width: 500px;
  max-width: 100%;
  aspect-ratio: 500/283;
  background-image: url("/img/common/illust-meeting.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-illust-staff {
  position: relative;
  z-index: 1;
}
.com-illust-staff::after {
  content: "";
  display: block;
  width: 185px;
  aspect-ratio: 185/260;
  background-image: url("/img/common/illust-staff.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.com-frame-round-wht, .com-frame-round-beg {
  position: relative;
  z-index: 1;
}
.com-frame-round-wht::before, .com-frame-round-wht::after, .com-frame-round-beg::before, .com-frame-round-beg::after {
  content: "";
  display: block;
  width: 87px;
  max-width: 4.53125%;
  aspect-ratio: 87/48;
  background-image: url("/img/common/frame-round-wht.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.com-frame-round-wht::after, .com-frame-round-beg::after {
  left: inherit;
  right: 0;
  transform: scaleX(-1);
}
.com-frame-round-beg::before, .com-frame-round-beg::after {
  background-image: url("/img/common/frame-round-beg.png");
  background-size: 100%;
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tbl-01 dl {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 3px #ffedd7;
  border-radius: 8px;
  padding: 15px 0;
}
.tbl-01 dt, .tbl-01 dd {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  vertical-align: middle;
}
.tbl-01 dt {
  width: 16%;
  border-right: solid 3px #ffedd7;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 dt {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 dt {
    font-size: 20px;
  }
}
.tbl-01 dd {
  width: 74%;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .tbl-01 dd {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-01 dd {
    font-size: 18.6666666667px;
  }
}
.tbl-02 {
  background: #fff;
}
.tbl-02-wrp {
  border: solid 3px #503d27;
}
.tbl-02 th, .tbl-02 td {
  font-weight: 600;
  padding: 25px 4%;
  vertical-align: middle;
}
.tbl-02 th {
  width: 30%;
  background: #503d27;
  color: #fff;
}
.tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td {
  border-top: solid 3px #fff;
}
.tbl-02 tr:not(:first-child) td {
  border-top-color: #503d27;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
  letter-spacing: 0.05em;
}
.com-logo {
  width: 330px;
  max-width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 8px;
}
.com-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.com-logo img {
  display: block;
  width: 85.45%;
}
.com-worries .obj-illust {
  position: relative;
  z-index: 1;
}
.com-worries .obj-illust::before, .com-worries .obj-illust::after {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  bottom: 0;
  transform: translateY(180px);
  z-index: -1;
}
.com-worries .obj-illust::before {
  aspect-ratio: 150/269;
  background-image: url("/img/common/illust-worries-01.png");
  background-size: 100%;
  left: 120px;
}
.com-worries .obj-illust::after {
  aspect-ratio: 150/265;
  background-image: url("/img/common/illust-worries-02.png");
  background-size: 100%;
  right: 120px;
}
.com-worries .obj-arw {
  position: relative;
  z-index: 1;
}
.com-worries .obj-arw::after {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 100/192;
  background-image: url("/img/common/arrow-triple-orn.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 160px);
  z-index: -1;
}
.com-leave-ttl .com-illust-staff::after {
  width: 130px;
  left: 0;
  bottom: 0;
  transform: translate(-130px, 70px);
}
.com-strengths .com-illust-meeting::after {
  width: 450px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(330px, 140px);
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.layout-clm-2 .list-item,
.layout-clm-2 .layout-item {
  width: calc((100% - 20px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.layout-clm-2-c .list-item,
.layout-clm-2-c .layout-item {
  width: calc((100% - 20px) / 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-voice .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  line-height: 1;
}
.list-news__item {
  background: #fff9f2;
  border: solid 3px #ffedd7;
  border-radius: 8px;
  overflow: hidden;
}
.list-news__link {
  padding: 30px;
  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: 10px;
}
.list-info dl {
  display: flex;
}
.list-menu__item {
  aspect-ratio: 400/300;
  border-radius: 15px;
  border: solid 5px #f88600;
  background: #ff9d29;
  overflow: hidden;
  text-align: center;
}
.list-menu__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.list-menu__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 157, 41, 0.83);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.list-menu__link:hover::before {
  background: rgba(248, 134, 0, 0.83);
}
.list-menu__ttl {
  line-height: 1;
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .list-menu__ttl {
    font-size: 65px;
    font-size: 8.4635416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu__ttl {
    font-size: 43.3333333333px;
  }
}
.list-menu .inheritance {
  background: url("/img/top/service-inheritance.png") center center no-repeat;
  background-size: cover;
}
.list-menu .real-estate {
  background: url("/img/top/service-real-estate.png") center center no-repeat;
  background-size: cover;
}
.list-menu .corporate-law {
  background: url("/img/top/service-corporate-law.png") center center no-repeat;
  background-size: cover;
}
.list-check__item {
  background: #ffedd7;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 33px;
  min-width: 33px;
  aspect-ratio: 33/28;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
}
.list-strengths {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.list-strengths .list-item,
.list-strengths .layout-item {
  width: calc((100% - 20px) / 3);
}
.list-strengths {
  row-gap: 50px;
}
.list-strengths__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
}
.list-strengths__txt {
  line-height: 1.52;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .list-strengths__txt {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-strengths__txt {
    font-size: 23.3333333333px;
  }
}
.list-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.list-service .list-item,
.list-service .layout-item {
  width: calc((100% - 60px) / 2);
}
.list-service {
  row-gap: 75px;
}
.list-service__item {
  background: #ffedd7;
  border-radius: 15px;
  padding: 60px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
  z-index: 1;
}
.list-service__item::before {
  content: "01";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  padding: 0 0 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #7ebf0b;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .list-service__item::before {
    font-size: 48px;
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__item::before {
    font-size: 32px;
  }
}
.list-service__item:nth-child(2)::before {
  content: "02";
}
.list-service__item:nth-child(3)::before {
  content: "03";
}
.list-service__item:nth-child(4)::before {
  content: "04";
}
.list-service__item:nth-child(5)::before {
  content: "05";
}
.list-service__item:nth-child(6)::before {
  content: "06";
}
.list-service__item:nth-child(7)::before {
  content: "07";
}
.list-service__item:nth-child(8)::before {
  content: "08";
}
.list-service__item:nth-child(9)::before {
  content: "09";
}
.list-service__item:nth-child(10)::before {
  content: "10";
}
.list-service__ttl {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl {
    font-size: 30.6666666667px;
  }
}
.list-voice__item {
  background: #fff;
  border: solid 5px #ffedd7;
  border-radius: 15px;
  padding: 45px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-voice__ic {
  width: 190px;
  max-width: 100%;
}
.list-voice__bx {
  width: 740px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.list-voice__profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-voice__profile {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__profile {
    font-size: 21.3333333333px;
  }
}
.list-voice__profile-item {
  display: flex;
}
.list-voice__profile-item:not(:first-child)::before {
  content: "/";
  display: block;
  margin: 0 5px;
}
.list-voice__ttl {
  color: #7ebf0b;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .list-voice__ttl {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-voice__ttl {
    font-size: 26.6666666667px;
  }
}
.list-voice__txt {
  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: #7ebf0b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.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: #7ebf0b;
  color: #fff;
  padding: 3px 5px 5px 5px;
  border-radius: 4px;
}

.ttl-main {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.ttl-sub {
  border-left: solid #fd961c 6px;
  border-bottom: solid 1px #ffedd7;
  background: #fff;
  padding: 10px 20px 15px 20px;
  border-radius: 5px;
  overflow: hidden;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ttl-01::before, .ttl-01::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #503d27;
}
.ttl-02 {
  border-radius: 50rem;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.ttl-02::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
}
.ttl-02.bg-main::after {
  background: #fd961c;
}

.txt-plain {
  line-height: 1.8888888889;
}
.txt-01 {
  line-height: 2.2105263158;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .txt-01 {
    font-size: 29px;
    font-size: 3.7760416667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-01 {
    font-size: 19.3333333333px;
  }
}
.txt-02 {
  line-height: 1.9090909091;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .txt-02 {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-02 {
    font-size: 21.3333333333px;
  }
}
.txt-03 {
  line-height: 2.2;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 20px;
  }
}
.txt-04 {
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-04 {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-04 {
    font-size: 20px;
  }
}

.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__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .header-nav__list {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .header-nav__list {
    font-size: 22.6666666667px;
  }
}
.header-nav .current {
  color: #fd961c;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 100px 115px;
  grid-template-rows: repeat(4, auto);
  gap: 30px 50px;
}

.footer-sub {
  margin-top: 70px;
}
.footer-sub__list {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer-sub__list {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-sub__list {
    font-size: 17.3333333333px;
  }
}
.footer-sub__item {
  padding: 0 20px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 2px #fff;
}

@media screen and (max-width: 1328px) {
  #header .header-bar__bx {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  #header .tel {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1328px) and (max-width: 768px) {
  #header .tel {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 1328px) and (max-width: 768px) and (min-width: 539px) {
  #header .tel {
    font-size: 29.3333333333px;
  }
}
@media screen and (max-width: 1328px) {
  #header .com-logo {
    width: 300px;
    max-width: 100%;
  }
}

.header-bar {
  width: 100%;
  padding-left: 3.65%;
  padding-right: 3.65%;
}

.mv, .sv {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  padding-top: 170px;
}
.mv-img__item {
  width: 615px;
  max-width: 32.03125%;
  aspect-ratio: 615/570;
  overflow: hidden;
}
.mv-img__item:first-child {
  border-radius: 0 25px 25px 0;
  margin-top: 6vw;
}
.mv-img__item:nth-child(2) {
  border-radius: 25px;
  margin-top: 3vw;
}
.mv-img__item:last-child {
  border-radius: 25px 0 0 25px;
}
.mv-cc {
  position: absolute;
  top: 0;
  left: 3.65%;
  transform: translate(0, 35%);
  z-index: 1;
  line-height: 1.6;
  font-size: 50px;
  font-size: 2.6041666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc {
    font-size: 33.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc {
    font-size: 50px;
  }
}
.mv-cc span, .mv-cc em {
  vertical-align: bottom;
}
.mv-cc em {
  font-size: 62px;
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc em {
    font-size: 41.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc em {
    font-size: 62px;
  }
}
.mv .obj-illust {
  position: relative;
  z-index: 1;
}
.mv .obj-illust::after {
  content: "";
  display: block;
  width: 175px;
  max-width: 9.1145833333%;
  aspect-ratio: 175/152;
  background-image: url("/img/top/mv-illust.png");
  background-size: 100%;
  position: absolute;
  bottom: 100%;
  left: 36.98%;
  transform: translate(0, 39%);
  z-index: -1;
}

.sv {
  margin-top: 50px;
  aspect-ratio: 1920/600;
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-ttl {
  width: 650px;
  max-width: 100%;
  padding: 1vw 0;
  font-size: 45px;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sv-ttl {
    font-size: 55px;
    font-size: 7.1614583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .sv-ttl {
    font-size: 36.6666666667px;
  }
}
.sv-bg-inheritance {
  background: url("/img/inheritance/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-real-estate {
  background: url("/img/real-estate/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-corporate-law {
  background: url("/img/corporate-law/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-info {
  background: url("/img/info/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

#ctn-ent {
  display: flex;
  flex-direction: column;
}

.list-ent__item {
  width: 33.3333333333%;
  aspect-ratio: 640/700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-ent__item.guide {
  background: url("/img/pc/bg-guide.png") center center no-repeat;
  background-size: cover;
}
.list-ent__item.profile {
  background: url("/img/pc/bg-profile.png") center center no-repeat;
  background-size: cover;
}
.list-ent__item.legal-issues {
  background: url("/img/pc/bg-legal-issues.png") center center no-repeat;
  background-size: cover;
}
.list-ent__ttl, .list-ent__bx {
  row-gap: 1.2vw;
}
.list-ent__ttl {
  line-height: 1;
  font-size: 52px;
  font-size: 2.7083333333vw;
}
@media screen and (max-width: 1120px) {
  .list-ent__ttl {
    font-size: 34.6666666667px;
  }
}
@media screen and (min-width: 1920px) {
  .list-ent__ttl {
    font-size: 52px;
  }
}
.list-ent__bx {
  width: 78.13%;
  aspect-ratio: 500/300;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-ent__bx:hover {
  background: rgba(255, 249, 242, 0.85);
}
.list-ent__bx:hover .btn-01__link {
  color: rgba(255, 255, 255, 0.8);
}
.list-ent__bx:hover .arw-solid-wht::after {
  transform: translate(-2px, -50%);
}
.list-ent .btn-01__link {
  width: 56%;
  aspect-ratio: 280/70;
  border-radius: 10px;
  margin: 0 auto;
  transition: 0.3s;
}
.list-ent .arw-solid-wht::after {
  width: 7.14%;
}
.list-ent .deco-dot-orn::after, .list-ent .deco-dot-grn::after, .list-ent .deco-dot-blk::after {
  width: 14.2%;
  margin: 0 auto !important;
}

.top-concept, .top-startup {
  padding: 130px 0 145px 0;
}
.top-service, .top-news {
  padding: 140px 0;
}
.top-concept .ttl-main, .top-service .ttl-main {
  margin-bottom: 60px;
}

.top-concept .img {
  margin-left: -100px;
}

.top-startup {
  background: url("/img/top/startup-bg.png") top right no-repeat;
  background-size: 35.94%;
}
.top-startup .ttl-main {
  margin-bottom: 40px;
}
.top-startup .com-layout__item {
  width: 430px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
.top-startup .com-illust-meeting::after {
  left: 0;
  bottom: 0;
  transform: translate(-410px, 145px);
}

.top-news .cts-1080 {
  min-height: 280px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.top-contact {
  padding: 130px 0;
}
.top-contact .ttl-main {
  margin-bottom: 30px;
}
.top-contact .com-layout__item {
  width: 50%;
}
.top-contact .com-layout__item:not(:first-child) {
  border-left: solid 1px #ece4db;
}
.top-contact .com-illust-staff::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, 130px);
  z-index: 1;
}

#ctn-lower section {
  padding: 140px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 60px;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .ttl-main {
    font-size: 70px;
    font-size: 9.1145833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .ttl-main {
    font-size: 46.6666666667px;
  }
}

.footer-ent {
  padding: 15px 0;
  margin-top: auto;
}

.com-footer {
  padding: 140px 0 90px 0;
  color: #fff;
}
.com-footer a {
  color: #fff;
}
.com-footer .footer-copy {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}/*# sourceMappingURL=style.css.map */