body {
  width: 100%;
  min-width: 1260px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #181818;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.625px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #181818 !important;
}
.col-main {
  color: #3b72ff !important;
}
.col-main2 {
  color: #52b8ff !important;
}
.col-main3 {
  color: #8cc2ff !important;
}
.col-main4 {
  color: #a7e7ff !important;
}
.col-main5 {
  color: #0042bb !important;
}
.col-sub {
  color: #e3c4ff !important;
}
.col-sub2 {
  color: #ffdceb !important;
}
.col-sub3 {
  color: #373737 !important;
}
.col-accent {
  color: #000 !important;
}
.col-bdr {
  color: #ddd !important;
}
.col-bg {
  color: #f4f4f4 !important;
}
.col-gra1 {
  background: linear-gradient(0deg, #094aef 0%, #2ea4ff 100%);
  background: -webkit-linear-gradient(0deg, #094aef 0%, #2ea4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra2 {
  background: linear-gradient(0deg, #46b3ff 33%, #8cc2ff 100%);
  background: -webkit-linear-gradient(0deg, #46b3ff 33%, #8cc2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra3 {
  background: linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  background: -webkit-linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra4 {
  background: linear-gradient(0deg, #a6d0ff 0%, #a7e7ff 24%, #e1faff 63%);
  background: -webkit-linear-gradient(0deg, #a6d0ff 0%, #a7e7ff 24%, #e1faff 63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra5 {
  background: linear-gradient(-90deg, rgba(166, 208, 255, 0.4) 0%, rgba(167, 231, 255, 0.4) 24%, rgba(225, 250, 255, 0.4) 63%);
  background: -webkit-linear-gradient(-90deg, rgba(166, 208, 255, 0.4) 0%, rgba(167, 231, 255, 0.4) 24%, rgba(225, 250, 255, 0.4) 63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra6 {
  background: linear-gradient(90deg, rgba(252, 222, 255, 0.4) 0%, rgba(255, 229, 240, 0.4) 44%, rgba(255, 245, 249, 0.4) 87%);
  background: -webkit-linear-gradient(90deg, rgba(252, 222, 255, 0.4) 0%, rgba(255, 229, 240, 0.4) 44%, rgba(255, 245, 249, 0.4) 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra7 {
  background: linear-gradient(0deg, #094aef 0%, #2ea4ff 100%);
  background: -webkit-linear-gradient(0deg, #094aef 0%, #2ea4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra8 {
  background: linear-gradient(90deg, #fcdeff 0%, #ffe5f0 44%, #fff5f9 87%);
  background: -webkit-linear-gradient(90deg, #fcdeff 0%, #ffe5f0 44%, #fff5f9 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col-gra9 {
  background: linear-gradient(90deg, #bcedff 0%, #e8f9ff 75%);
  background: -webkit-linear-gradient(90deg, #bcedff 0%, #e8f9ff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #181818 !important;
}
.bg-main {
  background-color: #3b72ff !important;
}
.bg-main2 {
  background-color: #52b8ff !important;
}
.bg-main3 {
  background-color: #8cc2ff !important;
}
.bg-main4 {
  background-color: #a7e7ff !important;
}
.bg-main5 {
  background-color: #0042bb !important;
}
.bg-sub {
  background-color: #e3c4ff !important;
}
.bg-sub2 {
  background-color: #ffdceb !important;
}
.bg-sub3 {
  background-color: #373737 !important;
}
.bg-accent {
  background-color: #000 !important;
}
.bg-bdr {
  background-color: #ddd !important;
}
.bg-bg {
  background-color: #f4f4f4 !important;
}
.bg-gra1 {
  background: #094aef;
  background: linear-gradient(90deg, #094aef 0%, #2ea4ff 100%);
}
.bg-gra2 {
  background: #46b3ff;
  background: linear-gradient(90deg, #46b3ff 33%, #8cc2ff 100%);
}
.bg-gra3 {
  background: #b171eb;
  background: linear-gradient(90deg, #b171eb 0%, #ffabcf 100%);
}
.bg-gra4 {
  background: #a6d0ff;
  background: linear-gradient(90deg, #a6d0ff 0%, #a7e7ff 24%, #e1faff 63%);
}
.bg-gra5 {
  background: rgba(166, 208, 255, 0.4);
  background: linear-gradient(-90deg, rgba(166, 208, 255, 0.4) 0%, rgba(167, 231, 255, 0.4) 24%, rgba(225, 250, 255, 0.4) 63%);
}
.bg-gra6 {
  background: rgba(252, 222, 255, 0.4);
  background: linear-gradient(90deg, rgba(252, 222, 255, 0.4) 0%, rgba(255, 229, 240, 0.4) 44%, rgba(255, 245, 249, 0.4) 87%);
}
.bg-gra7 {
  background: #094aef;
  background: linear-gradient(-30deg, #094aef 0%, #2ea4ff 100%);
}
.bg-gra8 {
  background: #fcdeff;
  background: linear-gradient(-45deg, #fcdeff 0%, #ffe5f0 44%, #fff5f9 87%);
}
.bg-gra9 {
  background: #bcedff;
  background: linear-gradient(-45deg, #bcedff 0%, #e8f9ff 75%);
}
.bg-stripe-blu {
  background: #bcedff;
  background: linear-gradient(-45deg, #bcedff 0%, #e8f9ff 75%);
  position: relative;
  z-index: 1;
}
.bg-stripe-blu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 20px 20px;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ptn-stripe1 {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 20px 20px;
  background-attachment: fixed;
}

.btn-01__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50rem;
  color: #fff;
}
.btn-01__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ic-tel-17, .ic-tel-22, .ic-tel-31 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-17::before, .ic-tel-22::before, .ic-tel-31::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 31/36;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}
.ic-tel-22 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ic-tel-22::before {
  width: 22px;
}
.ic-tel-31 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ic-tel-31::before {
  width: 31px;
}
.ic-mail {
  position: relative;
}
.ic-mail::before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/14;
  background-image: url("/img/common/ic-mail.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.arw-wht {
  position: relative;
}
.arw-wht:after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.arw-wht:hover::after {
  transform: translate(-2px, -50%) rotate(45deg);
}
.arw-circle-pnk, .arw-circle-blu, .arw-circle-blu-flx {
  position: relative;
}
.arw-circle-pnk::after, .arw-circle-blu::after, .arw-circle-blu-flx::after {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arrow-circle-pnk.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.3s;
}
.arw-circle-blu::after, .arw-circle-blu-flx::after {
  background-image: url("/img/common/arrow-circle-blu.png");
  background-size: 100%;
}
.arw-circle-blu-flx::after {
  bottom: inherit;
  top: 50%;
  transform: translate(0, -50%);
}

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

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.tbl-01-wrp, .tbl-02-wrp, .tbl.contact-form-table-wrp {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.tbl-01 th, .tbl-01 td, .tbl-02 th, .tbl-02 td, .tbl.contact-form-table th, .tbl.contact-form-table td {
  padding: 15px 4%;
  vertical-align: middle;
  font-weight: 700;
}
.tbl-01 th, .tbl-02 th, .tbl.contact-form-table th {
  width: 30%;
  text-align: center;
}
.tbl-01 tr:not(:first-child) th, .tbl-01 tr:not(:first-child) td, .tbl-02 tr:not(:first-child) th, .tbl-02 tr:not(:first-child) td, .tbl.contact-form-table tr:not(:first-child) th, .tbl.contact-form-table tr:not(:first-child) td {
  border-top: solid 1px #ddd;
}
.tbl-01 th {
  background: #dcf5ff;
}
.tbl-01 td {
  text-align: right;
  white-space: pre-wrap;
}
.tbl-02 th {
  background: #bcedff;
  background: linear-gradient(-45deg, #bcedff 0%, #e8f9ff 75%);
  position: relative;
  z-index: 1;
}
.tbl-02 th::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 20px 20px;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

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

.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-flow .list-item {
  width: 100%;
}
.list-news__link {
  display: flex;
  justify-content: space-between;
}
.list-news__img {
  width: 15.66%;
  aspect-ratio: 130/90;
  border-radius: 10px;
  overflow: hidden;
}
.list-news__bx {
  width: 81.33%;
  border-radius: 10px;
  background: #f4f4f4;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
}
.list-news__inner {
  display: flex;
}
.list-news time {
  display: flex;
}
.list-news time::after {
  content: "/";
  margin: 0 5px;
}
.list-news__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.list-strengths__item {
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list-strengths__item {
  width: 260px;
  max-width: 100%;
  background: #fff;
  position: relative;
}
.list-strengths__item:first-child {
  margin: 0 20px;
}
.list-strengths__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 1;
}
.list-strengths__txt {
  color: #0042bb;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .list-strengths__txt {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-strengths__txt {
    font-size: 22.5px;
  }
}
.list-flow {
  position: relative;
  z-index: 1;
}
.list-flow__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-flow__bx {
  width: 760px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.list-flow dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}
.list-flow dt {
  background: linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  background: -webkit-linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 21.25px;
  }
}
.list-flow dd {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .list-flow dd {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dd {
    font-size: 26.25px;
  }
}
.list-flow::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  border-left: dashed 2px #e3c4ff;
  position: absolute;
  top: 0;
  left: 130px;
  z-index: -1;
}
.list-goods__img, .list-works__img, .list-thumb__img {
  width: 100%;
  aspect-ratio: 520/420;
  border-radius: 10px;
  overflow: hidden;
}
.list-goods, .list-works {
  row-gap: 60px;
}
.list-goods__ttl, .list-works__ttl {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .list-goods__ttl, .list-works__ttl {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-goods__ttl, .list-works__ttl {
    font-size: 20px;
  }
}
.list-goods__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-goods__ttl {
  color: #0042bb;
  text-align: center;
}
.list-works__link {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.list-works__ttl span {
  max-width: calc(100% - 40px);
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}

.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;
  letter-spacing: 0.06em;
  font-weight: bold;
}
.com-circle-num {
  width: 50px;
  min-width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 4px 0;
  background: #094aef;
  background: linear-gradient(-30deg, #094aef 0%, #2ea4ff 100%);
  font-family: "Zen Kaku Gothic New", system-ui;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-circle-num {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-circle-num {
    font-size: 25px;
  }
}

.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: 17.5px;
  }
}
.tag-main__link {
  display: block;
  background: #3b72ff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.tag-main__link:hover {
  opacity: 0.8;
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .tag-sub__list {
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tag-sub__list {
    font-size: 14.375px;
  }
}
.tag-sub__item {
  line-height: 1;
  background: #fff;
  color: #3b72ff;
  padding: 5px 10px 7px 10px;
  border-radius: 50rem;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.ttl-main__rb, .ttl-main__en {
  letter-spacing: 0.12em;
}
.ttl-main__rb {
  color: #373737;
  line-height: 1.6;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__rb {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__rb {
    font-size: 31.25px;
  }
}
.ttl-main__en {
  background: linear-gradient(0deg, #46b3ff 33%, #8cc2ff 100%);
  background: -webkit-linear-gradient(0deg, #46b3ff 33%, #8cc2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttl-main__en {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main__en {
    font-size: 18.75px;
  }
}
.ttl-main.txt-aln-c {
  align-items: center;
}
.ttl-sub {
  margin-bottom: 40px;
  background: #bcedff;
  background: linear-gradient(-45deg, #bcedff 0%, #e8f9ff 75%);
  position: relative;
  z-index: 1;
}
.ttl-sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 20px 20px;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ttl-sub {
  text-align: center;
  font-weight: 800;
  padding: 20px 40px;
  border-radius: 50rem;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}

.txt-plain {
  line-height: 2.2666666667;
}
.txt-01 {
  line-height: 2;
}

.side-totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 88;
}

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

.header-nav {
  margin-top: 15px;
}
.header-nav__list {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header-nav .current {
  color: #3b72ff;
}

.drawer-nav__list {
  flex-direction: column;
}

.footer-nav__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 140px 175px;
  grid-template-rows: repeat(5, auto);
  gap: 15px 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .footer-nav__list {
    font-size: 15px;
  }
}
.footer-nav__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer-nav__item::before {
  content: "";
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #3b72ff;
}

.hdbar {
  padding: 0 1.04%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8888;
}

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

.mv {
  background: url("/img/top/mv-bg.png") left bottom 30% no-repeat;
  background-size: 10.73%;
  -moz-column-gap: 5.47%;
       column-gap: 5.47%;
}
.mv-img {
  width: 931px;
  max-width: 48.4895833333%;
}
.mv-cc {
  width: 566px;
  max-width: 29.4791666667%;
  row-gap: 3.5vw;
}
.mv-cc__txt {
  width: 100%;
}
.mv-cc__illust {
  width: 66.78%;
}

.sv {
  aspect-ratio: 1920/420;
}
.sv-ttl {
  padding: 15px 3vw;
  letter-spacing: 0.01em;
  font-size: 44px;
  font-size: 2.2916666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 27.5px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 44px;
  }
}
.sv-bg-service {
  background: url("/img/service/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-goods {
  background: url("/img/goods/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-works {
  background: url("/img/works/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-company {
  background: url("/img/company/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-contact {
  background: url("/img/contact/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-privacy {
  background: url("/img/privacy/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-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

.top-greeting, .top-menu, .top-strengths, .top-goods, .top-news, .top-contact {
  padding: 120px 0;
}
.top-strengths, .top-goods, .top-contact {
  position: relative;
  z-index: 2;
}
.top-greeting .cts-1080, .top-strengths .cts-1080, .top-goods .cts-1080, .top-news .cts-1080, .top-contact .cts-1080 {
  position: relative;
  z-index: 1;
}
.top-greeting .ttl-main, .top-goods .ttl-main, .top-news .ttl-main {
  margin-bottom: 50px;
}
.top-greeting .btn, .top-strengths .btn, .top-goods .btn {
  margin-top: 50px;
}
.top-strengths.obj-base::before, .top-strengths.obj-base::after, .top-goods.obj-base::before, .top-goods.obj-base::after {
  content: "";
  display: block;
  width: 1820px;
  max-width: 94.7916666667%;
  min-width: 1260px;
  height: 100%;
  border-radius: 0 50rem 50rem 0;
  position: absolute;
  top: 0;
  left: 0;
}
.top-strengths.obj-base::before, .top-goods.obj-base::before {
  background: #bcedff;
  background: linear-gradient(-45deg, #bcedff 0%, #e8f9ff 75%);
  z-index: -2;
}
.top-strengths.obj-base::after, .top-goods.obj-base::after {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 20px 20px;
  background-attachment: fixed;
  z-index: -1;
}

.top-greeting .illust-01::before, .top-greeting .illust-02::after {
  content: "";
  display: block;
  width: 280px;
  aspect-ratio: 280/407;
  background-image: url("/img/top/greeting-illust-01.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.top-greeting .illust-01::before {
  top: 0;
  right: 0;
  transform: translateX(100px);
}
.top-greeting .illust-02::after {
  width: 270px;
  aspect-ratio: 270/394;
  background-image: url("/img/top/greeting-illust-02.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translateX(-100px);
}

.top-strengths .ttl-main::after {
  content: "";
  display: block;
  width: 264px;
  aspect-ratio: 264/182;
  background-image: url("/img/top/strengths-illust.png");
  background-size: 100%;
  margin: 50px auto 0 auto;
}
.top-strengths .bx {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top-goods .ttl-main__en {
  background: linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  background: -webkit-linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-goods .illust-01::before, .top-goods .illust-02::after {
  content: "";
  display: block;
  width: 229px;
  aspect-ratio: 229/266;
  background-image: url("/img/top/goods-illust-01.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.top-goods .illust-02::after {
  width: 182px;
  aspect-ratio: 182/241;
  background-image: url("/img/top/goods-illust-02.png");
  background-size: 100%;
  right: 0;
}
.top-goods.obj-base::before, .top-goods.obj-base::after {
  border-radius: 50rem 0 0 50rem;
  left: inherit;
  right: 0;
}
.top-goods.obj-base::before {
  background: rgba(252, 222, 255, 0.4);
  background: linear-gradient(90deg, rgba(252, 222, 255, 0.4) 0%, rgba(255, 229, 240, 0.4) 44%, rgba(255, 245, 249, 0.4) 87%);
}

.top-menu .menu-item {
  width: 500px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.top-menu .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.top-menu .menu-link {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  border-radius: 50rem;
  position: relative;
}
.top-menu .menu-link:hover .arw-circle-pnk::after, .top-menu .menu-link:hover .arw-circle-blu::after {
  transform: translate(calc(-50% - 2px), -50%);
}
.top-menu .menu-img {
  width: 300px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  overflow: hidden;
}
.top-menu .menu-bx {
  width: 260px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  border: solid 5px #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top-menu .menu-txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top-menu .menu-txt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-menu .menu-txt {
    font-size: 15px;
  }
}
.top-menu .ttl-main {
  row-gap: 0;
}
.top-menu .ttl-main__rb {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top-menu .ttl-main__rb {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-menu .ttl-main__rb {
    font-size: 23.75px;
  }
}
.top-menu .ttl-main__en {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top-menu .ttl-main__en {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-menu .ttl-main__en {
    font-size: 15px;
  }
}
.top-menu .works .ttl-main__en {
  background: linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  background: -webkit-linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-menu .works::before {
  width: 148px;
  aspect-ratio: 148/192;
  background-image: url("/img/top/deco-triangle-pnk.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translate(-100px, 10px);
}
.top-menu .company::before {
  width: 135px;
  aspect-ratio: 135/181;
  background-image: url("/img/top/deco-triangle-blu.png");
  background-size: 100%;
  top: 0;
  right: 0;
  transform: translate(100px, 30px);
}

.top-news .list-news {
  width: 830px;
  max-width: 100%;
}

.top-contact .cts-1080::before {
  content: "";
  display: block;
  width: 800px;
  max-width: 100%;
  height: calc(100% - 35px);
  border-radius: 50rem;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.top-contact .illust-01::before, .top-contact .illust-02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.top-contact .illust-01::before {
  width: 154px;
  aspect-ratio: 154/212;
  background-image: url("/img/top/contact-illust-01.png");
  background-size: 100%;
  left: 0;
  transform: translateX(130px);
}
.top-contact .illust-02::after {
  width: 159px;
  aspect-ratio: 159/199;
  background-image: url("/img/top/contact-illust-02.png");
  background-size: 100%;
  right: 0;
  transform: translate(-120px);
}
.top-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  background-size: 20px 20px;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#ctn-lower section {
  padding: 120px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 60px;
}
#ctn-lower #footer {
  border-top: solid 1px #3b72ff;
}

.lower-flow .ttl-main__en {
  background: linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  background: -webkit-linear-gradient(0deg, #b171eb 0%, #ffabcf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lower-strengths .com-layout {
  justify-content: space-between;
  align-items: center;
}
.lower-strengths .txtbx, .lower-strengths dl {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.lower-strengths .txtbx {
  padding: 40px 0;
}
.lower-strengths dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.lower-strengths dt .ttl {
  color: #0042bb;
  font-weight: 800;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .lower-strengths dt .ttl {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .lower-strengths dt .ttl {
    font-size: 22.5px;
  }
}
.lower-strengths .list-item {
  position: relative;
  z-index: 1;
}
.lower-strengths .list-item::after {
  content: "";
  display: block;
  width: 1200px;
  max-width: 62.5%;
  height: calc(100% + 40px);
  border-radius: 50rem 0 0 50rem;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
.lower-strengths .list-item:nth-child(even) .cts-1080 {
  flex-direction: row-reverse;
}
.lower-strengths .list-item:nth-child(even)::after {
  border-radius: 0 50rem 50rem 0;
  right: inherit;
  left: 0;
}
.lower-strengths .obj-triangle-lft, .lower-strengths .obj-triangle-rt {
  position: relative;
  z-index: 1;
}
.lower-strengths .obj-triangle-lft::before, .lower-strengths .obj-triangle-rt::before {
  content: "";
  display: block;
  width: 191px;
  aspect-ratio: 191/227;
  background-image: url("/img/service/deco-triangle-blu.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  z-index: -1;
}
.lower-strengths .obj-triangle-rt::before {
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  transform: translate(30%, 30%) rotate(-45deg);
}
.lower-strengths .illust-01, .lower-strengths .illust-02, .lower-strengths .illust-03 {
  position: relative;
  z-index: 1;
}
.lower-strengths .illust-01::before, .lower-strengths .illust-02::before, .lower-strengths .illust-03::before {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 120/123;
  background-image: url("/img/service/strengths-illust-01.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 10px);
  z-index: -1;
}
.lower-strengths .illust-02::before {
  width: 159px;
  aspect-ratio: 159/103;
  background-image: url("/img/service/strengths-illust-02.png");
  background-size: 100%;
  transform: translate(-80px, 10px);
}
.lower-strengths .illust-03::before {
  width: 119px;
  aspect-ratio: 119/145;
  background-image: url("/img/service/strengths-illust-03.png");
  background-size: 100%;
  transform: translate(0, -25px);
}

.lower-detail .img {
  min-width: 520px;
}

#footer {
  padding: 60px 0;
}

.footer-copy small {
  letter-spacing: 0.08em;
}/*# sourceMappingURL=style.css.map */