/* ==================================================
 * Color set
 * ================================================== */
/* ==================================================
 * Font
 * ================================================== */
/* ==================================================
 * width
 * ================================================== */
/* ==================================================
 * layout
 * ================================================== */
/* ==================================================
 * bg
 * ================================================== */
/* ==================================================
 * font text
 * ================================================== */
/* ==================================================
 * other
 * ================================================== */
.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 3px #d1e8e5;
  box-shadow: 0 5px #d1e8e5;
}
.btn-01__link:hover {
  box-shadow: 0 0px #d1e8e5;
  transform: translateY(2px);
}
.btn-01__link {
  border-radius: 50rem;
  line-height: 1.25;
}
.btn-01__link:hover {
  color: rgba(44, 62, 80, 0.8);
}

#side-bar {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}

.ic-coin {
  display: flex;
  align-items: center;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.ic-coin::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-coin.png");
  background-size: 100%;
}
.ic-window {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-window::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-window.png");
  background-size: 100%;
  transform: translateY(3px);
  transition: 0.3s;
}
.ic-window:hover::after {
  transform: translate(1px, 2px);
}

.arw-under {
  position: relative;
  z-index: 1;
}
.arw-under::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #03e1cc;
  background: linear-gradient(0deg, #03e1cc 0%, rgba(3, 225, 204, 0) 100%);
}
.arw-up {
  position: relative;
  z-index: 1;
}
.arw-up::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #03e1cc;
  background: linear-gradient(180deg, #03e1cc 0%, rgba(3, 225, 204, 0) 100%);
  z-index: -1;
}

.roof-triangle {
  position: relative;
  z-index: 1;
}
.roof-triangle::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1920/70;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1px);
}

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

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01 th, .tbl-01 td {
  padding: 15px 0;
  font-weight: 600;
}
.tbl-01 th {
  width: 20%;
  padding-right: 2%;
}
.tbl-01 td {
  padding-left: 4%;
}
.tbl-01 tr:first-child th, .tbl-01 tr:first-child td {
  padding-top: 0 !important;
}
.tbl-01 tr:last-child th, .tbl-01 tr:last-child td {
  padding-bottom: 0 !important;
}

.com-layout {
  display: flex;
}
.com-tel .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.com-contents {
  display: flex;
  flex-direction: column;
}
.com-shadow5 {
  box-shadow: 0 5px #d1e8e5;
}
.com-shadow5:hover {
  box-shadow: 0 0px #d1e8e5;
  transform: translateY(2px);
}
.com-shadow8 {
  box-shadow: 0 8px #d1e8e5;
}
.com-shadow8:hover {
  box-shadow: 0 0px #d1e8e5;
  transform: translateY(2px);
}

.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: 27px;
}
.layout-clm-4 .list-item,
.layout-clm-4 .layout-item {
  width: calc((100% - 81px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
}
.layout-clm-4-c .list-item,
.layout-clm-4-c .layout-item {
  width: calc((100% - 81px) / 4);
}

.list-blog .list-item, .list-news .list-item, .list-privacy .list-item, .list-check .list-item, .list-flow .list-item {
  width: 100%;
}
.list-news time {
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 1;
  font-weight: 500;
  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 {
  border-bottom: solid 1px #d1e8e5;
  padding: 25px 0;
}
.list-news__item:first-child {
  padding-top: 0 !important;
}
.list-news__link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-right: 65px;
  position: relative;
  z-index: 1;
}
.list-news__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 35px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-grn.png");
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.list-news__link:hover::after {
  transform: translate(-2px, -50%);
}
.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 dl {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.list-info dt, .list-info dd {
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-info dt {
  border-right: solid 1px;
  padding-right: 5px;
}
.list-service__item {
  width: 380px;
  max-width: 100%;
}
.list-service__link {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 40px 30px;
  border: solid 3px #d1e8e5;
  box-shadow: 0 5px #d1e8e5;
}
.list-service__link:hover {
  box-shadow: 0 0px #d1e8e5;
  transform: translateY(2px);
}
.list-service__link {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.list-service__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 35px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-grn.png");
  background-size: 100%;
  right: 30px;
  bottom: 40px;
  z-index: -1;
  transition: 0.3s;
}
.list-service__link:hover {
  background: #f0f9f8;
}
.list-service__link:hover::after {
  transform: translateX(-2px);
}
.list-service__ttl, .list-service__img {
  text-align: center;
}
.list-service__ttl {
  display: flex;
  flex-direction: column;
}
.list-service__ttl .sub {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl .sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl .sub {
    font-size: 22.6666666667px;
  }
}
.list-service__ttl .main {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-service__ttl .main {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-service__ttl .main {
    font-size: 28px;
  }
}
.list-check__item {
  padding: 25px 0;
  border-bottom: solid 1px #d1e8e5;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.list-check__item:first-child {
  padding-top: 0 !important;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-check-grn.png");
  background-size: 100%;
  transform: translateY(6px);
}
.list-flow__item {
  background: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.list-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 90px;
  max-width: 100%;
  aspect-ratio: 90/35;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d1e8e5;
  background: linear-gradient(0, #d1e8e5 0%, rgba(209, 232, 229, 0) 100%);
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(35px - 50%));
}
.list-flow dl {
  width: 880px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-flow dt {
  border-bottom: solid 1px #d1e8e5;
  padding-bottom: 10px;
}
.list-flow dt .num {
  font-family: "Montserrat", sans-serif;
  color: #03e1cc;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt .num {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt .num {
    font-size: 22.6666666667px;
  }
}
.list-flow dt .ttl {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt .ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt .ttl {
    font-size: 20px;
  }
}
.list-scope__item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
}
.list-scope__bx {
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 3px #d1e8e5;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-scope__ttl {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-scope__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-scope__ttl {
    font-size: 20px;
  }
}
.list-other__item {
  border: solid 3px #d1e8e5;
  border-radius: 8px;
  text-align: center;
  padding: 30px 5px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-other__ttl {
  min-height: 58px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-other__ttl {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-other__ttl {
    font-size: 20px;
  }
}
.list-flow-inheritance__item {
  border: solid 3px #d1e8e5;
  border-radius: 8px;
  padding: 25px 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  position: relative;
  z-index: 1;
}
.list-flow-inheritance__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 20px;
  max-width: 100%;
  aspect-ratio: 20/50;
  background: #d1e8e5;
  background: linear-gradient(-90deg, #d1e8e5 0%, rgba(209, 232, 229, 0) 100%);
  top: 50%;
  left: 100%;
  transform: translate(calc(13.5px - 50%), -50%);
}
.list-flow-inheritance dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #03e1cc;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-flow-inheritance dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow-inheritance dt {
    font-size: 18.6666666667px;
  }
}
.list-flow-inheritance dd {
  line-height: 1.25;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .list-flow-inheritance dd {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow-inheritance dd {
    font-size: 20px;
  }
}

.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: #fff;
  border: solid 3px #d1e8e5;
  border-radius: 8px;
  box-shadow: 0 5px #d1e8e5;
}
.tag-main__link:hover {
  box-shadow: 0 0px #d1e8e5;
  transform: translateY(2px);
}
.tag-main__link {
  padding: 10px 20px;
  border-radius: 4px;
}
.tag-main__link:hover {
  color: rgba(44, 62, 80, 0.8);
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  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;
  border-left: solid 1px #2c3e50;
  padding: 0 5px;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ttl-main .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #03e1cc;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .en {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .en {
    font-size: 18.6666666667px;
  }
}
.ttl-main .jp {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .jp {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .jp {
    font-size: 30.6666666667px;
  }
}
.ttl-sub {
  border-left: solid #03e1cc 6px;
  border-bottom: solid 1px #d1e8e5;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  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;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.ttl-01::before, .ttl-01::after {
  content: "";
  display: block;
  width: 1px;
  background: #2c3e50;
}
.ttl-01::before {
  transform: rotate(-45deg);
}
.ttl-01::after {
  transform: rotate(45deg);
}
.ttl-02 {
  border-bottom: solid 1px #d1e8e5;
  padding-bottom: 15px;
}

.txt-plain {
  line-height: 2.1875;
}
.txt-01 {
  line-height: 1.5625;
}
.txt-02 {
  line-height: 1.5625;
}
.txt-03 {
  line-height: 1.4285714286;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .txt-03 {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .txt-03 {
    font-size: 16px;
  }
}
.txt-04 {
  line-height: 1.875;
}

.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 {
  color: rgba(44, 62, 80, 0.8);
}

.header-nav__link,
.drawer-nav__link {
  display: flex;
  align-items: center;
}
.header-nav__link::before,
.drawer-nav__link::before {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/43;
  transition: 0.3s;
}
.header-nav__link:hover::before,
.drawer-nav__link:hover::before {
  transform: translateY(-2px);
}
.header-nav__item:first-child .header-nav__link::before,
.header-nav__item:first-child .drawer-nav__link::before,
.drawer-nav__item:first-child .header-nav__link::before,
.drawer-nav__item:first-child .drawer-nav__link::before {
  background-image: url("/img/common/nav-ic-01.png");
  background-size: 100%;
}
.header-nav__item:nth-child(2) .header-nav__link::before,
.header-nav__item:nth-child(2) .drawer-nav__link::before,
.drawer-nav__item:nth-child(2) .header-nav__link::before,
.drawer-nav__item:nth-child(2) .drawer-nav__link::before {
  background-image: url("/img/common/nav-ic-02.png");
  background-size: 100%;
}
.header-nav__item:nth-child(3) .header-nav__link::before,
.header-nav__item:nth-child(3) .drawer-nav__link::before,
.drawer-nav__item:nth-child(3) .header-nav__link::before,
.drawer-nav__item:nth-child(3) .drawer-nav__link::before {
  background-image: url("/img/common/nav-ic-03.png");
  background-size: 100%;
}
.header-nav__item:nth-child(4) .header-nav__link::before,
.header-nav__item:nth-child(4) .drawer-nav__link::before,
.drawer-nav__item:nth-child(4) .header-nav__link::before,
.drawer-nav__item:nth-child(4) .drawer-nav__link::before {
  background-image: url("/img/common/nav-ic-04.png");
  background-size: 100%;
}
.header-nav__item:nth-child(5) .header-nav__link::before,
.header-nav__item:nth-child(5) .drawer-nav__link::before,
.drawer-nav__item:nth-child(5) .header-nav__link::before,
.drawer-nav__item:nth-child(5) .drawer-nav__link::before {
  background-image: url("/img/common/nav-ic-05.png");
  background-size: 100%;
}

.header-nav__list {
  display: flex;
}
.header-nav__item {
  width: 120px;
  max-width: 100%;
  text-align: center;
}
.header-nav__link {
  flex-direction: column;
  row-gap: 5px;
}

.footer-nav {
  margin-top: 65px;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.footer-nav__item:not(:first-child):not(:nth-child(5)) {
  border-left: solid 2px #2c3e50;
  padding-left: 15px;
}

.footer-sub__list {
  display: flex;
  justify-content: 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 10px;
}
.footer-sub__item:not(:first-child) {
  border-left: solid 1px #2c3e50;
}
.footer-sub__item:first-child {
  padding-left: 0 !important;
}
.footer-sub__item:last-child {
  padding-right: 0 !important;
}

.header-bar {
  padding: 0 1.56%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}

.mv, .sv {
  margin-top: 12px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv::before, .sv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 1800px;
  max-width: 93.75%;
  border-radius: 30px;
  background: #f0f9f8;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.mv::after, .sv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1917/234;
  background-image: url("/img/common/mv-illust.png");
  background-size: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1px);
  z-index: -1;
}

.mv {
  aspect-ratio: 1920/662;
}
.mv-cc {
  width: 541px;
  max-width: 28.1770833333%;
  row-gap: 0.5vw;
  position: absolute;
  top: 50%;
  left: 15.1%;
  transform: translate(0, -62%);
  z-index: 1;
}
.mv-cc__main {
  line-height: 1.6129032258;
  font-size: 62px;
  font-size: 3.2291666667vw;
}
@media screen and (max-width: 1260px) {
  .mv-cc__main {
    font-size: 41.3333333333px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc__main {
    font-size: 62px;
  }
}
.mv-cc__main span {
  letter-spacing: 0.1em;
}
.mv-cc__main span:last-child {
  transform: translateX(28%);
}
.mv-cc__sub {
  width: 100%;
  transform: translateX(3%);
}
.mv .deco-dot {
  position: relative;
  z-index: 1;
}
.mv .deco-dot::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  transition: 0.3s;
  width: 0.6vw;
  aspect-ratio: 1/1;
  border-radius: 0.15vw;
  background: #03e1cc;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.mv-img {
  width: 826px;
  max-width: 43.0208333333%;
  margin: 0 8.85% 0 auto;
  position: relative;
  z-index: -1;
}
.mv::before {
  aspect-ratio: 1800/642;
}

.sv {
  height: 440px;
}
.sv .cts-area {
  max-width: 93.75%;
}
.sv-cc {
  margin-bottom: 50px;
}
.sv-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sv::before {
  height: 400px;
}

.top-service {
  padding: 70px 0 50px 0;
}

.top-problem {
  padding: 120px 0 0;
}
.top-problem .img {
  margin-left: -60px;
}
.top-problem .arw-under::after {
  width: 250px;
  max-width: 100%;
  aspect-ratio: 250/98;
  margin: 50px auto 0 auto;
}
.top-problem.bg-af::after {
  width: 100%;
  height: 153px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.top-about {
  padding: 50px 0 70px 0;
}
.top-about .ttl-main {
  margin-bottom: 40px;
}
.top-about .img {
  margin-left: -420px;
}

.top-news {
  padding: 100px 0;
}

#ctn-low section {
  padding: 70px 0;
}
#ctn-low section:first-child, #ctn-low section.roof-triangle {
  padding-top: 120px;
}
#ctn-low section.bg-buillding1, #ctn-low section.bg-buillding2 {
  padding: 100px 0;
}
#ctn-low .ttl-main {
  margin-bottom: 40px;
}

.inheritance-about .obj-af::after {
  width: 133px;
  aspect-ratio: 133/154;
  background-image: url("/img/inheritance/about-illust.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translateY(30%);
}

.valuation-land .arw-up::before {
  width: 90px;
  max-width: 100%;
  aspect-ratio: 90/35;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, calc(-40px + 50%));
}

.valuation-buillding .img {
  margin-right: -420px;
}
.valuation-buillding .obj-af::after {
  width: 235px;
  aspect-ratio: 235/238;
  background-image: url("/img/valuation/buillding-illust.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(-110px);
}

.office-area .img {
  margin-right: -100px;
}

#footer {
  padding: 50px 0 70px;
}
#footer .ttl-main .en {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #footer .ttl-main .en {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #footer .ttl-main .en {
    font-size: 18.6666666667px;
  }
}
#footer .ttl-main .jp {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #footer .ttl-main .jp {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #footer .ttl-main .jp {
    font-size: 22.6666666667px;
  }
}/*# sourceMappingURL=style.css.map */