@charset "UTF-8";
.lpatopfixed {
  background-image: url("/img/formodel/bg2022.jpg");
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#scroll_button {
  font-family: "Jost";
  color: #1f1f1f;
}

.cv_btn {
  display: flex;
  justify-content: center;
  color: #fff;
}

.cv_btn_sp {
  display: none;
}

.btn {
  border-radius: 56px;
  border: none;
  display: inline-block;
  line-height: 1;
  color: #fff;
  margin: 10px;
}

.cv_model_btn {
  background-color: #ffffff;
  border: solid 1px #db699f;
  padding: 15px 30px;
  color: #1e1e1e;
  transition: 0.4s;
}

.cv_model_btn:hover {
  box-shadow: 0 0 12px rgba(220, 105, 160, 0.5);
}

.cv_client_btn {
  background-color: #ffffff;
  border: solid 1px #02a9c5;
  padding: 15px 30px;
  color: #1e1e1e;
  transition: 0.4s;
}

.cv_client_btn:hover {
  box-shadow: 0 0 12px rgba(0, 165, 195, 0.5);
}

.cv_btn_sp .cv_model_btn {
  background-color: #db699f;
}

.cv_btn_sp .cv_client_btn {
  background-color: #111111;
  border-color: #111111;
}

.scroll_btn {
  padding-top: 50px;
  margin: 0 auto;
  width: 50px;
  position: relative;
}
.scroll_btn a {
  position: relative;
  z-index: 2;
}
.scroll_btn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 2px solid #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  transform: rotate(-45deg);
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.top_btn_fotomodeldetail {
  position: absolute;
  bottom: 138px;
  right: 15px;
  border: solid 1px #ffffff;
  padding: 12px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
}

.model_type {
  display: flex;
  color: #1e1e1e;
}

.model_type ul {
  padding-left: 25px;
}

.model_type li {
  list-style: disc;
}

.company_wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.company_wrapper .right {
  text-align: left;
}

.contents_subttl {
  width: 100px;
  margin-bottom: 25px;
}

#top_forcompany .content_inner {
  padding-bottom: 0px;
}

#top_forcompany:before {
  background-color: #f1effe;
}

.next_btn {
  position: relative;
  letter-spacing: 0.1em;
  color: #be2c2c;
}

.next_btn:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #520000;
  border-right: solid 2px #520000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 100px;
}

.content_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
}

.content_inner .left {
  width: 45%;
  text-align: left;
}

#top_formodel .content_inner .left {
  padding-left: 5%;
}

.content_inner .right {
  width: 50%;
}

.right .device_box {
  text-align: right;
}

.device_macbook {
  text-align: right;
  position: relative;
}

.device_macbook img {
  width: 120%;
  max-width: 1000px;
  margin-left: -19%;
}

.content_inner .right img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.text-left {
  margin-left: 75px;
  list-style: none !important;
}

.content_inner li {
  line-height: 1.3;
  padding: 5px 0;
  text-align: left;
  cursor: pointer;
  font-size: 0.9em;
}

.background_top_concept {
  position: relative;
  z-index: 2;
}

.top_copy_lv2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 2.5em;
  text-align: left;
  padding: 0 0 20px 0;
  margin: 0 0 0 -5px;
  color: #1e1e1e;
}

.top_copy_lv3 {
  line-height: 1.3;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  padding: 0 0 20px 0;
  margin: 0 0 0 -2px;
  color: #1e1e1e;
}

.top_text_lv1 {
  line-height: 2;
  text-align: left;
  padding: 0 0 30px 0;
}

.wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.mw800 {
  max-width: 800px;
}

.ml20 {
  margin-left: 20px;
}

.under_bar {
  background-color: #530000;
  max-width: 1000px;
  height: 1px;
  margin: 0 auto;
}

#top_forcompany .top_copy_lv2 {
  margin-top: 0px;
}

#casestudy {
  max-width: 85%;
  margin: 0 0 100px auto;
  text-align: left;
}

.casestudy_h2 {
  width: 120px;
}

.top_casestudy_text {
  color: #2f2f2f;
}

.casestudy_ttl {
  line-height: 2;
}

.top_casestudy_img {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px 0;
}

.pickup_h2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin: 0 auto 20px auto;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .mainvisual_slide ul {
    width: 100%;
  }
  .mainvisual_slide li {
    width: 100% !important;
  }
  .mainvisual_inner {
    top: 45%;
  }
  #top_h1 {
    padding: 0 0 20px 0;
  }
  #top_h1 img {
    width: 230px;
  }
  .scroll_btn {
    padding-top: 20px;
  }
  .cv_btn_sp {
    position: fixed;
    display: flex;
    bottom: 0;
    z-index: 600;
    width: 100%;
    height: 60px;
  }
  .cv_btn_sp a {
    color: #fff;
  }
  .cv_model_btn {
    width: 50%;
    line-height: 30px;
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .cv_client_btn {
    width: 50%;
    line-height: 30px;
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .top_btn_fotomodeldetail {
    display: none;
  }
  .content_inner {
    padding: 0px 0;
    max-width: 320px;
    width: calc(100% - 30px);
  }
  .content_inner .left {
    width: 100%;
  }
  .content_inner .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  #top_forcompany {
    overflow: hidden;
    margin: 80px auto;
  }
  #top_forcompany .content_inner .right {
    margin-bottom: 0px;
  }
  .top_copy_lv2 {
    font-size: 2.4em;
  }
  #top_forcompany .content_inner .left {
    margin-top: 30px;
  }
  #casestudy {
    padding-top: 50px;
  }
  .content_inner .right div {
    text-align: center;
  }
  .device_macbook img {
    position: relative;
    top: auto;
    left: auto;
    width: 140%;
    margin-left: -20%;
  }
  .btn_top_model, .btn_top_company {
    display: block;
  }
}
.top_model_list {
  width: 100%;
  text-align: left;
}

.top_model_list li {
  width: 18%;
  margin: 1%;
  float: left;
  min-height: 150px;
}

.top_model_list li a {
  line-height: 1;
  height: 100%;
  width: 100%;
  position: relative;
}

.top_model_list .top_model_profile_img {
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
}

.top_model_list li h3 {
  line-height: 1.35;
  font-size: 0.8em;
  color: #222734;
  padding: 5px 0 5px 0;
}

.top_model_list li h3 span {
  display: block;
  font-size: 0.7em;
}

.top_model_list li h4 {
  line-height: 1.35;
  color: #222734;
}

.top_model_list li h5 {
  line-height: 1.35;
  color: #222734;
}

.top_model_list_slider {
  width: 100%;
  margin-top: 20px;
}

#modelsample .bx-prev {
  display: none;
}

#modelsample .bx-next {
  display: none;
}

#modelsample {
  padding: 100px 0 50px;
  background-color: #d9d9d9;
}

#modelsample .bx-wrapper {
  max-width: 100% !important;
}

.top_model_list_slider li {
  width: 160px;
  margin: 0 4px !important;
  text-align: center;
}

.top_model_list_slider li a {
  line-height: 1;
  width: 100%;
  position: relative;
  text-align: center;
}

.top_model_list_slider .top_model_profile_img {
  height: 120px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 80px;
  margin: 0 auto;
}

.top_model__profile__img--fit img {
  height: 120px;
  width: 120px;
  border-radius: 120px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 6px 14px 0px;
  margin: 0 0 20px 0;
}

.top_model_list_slider li h3, .top_model__profile__img--fit h3 {
  line-height: 1.35;
  color: #111111;
  padding: 5px 0 5px 0;
  text-align: center;
  font-weight: normal;
}

.top_model_list_slider li h3 span {
  display: block;
  font-size: 0.7em;
  text-align: center;
}

.top_model_list_slider li h4 {
  line-height: 1.35;
  font-size: 0.8em;
  color: #530000;
  text-align: center;
  font-weight: normal;
}

.top_model_list_slider li h5 {
  line-height: 1.35;
  color: #222734;
  text-align: center;
}

#pickupmodel h2 {
  color: #222734;
  padding: 0 0 10px 0;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2;
}

#other_service {
  max-width: 1000px;
  margin: 120px auto;
}

.other_service_h2 {
  font-size: 2em;
  color: #520000;
}

.other_service_sec {
  width: 20%;
}

.top_remophoto_img {
  margin: 0 auto;
  width: 95%;
  height: 150px;
  display: flex;
  align-items: center;
}

.top_remophoto-g_img {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
}

.top_wmad_img {
  width: 60%;
  height: 150px;
  display: flex;
  align-items: center;
  margin: auto;
}

.top_gifting_img {
  width: 80%;
  margin: 0 auto;
  height: 150px;
  display: flex;
  align-items: center;
}

.media_wrapper {
  margin: 150px auto;
  background-color: #ffffff;
}

.clients_ttl {
  width: 100px;
}

.media_ttl {
  width: 94px;
}

@media screen and (max-width: 850px) {
  .top_model_list .top_model_profile_img {
    height: 200px;
  }
}
@media screen and (max-width: 700px) {
  #other_service {
    margin: 80px auto;
  }
  .other_service_sec {
    width: 70%;
    padding: 8%;
    margin: 0 auto;
  }
  .top_wmad_img {
    margin: 15px auto;
  }
  .medialist__top li {
    width: 40% !important;
    padding: 5% !important;
    margin: 0 auto;
  }
  .concept_icon {
    width: 20%;
  }
}
@media screen and (max-width: 640px) {
  .top_model_list li {
    width: 48%;
    margin: 1%;
    float: left;
  }
  .top_model_list .top_model_profile_img {
    height: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #pickupmodel h2 {
    padding: 0 0 10px 0;
  }
}
.top_profile_block {
  padding: 0 0 20px 0;
}

#top_works .bx-wrapper li img {
  width: 100%;
  height: auto;
}

#top_works p {
  line-height: 2;
  padding: 0px 0 20px 0;
}

#workcases {
  color: #222734;
}

#workcases p {
  line-height: 1.7;
}

#price_company h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 2em;
  padding: 0 0 20px 0;
}

#price_company p {
  line-height: 1.7;
  padding: 0 0 20px 0;
}

#feature_company h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 2em;
  padding: 0 0 20px 0;
}

#feature_company p {
  line-height: 1.7;
  padding: 0 0 20px 0;
}

#cani h3 {
  line-height: 1;
  font-weight: bold;
  font-size: 2em;
  padding: 0 0 20px 0;
}

#cani p {
  line-height: 1.7;
  padding: 0 0 20px 0;
}

#inful {
  background-image: url(/img/top/img_inful1.jpg);
  background-repeat: no-repeat;
  background-size: 48% auto;
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
  padding: 100px 0 70px 0;
  margin: 150px 0 100px 0;
}

#inful .left {
  display: inline-block;
  width: 50%;
  text-align: left;
}

#inful .left h2 {
  padding: 0px 15px 20px 0;
}

#inful .left h2 img {
  width: 100%;
  height: auto;
}

#inful .left p {
  line-height: 2;
  padding: 0 15px 30px 0;
}

/* バウンスして登場シュウモ */
#btn__linestamp {
  position: fixed;
  bottom: -170px;
  right: 10px;
  z-index: 200;
  width: 178px;
}

#btn__linestamp.active {
  animation: bound 3s 1; /* infinite 無限ループ */
  opacity: 0;
  bottom: 16px;
}

@keyframes bound {
  0% {
    transform: translateY(120px);
  }
  5% {
    transform: translateY(-50px);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-30px);
  }
  20% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-25px);
  }
  30% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
#btn__linestamp a img {
  width: 100%;
}

/* 画面内でフェードイン */
/* 画面外にいる状態 */
.animation_fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 800ms;
}

.animation_fadein_03 {
  transform: translate(0, 90px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.animation_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 800px) {
  /* PC左から右に！ */
  .device_macbook.animation_fadein_03 {
    transform: translate(-150px, 0px);
    transition: all 1000ms;
  }
  .device_macbook.animation_fadein_03.scrollin {
    transform: translate(0px, 0px);
    transition: all 1000ms;
  }
  /* 3つ目の要素に400msのdelayをかける */
  .device_macbook.animation_fadein_03 {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 600ms;
  }
}
/*　発火タイミングをずらす */
/* 2つ目の要素に200msのdelayをかける */
.animation_fadein_02 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/* 3つ目の要素に400msのdelayをかける */
.animation_fadein_03 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

@media screen and (max-width: 800px) {
  #top .search_box .s_wrap h3.top__searchbox__category--title {
    margin-top: 25px;
  }
}
#recentnews {
  padding: 100px 0 0 0;
  margin: 0 auto;
  max-width: px;
}

#recentnews .wrap {
  max-width: 1000px;
}

#recentnews h4 {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #141212;
  font-size: 1.6em;
  float: left;
  padding: 20px 20px 15px 0;
  display: inline-block;
  margin-top: 1px;
}

#newsslider li {
  line-height: 1.25;
  padding: 0;
  width: 100%;
  display: block;
  padding: 5px 0;
  text-align: left;
}

#newsslider li a {
  opacity: 1;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}

#newsslider li a:hover {
  opacity: 0.5;
}

#newsslider span {
  line-height: 1.35;
}

#newsslider div {
  line-height: 1.75;
  color: #1e1e1e;
  padding: 5px 0 10px 0;
  margin-bottom: 5px;
  border-bottom: solid 1px #dadada;
}

#newsslider .date {
  padding-right: 10px;
  color: #222734;
}

@media screen and (max-width: 768px) {
  #recentnews h4 {
    float: none;
    padding: 0 0 15px 0;
  }
  #recentnews .bx-wrapper {
    float: none;
    width: 100%;
  }
}
/*TOP用　media掲載 メディア掲載*/
.medialist__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.medialist__top li {
  padding-bottom: 32px;
  width: 20%;
  padding: 16px 2%;
}

.medialist__top li img {
  display: table-cell;
  width: 100%;
}

#logo_nikkei {
  width: 180px;
}

#logo_newspicks {
  width: 133px;
}

#logo_techcrunch {
  width: 202px;
}

#logo_thebridge {
  width: 103px;
}

#logo_businessinsider {
  width: 180px;
}

#logo_techable {
  width: 120px;
}

.cv_app_btn__top {
  padding: 0 0 12px 0;
  text-align: left;
}

.cv_app_btn__top li {
  display: inline-block;
  max-width: 150px;
  width: calc(50% - 15px);
  text-align: center;
  float: none;
  margin-right: 10px;
}

.cv_app_btn__top li:last-child {
  margin-left: 10px;
  margin-right: 0;
}

.cv_app_btn__top li a {
  display: inline-block;
  width: 100%;
}

.cv_app_btn__top li a img {
  width: 100%;
  height: auto;
}

#top .btn1 a {
  background-color: #111111;
}

#swiper-container__top {
  margin: 60px auto 40px auto;
  padding: 30px 0;
  position: relative;
}

.mslider div.swiper-slide {
  width: 100%;
  max-width: 680px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.mslider div.swiper-slide img {
  width: calc(100% - 22px);
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.05);
}

#swiper-container__top .swiper-button-prev,
#swiper-container__top .swiper-button-next {
  --swiper-navigation-color: #ffffff;
  width: 34px;
}
#swiper-container__top .swiper-button-prev img,
#swiper-container__top .swiper-button-next img {
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

#swiper-container__top .swiper-pagination-bullet-active {
  background-color: #111111 !important;
}

.list__monokrom-service {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.list__monokrom-service li {
  width: 31%;
  border: solid 1px #E6E5E5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 0 0 2%;
  background-color: #ffffff;
}

#top .list__monokrom-service li {
  width: 48%;
}

@media screen and (max-width: 660px) {
  .list__monokrom-service li {
    width: 48%;
  }
}
.list__monokrom-service a {
  color: #141212;
}

.list__monokrom-service h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 27px 18px 20px;
}

.list__monokrom-service h5 {
  padding: 0 18px 22px;
  line-height: 1.3;
  color: #707070;
}

.list__monokrom-service p {
  font-size: 13px;
  line-height: 1.65;
  text-align: justify;
  padding: 0 18px 44px;
}

.list__monokrom-service .contenttype {
  color: #530000;
  text-align: center;
  padding-bottom: 0;
  position: absolute;
  bottom: 18px;
  width: 100%;
}

#jobsample-list {
  padding: 70px 0 0 0;
  margin: 0;
}

#jobsample-list h3 {
  font-size: 22px;
  color: #1e1e1e;
  text-align: center;
  line-height: 1.2;
}

#swiper-container__jobsample-list {
  padding: 30px 36px 20px;
}

#swiper-container__jobsample-list li {
  width: 260px;
  margin: 0 36px 0 0;
  position: relative;
}

#swiper-container__jobsample-list img {
  border-radius: 4px;
}

#swiper-container__jobsample-list p.jobsample-list__offertype {
  position: absolute;
  top: 102px;
  right: 12px;
  font-size: 12px;
  font-weight: bold;
  background-color: #1e1e1e;
  border-radius: 40px;
  padding: 2px 8px 3px 8px;
  color: #ffffff;
  line-height: 1.2;
}

#swiper-container__jobsample-list p.jobsample-list__offertype-offer {
  background-color: #00A5C3;
}

#swiper-container__jobsample-list .jobsample-list__price {
  font-size: 11px;
}

#swiper-container__jobsample-list li h4 {
  line-height: 1.45;
  font-size: 14px;
  padding: 10px 0 10px 0;
  text-align: left;
}

#swiper-container__jobsample-list li h5 {
  position: absolute;
  top: 105px;
  left: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 8px #000000;
  text-align: left;
  line-height: 1;
}

#swiper-container__jobsample-list li p {
  line-height: 1.55;
  font-size: 13px;
  text-align: left;
  padding: 0 0 12px 0;
}

#swiper-container__jobsample-list li p.jpbsample-detailtext {
  color: #707070;
}

#services p {
  line-height: 1.8;
  font-size: 17px;
  padding-bottom: 20px;
}
#services .block__cv {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
}
@media screen and (max-width: 660px) {
  #services .block__cv {
    display: block;
  }
}
#services .block__cv li {
  width: 100%;
  position: relative;
  margin: 0 20px 0 0;
  box-sizing: border-box;
}
#services .block__cv li:last-child {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 660px) {
  #services .block__cv li {
    margin: 0 0 20px 0 !important;
  }
}
#services .block__cv li a.block__cv__btn {
  display: block;
  padding: 20px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  border-radius: 20px;
  color: #111111;
  cursor: pointer;
  font-size: 0.875rem;
  transition: 0.3s;
}
#services .block__cv li a.block__cv__btn:hover {
  background-color: rgba(219, 105, 159, 0.1);
}
#services .block__cv li:last-child a.block__cv__btn:hover {
  background-color: rgba(1, 1, 1, 0.1);
}
#services .block__cv li h4 {
  line-height: 1.35;
  font-size: 1.25rem;
  color: #db699f;
  padding: 10px 0 0 0;
}
#services .block__cv li h4.clientSubCopy {
  color: #111111;
}
#services .block__cv li h4 rt {
  font-size: 0.625rem;
  letter-spacing: 0;
  text-align: center;
  color: #888888;
  transform: translateY(-0.5em);
}
#services .block__cv li h5 {
  line-height: 1.55;
  font-weight: bold;
  font-size: 0.9375rem;
  margin: 0 auto;
  padding: 0 0 12px 0;
}
#services .block__cv li .userImage {
  display: block;
  max-width: 165px;
  width: 100%;
  margin: 20px auto;
}
#services .block__cv li .appImage {
  position: absolute;
  bottom: -15px;
  right: -15px;
  transform: rotate(10deg);
  width: 76px;
}
#services .block__cv li .pcImage {
  position: absolute;
  bottom: -15px;
  right: -75px;
  width: 196px;
}
#services .block__cv li p {
  text-align: center;
  line-height: 1.85;
  font-size: 0.875rem;
}
#services .block__cv li span.btnlike {
  border-radius: 100px;
  padding: 12px 16px;
  font-size: 0.8125rem;
  display: block;
  max-width: 120px;
  margin: 10px auto 0 auto;
  cursor: pointer;
  border: solid 1px #eeeeee;
  line-height: 1;
}

.cv__company__copy {
  line-height: 1.45;
  letter-spacing: 0.5px;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 10px 0 20px 0;
  margin: 0 auto;
}

.cv__company {
  background-color: #d9d9d9;
  background-size: cover;
  border-radius: 20px;
  padding: 34px 20px;
  margin: 20px auto 60px auto;
}
.cv__company ul {
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 660px) {
  .cv__company ul {
    display: block;
  }
}
.cv__company ul li {
  width: 100%;
  padding: 0 30px;
  border-right: solid 1px #ffffff;
  background-image: url("../img/top/icn__cv__modelsearch.svg");
  background-position: center top;
  background-size: 40px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 660px) {
  .cv__company ul li {
    padding: 45px 30px;
    border-right: none;
  }
}
.cv__company ul li:nth-child(2) {
  background-image: url("../img/top/icn__cv__simpleplan.svg");
}
.cv__company ul li:last-child {
  border-right: none;
  background-position: center top 10px;
  background-size: 42px auto;
  background-image: url("../img/top/icn__cv__contact.svg");
}
@media screen and (max-width: 660px) {
  .cv__company ul li:last-child {
    padding: 45px 30px 0 30px;
  }
}
.cv__company ul li .cv__copy {
  padding-top: 48px;
}
@media screen and (max-width: 660px) {
  .cv__company ul li .cv__copy {
    padding-top: 10px;
  }
}
.cv__company ul li p {
  line-height: 1.85;
  font-weight: bold;
}
.cv__company ul li h5 {
  padding: 12px 0;
  line-height: 1.55;
  font-size: 0.8125rem;
  text-align: left;
  font-weight: normal;
}
.cv__company ul li a {
  border-radius: 100px;
  padding: 12px 16px;
  font-size: 0.8125rem;
  display: block;
  margin: 10px auto 0 auto;
  cursor: pointer;
  line-height: 1;
  background-color: #111111;
  font-size: 0.9375rem;
  color: #ffffff;
  opacity: 1;
  transition: 0.4s;
}
.cv__company ul li a:hover {
  opacity: 0.6;
}

#mainslider {
  background-color: #d9d9d9;
}/*# sourceMappingURL=top.css.map */