@charset "UTF-8";
/*------------------------------------
  Sass モジュールの読み込み
------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap");
/*====================

====================*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  max-width: 1920px;
  margin: 0 auto;
}

:root {
  --swl-fz--content: 20px;
}
@media (max-width: 480px) {
  :root {
    --swl-fz--content: 16px;
  }
}

body {
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Noto Sans", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.sp-only {
  display: none;
}

@media (max-width: 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.c-widget__title.-spmenu {
  background: #fff;
  color: #333;
}

.p-spMenu__inner::before {
  background: #fff;
}

#before_footer_widget.w-beforeFooter {
  margin: 0 auto;
}

.text-shadow1 {
  text-shadow: #fff 1px 1px 14px, #fff -1px 1px 14px, #fff 1px -1px 14px, #fff -1px -1px 14px;
}

/*====================
fadeUp
====================*/
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}

.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

/*====================
section-title
====================*/
.group_section-title {
  margin-bottom: 80px;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .group_section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 390px) {
  .group_section-title {
    padding: 0 10px;
  }
}
.group_section-title .title-ja {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.8em;
}
@media (max-width: 480px) {
  .group_section-title .title-ja {
    font-size: 5.5vw;
  }
}
.group_section-title .title-en {
  color: #C69C30;
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0;
}
.group_section-title .dot {
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .group_section-title .dot {
    margin-bottom: 20px;
  }
}
.group_section-title .intro {
  font-weight: 700;
}

/*====================
CTA
====================*/
.cta-button {
  column-gap: 30px;
}
@media (max-width: 480px) {
  .cta-button {
    flex-direction: column;
    row-gap: 20px;
  }
}
.cta-button .swell-block-button a {
  padding: 12px 30px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .cta-button .swell-block-button a {
    padding: 10px 20px;
  }
}

.cta {
  background-image: url("/wp-content/uploads/bg-cta.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  padding-bottom: 30px !important;
}
.cta .swell-block-fullWide__inner.l-article {
  text-align: center;
}
.cta .img {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .cta .img img {
    width: 50vw;
  }
}
.cta .header {
  font-size: 1.6em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .cta .header {
    font-size: 5.5vw;
  }
}
.cta .text {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}
.cta .p-blogParts.post_content {
  margin-bottom: 10px;
}
.cta .p-blogParts.post_content .cta-button {
  justify-content: center;
}
.cta .list {
  justify-content: center;
  column-gap: 1em;
  padding-left: 0;
  list-style: none;
}
.cta .list li {
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  position: relative;
  padding-left: 1.2em;
}
.cta .list li::before {
  content: "●";
  position: absolute;
  left: 0.5em;
  top: 0.2em;
  font-size: 0.8em;
}

.l-footer {
  display: none;
}

/*====================
コンタクトフォーム
====================*/
.form__contact {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .form__contact__inner {
    padding: 40px 20px;
  }
}
.form__contact__inner .formparts {
  margin-bottom: 2em;
}
.form__contact__inner .formparts-label {
  margin-bottom: 0.5em;
}
.form__contact__inner .formparts-required, .form__contact__inner .formparts-optional {
  color: #fff;
  font-size: 0.8em;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  border-radius: 0.3em;
}
.form__contact__inner .formparts-required {
  background-color: #D82F2E;
}
.form__contact__inner .formparts-optional {
  background-color: #808080;
}
.form__contact__inner .formparts input, .form__contact__inner .formparts textarea, .form__contact__inner .formparts select {
  width: 100%;
  background-color: #fff;
  line-height: 1.4;
  padding: 0.8em;
  font-size: 18px;
  border-radius: 0.3em;
  border: 1px solid #bcbcd0;
}
.form__contact__inner .formparts input::placeholder, .form__contact__inner .formparts textarea::placeholder, .form__contact__inner .formparts select::placeholder {
  color: #ddd;
  font-weight: 400;
}
.form__contact__inner .formparts select {
  background-color: #fff;
  width: 100%;
  padding: 14px 20px;
}
@media (max-width: 480px) {
  .form__contact__inner .formparts select {
    width: 100%;
  }
}
.form__contact__inner .formparts input[type=radio] {
  width: unset;
}
.form__contact__inner .formparts input[type=checkbox] {
  width: unset;
}
.form__contact__inner .formparts.checkbox label {
  display: inline-block;
}
.form__contact__inner .formparts.checkbox .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
  margin-right: 24px;
}
.form__contact__inner .formparts-submit {
  margin-top: 40px;
}
.form__contact__inner .formparts-submit p {
  display: flex;
  justify-content: center;
  padding-left: 72px;
}
.form__contact__inner .formparts-submit input.confirm {
  background-color: #0F172B;
  width: 100%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.confirm:hover {
  color: #0F172B;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.back {
  background-color: #0F172B;
  width: 50%;
  color: #fff;
  padding: 12px;
  transition: all 0.3s;
}
.form__contact__inner .formparts-submit input.back:hover {
  color: #0F172B;
  background-color: #fff;
}
.form__contact__inner .formparts-submit input.submit {
  background-color: #056CF2;
  border: solid 1px #056CF2;
  width: 50%;
  color: #fff;
  padding: 12px;
  margin-left: 20px;
  transition: all 0.3s;
  border-radius: 0.3em;
}
.form__contact__inner .formparts-submit input.submit:hover {
  color: #056CF2;
  background-color: #fff;
}
.form__contact__inner .zipcode {
  display: flex;
  align-items: center;
}
.form__contact__inner .zipcode input {
  width: unset !important;
}
.form__contact__inner .zipcode__info {
  padding-left: 10px;
  font-size: 14px;
}
@media (max-width: 480px) {
  .form__contact__inner .zipcode__info {
    font-size: 10px;
  }
}

.l-header .l-container {
  max-width: 1600px;
}

.l-fixHeader__inner {
  max-width: 1600px;
  justify-content: space-between;
}

.l-header__gnav.c-gnavWrap,
.l-fixHeader__gnav.c-gnavWrap {
  display: none;
}

.w-header.pc_ .w-header__inner {
  display: flex;
  column-gap: 20px;
}
/*====================
ハンバーガーメニュー
====================*/
.p-spMenu__inner {
  width: 100vw;
}

.-right .p-spMenu__inner {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__nav {
  display: none;
}

/*====================
mv
====================*/
@media (max-width: 959px) {
  #main_visual.-margin-on {
    padding: 0;
  }
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide {
  position: relative;
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  line-height: 1.2;
  will-change: transform, animation, opacity;
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1s;
  opacity: 0;
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-mainVisual__slideText {
  margin-top: 40px;
  padding-left: 10px;
  will-change: transform, animation, opacity;
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1.5s;
  opacity: 0;
}
@media (max-width: 959px) {
  #main_visual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__textLayer .p-mainVisual__slideText {
    margin-top: 20px;
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*====================
会社案内
====================*/
.about__table .wp-block-group__inner-container .table-row {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 0;
  padding: 20px;
}
@media (max-width: 480px) {
  .about__table .wp-block-group__inner-container .table-row {
    flex-direction: column;
  }
}
.about__table .wp-block-group__inner-container .table-row .title {
  width: 150px;
  font-weight: 700;
}
.about__table .wp-block-group__inner-container .table-row .content__column .content {
  margin-bottom: 10px;
}
.about__table .wp-block-group__inner-container .table-row:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.top #content.l-content {
  margin-bottom: 0;
  padding-top: 0;
}

.mv {
  padding-left: 26.666667vw;
  padding-top: 80px !important;
  background-image: url("/wp-content/uploads/mv-bg-tr.svg"), url("/wp-content/uploads/mv-bg-bl.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: auto, auto;
}
@media (max-width: 1440px) {
  .mv {
    padding-left: 15vw;
    padding-top: 60px !important;
  }
}
@media (max-width: 1024px) {
  .mv {
    padding-left: 10vw;
    padding-top: 40px !important;
    background-size: 50vw, 50vw;
  }
}
@media (max-width: 768px) {
  .mv {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .mv {
    padding: 20px;
  }
}
.mv .header {
  font-weight: 700;
  display: inline-block;
  background-color: #DBEAFE;
  border-radius: 30px;
  padding: 10px 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.mv .copy-main {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mv .copy-main {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  .mv .copy-main {
    font-size: 4.5vw;
  }
}
.mv .copy-main .swl-inline-color {
  font-size: 1.5em;
}
@media (max-width: 480px) {
  .mv .copy-main .swl-inline-color {
    font-size: 1.2em;
  }
}
.mv .copy-sub {
  display: inline-block;
  border-top: solid 1px #AAAAAA;
  border-bottom: solid 1px #AAAAAA;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .mv .copy-sub {
    font-size: 3vw;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  .mv .copy-sub {
    font-size: 3.8vw;
  }
}
.mv .images {
  column-gap: 60px;
}
@media (max-width: 480px) {
  .mv .images {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.mv .images .icon {
  width: 536px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .mv .images .icon {
    width: 35vw;
  }
}
@media (max-width: 768px) {
  .mv .images .icon {
    width: 45vw;
  }
}
@media (max-width: 480px) {
  .mv .images .icon {
    width: 70vw;
  }
}
.mv .images .img {
  width: 650px;
}
@media (max-width: 1440px) {
  .mv .images .img {
    width: 40vw;
  }
}
@media (max-width: 480px) {
  .mv .images .img {
    width: 60vw;
  }
}

.section.problems .problems__list .item {
  display: flex;
  column-gap: 16px;
  border: solid 1px #899099;
  border-radius: 14px;
  padding: 24px 20px 24px 24px;
}
@media (max-width: 480px) {
  .section.problems .problems__list .item {
    flex-direction: column;
    row-gap: 10px;
    padding: 16px 12px;
  }
}
.section.problems .problems__list .item .icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
.section.problems .problems__list .item .text {
  line-height: 1.2;
}
@media (max-width: 480px) {
  .section.solutions .group_section-title {
    margin-bottom: 10px;
  }
}
.section.solutions .solutions-wrap {
  padding-top: 140px;
}
@media (max-width: 480px) {
  .section.solutions .solutions-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .section.solutions .solutions-wrap .swell-block-columns__inner {
    row-gap: 80px;
  }
}
.section.solutions .solutions-wrap .item {
  position: relative;
  background-color: #fff;
  border: solid 1px #BEDBFF;
  border-radius: 14px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.section.solutions .solutions-wrap .item .img {
  position: absolute;
  top: -108px;
  right: 15px;
}
@media (max-width: 480px) {
  .section.solutions .solutions-wrap .item .img {
    top: -60px;
  }
}
@media (max-width: 480px) {
  .section.solutions .solutions-wrap .item .img img {
    width: 80px;
  }
}
.section.solutions .solutions-wrap .item .header .icon {
  margin-bottom: 0;
}
.section.solutions .solutions-wrap .item .header .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.section.solutions .solutions-wrap .item .header .wp-block-group__inner-container .title-wrap .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section.solutions .solutions-wrap .item .header .wp-block-group__inner-container .title-wrap .wp-block-group__inner-container .title-ja {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1px;
}
.section.solutions .solutions-wrap .item .header .wp-block-group__inner-container .title-wrap .wp-block-group__inner-container .title-en {
  color: #62748E;
  font-size: 0.7em;
}
.section.solutions .solutions-wrap .item .list {
  list-style: none;
}
.section.solutions .solutions-wrap .item .list li {
  position: relative;
}
.section.solutions .solutions-wrap .item .list li::before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/check-blue.svg");
  width: 20px;
  height: 20px;
  left: -30px;
  top: 5px;
}
.section.solutions .solutions-wrap .item .list.green li::before {
  background-image: url("/wp-content/uploads/check-green.svg");
}
.section.strength .item {
  position: relative;
  padding: 30px 0;
  margin-bottom: 3em;
}
.section.strength .item::before {
  position: absolute;
  content: "";
  width: 77%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
@media (max-width: 1440px) {
  .section.strength .item::before {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .section.strength .item::before {
    height: 80%;
  }
}
.section.strength .item .inner {
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .section.strength .item .inner {
    padding: 0 20px;
  }
}
.section.strength .item .inner > .wp-block-group__inner-container {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 480px) {
  .section.strength .item .inner > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.section.strength .item .inner > .wp-block-group__inner-container .wp-block-group .header > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 480px) {
  .section.strength .item .inner > .wp-block-group__inner-container .wp-block-group .header > .wp-block-group__inner-container {
    column-gap: 20px;
  }
}
.section.strength .item .inner > .wp-block-group__inner-container .wp-block-group .header > .wp-block-group__inner-container .number {
  font-size: 3.2em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #056CF2;
  margin-bottom: 0;
  line-height: 1;
}
.section.strength .item .inner > .wp-block-group__inner-container .wp-block-group .header > .wp-block-group__inner-container .title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}
.section.strength .item .inner > .wp-block-group__inner-container .img {
  flex-shrink: 0;
  padding-top: 20px;
}
.section.strength .item.reverse::before {
  left: unset;
  right: 0;
  border-radius: 20px 0 0 20px;
}
.section.strength .item.reverse .inner > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .section.strength .item.reverse .inner > .wp-block-group__inner-container {
    flex-direction: column;
  }
}
.section.process .inner > .wp-block-group__inner-container {
  position: relative;
  padding-top: 183px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1500px;
  margin-inline: auto;
}
@media (max-width: 480px) {
  .section.process .inner > .wp-block-group__inner-container {
    padding-top: 106px;
    gap: 20px;
  }
}
.section.process .inner > .wp-block-group__inner-container .process-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-bottom: 0;
}
.section.process .inner > .wp-block-group__inner-container .item {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 24px;
  width: 251px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .section.process .inner > .wp-block-group__inner-container .item {
    width: 80%;
  }
}
.section.process .inner > .wp-block-group__inner-container .item .number {
  font-size: 2.4em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #056CF2;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
.section.process .inner > .wp-block-group__inner-container .item .title {
  padding: 10px 2px;
  font-size: 1.2em;
  font-weight: 600;
  color: #056CF2;
  text-align: center;
  border-top: solid 1px #D5D5D5;
  border-bottom: solid 1px #D5D5D5;
  line-height: 1.2;
}
.section.process .inner > .wp-block-group__inner-container .item .text {
  text-align: center;
  line-height: 1.2;
}
.section.price .group_section-title {
  margin-bottom: 120px;
}
.section.price .price-wrap .swell-block-columns__inner {
  justify-content: center;
}
.section.price .price-wrap .item {
  max-width: 500px;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 390px) {
  .section.price .price-wrap .item {
    padding: 20px;
  }
}
.section.price .price-wrap .item .swell-block-button__link {
  width: 100%;
}
.section.price .price-wrap .item.left {
  position: relative;
  border: solid 2px #056CF2;
}
.section.price .price-wrap .item.left .img {
  position: absolute;
  right: 0;
  top: -60px;
}
.section.price .price-wrap .item.left .header .top {
  margin-bottom: 0;
  line-height: 1;
}
.section.price .price-wrap .item.left .header .bottom {
  font-size: 1.8em;
  font-weight: 700;
}
.section.price .price-wrap .item.left .list {
  margin-bottom: 55px;
}
.section.price .price-wrap .item.left .list li::before {
  color: #056CF2;
}
.section.price .price-wrap .item.right {
  border: solid 1px #E2E8F0;
}
.section.price .price-wrap .item.right .header {
  align-items: center;
  column-gap: 10px;
}
.section.price .price-wrap .item.right .header .icon {
  display: flex;
  align-items: center;
}
.section.price .price-wrap .item.right .list li {
  border-bottom: solid 1px #E2E8F0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.section.casestudy .casestudy-wrap > .swell-block-columns__inner {
  justify-content: center;
}
.section.casestudy .casestudy-wrap .item {
  max-width: 500px;
  border-radius: 14px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 32px;
  background-color: #fff;
}
.section.casestudy .casestudy-wrap .item .header {
  align-items: center;
  column-gap: 16px;
}
.section.casestudy .casestudy-wrap .item .header .title-wrap .number {
  font-size: 0.7em;
  line-height: 1.2;
  font-weight: 600;
}
.section.casestudy .casestudy-wrap .item .header .title-wrap .number.blue {
  color: #056CF2;
}
.section.casestudy .casestudy-wrap .item .header .title-wrap .number.green {
  color: #00A63E;
}
.section.casestudy .casestudy-wrap .item .header .title-wrap .title {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
}
.section.casestudy .casestudy-wrap .item .label {
  padding: 6px 16px;
  border-radius: 100px;
  font-weight: 700;
}
.section.casestudy .casestudy-wrap .item .label img {
  margin-right: 10px;
}
.section.casestudy .casestudy-wrap .item .label.blue {
  color: #056CF2;
  background-color: #DBEAFE;
}
.section.casestudy .casestudy-wrap .item .label.green {
  color: #00A63E;
  background-color: #DCFCE7;
}
.section.faq .swell-block-accordion__title {
  padding: 0.5em 0;
}
.section.faq .swell-block-accordion__body {
  border-top: none;
  margin: 0;
  padding: 0 0 0.3em 0.3em;
}

.footer {
  padding: 0 200px;
}
@media (max-width: 1440px) {
  .footer {
    padding: 0 10vw;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0 20px;
  }
}
.footer .inner {
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer .inner {
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer .inner .left {
  max-width: 460px;
}
@media (max-width: 1440px) {
  .footer .inner .left {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .footer .inner .left {
    max-width: 100%;
  }
}
.footer .inner .left .text {
  color: #90A1B9;
  font-size: 0.8em;
}
.footer .inner .right {
  width: 460px;
}
@media (max-width: 1440px) {
  .footer .inner .right {
    max-width: 30%;
  }
}
@media (max-width: 480px) {
  .footer .inner .right {
    max-width: 100%;
  }
}
.footer .inner .right .text {
  color: #90A1B9;
  font-size: 0.7em;
}
.footer .inner .right .text img {
  margin-right: 5px;
}
.footer .copyright {
  color: #90A1B9;
  font-size: 0.7em;
}/*# sourceMappingURL=style_cus.css.map */