body {
  font-size: 16px;
  line-height: 26px;
  color: #222c33;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
body.is-fixed {
  overflow: hidden;
}

img {
  width: 100%;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .inner {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 132px;
  height: 32px;
  padding: 2px 2px 12px 2px;
  border-radius: 40px;
  border: 2px solid #222c33;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #222c33;
          box-shadow: 0px 4px 0px 0px #222c33;
}
@media screen and (min-width: 1200px) {
  .button {
    padding: 6px 2px 12px 2px;
    font-size: 16px;
    height: 40px;
    width: 144px;
  }
}

.link-text {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-text:hover {
  cursor: pointer;
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 900px) {
  .hidden-sp {
    display: inline-block;
  }
}

.hidden-pc {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .hidden-pc {
    display: none;
  }
}

body.no-scroll {
  overflow: hidden;
}

.fv {
  position: relative;
  overflow: hidden;
}
.fv__picture {
  position: relative;
}
.fv__picture img {
  background-color: #d4ecfe;
  -o-object-fit: cover;
     object-fit: cover;
  height: 671px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .fv__picture img {
    height: 760px;
  }
}

.fv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .fv__inner {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 118px;
  }
}

.fv__content {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .fv__content {
    width: 904px;
  }
}

.fv__heading {
  text-align: center;
}

.fv__heading1 img {
  width: 224.923px;
}
@media screen and (min-width: 1200px) {
  .fv__heading1 img {
    width: 340px;
  }
}

.fv__heading2 {
  margin-top: -12px;
}
.fv__heading2 img {
  width: 335px;
}
@media screen and (min-width: 1200px) {
  .fv__heading2 {
    margin-top: -8px;
    padding-left: 52px;
  }
  .fv__heading2 img {
    width: 653px;
  }
}

.fv__gekkeis-sp {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .fv__gekkeis-sp {
    display: none;
  }
}

.fv__gekkeis-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .fv__gekkeis-pc {
    display: block;
    margin-top: 29px;
    margin-left: -4px;
    width: 904px;
  }
}

.cta-button {
  margin-top: 49px;
  margin-left: 49px;
  padding-left: 20px;
  width: 290.185px;
  height: 69.815px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6606), color-stop(23.56%, #ffa269), to(#ff6606));
  background: linear-gradient(180deg, #ff6606 0%, #ffa269 23.56%, #ff6606 100%);
  -webkit-filter: drop-shadow(2.791px 2.791px 2.791px rgba(114, 57, 40, 0.25));
          filter: drop-shadow(2.791px 2.791px 2.791px rgba(114, 57, 40, 0.25));
  text-align: center;
  position: relative;
}
.cta-button::before {
  content: "";
  display: inline-block;
  width: 81.369px;
  height: 81.369px;
  background-image: url(../img/CTA-button-circle.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -11px;
  left: -39px;
}
@media screen and (min-width: 1200px) {
  .cta-button {
    margin: 68px auto 0;
    padding-left: 55px;
    width: 419px;
    height: 101px;
  }
  .cta-button::before {
    width: 123px;
    height: 123px;
    top: -22px;
    left: -45px;
  }
  .cta-button:hover {
    background: #ff6606;
    -webkit-filter: drop-shadow(4px 4px 6px rgba(114, 57, 40, 0.35));
            filter: drop-shadow(4px 4px 6px rgba(114, 57, 40, 0.35));
  }
}

.cta-button-a {
  display: block;
  padding: 13px 0;
  text-align: center;
}
.cta-button-a img {
  width: 201px;
}
@media screen and (min-width: 1200px) {
  .cta-button-a {
    padding: 19px 0;
  }
  .cta-button-a img {
    width: 305px;
  }
}

.fv-bg__white-circle {
  width: 573px;
  height: 573px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -10;
}
@media screen and (min-width: 1200px) {
  .fv-bg__white-circle {
    width: 963px;
    height: 963px;
    top: 50%;
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
}

@media screen and (min-width: 600px) {
  .fv-bg__blue-circle {
    border-radius: 50%;
    border: 7px solid #95cdfa;
    position: absolute;
    z-index: -10;
    width: 615px;
    height: 615px;
    top: calc(50% + 17px);
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
}
@media screen and (min-width: 1200px) {
  .fv-bg__blue-circle {
    border-radius: 50%;
    border: 9px solid #95cdfa;
    position: absolute;
    z-index: -10;
    width: 1028px;
    height: 1028px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
}

.treasure {
  position: relative;
  margin-top: -13px;
  z-index: 10;
  background: #fff;
}

.treasure__wrap {
  text-align: center;
}
.treasure__wrap img {
  max-width: 335px;
}
@media screen and (min-width: 900px) {
  .treasure__wrap {
    padding-top: 71px;
    background-image: url(../img/treasure_bg-head.png);
    background-size: cover;
  }
  .treasure__wrap img {
    max-width: 577px;
  }
}

.treasure__text-sp {
  padding-top: 25px;
  padding-bottom: 24px;
  text-align: center;
  background-image: url(../img/treasure_bg-body.png);
  background-size: cover;
}
.treasure__text-sp img {
  max-width: 119.531px;
}
@media screen and (min-width: 900px) {
  .treasure__text-sp {
    display: none;
  }
}

.treasure__text-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .treasure__text-pc {
    display: block;
    padding-top: 131.5px;
    padding-bottom: 105px;
    text-align: center;
    background-image: url(../img/treasure_bg-body.png);
    background-size: cover;
  }
  .treasure__text-pc img {
    width: 405.5px;
  }
}

.treasure__bg {
  position: absolute;
  top: 50px;
  z-index: -1;
}

.cta {
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
  background: url(../img/cta_bg.png), -webkit-gradient(linear, left top, left bottom, from(rgba(212, 235, 254, 0)), color-stop(33.19%, rgba(212, 235, 254, 0.6)), color-stop(74.52%, #d4ebfe));
  background: url(../img/cta_bg.png), linear-gradient(180deg, rgba(212, 235, 254, 0) 0%, rgba(212, 235, 254, 0.6) 33.19%, #d4ebfe 74.52%);
  background-size: cover;
  position: relative;
}
.cta::before {
  content: "";
  display: inline-block;
  width: 39.228px;
  height: 16.033px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cta_Polygon.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .cta {
    padding-top: 173.71px;
    padding-bottom: 88.83px;
  }
  .cta::before {
    width: 78.173px;
    height: 31.95px;
    top: 80px;
  }
}

.cta__blue-arrow {
  margin-top: -41px;
}
.cta__blue-arrow img {
  width: 39.228px;
}

.cta__content {
  margin: 0 auto;
  max-width: 335px;
}
@media screen and (min-width: 1200px) {
  .cta__content {
    max-width: 900px;
  }
}

.cta__text1 img {
  width: 340px;
}
@media screen and (min-width: 1200px) {
  .cta__text1 {
    display: none;
  }
}

.cta__text2 {
  margin-top: 18px;
  margin-bottom: 30px;
}
.cta__text2 img {
  width: 272px;
}
@media screen and (min-width: 1200px) {
  .cta__text2 {
    display: none;
  }
}

.cta__cards-sp {
  margin-top: 30px;
}
.cta__cards-sp img {
  width: 263px;
}
@media screen and (min-width: 1200px) {
  .cta__cards-sp {
    display: none;
  }
}

.cta__text-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .cta__text-pc {
    display: block;
    margin-bottom: 87.05px;
  }
  .cta__text-pc img {
    width: 100%;
    max-width: 889px;
  }
}

.cta__cards-pc {
  margin: 0 auto;
  margin-top: 56px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .cta__cards-pc {
    display: block;
    max-width: 612px;
  }
}

.sales {
  margin-bottom: 30px;
  padding-top: 26px;
  padding-bottom: 67px;
  background: url(../img/sales_bg.png), #e3e3e3;
}
@media screen and (min-width: 900px) {
  .sales {
    padding-top: 57px;
    padding-bottom: 92px;
    margin-bottom: 30px;
  }
}

.sales__head {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.sales__head p {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .sales__head {
    font-size: 30px;
    line-height: normal;
  }
}
@media screen and (min-width: 1200px) {
  .sales__head {
    font-size: 40px;
    line-height: normal;
  }
}

.sales__content {
  margin: 0 auto;
  max-width: 315px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .sales__content {
    max-width: 856px;
  }
}

.sales__body {
  margin-top: 0;
}
@media screen and (min-width: 900px) {
  .sales__body {
    margin-top: 28px;
  }
}

.sales__talk {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .sales__talk {
    margin-top: 30px;
  }
}

.sales__talk2 {
  margin-top: 8px;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 900px) {
  .sales__talk2 {
    margin-top: 40px;
    padding-right: 136.19px;
  }
}

.sales__talk3 {
  margin-top: 8px;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .sales__talk3 {
    margin-top: 30px;
  }
}

.sales__talk4 {
  margin-top: 9px;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .sales__talk4 {
    padding-left: 204px;
    margin-top: 30px;
  }
}

.sales__black-text {
  background-color: #282828;
  padding: 17.84px 19px 16.41px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 312.764px;
  line-height: 1.3;
  position: absolute;
  bottom: -96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .sales__black-text {
    font-size: 20px;
    width: 592px;
    bottom: -120px;
  }
}

.case {
  padding-top: 8px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .case {
    padding-top: 49.58px;
    padding-bottom: 91.34px;
  }
}

.case__content {
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .case__content {
    max-width: 840px;
  }
}

.case__card {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .case__card {
    margin-top: 54px;
  }
}

.one-word__content {
  margin: 0 auto;
}

.one-word__text1,
.one-word__text2,
.one-word__text3 {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}

.one-word__text1 {
  padding-top: 33px;
  padding-bottom: 22.93px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(150.93%, #c8e6ff));
  background: linear-gradient(180deg, #fff 0%, #c8e6ff 150.93%);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.one-word__text1 img {
  width: 260px;
}
.one-word__text1::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #c8e6ff;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .one-word__text1 {
    padding-top: 73.84px;
    padding-bottom: 25.04px;
  }
  .one-word__text1 img {
    width: 532.314px;
  }
  .one-word__text1::after {
    bottom: -31px;
    width: 95px;
    height: 31px;
  }
}

.one-word__text2 {
  padding-top: 27px;
  padding-bottom: 26.56px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#c2e3ff), color-stop(194.41%, #a7d7ff));
  background: linear-gradient(180deg, #c2e3ff 0%, #a7d7ff 194.41%);
  position: relative;
}
.one-word__text2::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #a7d7ff;
  z-index: 10;
}
.one-word__text2 img {
  width: 318px;
}
@media screen and (min-width: 900px) {
  .one-word__text2 {
    padding-top: 66.57px;
    padding-bottom: 39px;
  }
  .one-word__text2 img {
    width: 408px;
  }
  .one-word__text2::after {
    bottom: -31px;
    width: 95px;
    height: 31px;
  }
}

.one-word__text3 {
  padding-top: 17px;
  padding-bottom: 18px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#9dd2ff), color-stop(125.49%, #52a9ff));
  background: linear-gradient(180deg, #9dd2ff 0%, #52a9ff 125.49%);
  position: relative;
}
.one-word__text3::after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 25px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #52a9ff;
}
@media screen and (min-width: 900px) {
  .one-word__text3 {
    padding-top: 73px;
    padding-bottom: 53px;
    background: -webkit-gradient(linear, left top, left bottom, from(#9dd2ff), color-stop(131.86%, #52a9ff));
    background: linear-gradient(180deg, #9dd2ff 0%, #52a9ff 131.86%);
  }
  .one-word__text3::after {
    bottom: -31px;
    width: 95px;
    height: 31px;
  }
}

.one-word__text3-head img {
  width: 267px;
}
@media screen and (min-width: 900px) {
  .one-word__text3-head img {
    width: 500px;
  }
}

.one-word__text3-body {
  display: none;
}
@media screen and (min-width: 900px) {
  .one-word__text3-body {
    display: block;
  }
  .one-word__text3-body img {
    width: 500px;
  }
}

.one-word2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 46px;
  background: linear-gradient(135deg, #1386e3 20.22%, #0bb5d3 95.62%);
}
@media screen and (min-width: 900px) {
  .one-word2 {
    padding-top: 82.33px;
  }
}

.one-word2__content {
  margin: 0 auto;
  max-width: 335px;
}
@media screen and (min-width: 900px) {
  .one-word2__content {
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .one-word2__content {
    max-width: 972px;
  }
}

.one-word__text4 img {
  width: 324px;
}
@media screen and (min-width: 900px) {
  .one-word__text4 img {
    width: 432px;
  }
}

.one-word__text5 {
  margin-top: 21px;
  position: relative;
}
.one-word__text5 img {
  max-width: 333px;
}
.one-word__text5::after {
  content: "";
  position: absolute;
  bottom: -131px;
  right: 13px;
  display: inline-block;
  width: 97px;
  height: 128px;
  background-image: url(../img/one-word_man.png);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .one-word__text5 {
    margin-top: 42px;
    text-align: start;
  }
  .one-word__text5 img {
    max-width: 600px;
  }
  .one-word__text5::after {
    bottom: 30px;
    right: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .one-word__text5 {
    margin-top: 64px;
  }
  .one-word__text5 img {
    max-width: 772px;
  }
  .one-word__text5::after {
    width: 289px;
    height: 378px;
    bottom: -106px;
    right: -82px;
  }
}

.one-word__text6 {
  padding-top: 27px;
  padding-left: 39px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .one-word__text6 {
    padding-top: 56px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .one-word__text6 {
    padding-top: 79px;
    font-size: 24px;
    line-height: 1.3;
  }
}

.marker {
  padding-left: 1px;
  padding-right: 1px;
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6606));
  background: linear-gradient(transparent 60%, #ff6606 60%);
}
@media screen and (min-width: 900px) {
  .marker {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .marker {
    font-size: 32px;
  }
}

.point {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .point {
    padding-top: 64.5px;
    padding-bottom: 98.5px;
  }
}

.point__inner {
  padding-left: 5px;
  padding-right: 5px;
}

.point__content {
  margin: 0 auto;
  width: 365px;
}
@media screen and (min-width: 900px) {
  .point__content {
    width: 833px;
  }
}

.point__subtitle {
  margin: 0 auto;
  width: 332px;
}
@media screen and (min-width: 900px) {
  .point__subtitle {
    width: 386px;
  }
}

.point__title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
  width: 114px;
}
@media screen and (min-width: 900px) {
  .point__title {
    margin-top: 5px;
  }
}

.point__cards {
  margin-top: 11px;
}
@media screen and (min-width: 900px) {
  .point__cards {
    margin-top: 64.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.liteweb {
  background: #e4f3ff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .liteweb {
    overflow: hidden;
  }
}

.liteweb__picture img {
  width: 375px;
}
@media screen and (min-width: 900px) {
  .liteweb__picture img {
    width: auto;
    height: 416px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.compare {
  padding-bottom: 42px;
}
@media screen and (min-width: 900px) {
  .compare {
    padding-bottom: 119px;
  }
}

.compare__inner {
  padding-left: 15px;
  padding-right: 14px;
}

.compare__content {
  margin: 0 auto;
  width: 346px;
}
@media screen and (min-width: 600px) {
  .compare__content {
    width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .compare__content {
    width: 1087px;
  }
}

.strengths {
  padding-top: 41px;
  padding-bottom: 50px;
  background: linear-gradient(85deg, #1386e3 0%, #0bb5d3 100%);
}
@media screen and (min-width: 900px) {
  .strengths {
    padding-top: 71px;
    padding-bottom: 71px;
  }
}

.strengths__menu-wrap {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 335px;
}
@media screen and (min-width: 600px) {
  .strengths__menu-wrap {
    max-width: 450px;
  }
}
@media screen and (min-width: 900px) {
  .strengths__menu-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 800px;
  }
}

.strengths__menu {
  margin-top: 2px;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 6.2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 6.2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 900px) {
  .strengths__menu {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15), 4px 4px 6.2px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15), 4px 4px 6.2px 0px rgba(0, 0, 0, 0.05);
  }
}
.strengths__menu::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  background-color: #222c33;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 40px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media screen and (min-width: 900px) {
  .strengths__menu::after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.strengths__menu.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .strengths__menu.is-open::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

@media screen and (min-width: 900px) {
  .strengths__menu.height {
    height: 218px;
  }
}

.strengths__menu.is-open.height {
  height: auto;
}

.strengths__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 11px 15px 11px 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .strengths__question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    padding: 20px 23px 60px 23px;
  }
}

@media screen and (min-width: 900px) {
  .strengths__menu.is-open .strengths__question {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 900px) {
  .strengths__menu.is-open .strengths__question.height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    padding: 20px 23px 10px 23px;
  }
}

.strengths__icon {
  width: 32px;
}

.strengths__question-text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .strengths__question-text {
    text-align: center;
    font-size: 24px;
    min-height: 87px;
  }
}

@media screen and (min-width: 900px) {
  .strengths__menu.is-open .strengths__question-text.height {
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.strengths__answer {
  display: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.strengths__menu.is-open .strengths__answer {
  display: block;
}

.strengths__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 22px 23.57px 23px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #fff;
}
@media screen and (min-width: 900px) {
  .strengths__answer-inner {
    padding: 0px 22px 51px;
    height: 361px;
  }
}

@media screen and (min-width: 900px) {
  .strengths__answer-inner.height {
    padding-top: 9px;
    height: 371px;
  }
}

.strengths__answer-title {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.strengths__answer-title a {
  color: inherit;
}
@media screen and (min-width: 900px) {
  .strengths__answer-title {
    font-size: 16px;
  }
}

.strengths__answer-text {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.strengths__answer-text span {
  color: #ff6606;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .strengths__answer-text {
    font-size: 16px;
  }
}
.strengths__answer-text.li {
  font-size: 15px;
}

.strengths-form__row {
  font-size: 15px;
}

.strengths-form__head {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 900px) {
  .strengths-form__head {
    width: 80px;
  }
}

.strengths-form__data {
  -moz-text-align-last: right;
       text-align-last: right;
}
@media screen and (min-width: 900px) {
  .strengths-form__data {
    width: 80px;
  }
}

.flow__inner {
  padding-bottom: 40.08px;
}
@media screen and (min-width: 900px) {
  .flow__inner {
    padding-bottom: 79px;
  }
}

.flow__content {
  margin: 0 auto;
  max-width: 335px;
}
@media screen and (min-width: 600px) {
  .flow__content {
    max-width: 437px;
  }
}
@media screen and (min-width: 900px) {
  .flow__content {
    max-width: 648px;
  }
}

.flow__button {
  margin-top: 61.4px;
}
@media screen and (min-width: 900px) {
  .flow__button {
    margin-top: 101px;
  }
}

.cta2__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 11.046px 22.092px;
  width: 330px;
  height: 63.514px;
  border-radius: 34.519px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6606), color-stop(23.56%, #ffa269), to(#ff6606)), #d9d9d9;
  background: linear-gradient(180deg, #ff6606 0%, #ffa269 23.56%, #ff6606 100%), #d9d9d9;
  text-align: center;
  position: relative;
}
.cta2__button::before {
  content: "";
  display: inline-block;
  width: 81.369px;
  height: 81.369px;
  background-image: url(../img/flow_kanzen-free.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .cta2__button {
    margin: 0px auto 0;
    width: 478px;
    height: 92px;
    border-radius: 50px;
  }
  .cta2__button::before {
    width: 117px;
    height: 24px;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta2__button:hover {
    background: #ff6606;
  }
}

.cta2__button-a {
  display: block;
}
.cta2__button-a img {
  width: 247.345px;
}
@media screen and (min-width: 900px) {
  .cta2__button-a {
    margin-top: 2px;
  }
  .cta2__button-a img {
    width: 358.5px;
  }
}

.new {
  padding-top: 34px;
  padding-bottom: 36.86px;
  background: linear-gradient(85deg, #1386e3 0%, #0bb5d3 100%);
}
@media screen and (min-width: 900px) {
  .new {
    padding-top: 71px;
    padding-bottom: 66.57px;
  }
}

.new__inner {
  padding-left: 24px;
  padding-right: 24.86px;
}

.new__content {
  margin: 0 auto;
  max-width: 440px;
}
@media screen and (min-width: 900px) {
  .new__content {
    max-width: 800px;
  }
}

.new__title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-left: 66.42px;
  padding-right: 8px;
  position: relative;
}
.new__title::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  display: inline-block;
  width: 61.487px;
  height: 54px;
  background-image: url(../img/new_New!.png);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 900px) {
  .new__title {
    font-size: 36px;
    padding-left: 109px;
    padding-right: 87px;
    line-height: 1.2;
  }
  .new__title::before {
    top: -17px;
    left: 8px;
    width: 105.896px;
    height: 93px;
  }
}

.new__items {
  margin-top: 31px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .new__items {
    margin-top: 42px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 18.57px;
  }
}

.new__item {
  width: 30.6748466258%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new__item:nth-of-type(4) {
  margin-left: 17.7914110429%;
}
@media screen and (min-width: 900px) {
  .new__item:nth-of-type(4) {
    margin-left: 0;
  }
}
.new__item:nth-of-type(5) {
  margin-right: 17.1779141104%;
}
@media screen and (min-width: 900px) {
  .new__item:nth-of-type(5) {
    margin-right: 0;
  }
}
.new__item:nth-of-type(n + 4) {
  margin-top: 7.86px;
}
@media screen and (min-width: 900px) {
  .new__item {
    width: calc((100% - 74.28px) / 5);
    margin: 0;
  }
}

.change {
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .change {
    padding-bottom: 79px;
  }
}

.change__inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 900px) {
  .change__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.change__content {
  margin: 0 auto 61.4px;
  max-width: 375px;
}
@media screen and (min-width: 900px) {
  .change__content {
    margin: 0 auto 101px;
    max-width: 818px;
  }
}

.results {
  padding-top: 40px;
  padding-bottom: 41px;
  background: #1e73b7;
}
@media screen and (min-width: 900px) {
  .results {
    padding-top: 71px;
    padding-bottom: 80px;
  }
}

.results__content {
  margin: 0 auto;
  max-width: 335px;
}
@media screen and (min-width: 600px) {
  .results__content {
    max-width: 420px;
  }
}
@media screen and (min-width: 900px) {
  .results__content {
    max-width: 840px;
  }
}
@media screen and (min-width: 1200px) {
  .results__content {
    max-width: 1012px;
  }
}

.results__title {
  margin-bottom: 15px;
  color: #a4d7ff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.results__title span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .results__title {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.2;
  }
  .results__title span {
    font-size: 40px;
  }
}

.results__testimonial {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .results__testimonial {
    margin-top: 40px;
  }
}

.system {
  padding-top: 40px;
  padding-bottom: 36px;
}
@media screen and (min-width: 900px) {
  .system {
    padding-top: 93px;
    padding-bottom: 40px;
  }
}

.system__inner {
  padding-left: 7px;
  padding-right: 19px;
}

.system__content {
  margin: 0 auto;
  max-width: 349px;
}
@media screen and (min-width: 600px) {
  .system__content {
    max-width: 540px;
  }
}
@media screen and (min-width: 900px) {
  .system__content {
    max-width: 771px;
  }
}

.system__title {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .system__title {
    font-size: 26px;
    line-height: normal;
  }
}
@media screen and (min-width: 1200px) {
  .system__title {
    font-size: 32px;
    line-height: normal;
  }
}

.system_marker {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 24px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc098));
  background: linear-gradient(transparent 60%, #ffc098 60%);
}
@media screen and (min-width: 900px) {
  .system_marker {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .system_marker {
    font-size: 40px;
  }
}

.system__table {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .system__table {
    margin-top: 38px;
  }
}

.guarantee {
  background: #e5f4ff;
}

.guarantee__content {
  margin: 0 auto;
  max-width: 375px;
}
@media screen and (min-width: 600px) {
  .guarantee__content {
    max-width: 540px;
  }
}
@media screen and (min-width: 900px) {
  .guarantee__content {
    max-width: 802px;
  }
}

.decision {
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 900px) {
  .decision {
    padding-top: 28px;
    padding-bottom: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .decision {
    position: relative;
  }
  .decision::after {
    margin-right: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 54.2340627973%;
    max-width: 457px;
    height: 308px;
    background: url(../img/decision_bg-pc.png) center/cover no-repeat;
  }
}

.decision__content {
  margin: 0 auto;
  max-width: 375px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .decision__content {
    min-width: 360px;
  }
}
@media screen and (min-width: 900px) {
  .decision__content {
    min-width: 674px;
  }
}

.decision__heading {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: calc(100% + 40px);
  height: 186px;
  background: url(../img/decision_blue-bg-sp.png) center/contain no-repeat;
}
@media screen and (min-width: 600px) {
  .decision__heading {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
@media screen and (min-width: 900px) {
  .decision__heading {
    padding-top: 19px;
    font-size: 32px;
    line-height: 1.2;
    width: 674px;
    background: url(../img/decision_blue-bg-pc.png) center/contain no-repeat;
  }
}

.decision__text1 {
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .decision__text1 {
    margin-top: 28px;
    font-size: 22px;
  }
}

.decision__text2 {
  margin-top: 22px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 16px;
  line-height: 23px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc098));
  background: linear-gradient(transparent 60%, #ffc098 60%);
}
@media screen and (min-width: 900px) {
  .decision__text2 {
    margin-top: 30px;
    font-size: 22px;
    background: none;
  }
  .decision__text2 span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffc098));
    background: linear-gradient(transparent 60%, #ffc098 60%);
  }
}

.decision__choices {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: -14px;
  margin-right: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .decision__choices {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 590px;
  }
}

.decision__choice1,
.decision__choice2 {
  padding: 26px 12.16px 26.15px 12px;
  width: 180px;
}
@media screen and (min-width: 900px) {
  .decision__choice1,
  .decision__choice2 {
    padding: 57px 31px 67px;
    width: 247px;
  }
}

.decision__choice1 {
  background: url(../img/decision_circle1.png) center/contain no-repeat;
}

.decision__choice2 {
  background: url(../img/decision_circle2.png) center/contain no-repeat;
}

.decision__choice-title {
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  .decision__choice-title {
    font-size: 22px;
  }
}

.decision__choice-text {
  margin-top: 10.85px;
  color: #222c33;
  text-align: center;
  font-size: 16px;
  line-height: 23.586px; /* 147.415% */
}
.decision__choice-text span {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .decision__choice-text {
    margin-top: 13px;
    font-size: 18px;
    line-height: 28px;
  }
}

.five-point {
  padding-top: 39px;
  padding-bottom: 45px;
  background: #c9e7ff;
}
@media screen and (min-width: 900px) {
  .five-point {
    padding-top: 67px;
    padding-bottom: 50px;
    background: url(../img/five-point_bg-pc.png) center/cover no-repeat, #c9e7ff;
  }
}

.five-point__inner {
  padding-left: 19px;
  padding-right: 22px;
}

.five-point__content {
  margin: 0 auto;
  max-width: 334px;
}
@media screen and (min-width: 600px) {
  .five-point__content {
    max-width: 540px;
  }
}
@media screen and (min-width: 900px) {
  .five-point__content {
    max-width: 600px;
  }
}

.five-point__works {
  margin: 19px auto;
  width: 231px;
}
@media screen and (min-width: 600px) {
  .five-point__works {
    margin-top: 27px;
    width: 497px;
  }
}

.five-point__cards {
  margin: 27px auto;
  width: 297px;
}
@media screen and (min-width: 600px) {
  .five-point__cards {
    margin-top: 52px;
    width: 100%;
    max-width: 602px;
  }
}
@media screen and (min-width: 900px) {
  .five-point__cards {
    margin-top: 52px;
    width: 602px;
  }
}

.five-point__gray-text {
  margin: 39px auto 0;
  padding: 16px 19px 11px;
  font-size: 14px;
  border-radius: 5px;
  background: #f0f0f0;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .five-point__gray-text {
    margin: 37px auto 0;
    padding: 17px 27px 16px;
    max-width: 478px;
  }
}

.notice {
  padding-top: 36px;
  padding-bottom: 31px;
  background: #033862;
}
@media screen and (min-width: 900px) {
  .notice {
    padding-top: 60px;
    padding-bottom: 73px;
  }
}

.notice__inner {
  padding-left: 15px;
  padding-right: 13px;
}

.notice__content {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .notice__content {
    max-width: 800px;
  }
}

.notice__title {
  margin: 0 auto;
  width: 188px;
}
@media screen and (min-width: 900px) {
  .notice__title {
    width: 304px;
  }
}

.notice__text {
  padding-top: 23px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
}

.notice_marker {
  padding-left: 1px;
  padding-right: 1px;
  font-size: 24px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6606));
  background: linear-gradient(transparent 60%, #ff6606 60%);
}
@media screen and (min-width: 900px) {
  .notice_marker {
    font-size: 32px;
  }
}

.notice__nokori {
  margin-top: 39px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.notice__nokori-blue {
  margin-left: 12px;
  padding: 10px 11px 4px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background: #196cae;
}

.notice__nokori-number {
  padding-left: 23.5px;
  padding-right: 16.75px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-size: 39.95px;
}

.notice__text-blue {
  margin-top: 38px;
  margin-left: -15px;
  margin-right: -13px;
  padding-top: 8px;
  padding-bottom: 9px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #196cae;
}
.notice__text-blue span {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .notice__text-blue {
    margin-top: 55px;
  }
}

.qa {
  padding-top: 39px;
  padding-bottom: 109.08px;
  background: #f1f1f1;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 80px;
    padding-bottom: 164px;
  }
}

.qa__content {
  margin: 0 auto;
  margin-bottom: 72.4px;
}
@media screen and (min-width: 900px) {
  .qa__content {
    margin-bottom: 111px;
  }
}

.qa__title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .qa__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  .qa__title {
    font-size: 40px;
  }
}

.qa__menu-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .qa__menu-wrap {
    max-width: 600px;
  }
}
@media screen and (min-width: 900px) {
  .qa__menu-wrap {
    max-width: 880px;
  }
}

.qa__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.qa__menu:nth-child(n+2) {
  margin-top: 16px;
}

.qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.qa__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.qa__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.qa__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background: #999;
}

.qa__icon-q,
.qa__icon-a {
  color: #fff;
  background-color: #0e6cb7;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  width: 36px;
  height: 36px;
  padding: 0px 12px 4px 11px;
  line-height: 36px;
  border-radius: 50%;
}

.qa__question-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  color: #0e6cb7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.qa__answer {
  display: none;
  width: 100%;
}

.qa__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #fff;
}

.qa__question.js-open {
  background-color: #0e6cb7;
}
.qa__question.js-open .qa__circle::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.qa__question.js-open .qa__icon-q {
  color: #0e6cb7;
  background-color: #fff;
}
.qa__question.js-open .qa__question-text {
  color: #fff;
}
.qa__question.js-open .qa__circle::before,
.qa__question.js-open .qa__circle::after {
  background-color: #fff;
}
.qa__question.js-open .qa__circle {
  background-color: #0e6cb7;
}

.qa__answer-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.56px;
}

.footer {
  padding-bottom: 120px;
  background: #f1f1f1;
}
@media screen and (min-width: 900px) {
  .footer {
    padding-bottom: 92px;
  }
}

.footer__inner {
  padding-left: 37px;
  padding-right: 29px;
}

.footer__content {
  margin: 0 auto;
  max-width: 335px;
}
@media screen and (min-width: 600px) {
  .footer__content {
    max-width: 529px;
  }
}

.footer__rinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  font-size: 15px;
  text-align: end;
}
@media screen and (min-width: 600px) {
  .footer__rinks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 65px;
  }
}

@media screen and (min-width: 600px) {
  .footer__rink.plus {
    padding-left: 8px;
  }
}

.footer__copyright {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}

.footer__bottom {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__bottom.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 900px) {
  .footer__bottom {
    display: none;
  }
}

.bottom-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 18px));
          transform: translateX(calc(-50% + 18px));
  width: 292.326px;
  height: 70.465px;
  padding-left: 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6606), color-stop(23.56%, #ffa269), to(#ff6606));
  background: linear-gradient(180deg, #ff6606 0%, #ffa269 23.56%, #ff6606 100%);
  -webkit-filter: drop-shadow(2.791px 2.791px 2.791px rgba(114, 57, 40, 0.25));
          filter: drop-shadow(2.791px 2.791px 2.791px rgba(114, 57, 40, 0.25));
  text-align: center;
  z-index: 1000;
}
.bottom-button::before {
  content: "";
  display: inline-block;
  width: 85.814px;
  height: 85.814px;
  background-image: url(../img/CTA-button-circle.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: -39px;
}
@media screen and (min-width: 1200px) {
  .bottom-button {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 68px auto 0;
  }
}

.bottom-button-a {
  display: block;
  padding: 13px 0;
  text-align: center;
}
.bottom-button-a img {
  width: 201px;
}