/* Lounge - Top Page */
/*------------------------
  common
------------------------*/
/*------------------------
  match ten
------------------------*/
/*------------------------
  did you press
------------------------*/
/*------------------------
  katasetsu
------------------------*/
/*------------------------
  ng word
------------------------*/
/*------------------------
  draw quick
------------------------*/
/*------------------------
  fast press
------------------------*/
/*------------------------
  knock out
------------------------*/
/*------------------------
  common
------------------------*/
.bg-wave {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
}
.bg-wave img {
  width: 110vw;
  max-width: none;
  display: block;
  margin-left: -5vw;
}
.bg-wave.top {
  top: 0;
}
.bg-wave.bottom {
  bottom: 0;
}

.btn-wrap.has-icon {
  margin-top: 1.875rem;
  position: relative;
}
.btn-wrap.has-icon .icon_b {
  position: absolute;
  top: -1.875rem;
  left: 3.75rem;
}

.content-title {
  font-size: 2.25rem;
  text-align: center;
  margin: 3.125rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.content-title.narrow {
  margin-bottom: 1.875rem;
}
.content-title span {
  position: relative;
  z-index: 5;
}
.content-title .em {
  color: #00AFCC;
  display: inline-block;
  font-size: 3rem;
  padding: 0 0.625rem;
  z-index: 0;
}
.content-title .em::before {
  content: "";
  position: absolute;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  border: 1px solid #00BFDF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .content-title {
    font-size: 1.5rem;
    margin: 1.875rem 0 1.25rem;
  }
  .content-title .em {
    font-size: 2.5rem;
    z-index: 0;
  }
  .content-title .em::before {
    width: 5rem;
    height: 5rem;
  }
}
/*------------------------
  kv
------------------------*/
.kv-sect {
  position: relative;
  padding-bottom: 9.375rem;
}
.kv-sect div.row {
  width: 100%;
  justify-content: space-between;
}
.kv-sect .text {
  margin-top: 5.625rem;
}
.kv-sect .image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 1.875rem;
  padding-right: 1.875rem;
}
.kv-sect .image .kv-top {
  position: absolute;
  z-index: 10;
  right: 12%;
  top: 3vw;
  margin: 0 auto;
}
.kv-sect .image .kv-bottom {
  position: relative;
  left: -5%;
  width: 115%;
  max-width: none;
  z-index: 5;
}
.kv-sect .image .kv-bottom img {
  position: relative;
}
.kv-sect .image .kv-bottom .phrase {
  position: absolute;
  left: -7.5%;
  top: 50%;
  font-size: 20px;
  font-size: 1.667vw;
  font-weight: 700;
}
.kv-sect .image .kv-bottom .phrase span {
  position: relative;
}
.kv-sect .image .kv-bottom .phrase span::before, .kv-sect .image .kv-bottom .phrase span::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1px;
  background-color: #282828;
  right: -0.3125rem;
}
.kv-sect .image .kv-bottom .phrase span::before {
  top: -0.9375rem;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.kv-sect .image .kv-bottom .phrase span::after {
  bottom: -0.9375rem;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.kv-sect .image p.note {
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kv-sect h1 {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  white-space: nowrap;
  position: relative;
  z-index: 15;
}
.kv-sect h1 .small {
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
}
.kv-sect h1 span {
  display: flex;
  align-items: center;
}
.kv-sect h1 span img {
  margin-left: 0.625rem;
}
.kv-sect .badge {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50%;
  background-color: #F0F044;
  position: relative;
  bottom: -0.625rem;
  left: 55%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.kv-sect .badge .desc {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.2;
}
.kv-sect .badge .desc small {
  font-size: 0.875rem;
  display: block;
}
.kv-sect .badge .desc .large {
  font-size: 1.875rem;
}
.kv-sect .badge .desc .block {
  display: block;
}
.kv-sect .badge p.note {
  font-weight: 400;
  opacity: 0.4;
  position: absolute;
  right: 1.125rem;
  bottom: 1.875rem;
  font-size: 0.75rem;
}
.kv-sect .badge .icon-star {
  position: absolute;
  left: -1.25rem;
  top: 2.5rem;
}
.kv-sect .btn-wrap.has-icon {
  margin: 2.5rem 0 3.75rem;
}
.kv-sect .btn-wrap.has-icon p {
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1200px) {
  .kv-sect .image .kv-bottom .phrase {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  .kv-sect div.row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .kv-sect .text {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .kv-sect .image {
    width: 100%;
    max-width: 40rem;
    padding-right: 0;
    margin-top: -7.5rem;
  }
  .kv-sect .image .kv-top {
    right: -10%;
    position: relative;
    top: 8.75rem;
    width: 30rem;
  }
  .kv-sect .image .kv-bottom {
    position: relative;
    left: auto;
    width: 115%;
  }
  .kv-sect .image .kv-bottom .img-bottom {
    display: block;
    margin: 0 auto;
    width: 40rem;
  }
  .kv-sect .image .kv-bottom .phrase {
    left: -3.5em;
    font-size: 1.125rem;
  }
  .kv-sect .image .kv-bottom .phrase span {
    position: relative;
  }
  .kv-sect .image .kv-bottom .phrase span::before, .kv-sect .image .kv-bottom .phrase span::after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background-color: #282828;
    right: -0.3125rem;
  }
  .kv-sect .image .kv-bottom .phrase span::before {
    top: -0.9375rem;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
  }
  .kv-sect .image .kv-bottom .phrase span::after {
    bottom: -0.9375rem;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  .kv-sect .image p.note {
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .kv-sect h1 {
    font-size: 3.125rem;
    text-align: center;
  }
  .kv-sect h1 .small {
    font-size: 1.375rem;
  }
  .kv-sect h1 span {
    display: flex;
    justify-content: center;
  }
  .kv-sect .badge {
    width: 6.875rem;
    height: 6.875rem;
    bottom: -0.625rem;
    left: 55%;
  }
  .kv-sect .badge .desc {
    font-size: 1.1875rem;
  }
  .kv-sect .badge .desc small {
    font-size: 0.8125rem;
  }
  .kv-sect .badge .desc .large {
    font-size: 1.75rem;
  }
  .kv-sect .badge p.note {
    font-size: 0.6875rem;
    right: 0.75rem;
    bottom: 1.5625rem;
  }
  .kv-sect .badge .icon-star {
    left: -1.125rem;
    top: 1.5625rem;
    width: 1.875rem;
  }
  .kv-sect .btn-wrap.has-icon {
    margin: 2.5rem auto 0;
    position: relative;
    z-index: 20;
  }
  .kv-sect .btn-wrap.has-icon p {
    text-align: center;
  }
  .kv-sect .btn-wrap.has-icon .icon_b {
    width: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .kv-sect {
    overflow: hidden;
    padding-bottom: 6.25rem;
  }
  .kv-sect .text {
    margin-top: 1.875rem;
  }
  .kv-sect .image {
    max-width: 27.5rem;
    margin-top: -7.5rem;
  }
  .kv-sect .image .kv-top {
    right: -5%;
    position: relative;
    top: 8.75rem;
    width: 30rem;
  }
  .kv-sect .image .kv-bottom {
    position: relative;
    left: auto;
    width: 115%;
  }
  .kv-sect .image .kv-bottom .img-bottom {
    display: block;
    margin: 0 auto;
    width: 40rem;
  }
  .kv-sect .image .kv-bottom .phrase {
    left: 50%;
    margin-left: -20em;
    font-size: 13px;
    font-size: 2.257vw;
  }
  .kv-sect .image .kv-bottom .phrase span::before, .kv-sect .image .kv-bottom .phrase span::after {
    right: 0;
  }
  .kv-sect .image p.note {
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .kv-sect h1 {
    font-size: 2.875rem;
    text-align: center;
  }
  .kv-sect h1 .small {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .kv-sect h1 span img {
    width: auto;
    height: 2.875rem;
  }
  .kv-sect h1 + p {
    font-size: 0.8125rem;
  }
  .kv-sect .badge {
    width: 6.875rem;
    height: 6.875rem;
    bottom: -0.625rem;
    left: 55%;
  }
  .kv-sect .badge .desc {
    font-size: 1.1875rem;
  }
  .kv-sect .badge .desc small {
    font-size: 0.8125rem;
  }
  .kv-sect .badge .desc .large {
    font-size: 1.75rem;
  }
  .kv-sect .badge p.note {
    font-size: 0.625rem;
    right: 0.75rem;
    bottom: 1.5625rem;
  }
  .kv-sect .badge .icon-star {
    left: -1.125rem;
    top: 1.5625rem;
    width: 1.875rem;
  }
  .kv-sect .btn-wrap.has-icon {
    margin: 2.5rem auto 0;
    position: relative;
    z-index: 20;
  }
  .kv-sect .btn-wrap.has-icon p {
    text-align: center;
  }
  .kv-sect .btn-wrap.has-icon .icon_b {
    width: 2.8125rem;
  }
}
/*------------------------
  introduction
------------------------*/
.intro-sect {
  overflow: hidden;
  position: relative;
  margin-top: -6.875rem;
}
.intro-sect .topics {
  margin-top: 3.75rem;
  padding-left: 2.5rem;
}
.intro-sect .item {
  padding-right: 2.25rem;
  position: relative;
}
.intro-sect .item figure {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 490/300;
}
.intro-sect .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-sect .item .icon {
  position: absolute;
  left: -1.25rem;
  top: -2.5rem;
  width: 6.25rem;
}
.intro-sect .item .icon.large {
  width: 8.125rem;
}
.intro-sect .item .icon img {
  width: 100%;
}
.intro-sect .splide__track {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .intro-sect {
    margin-top: -5rem;
  }
  .intro-sect .topics {
    margin-top: 3.125rem;
    padding-left: 1.875rem;
  }
  .intro-sect .item {
    padding-right: 1.875rem;
  }
  .intro-sect .item .icon {
    left: -0.625rem;
    width: 5rem;
  }
  .intro-sect .item .icon.large {
    width: 6.25rem;
  }
}
/*------------------------
  howto
------------------------*/
.howto-sect .ly-row-default {
  margin-top: 3.125rem;
}
.howto-sect .ly-row-default .num {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  background-color: #00BFDF;
  margin: 0 auto 0.625rem;
}
.howto-sect .ly-row-default h3 {
  position: relative;
}
.howto-sect .ly-row-default h3 span {
  display: inline-block;
  padding: 0 1.25rem;
}
.howto-sect .ly-row-default h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.3125rem;
  background-color: rgba(133, 212, 221, 0.4);
}
.howto-sect .ly-row-default figure {
  margin: 2.1875rem 0 0.9375rem;
}
.howto-sect .ly-row-default figure img {
  width: 100%;
}
.howto-sect .ly-row-default .col-3:last-child h3::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .howto-sect .container {
    padding-top: 1.875rem;
  }
  .howto-sect .ly-row-default {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .howto-sect .ly-row-default .col-3 {
    position: relative;
    width: 100%;
    padding-top: 2.5rem;
  }
  .howto-sect .ly-row-default .col-3::after {
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.3125rem;
    height: 2.5rem;
    background-color: rgba(133, 212, 221, 0.4);
  }
  .howto-sect .ly-row-default .col-3:last-child::after {
    content: none;
  }
  .howto-sect .ly-row-default .num {
    width: 2.5rem;
    height: 2.5rem;
  }
  .howto-sect .ly-row-default h3 {
    font-size: 1.125rem;
  }
  .howto-sect .ly-row-default h3 span {
    padding: 0;
  }
  .howto-sect .ly-row-default h3::after {
    content: none;
  }
  .howto-sect .ly-row-default figure {
    margin: 0.9375rem auto 0.625rem;
    max-width: 30rem;
  }
}
/*------------------------
  feature
------------------------*/
.feature-sect {
  position: relative;
}
.feature-sect .container {
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.feature-sect .overlay {
  mix-blend-mode: overlay;
  width: 39.6875rem;
  margin: 0 auto -1.875rem;
  opacity: 0.8;
  max-width: 39.6875rem;
  width: 60%;
}
.feature-sect .overlay img {
  width: 100%;
}
.feature-sect .ly-row-default {
  margin: 0 -1.25rem 1.25rem;
  position: relative;
}
.feature-sect .ly-row-default .col-3 {
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.feature-sect .ly-row-default h3 {
  position: relative;
  margin-bottom: 1.25rem;
}
.feature-sect .ly-row-default p {
  line-height: 2;
}
.feature-sect .ly-row-default p + p {
  margin-top: 0.625rem;
}
.feature-sect .ly-row-default figure {
  margin-top: 2.1875rem;
  aspect-ratio: 1/1;
}
.feature-sect .ly-row-default figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.feature-sect .btn-wrap {
  max-width: 16.25rem;
  width: 100%;
  margin: 1.875rem auto 3.125rem;
}
.feature-sect .btn-wrap .btn.btn-ye {
  color: #282828;
}
.feature-sect .btn-wrap .btn-large span {
  font-size: 1rem;
  padding: 1.25rem 0.625rem;
}
.feature-sect .btn.transp {
  margin: 0.9375rem auto;
  display: block;
}

@media screen and (max-width: 992px) {
  .feature-sect .container {
    padding-top: 0;
  }
  .feature-sect .ly-row-default {
    margin: -1.25rem 0 3.125rem;
    flex-wrap: wrap;
  }
  .feature-sect .ly-row-default .col-3 {
    padding: 1.25rem 0;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }
  .feature-sect .ly-row-default .desc {
    width: calc(100% - 14.375rem);
  }
  .feature-sect .ly-row-default h3 {
    text-align: left;
    width: 100%;
  }
  .feature-sect .ly-row-default p {
    width: 100%;
  }
  .feature-sect .ly-row-default p + p {
    margin-top: 0.625rem;
  }
  .feature-sect .ly-row-default figure {
    width: 12.5rem;
    height: 12.5rem;
    margin-top: 0;
  }
  .feature-sect .ly-row-default figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.625rem;
  }
  .feature-sect .btn-wrap {
    max-width: 16.25rem;
    width: 100%;
    margin: 0.9375rem 0 0;
  }
  .feature-sect .btn-wrap .btn.btn-ye {
    color: #282828;
  }
  .feature-sect .btn-wrap .btn-large span {
    font-size: 1rem;
    padding: 1.25rem 0.625rem;
  }
  .feature-sect .btn.transp {
    margin: 0.9375rem auto;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .feature-sect .ly-row-default {
    margin: -1.25rem 0 2.5rem;
  }
  .feature-sect .ly-row-default .col-3 {
    flex-wrap: wrap;
  }
  .feature-sect .ly-row-default .desc {
    width: 100%;
  }
  .feature-sect .ly-row-default h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    text-align: center;
  }
  .feature-sect .ly-row-default p {
    line-height: 1.6;
    font-size: 0.875rem;
  }
  .feature-sect .ly-row-default p + p {
    margin-top: 0.3125rem;
  }
  .feature-sect .ly-row-default figure {
    max-width: 25rem;
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
    margin: 1.25rem auto 0;
  }
  .feature-sect .btn-wrap {
    margin: 1.25rem auto 0;
  }
  .feature-sect .btn-wrap .btn.btn-ye {
    color: #282828;
  }
}
/*------------------------
  faq
------------------------*/
.faq-sect .accordion {
  margin-top: 2.5rem;
}
.faq-sect .accordion .label::after {
  content: "Q";
  position: absolute;
  color: #00BFDF;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  -weblit-transform: translateY(-50%);
}
.faq-sect .accordion .content p + * {
  margin-top: 0.9375rem;
}
.faq-sect .accordion .content p + * small {
  display: block;
  line-height: 1.6;
}
.faq-sect .accordion + .btn.transp {
  margin: 2.5rem auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .faq-sect .accordion {
    margin-top: 1.875rem;
  }
  .faq-sect .accordion .label {
    font-size: 0.9375rem;
  }
  .faq-sect .accordion .label::after {
    font-size: 1.25rem;
    left: 0.625rem;
  }
  .faq-sect .accordion .content p {
    font-size: 0.9375rem;
  }
  .faq-sect .accordion .content p + * {
    margin-top: 0.9375rem;
  }
  .faq-sect .accordion .content p + * small {
    display: block;
    line-height: 1.6;
  }
  .faq-sect .accordion + .btn.transp {
    margin: 2.5rem auto 0;
  }
}
/*------------------------
  security
------------------------*/
.sec-sect {
  margin: 0 1.25rem;
  border-radius: 0.625rem;
}
.sec-sect p {
  margin: 2.5rem 0 3.4375rem;
}
.sec-sect img {
  max-width: 16.875rem;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .sec-sect {
    margin: 0 0.625rem;
  }
  .sec-sect p {
    margin: 1.25rem 0 2.5rem;
  }
  .sec-sect img {
    max-width: 10rem;
  }
}
/*------------------------
  cta
------------------------*/
.cta-sect {
  border-radius: 0.625rem;
  margin: 0 1.25rem;
  color: #FFF;
}
.cta-sect h3 {
  font-size: 50px;
  font-size: 4.167vw;
}
.cta-sect h3 .num img {
  display: inline-block;
  margin-left: 0.625rem;
}
.cta-sect.large {
  background-image: url(../images/top/img-cta-large.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 55% auto;
}
.cta-sect.large .wrapper {
  padding-top: 3.75rem;
  padding-bottom: 0.9375rem;
}
.cta-sect.large .sub-text {
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  position: relative;
}
.cta-sect.large .sub-text::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #F0F044;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cta-sect.large h3 {
  line-height: 1.1;
}
.cta-sect.large h3 .em {
  font-size: 5rem;
}
.cta-sect.large h3 + p {
  margin-top: -0.5em;
}
.cta-sect.large p.phrase {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}
.cta-sect.large p small {
  color: #282828;
  opacity: 0.4;
  line-height: 1;
}
.cta-sect.large .btn-wrap {
  max-width: 20.625rem;
  margin: 3.4375rem 0 2.1875rem;
}
.cta-sect.large .btn-wrap p {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}
.cta-sect.small {
  margin-top: 2.5rem;
  padding: 2.1875rem 1.25rem;
  background-image: url(../images/top/logomark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5rem auto;
}
.cta-sect.small .hd {
  display: none;
}
.cta-sect.small h3 {
  margin: 0 1.25rem;
}
.cta-sect.small .left-img {
  width: 13.5%;
  max-width: 10.625rem;
}
.cta-sect.small .row {
  justify-content: space-between;
  align-items: center;
  padding: 0 2.1875rem;
}
.cta-sect.small p {
  margin: 0.9375rem 0 0;
}
.cta-sect.small .icon_b {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -8em;
}

@media screen and (min-width: 1200px) {
  .cta-sect h3 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1180px) {
  .cta-sect.small .hd {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .cta-sect {
    margin: 0;
    border-radius: 0;
  }
  .cta-sect h3 {
    font-size: 1.875rem;
  }
  .cta-sect h3 .num img {
    height: 2.5rem;
    width: auto;
  }
  .cta-sect.large {
    background-image: url(../images/top/img-cta-large-sp.png);
    background-position: right -0.625rem top 1.875rem;
    background-size: 25% auto;
  }
  .cta-sect.large .wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  .cta-sect.large .sub-text {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    margin-bottom: 0.625rem;
  }
  .cta-sect.large h3 .em {
    font-size: 3.125rem;
  }
  .cta-sect.large h3 + p {
    margin-left: 8em;
  }
  .cta-sect.large p.phrase {
    font-size: 0.9375rem;
    margin-top: 0;
  }
  .cta-sect.large p small {
    color: #282828;
    opacity: 0.4;
    line-height: 1;
  }
  .cta-sect.large .btn-wrap {
    margin: 1.5625rem 0 0.3125rem;
  }
  .cta-sect.large .btn-wrap p {
    font-size: 0.8125rem;
    margin-top: 0.9375rem;
  }
  .cta-sect.small {
    margin-top: 1.875rem;
    padding: 0 0 1.875rem;
    background-size: 30% auto;
    background-position: left -0.625rem top -0.625rem;
  }
  .cta-sect.small .hd {
    display: none;
  }
  .cta-sect.small h3 {
    margin: -0.8em 0 0.9375rem;
  }
  .cta-sect.small .left-img {
    width: 100%;
    max-width: 4.375rem;
    transform: rotate(-90deg);
  }
  .cta-sect.small .row {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .cta-sect.small p {
    font-size: 0.8125rem;
  }
  .cta-sect.small .icon_b {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -8em;
  }
}