@charset "UTF-8";
/* 20220901 無料求人登録のメリットと員登録の流れ用 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
img {
  vertical-align: bottom;
}
body.helpersBody {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-color: transparent;
}
header {
  z-index: 10;
  height: 50px;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 10px;
  height: 100%;
}
@media (min-width: 780px) {
  header {
    height: 50px;
  }
}
@media (min-width: 1060px) {
  header {
    height: 70px;
  }
}
.logo {
  float: none;
}
header .logo {
  padding: 0;
}
header .logo a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo img {
  vertical-align: top;
}
.contactBtn {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: 0;
}
.contactBtn a {
  display: inline-block;
  color: #fff;
  padding: 0.4em 1.5em 0.4em 3.5em;
  border-radius: 16px;
  background: url(../img/icon_mail.svg) no-repeat left 1.5em center #3cc3e7;
  background-size: 20px auto;
}
#helperBaner {
  padding-top: 70px;
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  overflow: hidden;
}
.helperTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 36%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-name: anime1;
  animation-name: anime1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes anime1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes anime1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.helperImage {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 14.5%;
  width: 20%;
  -webkit-animation-name: anime2;
  animation-name: anime2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes anime2 {
  0% {
    bottom: -100%;
  }
  70% {
    bottom: 0;
  }
  100% {
    bottom: -2%;
  }
}
@keyframes anime2 {
  0% {
    bottom: -100%;
  }
  70% {
    bottom: 0;
  }
  100% {
    bottom: -2%;
  }
}
.asobiImage {
  position: absolute;
  top: 45%;
  left: 13.5%;
  width: 20%;
  -webkit-animation-name: anime3;
  animation-name: anime3;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes anime3 {
  0% {
    left: 40%;
    opacity: 0;
  }
  70% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 13.5%;
    opacity: 1;
  }
}
@keyframes anime3 {
  0% {
    left: 40%;
    opacity: 0;
  }
  70% {
    left: 40%;
    opacity: 1;
  }
  100% {
    left: 13.5%;
    opacity: 1;
  }
}
.wrapper {
  padding-top: 0;
}
section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.sectionInner {
  max-width: 1120px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
section#map {
  padding-top: 25px;
}
section.plusBg {
  background: #cef3f6;
  position: relative;
}
section.plusBg::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/wave_blue.svg) repeat-x left bottom;
  background-size: auto 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}
section.plusBg02 {
  background: #fff;
  position: relative;
}
section.plusBg02::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/wave_white.svg) repeat-x left bottom;
  background-size: auto 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}
section.plusBg03 {
  background: #fff1f3;
  position: relative;
}
section.plusBg03::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/wave_pink.svg) repeat-x left bottom;
  background-size: auto 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}
section.borderPlus {
  border-top: 1px #ddd solid;
}
.helperCornerTitleim {
  text-align: center;
  background: url(../img/bgp.svg) center center;
  background-size: 15px auto;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.helperCornerTitleimInner {
  display: inline-block;
  border-bottom: 3px #fd7c94 dashed;
  border-bottom: 3px #fd7c94 dashed;
  vertical-align: bottom;
}
.hctimg {
  width: 150px;
  min-width: 150px;
  margin-right: 15px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: bottom;
}
.hctText {
  display: inline-block;
  vertical-align: bottom;
  height: 65px;
  margin: 5px 0 10px;
}
.hctText img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 65px;
}
.mapsOuter {
  position: relative;
  background: url(../img/mapsbg.svg) no-repeat center center;
  background-size: auto 100%;
  padding: 10px 0;
}
.maps {
  max-width: 55%;
  margin: 0 auto;
  padding-right: 22%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.mapsList li {
  background-color: #fd7c94;
  border: 5px #fff solid;
  border-radius: 16px;
  width: 42%;
  position: absolute;
  z-index: 2;
}
ul.mapsList li a {
  display: block;
  padding: 10px;
}
ul.mapsList li img {
  display: block;
}
ul.mapsList li.mp01 {
  right: 0;
  top: 60px;
}
ul.mapsList li.mp02 {
  right: 0;
  top: 130px;
}
ul.mapsList li.mp03 {
  right: 0;
  top: 200px;
}
ul.mapsList li.mp04 {
  left: 0;
  top: 40px;
}
ul.mapsList li.mp05 {
  left: 0;
  top: 110px;
}
.helperCornerTitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 0.8em;
  text-align: center;
  letter-spacing: 0;
}
.helperCornerTitle span {
  display: inline-block;
  background-color: #00bfd1;
  color: #fff;
  padding: 5px 20px;
  min-width: 14em;
  position: relative;
}
.helperCornerTitle span::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  bottom: -8px;
  width: 27px;
  height: 50px;
  background: url(../img/ribon01.svg) no-repeat center center;
  background-size: 100% auto;
}
.helperCornerTitle span::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: -8px;
  width: 27px;
  height: 50px;
  background: url(../img/ribon02.svg) no-repeat center center;
  background-size: 100% auto;
}
section p {
  font-size: 17px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
section p:last-child {
  margin-bottom: 0;
}
.plusImages {
  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;
}
.plusImagesImage {
  max-width: 80px;
  margin-left: 10px;
}
.centerTexts {
  text-align: center;
}
.helpersFour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.helpersFourCell {
  width: calc(25% - 25px);
  margin-left: 25px;
  position: relative;
  background-color: #cef3f6;
}
section.plusBg02 .helpersFour {
  margin-top: 0;
}
section.plusBg02 .helpersFourCell {
  background: transparent;
}
.helpersFourImage {
  margin-bottom: 10px;
  border: 2px #feb1bf solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.helpersFourImage::after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #feb1bf;
  position: absolute;
  right: -8px;
  top: 8px;
}
.helpersFourImage::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #feb1bf;
  position: absolute;
  left: 8px;
  bottom: -8px;
}
.helpersFourTag {
  position: absolute;
  z-index: 2;
  left: -15px;
  top: -30px;
  width: 85px;
}
.helpersFourCell p {
  font-size: 14px;
  padding: 5px 10px 10px;
}
.helpersFourCell p a {
  text-decoration: underline;
  font-weight: 700;
  color: #3cc3e7;
  font-size: 115%;
}
.helpersFourCell p strong {
  font-weight: 700;
}
.helperBtn {
  text-align: center;
  margin-bottom: 30px;
}
.helperBtn a {
  display: inline-block;
  background-color: #fd7c94;
  border: 5px #fff solid;
  padding: 15px 30px;
  border-radius: 36px;
}
.helperBtn img {
  display: block;
  height: 30px;
  width: auto;
  max-width: 100%;
  max-height: 30px;
}
.topSpaces {
  margin-top: 20px;
}
.helpersThree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: 30px;
  margin-bottom: -10px;
}
.helpersThreeCell {
  width: calc(33.3333% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px #feb1bf solid;
  padding: 15px;
  border-radius: 20px;
}
.helpersThreeCell::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  background: url(../img/pin.svg) no-repeat left top;
  background-size: 100% auto;
}
.helpersThreeCell::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 2px #feb1bf solid;
  border-radius: 20px;
}
.helpersThreeImage {
  margin-bottom: 10px;
}
.helpersThree table {
  width: 100%;
  margin: 0 auto;
  empty-cells: show;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: left;
  vertical-align: top;
}
.helpersThree table th,
.helpersThree table td {
  vertical-align: top;
  padding: 5px;
  border-bottom: 1px #feb1bf dashed;
  font-size: 14px;
}
.helpersThree table th {
  min-width: 5em;
  color: #3cc3e7;
}
.helpersThreeTitle {
  max-width: 60%;
  margin: -40px auto 10px;
  text-align: center;
}
.stepBox {
  margin: 0 auto;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.stepTitle {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2em;
  padding: 3px 10px 3px 34px;
  background: url(../img/check.svg) no-repeat left 10px top 10px #3cc3e7;
  background-size: 20px auto;
}
.qnaBlock {
  margin-top: 25px;
  margin-bottom: 20px;
}
.qnaCell {
  background-color: #fff;
  margin-bottom: 10px;
}
.qnaCell:last-child {
  margin-bottom: 0;
}
.qnaTitle {
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 700;
  color: #00bfd1;
  padding: 20px 50px 20px 80px;
  position: relative;
  cursor: pointer;
}
.qnaTitle span {
  display: block;
}
.qnaTitle::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
  background: url(../img/qmark.svg) no-repeat left top;
  background-size: 100% auto;
}
.qnaTitle::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/open.svg) no-repeat left top;
  background-size: 100% auto;
}
.qnaTitle.open::after {
  background-image: url(../img/close.svg);
}
.ans {
  display: none;
  position: relative;
  padding: 10px 20px 20px;
}
.ans::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/amark.svg) no-repeat left top;
  background-size: 100% auto;
}
.qnaCell p {
  font-size: 15px;
  margin-left: 60px;
}
.bottomSpaces {
  margin-bottom: 60px;
}
.topSpaces {
  margin-top: 20px;
}
footer {
  background-color: #fff;
  position: relative;
}
footer::before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/wave_white.svg) repeat-x left bottom;
  background-size: auto 15px;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}
.threesBoxOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.threesBoxCell {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}
.threesBoxCell::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px #fd7c94 solid;
  border-radius: 12px;
}
.threesBoxCellFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.threesBoxCell:first-child,
.threesBoxCell:nth-child(2) {
  margin-top: 0;
}
.threesBoxCellImage {
  width: 22%;
  margin-right: 20px;
}
.threesBoxCellImage img {
  border-radius: 50%;
  border: 1px #fd7c94 dashed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.threesBoxCellText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.threesBoxCell p {
  font-size: 14px;
}
.threesBoxCellTextName {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.threesBoxCellTextTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  color: #fd7c94;
  border-bottom: 2px #fd7c94 dashed;
}
.testimonials .moreBtn,
.testimonials .closeBtn {
  text-align: center;
  margin: 20px auto 0;
  padding: 0 0 20px;
}
.testimonials .moreBtn span,
.testimonials .closeBtn span {
  display: inline-block;
  vertical-align: top;
  border: 5px #fff solid;
  height: 50px;
  width: 240px;
  border-radius: 36px;
  font-size: 0;
  cursor: pointer;
  background: url(../img/btnmore.svg) no-repeat center center #fd7c94;
  background-size: auto 50%;
}
.testimonials .closeBtn span {
  background-image: url(../img/btnclose.svg);
}
.testimonials .moreBtn span:hover,
.testimonials .closeBtn span:hover {
  opacity: 0.8;
}
@media (max-width: 1060px) {
  #helperBaner {
    padding-top: 50px;
  }
}
@media (max-width: 800px) {
  .contactBtn {
    font-size: 13px;
  }
  .helperCornerTitleim {
    margin-top: 35px;
    margin-bottom: 12px;
  }
  .hctimg {
    width: 110px;
    min-width: 110px;
    margin: -55px auto 0;
    display: block;
  }
  .hctText {
    height: inherit;
  }
  .hctText img {
    display: block;
    height: 35px;
    max-height: 65px;
  }
  .maps {
    max-width: 50%;
    padding-right: 0;
    margin: 25px 0 0 10px;
  }
  .mapsOuter {
    position: relative;
    background: url(../img/mapsbg.svg) no-repeat center center;
    background-size: 100% auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.mapsList {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2;
  }
  ul.mapsList li {
    background-color: #fd7c94;
    border: 2px #fff solid;
    border-radius: 12px;
    width: 80%;
    position: static;
    margin-bottom: 6px;
    margin-left: 10%;
  }
  ul.mapsList li:last-child {
    margin-bottom: 0;
  }
  ul.mapsList li a {
    padding: 10px 45px;
  }
  .plusImagesImage {
    max-width: 20%;
    margin-left: 10px;
  }
  section p {
    font-size: 15px;
  }
  .helpersFour {
    margin-top: 20px;
  }
  .helpersFourTag {
    left: -20px;
    top: -30px;
    width: 70px;
  }
  .helpersFourCell p {
    font-size: 14px;
  }
  .helperBtn {
    padding: 0;
    margin: 0 0 20px;
  }
  .helperBtn a {
    border: 3px #fff solid;
    padding: 12px 25px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .helperBtn img {
    height: 20px;
    max-height: 20px;
    vertical-align: middle;
  }
  .helpersThree {
    margin-left: -15px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .helpersThreeCell {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .helpersThreeTitle {
    max-width: 180px;
    width: 50%;
    margin: -40px auto 10px;
  }
  .stepTitle {
    font-size: 17px;
  }
  .qnaBlock {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .qnaTitle {
    font-size: 16px;
    padding: 15px 35px 15px 50px;
  }
  .qnaTitle::before {
    width: 30px;
    height: 30px;
    top: 16px;
    left: 10px;
  }
  .qnaTitle::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .ans::before {
    width: 30px;
    height: 30px;
    top: 16px;
    bottom: auto;
    left: 10px;
  }
  .ans {
    padding: 10px 15px 15px;
  }
  .qnaCell p {
    font-size: 14px;
    margin-left: 35px;
  }
  .bottomSpaces {
    margin-bottom: 30px;
  }
  .helpersThree table th,
  .helpersThree table td {
    font-size: 13px;
  }
  .helpersFourCell {
    width: calc(50% - 25px);
    margin-bottom: 15px;
  }
  .helpersFourCell:nth-child(3),
  .helpersFourCell:nth-child(4) {
    margin-bottom: 0;
  }
  .stepBox {
    max-width: 150px;
    width: 85%;
  }
  .helpersFourTag {
    left: -15px;
    top: -25px;
  }
}
@media (max-width: 600px) {
  .maps {
    max-width: 62%;
  }
  ul.mapsList li {
    width: 120%;
    margin-left: 0;
  }
  ul.mapsList li a {
    padding: 6px 15px;
  }
  .contactBtn {
    font-size: 13px;
  }
  .contactBtn a {
    padding: 0.4em 1em 0.4em 2.5em;
    background-position: left 1em center;
    background-size: 15px auto;
  }
  #helperBaner span {
    overflow: hidden;
    display: block;
    width: 150%;
    margin-left: -25%;
  }
  .helperTitle {
    width: 60%;
    height: 90%;
  }
  .helperImage {
    right: 2%;
    width: 26%;
  }
  .asobiImage {
    left: -2%;
    width: 25%;
    top: 50%;
  }
  @-webkit-keyframes anime3 {
    0% {
      left: 20%;
      opacity: 0;
    }
    70% {
      left: 20%;
      opacity: 1;
    }
    100% {
      left: -2%;
      opacity: 1;
    }
  }
  @keyframes anime3 {
    0% {
      left: 20%;
      opacity: 0;
    }
    70% {
      left: 20%;
      opacity: 1;
    }
    100% {
      left: -2%;
      opacity: 1;
    }
  }
  .helperCornerTitle {
    font-size: 16px;
  }
  .helperCornerTitle span {
    padding: 5px 10px;
    min-width: 12em;
  }
  .helperCornerTitle span::before {
    width: 15px;
    height: 30px;
  }
  .helperCornerTitle span::after {
    width: 15px;
    height: 30px;
  }
  .centerTexts {
    text-align: left;
  }
  .sectionInner {
    padding: 0 20px;
    margin: 0 auto 10px;
  }
  .helpersThree {
    display: block;
    margin-top: 25px;
    margin-left: 0;
  }
  .helpersThreeCell {
    width: auto;
    margin-left: 0;
  }
  .helpersThreeImage {
    max-width: 85%;
    margin: 0 auto 10px;
  }
  .threesBoxOuter {
    display: block;
    margin-left: 0;
  }
  .threesBoxCell {
    width: auto;
    margin-left: 0;
    margin-top: 15px;
    padding: 20px;
  }
  .threesBoxCell:nth-child(2) {
    margin-top: 15px;
  }
  .threesBoxCellTextName {
    font-size: 15px;
  }
  .threesBoxCellTextTitle {
    font-size: 18px;
  }
  .testimonials .moreBtn,
  .testimonials .closeBtn {
    margin: 10px auto 0;
  }
  .testimonials .moreBtn span,
  .testimonials .closeBtn span {
    height: 35px;
    width: 180px;
  }
}
