@charset "UTF-8";
a, ins {
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, button, img, input, select, textarea {
  margin: 0;
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
}

/*========================================
break point
========================================*/
@media (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*========================================
Content Switching
========================================*/
.sp-content_hidden {
  display: none !important;
}
@media (max-width: 600px) {
  .sp-content_hidden {
    display: block !important;
  }
}

.tab-content_hidden {
  display: block !important;
}
@media (max-width: 600px) {
  .tab-content_hidden {
    display: none !important;
  }
}

.sptab-content_hidden {
  display: none !important;
}
@media (max-width: 1024px) {
  .sptab-content_hidden {
    display: block !important;
  }
}

.pc-content_hidden {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-content_hidden {
    display: none !important;
  }
}

@keyframes patapata {
  0% {
    transform: rotate3d(3, 60, 0, 20deg) translateY(-10px);
  }
  100% {
    transform: rotate3d(3, -60, 0, 20deg) translateY(-10px);
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes fuwa {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes popup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomInLeft {
  0% {
    transform: translateX(-60%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
@keyframes zoomInRight {
  0% {
    transform: translateX(60%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(0%) scale(1);
    opacity: 1;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

main {
  position: relative;
  overflow: hidden;
  margin: -1px;
}

* {
  word-break: normal !important;
  word-wrap: break-word;
  box-sizing: border-box;
}

a {
  color: #242E2C;
}

img {
  vertical-align: bottom;
}

picture {
  display: block;
}

main {
  display: block;
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.slick-slide {
  display: flex !important;
  height: auto !important;
}
.slick-slide > div {
  display: flex;
  height: 100% !important;
}

.slick-dots {
  bottom: 10px;
}
.slick-dots li {
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #E0E0E0;
  opacity: 1;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #EB6E18;
  border-radius: 50%;
}

.flow-swiper .slider-dots,
.feature-swiper .slider-dots {
  position: static !important;
}
@media (min-width: 1025px) {
  .flow-swiper .slider-dots,
  .feature-swiper .slider-dots {
    display: none;
  }
}
.flow-swiper .slider-dots-bullet,
.feature-swiper .slider-dots-bullet {
  width: 12px;
  height: 12px;
  margin: 0 13px !important;
}
.flow-swiper .slider-dots-bullet-active,
.feature-swiper .slider-dots-bullet-active {
  background-color: #EB6E18 !important;
}

.feature-swiper .slick-list {
  padding-top: 45px;
}
.feature-swiper .slick-dots {
  bottom: -60px;
}
.feature-swiper .slick-slide {
  width: 330px;
  padding-right: 6px;
  padding-bottom: 6px;
  margin-right: 22px;
}

.flow-swiper .slick-slide {
  width: 270px;
  margin-right: 22px;
}

.c-btn {
  display: block;
  text-align: center;
  color: #fff;
  transition: 0.2s ease;
}

.c-btn_toTop {
  opacity: 0;
  transition: 0.3s ease;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #333333;
  border-radius: 50%;
}
.c-btn_toTopWrapper {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 110px;
  height: 110px;
  z-index: 10000;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .c-btn_toTopWrapper {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .c-btn_toTopWrapper {
    width: 64px;
    height: 64px;
    bottom: 22px;
    right: 5px;
  }
}
.c-btn_toTop.is-show {
  opacity: 1;
}
@media (min-width: 1025px) {
  .c-btn_toTop {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .c-btn_toTop:hover {
    opacity: 0.6;
  }
}
.c-btn_toTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21%;
  height: 21%;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  transform: translate(-50%, -25%) rotate(45deg);
}
@media (max-width: 1024px) {
  .c-btn_toTop::after {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: translate(-50%, -20%) rotate(45deg);
  }
}

.c-bg-dot::before, .c-bg-dot::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.c-bg-dot::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: radial-gradient(#fcc786 20%, transparent 20%);
  background-size: 8px 8px;
  background-position: 0 0, 8px 8px;
}
@media (max-width: 1024px) {
  .c-bg-dot::before {
    background-image: radial-gradient(#fcc786 20%, transparent 20%);
  }
}
.c-bg-dot::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: radial-gradient(#F2C8C8 20%, transparent 20%);
  background-size: 8px 8px;
  background-position: 0 0, 8px 8px;
}

.c-bg-circle {
  position: relative;
}
.c-bg-circle::before, .c-bg-circle::after {
  content: "";
  position: absolute;
  width: 64vw;
  height: 64vw;
  background-color: #FDEAD4;
  border-radius: 50%;
}

.js-header__logo.is-colored img {
  opacity: 0;
}
.js-header__logo.is-colored::after {
  display: block;
}

.js-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.4s var(--easePopUp);
  transition: all 0.4s var(--easePopUp);
}

.catch__txt.js-up.is-animated {
  transition-delay: 0.5s;
}

.js-up.is-animated {
  opacity: 100;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s var(--easePopUp);
  transition: all 0.4s var(--easePopUp);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-fuwa {
  opacity: 0;
  transition: all 1s;
}

.js-fuwa.is-animated {
  opacity: 100;
}

.js-fukidashi {
  opacity: 0;
}

.js-fukidashi.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.js-fukidashi.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.--01 > .js-fukidashi.is-animated {
  animation-delay: 0s;
}

.--02 > .js-fukidashi.is-animated {
  animation-delay: 0.35s;
}

.--03 > .js-fukidashi.is-animated {
  animation-delay: 0.25s;
}

.--04 > .js-fukidashi.is-animated {
  animation-delay: 0.15s;
}

.--05 > .js-fukidashi.is-animated {
  animation-delay: 0.45s;
}

.--06 > .js-fuwa.is-animated {
  transition-delay: 0.55s;
}

.--07 > .js-fuwa.is-animated {
  transition-delay: 0.65s;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
:root {
  --easePopUp: cubic-bezier(0.17, 0.88, 0.30, 1.28);
}

.l-main {
  position: relative;
}

.l-section {
  overflow: hidden;
}
.l-section__ttl {
  text-align: center;
}
.l-section__ttl span {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  font-size: 5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .l-section__ttl span {
    padding-left: 10px;
    font-size: 34px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.l-section__ttl span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url(../images/deco_ttl-black.png);
  background-size: contain;
  transform: translate(0.3em, -0.6em);
  transform: translate(0.4em, -0.3em);
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .l-section__ttl span::after {
    transform: translate(0.5em, -0.4em);
  }
}
@media (max-width: 1024px) {
  .l-section__ttl span::after {
    left: -30px;
    width: 50px;
    height: 50px;
    transform: translate(0.2em, -0.6em);
  }
}
.l-section__ttl.-white span {
  color: #fff;
}
.l-section__ttl.-white span::after {
  background-image: url(../images/deco_ttl_white.png);
}

.l-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
  z-index: 2;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .l-inner {
    max-width: 1000px;
  }
}
@media (max-width: 1024px) {
  .l-inner {
    max-width: 650px;
    padding: 0 20px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding-top: 10px;
}
.l-header__inner {
  max-width: unset;
  padding-left: 4.2vw;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding-left: 20px;
  }
}
.l-header__logo {
  position: relative;
  display: block;
  margin-top: 2vw;
  width: 10.8vw;
  max-width: 300px;
  min-width: 150px;
}
.l-header__logo::after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .l-header__logo {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .l-header__logo:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1024px) {
  .l-header__logo {
    width: 34vw;
    max-width: 220px;
    min-width: 90px;
    margin-top: 1vw;
  }
}

.mv {
  position: relative;
  padding-top: 20px;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .mv::after {
    background-image: url(../images/mv-bg_sp.png);
    background-position: bottom;
  }
}
.mv__inner {
  max-width: unset;
  padding: 0;
}
@media (max-width: 1024px) {
  .mv__inner {
    max-width: 650px;
  }
}
.mv__btn {
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(39, 26, 26, 0.5);
  padding: 0.4rem;
  font-size: 1.9vw;
  line-height: 2;
  font-weight: bold;
  transition: 0.2s ease;
  letter-spacing: 0.05em;
}
.mv__btnWrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -1.7vw);
  width: 25%;
  max-width: 486px;
}
@media (max-width: 1024px) {
  .mv__btnWrapper {
    width: 100%;
    padding: 0 20px;
    transform: translate(-50%, -10vw);
  }
}
@media (max-width: 1024px) {
  .mv__btn {
    font-size: 2.4rem;
  }
}
@media (min-width: 1025px) {
  .mv__btn:hover {
    background-color: #8D8D8D;
    transform: scale(0.9);
  }
}
@media (min-width: 1920px) {
  .mv__btn {
    font-size: 3.8rem;
  }
}

.catch {
  padding: 60px 0 50px;
  background: linear-gradient(to bottom, #FDD09A, #fff);
  background-size: 100% 70%;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .catch {
    padding: 40px 0 16px;
  }
}
.catch__lead {
  position: relative;
  width: 90%;
  max-width: 1060px;
  margin: 0 auto 4rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px;
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .catch__lead {
    width: 100%;
    margin-bottom: 1.6rem;
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
.catch__lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -40%);
  width: 182px;
  height: 134px;
  background-image: url(../images/catch__deco.png);
  background-size: contain;
}
@media (max-width: 1024px) {
  .catch__lead::after {
    transform: translate(-22%, -40%);
    width: 100px;
    height: 76px;
  }
}
.catch__txt {
  margin-bottom: 30px;
  font-size: 4rem;
  color: #EB6E18;
  text-align: center;
  font-weight: bold;
}
.catch__txt--pc {
  display: inline;
}
.catch__txt--sp {
  display: none;
}
@media (max-width: 1024px) {
  .catch__txt {
    font-size: 2.8rem;
    margin-bottom: 13px;
  }
}
@media (max-width: 1024px) {
  .catch__txt {
    line-height: 1.6;
  }
  .catch__txt--pc {
    display: none;
  }
  .catch__txt--sp {
    display: inline;
  }
}
.catchImages {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}
.catchImages__main {
  position: relative;
  width: 47%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .catchImages__main {
    padding-top: 64%;
    width: 75%;
  }
}
.catchImages__txt {
  position: absolute;
  width: 100%;
  height: fit-content;
}
.catchImages__txt.--01 {
  top: 10px;
  left: 4%;
  width: 28%;
}
@media (max-width: 1024px) {
  .catchImages__txt.--01 {
    top: 33%;
    left: unset;
    right: 0;
    transform: translate(0, -50%);
    width: 49%;
    z-index: 2;
  }
}
.catchImages__txt.--02 {
  top: 0;
  right: 8%;
  width: 23.5%;
}
@media (max-width: 1024px) {
  .catchImages__txt.--02 {
    top: 30%;
    left: 0;
    right: unset;
    transform: translate(0, -50%);
    width: 53%;
  }
}
.catchImages__txt.--03 {
  top: 50%;
  left: 1%;
  width: 30%;
  transform: translate(10px, -50%);
}
@media (max-width: 1024px) {
  .catchImages__txt.--03 {
    top: unset;
    bottom: 37%;
    left: unset;
    right: 0;
    transform: translate(0, 0);
    width: 37%;
  }
}
.catchImages__txt.--04 {
  top: 50%;
  right: 0;
  width: 27%;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .catchImages__txt.--04 {
    top: unset;
    bottom: 38%;
    left: 0;
    transform: translate(0, 0);
    width: 55%;
  }
}
.catchImages__txt.--05 {
  bottom: 0;
  right: 7%;
  width: 22%;
}
@media (max-width: 1024px) {
  .catchImages__txt.--05 {
    top: 0;
    right: 0;
    transform: translate(0, 0);
    width: 51%;
  }
}
.catchImages__txt.--06 {
  top: 30%;
  left: 50%;
  width: 3%;
  transform: translate(-165%, -50%);
}
@media (max-width: 1024px) {
  .catchImages__txt.--06 {
    top: unset;
    bottom: 24%;
    width: 6%;
    transform: translate(-140%, -50%);
  }
}
.catchImages__txt.--07 {
  top: 50px;
  left: 50%;
  width: 5%;
  transform: translate(-30%, -50%);
}
@media (max-width: 1024px) {
  .catchImages__txt.--07 {
    top: unset;
    bottom: 27%;
    width: 7.5%;
    transform: translate(-10%, -50%);
  }
}

.catchSolution {
  position: relative;
  padding: 73px 0 58px;
  background-color: #F8A746;
}
@media (max-width: 1024px) {
  .catchSolution {
    padding: 36px 0 40px;
  }
}
.catchSolution::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 55px solid #fff;
  border-right: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 100px solid transparent;
}
@media (max-width: 1024px) {
  .catchSolution::after {
    border-top: 20px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
  }
}
.catchSolution__txt {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

.feature {
  background-color: #FFF7EF;
  padding: 90px 0 100px;
}
@media (max-width: 1024px) {
  .feature {
    padding: 70px 0 100px;
  }
}
.feature.c-bg-circle::before {
  top: 0;
  left: -30%;
}
.feature.c-bg-circle::after {
  bottom: 0;
  right: -30%;
}
@media (max-width: 1024px) {
  .feature__inner {
    padding: 0;
    padding-left: 20px;
  }
}
.feature__ttl {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .feature__ttl {
    margin-bottom: 20px;
  }
}
.feature .swiper {
  width: 100%;
  padding-top: 45px;
}
.feature .swiper-slide {
  height: auto !important;
}
.feature__items {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
}
@media (max-width: 1024px) {
  .feature__items {
    flex-wrap: nowrap;
  }
}
.featureItem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33% - 14.6666666667px);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 48px;
  box-shadow: 7px 7px 0 #d0cdc9;
}
@media (max-width: 1024px) {
  .featureItem {
    align-items: stretch;
    flex-grow: 2;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.featureItem:not(:nth-child(3n)) {
  margin-right: 22px;
}
@media (max-width: 1024px) {
  .featureItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.featureItem:nth-child(1), .featureItem:nth-child(2), .featureItem:nth-child(3) {
  margin-bottom: 66px;
}
@media (max-width: 1024px) {
  .featureItem:nth-child(1), .featureItem:nth-child(2), .featureItem:nth-child(3) {
    margin-bottom: 0;
  }
}
.featureItem__inner {
  position: relative;
  z-index: 1;
  padding: 60px 16px 35px;
}
@media (max-width: 1024px) {
  .featureItem__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }
}
.featureItem__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -42%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 9rem;
  color: #EB6E18;
  line-height: 1;
}
@media (max-width: 1024px) {
  .featureItem__num {
    font-size: 8rem;
  }
}
.featureItem__ttl {
  margin-bottom: 24px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.42;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .featureItem__ttl {
    font-size: 2.4rem;
  }
}
.featureItem__img {
  margin-bottom: 24px;
  height: 200px;
}
.featureItem__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.featureItem__txt {
  padding: 0 16px;
  font-size: 2rem;
  color: #333;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .featureItem__txt {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .featureItem__txt {
    font-size: 18px;
    padding: 0 5px;
  }
}
.featureItem__txt span {
  color: #F39422;
  font-weight: bold;
}

.takonotetsu {
  background-color: #F8A746;
  padding: 9.6rem 0 10rem;
}
@media (max-width: 1024px) {
  .takonotetsu {
    padding: 80px 0 64px;
  }
}
.takonotetsu__ttl {
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .takonotetsu__ttl {
    margin-bottom: 28px;
  }
}
.takonotetsuFlex {
  display: flex;
}
@media (max-width: 1024px) {
  .takonotetsuFlex {
    display: block;
  }
}
.takonotetsuFlex__img {
  width: 42%;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .takonotetsuFlex__img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1024px) {
  .takonotetsuFlex__img.--pc {
    display: none;
  }
}
.takonotetsuFlex__img.--sp {
  display: none;
}
@media (max-width: 1024px) {
  .takonotetsuFlex__img.--sp {
    display: block;
  }
}
.takonotetsuFlexContents {
  width: calc(100% - 69px - 42%);
  margin-right: 5.4%;
}
@media (max-width: 1024px) {
  .takonotetsuFlexContents {
    width: 100%;
  }
}
.takonotetsuFlexContents p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .takonotetsuFlexContents p {
    margin-bottom: 3.3rem;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.takonotetsuFlexContents__btn {
  border-radius: 5px;
  background-color: #000000;
  padding: 16px 0;
}
@media (max-width: 1024px) {
  .takonotetsuFlexContents__btn {
    padding: 12px 0;
  }
}
@media (min-width: 1025px) {
  .takonotetsuFlexContents__btn:hover {
    background-color: #8D8D8D;
  }
}
.takonotetsuFlexContents__btn span {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .takonotetsuFlexContents__btn span {
    font-size: 2.2rem;
  }
}
.takonotetsuFlexContents__btn span::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .takonotetsuFlexContents__btn span::after {
    top: 38%;
  }
}
@media (max-width: 1024px) {
  .takonotetsuFlexContents__btn span::after {
    top: 38%;
  }
}
.takonotetsuFlexContents__btnWrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .takonotetsuFlexContents__btnWrapper {
    width: 100%;
  }
}

.ex {
  position: relative;
  padding: 98px 0;
}
@media (max-width: 1024px) {
  .ex {
    padding: 60px 0;
  }
}
.ex__ttl {
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .ex__ttl {
    margin-bottom: 40px;
  }
}
.ex__items {
  display: flex;
}
@media (max-width: 1024px) {
  .ex__items {
    display: block;
  }
}
.exItem {
  width: calc(33% - 19.3333333333px);
}
@media (max-width: 1024px) {
  .exItem {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
.exItem:not(:nth-child(3n)) {
  margin-right: 29px;
}
@media (max-width: 1024px) {
  .exItem:not(:nth-child(3n)) {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .exItem:not(:last-child) {
    margin-bottom: 48px;
  }
}
.exItem__img {
  position: relative;
  margin-bottom: 30px;
}
.exItem__img::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  background: #F8A746;
  border-radius: 10px;
  z-index: -1;
}
.exItem__txt {
  font-size: 18px;
  line-height: 1.88;
}
.exItem__name {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .exItem__name {
    font-size: 18px;
  }
}

.flow {
  padding: 88px 0 66px;
  background: #FFF7EF;
}
@media (max-width: 1024px) {
  .flow {
    padding: 60px 0 100px;
  }
}
.flow.c-bg-circle::before {
  top: 0;
  left: -30%;
}
.flow.c-bg-circle::after {
  display: none;
}
@media (max-width: 1024px) {
  .flow__inner {
    max-width: 750px;
    padding: 0;
    padding-left: 20px;
  }
}
.flow__ttl {
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .flow__ttl {
    margin-bottom: 40px;
  }
}
.flow__items {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .flow__items {
    display: block;
  }
}
@media (max-width: 1024px) {
  .flow .slick-dots {
    bottom: -60px;
  }
}
.flowItem {
  display: flex;
  flex-direction: column;
  width: 320px;
}
.flowItem:not(:nth-child(3n)) {
  position: relative;
  margin-right: 58px;
}
@media (max-width: 1024px) {
  .flowItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.flowItem:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  background-image: url(../images/flow_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 16px;
}
@media (max-width: 1024px) {
  .flowItem:not(:nth-child(3n))::after {
    display: none;
  }
}
.flowItem__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .flowItem__inner {
    height: 100%;
  }
}
.flowItem__num {
  margin-bottom: 10px;
  font-size: 9rem;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1024px) {
  .flowItem__num {
    font-size: 80px;
  }
}
.flowItem__ttl {
  flex-grow: 2;
  margin-bottom: 2.6rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #EB6E18;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 1024px) {
  .flowItem__ttl {
    flex-grow: unset;
    margin-bottom: 0;
    height: 78px;
  }
}
@media (max-width: 1024px) {
  .flowItem:nth-child(2) .flowItem__ttl {
    margin-bottom: 30px;
  }
}
.flowItem__img {
  height: 160px;
  margin-bottom: 20px;
}
.flowItem__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.flowItem__txt {
  font-size: 18px;
}
.flow .swiper {
  width: 100%;
  padding-top: 45px;
}
.flow .swiper-slide {
  height: auto !important;
}
@media screen and (min-width: 1024px) {
  .flow .swiper-pagination {
    display: none;
  }
  .flow .swiper-wrapper {
    display: flex;
  }
  .flow .swiper-slide {
    width: calc(33% - 14.6666666667px);
  }
}

.app {
  padding: 10rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .app {
    padding: 60px 0;
  }
}
.app::before {
  background-image: radial-gradient(#F2C8C8 20%, transparent 20%);
}
.app::after {
  background-image: radial-gradient(#fcc786 20%, transparent 20%);
}
@media (max-width: 1024px) {
  .app::after {
    background-image: radial-gradient(#fcc786 20%, transparent 20%);
  }
}
.app__inner {
  max-width: 1030px;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .app__inner {
    max-width: 950px;
  }
}
@media (max-width: 1024px) {
  .app__inner {
    max-width: 650px;
  }
}
.app__ttl {
  margin-bottom: 58px;
}
@media (max-width: 1024px) {
  .app__ttl {
    margin-bottom: 40px;
  }
}
.appFlex {
  display: flex;
}
@media (max-width: 1024px) {
  .appFlex {
    display: block;
  }
}
.appFlexImg {
  width: 36rem;
  margin-right: 5.6%;
  padding-top: 0.8em;
}
@media (max-width: 1024px) {
  .appFlexImg {
    width: 66%;
    max-width: 260px;
    margin: 0 auto 50px;
    padding-top: 0;
  }
}
.appFlexContents {
  width: calc(100% - 36rem - 5.6%);
}
@media (max-width: 1024px) {
  .appFlexContents {
    width: 100%;
  }
}
.appFlexContents__txt {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .appFlexContents__txt {
    font-size: 2rem;
  }
}
.appFlexContents__box {
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #000;
  padding: 2.4rem 40px;
}
@media (max-width: 1024px) {
  .appFlexContents__box {
    padding: 20px 30px;
  }
}
.appFlexContents__box:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .appFlexContents__box:not(:last-child) {
    margin-bottom: 18px;
  }
}
.appFlexContents__box h3 {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 3rem;
  border-bottom: 4px solid #EB6E18;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .appFlexContents__box h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.appFlexContents__box p {
  font-size: 2.4rem;
}

.download {
  position: relative;
  z-index: 2;
  padding: 4.3rem 0 6rem;
  background: #F8A746;
}
@media (max-width: 1024px) {
  .download {
    padding-bottom: 43px;
  }
}
.download__ttl {
  margin-bottom: 3rem;
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .download__ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
.download__items {
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .download__items {
    max-width: 450px;
    margin: 0 auto;
  }
}
.download__item {
  display: block;
  height: 96px;
}
.download__item:hover {
  transition: transform 0.3s ease;
}
@media (min-width: 1025px) {
  .download__item:hover {
    transform: scale(0.9);
  }
}
.download__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download__item:first-child {
  margin-right: 46px;
}
@media (max-width: 1024px) {
  .download__item:first-child {
    margin-right: 16px;
    width: 198px;
  }
}
@media (max-width: 1024px) {
  .download__item:nth-child(2) {
    width: 246px;
  }
}

.price {
  padding: 11.1rem 0 8rem;
  background-color: #FFF7EF;
}
@media (max-width: 1024px) {
  .price {
    padding: 80px 0 60px;
  }
}
.price.c-bg-circle::before {
  bottom: 0%;
  right: -38%;
}
@media (max-width: 1024px) {
  .price.c-bg-circle::before {
    top: 0;
  }
}
.price.c-bg-circle::after {
  display: none;
}
@media (max-width: 1024px) {
  .price__inner {
    max-width: 650px;
  }
}
.price__ttl {
  margin-bottom: 5.2rem;
}
@media (max-width: 1024px) {
  .price__ttl {
    margin-bottom: 4rem;
  }
}
.price__items {
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .price__items {
    display: block;
  }
}
.priceItem {
  position: relative;
}
.priceItem.--01 {
  width: 44%;
}
@media (max-width: 1024px) {
  .priceItem.--01 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.priceItem.--01 > .priceItemContents {
  position: relative;
}
.priceItem.--01 > .priceItemContents::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  height: 60%;
  width: 1px;
  background-color: #707070;
}
@media (max-width: 1024px) {
  .priceItem.--01 > .priceItemContents::after {
    display: none;
  }
}
.priceItem.--02 {
  width: 56%;
}
@media (max-width: 1024px) {
  .priceItem.--02 {
    width: 100%;
  }
}
.priceItem__comments {
  position: relative;
  display: inline-block;
  padding: 10px 32px;
  color: #fff;
  font-size: 2.8rem;
  background-color: #525252;
  border-radius: 5px;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: bold;
}
.priceItem__commentsWrapper {
  margin-bottom: 5rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .priceItem__commentsWrapper {
    max-width: 450px;
    margin: 0 auto 34px;
  }
}
@media (max-width: 1024px) {
  .priceItem__comments {
    display: block;
    font-size: 2.2rem;
  }
}
.priceItem__comments::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 28px solid #000;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}
@media (max-width: 1024px) {
  .priceItem__comments::after {
    border-top: 20px solid #000;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
  }
}
.priceItemContents {
  background-color: #fff;
  padding: 4rem 5.6rem;
}
@media (max-width: 1024px) {
  .priceItemContents {
    padding: 3rem 1.6rem;
  }
}
.priceItemContents__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.priceItemContents__ttl {
  display: inline-block;
  margin-bottom: 1.6rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: normal;
  border-bottom: 6px solid #F39422;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .priceItemContents__ttl {
    font-size: 2.6rem;
  }
}
.priceItemContents__price {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 22rem;
  font-family: "Bebas Neue", sans-serif;
  text-shadow: 5px 5px 0 #CFD2D9;
  line-height: 1;
}
@media (max-width: 1024px) {
  .priceItemContents__price {
    margin-bottom: 8px;
    font-size: 12.4rem;
  }
}
.priceItemContents__price span {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 15px;
  font-size: 14rem;
}
@media (max-width: 1024px) {
  .priceItemContents__price span {
    margin-right: 8px;
    padding-bottom: 6px;
    font-size: 8.8rem;
  }
}
.priceItemContents__txt {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .priceItemContents__txt {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.3;
  }
}
.priceItemContents__txt span {
  font-size: 4rem;
  color: #EB6E18;
}
@media (max-width: 1024px) {
  .priceItemContents__txt span {
    font-size: 2.6rem;
  }
}
.price__ex {
  font-size: 14px;
  line-height: 2;
  text-align: right;
}
@media (max-width: 1024px) {
  .price__ex {
    display: inline-block;
    font-size: 13px;
    text-align: left;
  }
  .price__ex p {
    text-align: right;
  }
}

.manual {
  position: relative;
  padding: 9rem 0;
}
@media (max-width: 1024px) {
  .manual {
    padding: 80px 0;
  }
}
.manual::before {
  height: 100%;
  background-image: radial-gradient(#fcc786 20%, transparent 20%);
}
@media (max-width: 1024px) {
  .manual::before {
    background-image: radial-gradient(#fcc786 20%, transparent 20%);
  }
}
.manual::after {
  height: 0;
}
.manual__inner {
  position: relative;
  max-width: 90rem;
  z-index: 1;
}
@media (max-width: 1024px) {
  .manual__inner {
    max-width: 650px;
  }
}
.manual__ttl {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .manual__ttl {
    margin-bottom: 40px;
  }
}
.manual__ttl span::after {
  transform: translate(1em, -0.3em);
}
@media (max-width: 1024px) {
  .manual__ttl span::after {
    transform: translate(1.2em, -0.7em);
  }
}
.manualFlex {
  display: flex;
}
@media (max-width: 1024px) {
  .manualFlex {
    display: block;
  }
}
.manualFlexImg {
  width: 33rem;
  margin-right: 4.8rem;
}
@media (max-width: 1024px) {
  .manualFlexImg {
    width: 66%;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}
.manualFlexContents {
  width: calc(100% - 33.3rem - 48px);
}
@media (max-width: 1024px) {
  .manualFlexContents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.manualFlexContents__txt {
  font-size: 2.4rem;
  margin-bottom: 5.6rem;
}
@media (max-width: 1024px) {
  .manualFlexContents__txt {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}
.manualFlexContents__btn {
  position: relative;
  display: block;
  padding: 1.2rem 0;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 90px;
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
}
.manualFlexContents__btnWrapper {
  width: 100%;
  max-width: 530px;
}
@media (max-width: 1024px) {
  .manualFlexContents__btn {
    font-size: 2.1rem;
  }
}
@media (min-width: 1025px) {
  .manualFlexContents__btn:hover {
    background-color: #8D8D8D;
  }
}
.manualFlexContents__btn::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  background-color: #F8A746;
  border-radius: 90px;
  z-index: -1;
}
.manualFlexContents__btn span {
  display: inline-block;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .manualFlexContents__btn span {
    padding-left: 25px;
  }
}
.manualFlexContents__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-38%);
  width: 26px;
  height: 31px;
  background-image: url(../images/icon_install.svg);
  background-size: contain;
}
@media (max-width: 1024px) {
  .manualFlexContents__btn span::before {
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
  }
}

.faq {
  background-color: #FFF7EF;
  padding: 10rem 0 100px;
}
@media (max-width: 1024px) {
  .faq {
    padding: 80px 0 60px;
  }
}
.faq.c-bg-circle::before {
  top: 0;
  left: -30%;
}
.faq.c-bg-circle::after {
  bottom: -15%;
  right: -32%;
}
.faq__ttl {
  margin-bottom: 5.8rem;
}
@media (max-width: 1024px) {
  .faq__ttl {
    margin-bottom: 36px;
  }
}
.faq__items {
  max-width: 105.8rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .faq__items {
    max-width: 700px;
  }
}
.faqItem {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .faqItem {
    padding-left: 12px;
  }
}
.faqItem:not(:last-child) {
  margin-bottom: 38px;
}
.faqItem__question {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 2rem 67px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 2.8rem;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .faqItem__question {
    padding: 11px 18px 11px 36px;
    font-size: 2rem;
  }
}
.faqItem__question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F39422;
  font-size: 3rem;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .faqItem__question::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
.faqItem__question::after {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  background-color: #B7B7B7;
  z-index: -1;
  border-radius: 10px;
}
.faqItem__answer {
  padding-left: 6.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .faqItem__answer {
    padding-left: 3.6rem;
    font-size: 2rem;
  }
}

.bnr {
  position: relative;
  padding: 8rem 0 9.5rem;
  background-color: #333333;
}
@media (max-width: 1024px) {
  .bnr {
    padding: 63px 0;
  }
}
.bnr::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-image: url(../images/footer.png);
  background-size: cover;
  background-position-y: 50%;
}
@media (max-width: 1024px) {
  .bnr::after {
    display: none;
  }
}
.bnrContents {
  width: 54%;
}
@media (max-width: 1024px) {
  .bnrContents {
    width: 100%;
  }
}
.bnrContents__txt {
  margin-bottom: 5rem;
  font-size: 4rem;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .bnrContents__txt {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .bnrContents__txt {
    margin-bottom: 40px;
    font-size: 2.8rem;
    line-height: 1.8;
  }
}
.bnrContents__btn {
  display: block;
  font-size: 3.6rem;
  color: #000;
  background-color: #fff;
  line-height: 1;
  padding: 3.2rem;
  border-radius: 90px;
  text-align: center;
  box-shadow: 6px 6px 0 rgba(34, 62, 114, 0.5);
  font-weight: bold;
}
.bnrContents__btnWrapper {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .bnrContents__btnWrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .bnrContents__btn {
    padding: 23px;
    font-size: 2.4rem;
  }
}
.bnrContents__btn:hover {
  color: #fff;
  background-color: #F8A746;
}

.footerCompanyWrapper {
  padding: 6.2rem 0 4.2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footerCompanyWrapper {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.footerCompany__logo {
  width: 14rem;
  margin-right: 3.2rem;
}
@media (max-width: 1024px) {
  .footerCompany__logo {
    width: 86px;
    margin: 0 auto 1.6rem;
    text-align: center;
  }
}
.footerCompany__name {
  margin-bottom: 1rem;
  font-size: 3.4rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .footerCompany__name {
    font-size: 2rem;
    text-align: center;
  }
}
.footerCompany__address {
  margin-bottom: 1em;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .footerCompany__address {
    margin-bottom: 9px;
    font-size: 1.3rem;
  }
}
.footerCompany__contact {
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .footerCompany__contact {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
}
.footerCompany__contact a {
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .footerCompany__contact a:hover {
    opacity: 0.6;
  }
}
.footerCompany__law {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .footerCompany__law {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .footerCompany__law {
    transition: opacity 0.3s ease;
  }
  .footerCompany__law:hover {
    opacity: 0.6;
  }
}
.footerRight {
  border-top: 1px solid #8D8DAA;
}
.footerRight__inner {
  padding: 3rem 0 1.8rem;
}
@media (max-width: 1024px) {
  .footerRight__inner {
    padding: 18px 0 15px;
  }
}
.footerRight p {
  font-size: 1.7rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .footerRight p {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */