@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1080px;
  }
}

/* main {
  margin: 100px 0 0;
} */

img {
  max-width: 100%;
}

.block-pc {
  display: block;
}

.hide-pc {
  display: none;
}

.-sp {
  display: none;
}
a {
  text-decoration: none;
}
/*
  1.2 - Base
-----------------------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #212121;
  font-family: 'Noto Sans JP', Meiryo, 'メイリオ', 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-feature-settings: 'palt';
  line-height: 1.5;
  background-color: #ebf6f0;
  overflow-x: hidden;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
em {
  font-style: normal;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.uppercase {
  text-transform: uppercase;
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
}
html * {
  padding: 0;
  margin: 0;
}
* {
  font-style: normal;
  /* list-style: none; */
  word-wrap: break-word;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*,
*:before,
*:after {
  background-repeat: no-repeat;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
}

.u-sp {
  display: block;
}
@media only screen and (min-width: 520px) {
  .u-sp {
    display: none;
  }
}
.u-sp_over {
  display: block;
}
@media only screen and (min-width: 960px) {
  .sp_over {
    display: none;
  }
}
.u-tb {
  display: none;
}
@media only screen and (min-width: 520px) and (max-width: 960px) {
  .u-tb {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .u-tb {
    display: none;
  }
}
.u-pc,
.u-pc-inlineb {
  display: none;
}
@media only screen and (min-width: 960px) {
  .u-pc {
    display: block;
  }
  .u-pc-inlineb {
    display: inline-block;
  }
}

/* =====================================================
  2.0 - Layout
===================================================== */

/*
  2.1 - Centering
-----------------------------------------------------*/
.l-container {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 520px) {
  .l-container {
    width: 100%;
    max-width: 960px;
  }
}
.l-container.u-wh {
  background-color: #fff;
  padding: 4rem 0;
  width: 95%;
  margin: auto;
  /* box-shadow: 0 0 3px #aaa; */
}
@media only screen and (min-width: 520px) {
  .l-container.u-wh {
    width: 100%;
  }
}
/* .u-shadow {
  box-shadow: 0 0 7px #aaa;
} */
/*
  2.2 - Header
-----------------------------------------------------*/
.l-header {
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 3px 3px 3px #ddd;
  z-index: 3;
  position: relative;
}
/*
  2.3 - Main
-----------------------------------------------------*/
.l-section {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 960px;
}
@media only screen and (min-width: 960px) {
  .l-section {
    box-shadow: 0 0 3px #aaa;
  }
}
.l-section::after {
  content: '';
  display: block;
  width: 95%;
  height: 20px;
  background-image: url(../images/bg_section_01.jpg);
  background-repeat: repeat-x;
  margin: auto;
  background-size: contain;
}

@media only screen and (min-width: 520px) {
  .l-section::after {
    width: 100%;
    max-width: 960px;
    height: 36px;
  }
}
.l-main section:last-of-type::after {
  content: none;
}
.p-heading.-primary {
  padding-left: 1rem;
}
.p-heading__img {
  height: 30px;
}
@media only screen and (min-width: 520px) {
  .p-heading__img {
    height: 50px;
  }
}
/******* mv *******/
.p-mv {
  width: 100%;
  position: relative;
  margin: auto;
  background: #e9e9e9;
  box-shadow: 0 -3px 3px #aaa;
}
.p-mv__img {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 960px) {
  .p-mv__img {
    box-shadow: 0 0 3px #aaa;
  }
}

/******* HELLO CYCLINGってなに？ *******/
.p-about {
  position: relative;
}
.p-about__img {
  max-width: 50%;
  width: fit-content;
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 960px) {
  .p-about__img {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
  }
}
.p-about__text {
  color: #00824d;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  max-width: 75%;
  margin: 0 auto;
}
@media only screen and (min-width: 520px) {
  .p-about__text {
    font-size: 1.6rem;
  }
}
.p-about__text--notice {
  font-size: 1rem;
}
@media only screen and (min-width: 520px) {
  .p-about__text--notice {
    font-size: 1.2rem;
  }
}
.p-about__btn-wrap {
  margin-top: 5%;
}
.p-about__btn {
  max-width: 80%;
  margin: 0 auto 0.6rem;
}
@media only screen and (min-width: 520px) {
  .p-about__btn {
    max-width: 420px;
    margin: 0 auto 1rem;
  }
}
.p-about__btn a {
    text-align: center;
    color: #231815;
    background-color: #FABF0C;
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
}
@media only screen and (min-width: 520px) {
  .p-about__btn a {
    font-size: 2rem;
  }
}
.p-about__btn a:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.p-about__btn--green {
  margin: 2rem auto;
}
.p-about__btn--green a {
  color: #fff;
  background-color: #00824d;  
}
.c-btn__icon {
  font-size: 0.8em;
  margin-left: 0.8em;
}
.p-about__btn-wrap .p-about__text {
  margin-bottom: 1em;
}
@media only screen and (min-width: 520px) {
  .p-about__btn-wrap .p-about__text br {
    display: none;
  }
}

/******* ご応募の流れ *******/
.p-step__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.p-step__item {
  position: relative;
  width: 90%;
  margin: 5rem auto 0;
  padding: 5%;
  background-color: #FFF6D8;
  border-radius: 20px;
}
@media only screen and (min-width: 520px) {
  .p-step__item {
    margin: 8rem auto 0;
    max-width: 600px;
    padding: 4%;
  }
}
.p-step__item:before {
  content: url(../images/ico_allow_02.png);
  width: 32px;
  height: 19px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
  z-index: 1;
}
@media only screen and (min-width: 520px) {
  .p-step__item:before {
    top: -50px;
  }
}
.p-step__menu li:first-child::before {
  content: none;
}
.p-step__wrap {
  display: block;
  position: relative;
}
.p-step__txt {
  color: #00824d;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  max-width: 75%;
}
@media only screen and (min-width: 520px) {
  .p-step__txt {
    font-size: 2rem;
  }
  .p-step__txt br {
    display: none;
  }
}
.p-step__txt .u-sm {
  font-size: 1rem;
  display: block;
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (min-width: 520px) {
  .p-step__txt .u-sm {
    font-size: 1.4rem;
  }
}
.p-step__link {
  color: #00824d;
}
.p-step__ttlImg,
.p-step__img {
  flex-shrink: 0;
  display: block;
}
.p-step__img {
  max-width: 30%;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
.p-step__ttlImg {
  width: 30%;
  position: absolute;
  top: -4rem;
  left: 0;
}
@media only screen and (min-width: 520px) {
  .p-step__ttlImg {
    width: auto;
    top: -8rem;
  }
}

/******* さっそく賃貸物件を探してみよう！ *******/
.p-search {
  font-size: 1.4rem;
}
@media only screen and (min-width: 520px) {
  .p-search {
    font-size: 1.6rem;
  }
}
.p-search::after {
  content: none;
}
.sp-block {
  display: block;
}
.pc-block {
  display: none;
}
.bukkenSearch-inner {
  padding: 10px;
  margin: 15px;
  border: 2px solid #009260;
}
.bukkenSearch-inner>p {
  font-size: 2rem;
  text-align: center;
  color: #009260;
  padding: 5px 0 10px;
  border-bottom: 2px solid #009260;
  margin-bottom: 5px;
  font-weight: bold;
}
.searchTxt-block {
  padding: 15px 0;
}
.searchTxt-block input {
  padding: 5px;
  font-size: 1.5rem;
  border-radius: 5px;
  vertical-align: top;
}
.searchTxt-block input.stationForm {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 2px 0px #cccccc inset;
  width: 80%;
  margin-right: 5px;
  height: 40px;
  box-sizing: border-box;
}
.searchTxt-block input.searchBtn {
  width: calc(20% - 5px);
  background: #c45e4a;
  box-shadow: 0px 3px 0px 0px #9e4533;
  text-align: center;
  height: 37px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.bukkenSearch-btn li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.bukkenSearch-btn li a {
  display: block;
  color: #fff;
  background: #009260;
  position: relative;
  height: 65px;
  line-height: 65px;
  text-decoration: none;
  font-size: 100%;
}
.bukkenSearch-btn li a span {
  display: block;
  float: left;
  width: 70px;
  height: 65px;
  background: #f2f2f2;
  text-align: center;
}
.bukkenSearch-btn li a span em {
  display: inline-block;
  height: 39px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  top: 12px;
}
.bukkenSearch-btn li.search-line a span em {
  width: 38px;
  background-image: url(../images/icn_line.png);
  background-size: 30px;
}
.bukkenSearch-btn li.search-address a span em {
  width: 40px;
  background-image: url(../images/icn_address.png);
  background-size: 39px;
}
.bukkenSearch-btn li a img {
  position: absolute;
  left: 70px;
  top: 50%;
  margin: -9px 0 0 0;
  width: 11px;
}

@media only screen and (min-width: 768px) {
  .sp-block {
    display: none;
  }
  .pc-block {
    display: block;
  }
  .bukkenSearch-block {
    margin: 0 auto 40px;
    max-width: 1100px;
  }
  .bukkenSearch-inner {
    padding: 20px 60px;
  }
  .searchTxt-block {
    padding: 25px 0;
  }
  .bukkenSearch-block .search-inner {
    padding: 0 30px;
  }
  .bukkenSearch-btn li {
    width: calc(50% - 15px);
    letter-spacing: normal;
  }
  .bukkenSearch-btn ul {
    letter-spacing: -.4em;
  }
  .bukkenSearch-btn li:first-child {
    margin-right: 30px;
  }
}

/******* 応募要項 *******/
.p-requirements .l-container {
  background-image: url(../images/bg_cta_01_sp@2x.jpg);
  background-repeat: no-repeat;
  background-position: center 98%;
  background-size: 95%;
}
@media only screen and (min-width: 520px) {
  .p-requirements .l-container {
    /* background-image: url(../images/bg_cta_01_pc.jpg); */
    background-position: center 97%;
    background-size: 60%;
  }
}
@media only screen and (min-width: 960px) {
  .p-requirements .l-container {
    background-image: url(../images/bg_cta_01_pc.jpg);
    background-position: center 95%;
    background-size: 90%;
  }
}
.p-requirements__dl {
  display: flex;
  flex-wrap: wrap;
  border: 2px #00824d solid;
  width: 95%;
  max-width: 600px;
  margin: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00824d;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 520px) {
  .p-requirements__dl {
    width: 100%;
  }
}
.p-requirements__dl .u-sm {
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.5rem;
  line-height: 1.5;
}
@media only screen and (min-width: 520px) {
  .p-requirements__dl .u-sm {
    font-size: 1.1rem;
  }
}
.p-requirements__dt {
  font-weight: bold;
  width: 18%;
  color: #fff;
  background: #00824d;
  text-align: center;
  padding: 1rem 0.5rem;
  border-bottom: 2px #fff solid;
  font-size: 1.2rem;
}
@media only screen and (min-width: 520px) {
  .p-requirements__dt {
    width: 13%;
    font-size: 1.4rem;
  }
}
.p-requirements__dl dt:last-of-type {
  border-bottom: none;
}
.p-requirements__dd {
  width: 82%;
  padding: 1rem 0.5rem;
  border-bottom: 2px #00824d solid;
  font-size: 1.2rem;
}
@media only screen and (min-width: 520px) {
  .p-requirements__dd {
    width: 87%;
    font-size: 1.4rem;
  }
}
.p-requirements__dl dd:last-of-type {
  border-bottom: none;
}
.p-requirements__box {
  background-color: #fff;
  border: 2px #00824d solid;
  overflow-y: scroll;
  max-width: 600px;
  height: 360px;
  padding: 10px;
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 520px) {
  .p-requirements__box {
    width: 100%;
  }
}
.p-requirements__box p:first-of-type {
  margin-bottom: 1rem;
}
.p-requirements__title,
.p-requirements__txt,
.p-requirements__list,
.p-requirements__olList {
  color: #00824d;
  font-size: 1.2rem;
}
@media only screen and (min-width: 520px) {
  .p-requirements__title,
  .p-requirements__txt,
  .p-requirements__list,
  .p-requirements__olList {
    font-size: 1.4rem;
  }
}
.p-requirements__link:link,
.p-requirements__link:visited,
.p-requirements__link:active {
  color: #00824d;
  text-decoration: underline;
}
.p-requirements__box .u-sm {
  font-size: 1.3rem;
  color: #00824d;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-requirements__txt + .p-requirements__txt {
  margin-top: 1rem;
}
.p-requirements__title {
  margin-top: 2rem;
}
.p-requirements__list {
  padding-left: 2rem;
  text-indent: -0.25rem;
  list-style-type: disc;
  margin-bottom: 1.6rem;
}
.p-requirements__olList {
  list-style: none;
  margin-bottom: 1rem;
}
.p-requirements__item + .p-requirements__item {
  margin-top: 0.25rem;
}
/******* PR *******/
.p-cta__box {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 520px) {
  .p-cta__box {
    margin: 8rem 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .p-cta__box {
    display: block;
  }
}
.p-cta__box::before {
  content: '';
  display: block;
  background-image: url(../images/bg_cta_02_sp.jpg);
  width: 213px;
  height: 54px;
  background-size: cover;
}
@media only screen and (min-width: 960px) {
  .p-cta__box::before {
    content: none;
  }
}
.p-cta__prTxt {
  font-size: 1.4rem;
  color: #00824d;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width: 960px) {
  .p-cta__prTxt {
    font-size: 2.4rem;
  }
}
.p-cta__prTxt .u-underline {
  font-size: 1.6rem;
}
@media only screen and (min-width: 960px) {
  .p-cta__prTxt .u-underline {
    font-size: 3.2rem;
  }
}
/******* 問い合わせ先 *******/
.p-inquiry__txt {
  color: #00824d;
  font-weight: bold;
  text-align: center;
}
.p-inquiry__txt.u-lg {
  font-size: 1.8rem;
}
@media only screen and (min-width: 520px) {
  .p-inquiry__txt.u-lg {
    font-size: 2.4rem;
  }
}
.p-inquiry__txt.u-sm {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 520px) {
  .p-inquiry__txt.u-sm {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.p-inquiry__txt + .p-inquiry__txt {
  margin-top: 1rem;
}
.p-inquiry__mail {
  color: #00824d;
  text-decoration: underline;
}
/******* ページ最下部のCTA *******/
.p-cta-box {
  padding: 2rem 0;
  width: 100%;
}

/* 追従の制御（JS用） */
/* .cta.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 960px) {
  .cta.fixed {
    position: relative;
    bottom: auto;
  }
} */

@media only screen and (max-width: 768px) {
  .cta.end {
    display: none;
  }
  .fadeOut {
    opacity: 0;
  }
  .fadeIn {
    opacity: 1;
    transition: 1s;
  }
}

/*
  2.4 - Footer
-----------------------------------------------------*/
.l-footer {
  padding: 1rem 0;
  background-color: #00824d;
}
.p-copyright {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
/* =====================================================
  3.0 - Component
===================================================== */
/*
  3.1 - FontStyle
-----------------------------------------------------*/
.u-red {
  color: #fd3d3d;
}
.u-bold {
  font-weight: bold;
}
.u-underline {
  display: inline;
  background: linear-gradient(transparent 70%, #fdd23d 0%);
}
.u-num {
  font-size: 2.5rem;
}
@media only screen and (min-width: 960px) {
  .u-num {
    font-size: 4.8rem;
  }
}
/*
  3.2 - CTA
-----------------------------------------------------*/
.c-cta__bg {
  display: flex;
  flex-direction: column;
  background-color: #ebf6f0;
}
.c-cta__bg::before {
  content: '';
  display: block;
  width: 100vw;
  height: 85px;
  border-radius: 140% 140% 0% 0%;
  background: #ebf6f0;
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.c-cta {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.c-cta__btn {
  background-color: #fd723d;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 3px #aaa;
}
.c-cta__btn:hover,
.c-cta__btn:active {
  background-color: #fd3d3d;
  transition: 0.5s;
}
.u-narrow {
  width: 50vw;
  max-width: 250px;
  border-radius: 10px;
  margin: 1.6rem auto 0;
}
@media only screen and (min-width: 960px) {
  .u-narrow {
    max-width: 420px;
  }
}
.c-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 2.2rem;
  color: #fff;
}
.u-narrow .c-cta__link {
  font-size: 1.8rem;
}
@media only screen and (min-width: 520px) {
  .c-cta__link {
    font-size: 4rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 960px) {
  .u-narrow .c-cta__link {
    font-size: 3.2rem;
  }
}
.c-cta__ico {
  width: 12px;
}
@media only screen and (min-width: 960px) {
  .c-cta__ico {
    width: auto;
  }
}
/*
  3.3 - Heading
-----------------------------------------------------*/
.c-heading {
  color: #00824d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  font-size: 2.4rem;
}
@media only screen and (min-width: 520px) {
  .c-heading {
    margin-bottom: 2.4rem;
    font-size: 4rem;
  }
}
.c-heading::before,
.c-heading::after {
  display: block;
  content: '';
  background-image: url(../images/ico_heading_01.png);
  background-size: cover;
  width: 23px;
  height: 37px;
}
.c-heading::before {
  margin-right: 0.5rem;
}
.c-heading::after {
  margin-left: 0.5rem;
  transform: scale(-1, 1);
}
.c-heading__baseline {
  align-self: baseline;
}
.c-heading__small {
  font-size: 1.4rem;
}
@media only screen and (min-width: 960px) {
  .c-heading__small {
    font-size: unset;
  }
}
.c-heading__third {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
  font-feature-settings: 'palt';
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  color: #00824d;
  background: #fff;
  line-height: 1.25;
  margin-top: -2rem;
}
@media only screen and (min-width: 520px) {
  .c-heading__third {
    font-size: 2.4rem;
  }
}
.c-heading__third::after {
  content: '';
  display: block;
  background-image: radial-gradient(circle farthest-side, #00824d, #00824d 20%, transparent 30%, transparent);
  background-size: 10px 15px;
  background-repeat: repeat-x;
  /* border-radius: 19px; */
  background-position: left bottom;
  /* border-radius: 10px; */
  width: 95%;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 520px) {
  .c-heading__third::after {
    width: 63%;
  }
}
.c-heading__thirdSpan {
  display: block;
  background-color: #fff;
  padding: 0 1rem;
  margin: auto;
  z-index: 1;
}
/*
  Accessibility
*/
.alt-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
/*
3.4 - ctass
-----------------------------------------------------*/
.c-ctas__bg {
  display: flex;
  flex-direction: column;
  background-color: #def2ff;
}
.c-ctas__bg::before {
  content: '';
  display: block;
  width: 100vw;
  height: 60px;
  border-radius: 140% 140% 0% 0%;
  background: #def2ff;
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.c-ctas {
  width: 100%;
  max-width: 960px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.c-ctas__btn {
  background-color: #FDD005;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 3px #aaa;
}
.c-ctas__btn:hover,
.c-ctas__btn:active {
  background-color: #fd3d3d;
  transition: 0.5s;
}
.u-narrows {
  width: 50vw;
  max-width: 250px;
  border-radius: 5px;
  margin: 1.6rem auto 0;
}
@media only screen and (min-width: 960px) {
  .u-narrows {
    max-width: 360px;
  }
}
.c-ctas__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: #fff;
}

.u-narrows .c-ctas__link {
  font-size: 1.2rem;
}
@media only screen and (min-width: 520px) {
  .c-ctas__link {
    font-size: 2rem;
    padding: 0.5rem 0;
  }
}
@media only screen and (min-width: 960px) {
  .u-narrows .c-ctas__link {
    font-size: 2rem;
  }
}
.c-ctas__ico {
  width: 8px;
}
@media only screen and (min-width: 960px) {
  .c-ctas__ico {
    width: auto;
  }
}




