@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabigothic.css");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Noto+Sans");
/*========================================
Text Format
========================================*/
/* Safari 4.0 - 8.0 */

@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
.font_adventor {
  font-family: 'tex_gyre_adventorregular', sans-serif;
}

.font_adventor_bold {
  font-family: 'tex_gyre_adventorregular_bold', sans-serif;
}

.font_futura {
  font-family: "futura-pt-n4", "futura-pt", "Didact Gothic", sans-serif;
  font-weight: 400;
}
.font_futura.bold {
  font-family: "futura-pt-n6", "futura-pt",  "Didact Gothic", sans-serif;
}

.font_noto {
  font-family: 'Noto Sans Japanese', sans-serif;
}

.font_robo {
  font-family: 'Roboto', sans-serif;
}

.font_fjalla {
  font-family: 'Fjalla One', sans-serif;
}

.font_number-rough {
  font-family: number-five-rough, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.font_Funky-bold {
  font-family: funkydori, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.font_Funky-regular {
  font-family: funkydori, sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.ic_point span {
  font-size: .9rem;
  color: #fff!important;
  background-color: #fd7e00;
  border-radius: 20px;

  padding: 4px 15px 3px !important;
  font-family: 'tex_gyre_adventorregular', sans-serif;
  font-size: 12px !important;
  font-style: normal;
  line-height: 1.5 !important;
  letter-spacing: .05em !important;
  opacity: 1 !important;
}

.wrap_btn_pair-base {
  max-width: 1024px;
  margin: 0 auto;
}

.btn_pair-base {
  width: calc( (100% / 2) - 10px );
}

.btn_pair-base:hover .m-card_img{
  -webkit-transition: all 0.45s cubic-bezier(0.175, 0.885, 0.57, 1.48);
  transition: all 0.45s cubic-bezier(0.175, 0.885, 0.57, 1.48);
  -webkit-transform: scale(0.84) translateY(4%);
  -ms-transform: scale(0.84) translateY(4%);
  transform: scale(0.84) translateY(4%);
}

.btn_pair-base:hover a {
  -webkit-transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  transition: all 0.55s cubic-bezier(0.175, 0.885, 0.47, 1.26);
  -webkit-transform: scale(0.97) translateY(0);
  -ms-transform: scale(0.97) translateY(0);
  transform: scale(0.97) translateY(0);
}

.btn_pair-base a {
  display: block;
  padding: 40px;
  background-color: #fff;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .wrap_btn_pair-base {
    flex-direction: column;
  }
  .btn_pair-base {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
  .btn_pair-base + .btn_pair-base {
    margin-top: 20px;
  }
}

.title_btn_pair {
  position: relative;
  padding-left: 23px;

  font-size: 26px;
  font-style: normal;
  letter-spacing: 0.027em;
  line-height: 1.6;
}

.title_btn_pair:after {
  position: absolute;
  content: '';
  /* width: 8px;
  height: 8px; */
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 0;
  margin-top: -1px;

  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 6px;

}

.title_btn_pair.col_yellow:after {
  border-top: solid 3px #e4bd44;
  border-right: solid 3px #e4bd44;
}


.title_btn_pair.col_orange:after {
  border-top: solid 3px #ffb562;
  border-right: solid 3px #ffb562;
}

.title_btn_pair.col_green:after {
  border-top: solid 3px #7fab19;
  border-right: solid 3px #7fab19;
}

.wrap_txt_btn_pair-base {
  text-align: left;
}

.wrap_txt_btn_pair-base small {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .title_btn_pair {
    padding-left: 19px;
    font-size: 21px;
    display: block;
  }
  .title_btn_pair:after {
    margin-top: -3px;
  }
}

.m-card_img {
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}

.m-card_imgWrapper {
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  -webkit-transform: scale(1) translateY(0%);
  -ms-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
}

.m-card_imgWrapper img {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
}

.top-category_ar.pair ul li a {
  background-color: transparent !important;
  color: #fff;
  /* -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-animation-name: move_btn;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-name: move_btn;
  animation-duration: 1s;
  animation-fill-mode: forwards; */
}

.top-category_ar.pair ul li:nth-child(1) {
  margin: 0;
  /* background-color: #deecec; */
  background-image: url(../images/sample/bg_guest.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-category_ar.pair ul li:nth-child(1) a {
  background: none;

}

.top-category_ar.pair ul li:nth-child(2) {
  margin: 0;
  /* background-color: #deecec; */
  background-image: url(../images/sample/service-image04.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-category_ar.pair ul li:nth-child(2) a {
  background: none;
}

.top-category_ar.pair ul li span {
  -webkit-transition: all 1.0s;
  -moz-transition: all 1.0s;
  -ms-transition: all 1.0s;
  -o-transition: all 1.0s;
  transition: all 1.0s;
}

/* .top-category_ar.pair ul li:nth-child(1) a,
.top-category_ar.pair ul li:nth-child(1) span,
.top-category_ar.pair ul li:nth-child(2) a,
.top-category_ar.pair ul li:nth-child(2) span {
  color: #fff;
} */

/* .top-category_ar.pair li:hover {
  border: 0 solid transparent;
  padding: 20px;
} */

.top-category_ar.pair li:hover a {
  background-image: none;
}

.top-category_ar.pair ul li:nth-child(1) a:hover,
.top-category_ar.pair ul li:nth-child(2) a:hover,
.top-category_ar.pair ul li:nth-child(1) a:hover span,
.top-category_ar.pair ul li:nth-child(2) a:hover span {
  color: #000 !important;
}


/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.container .contents-main-title {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
  z-index: 2;
  display: inline-block;
  width: auto;
  padding: 47px 60px 40px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;
}
.container .contents-main-title h2 {
  margin-bottom: 0;
}
a {
  text-decoration: none; color: #999;
}

article.bottom {
  padding-bottom: 10px;
}


/* title */
.contents-title_mg {
  margin-top: 20px;
}

.top-category_ar h4 small {
  font-size: 14px !important;
}

@media only screen and (max-width: 767px) {
  .top-category_ar h4 span {
    font-size: 30px !important;
  }
  .top-category_ar h4 small {
    font-size: 12px !important;
  }
}
/* .contents-title_mg.ic_space::after {
  content: '';
  width: 48px;
  height: 58px;
  background-image: url(../images/icon/logo_space-labo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
} */


/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module p {
  margin-bottom: 40px;
  font-size: .5rem;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
.module.parallax {
  position: relative;
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .module.parallax {
    height: 600px;
  }
}

#main_video {
  width: 100%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
}
.title_paral {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 .contents-main-title{
  width: 300px;
  padding: 47px 0 40px;
}

@media all and (min-width: 600px) {
  section.module p {
    font-size: .5rem;
  }
  section.module.parallax .title_paral {
    font-size: 3rem;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax .title_paral {
    font-size: 3rem;
  }
}

.img_service {
  background-color: #fff;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;

  box-shadow: 0px 1px 26px -2px #efefef;
  -moz-box-shadow: 0px 1px 26px -2px #efefef;
  -webkit-box-shadow: 0px 1px 26px -2px #efefef;
}


/* -----------------------------------------------------------
	new
----------------------------------------------------------- */
.top-contents_ar-01, .top-contents_ar-02 {
  position: relative;
  height: auto;
  padding: 100px 0;
  /* background-color: #f1f1f1; */
}
.top-cotents_bg {
  height: 100%;
}
.top-category_ar {
  height: auto;
}

.top-category_ar li {
  width: 50%;
}

.top-category_ar.full li {
  width: 100%;
}

.top-category_ar li.full {
  width: 100%;
}

.top-category_ar li a {
  background-color: #fff;
  box-sizing: border-box;
}

.top-category_ar li:hover a {
  border-left: none;
}

.top-category_ar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.top-category_ar li + li {
  border-left: 1px solid #eee;
}

.top-category_ar li {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.top-category_ar li a {
  border: none;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.top-category_ar li:hover {
  opacity: .75 !important;
}

.top-category_ar li:hover a {

  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.top-contents_ar-02.bottom {
  margin-bottom: 80px;
}

.top-contents_ar-01, .top-contents_ar-02 {
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .top-contents_ar-01, .top-contents_ar-02 {
    padding: 0;
  }
  .top-category_ar ul {
    margin-bottom: 20px;
  }
  .top-category_ar ul li {
    border: none;

  }
  .top-category_ar ul li + li {
    margin-top: 14px;
  }
  .top-category_ar a.nth-nuber_1 {
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .top-category_ar a {
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .top-category_ar h4 {
    padding: 0 45px 0 30px;
    text-align: left;
  }
  .top-category_ar h4 span {
    display: block;
    padding-left: 0;
    text-align: left;
  }
  .top-category_ar {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .top-category_ar li {
    width: 100%;
    float: none;
  }
}

.footer_upper {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
}

.footer_upper:after {
  content: '';
  background-color: #f1f1f1;
  height: 15px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  z-index: 2;
}

body {
  background-color: #f1f1f1;
}

.contents-display_inner-2 dt {
  margin-right: 10px;
}

.col_yellow {
  color: #e4bd44 !important;
}

.col_green {
  color: #7fab19 !important;
}

.col_orange {
  color: #fd7e00;
}

.steps {
  position: relative;
  clear: both;
}

.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .timeline {
    width: 100% !important;
    margin: 0 !important;
  }
}

.c-timeline-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -js-display: flex;
  display: flex;
  justify-content:space-between;
}

.wrap_img_service {
  width: calc( (100% / 3) - 20px );
}

.wrap_txt_timeline-box {
  width: calc( (100% / 1.5) - 10px );
}

@media only screen and (max-width: 767px) {
  .c-timeline-box {
    flex-direction: column;
  }
  .wrap_img_service,
  .wrap_txt_timeline-box {
    width: 100%;
  }

  .wrap_img_service {
    margin-top: 16px;
    margin-bottom: 9px;
  }

  .wrap_txt_timeline-box  {
    padding: 0 10px;
  }

  .contents-display_ar, .contents-display_ar-2 {
    padding: 30px 4%;
  }
}

.timeline-box {
  position: relative;
  /* margin: 1em 2.5%; */
  list-style-type: none;
  display: block;
  padding: 28px 5%;
  background: #f7f7f7;
  z-index: 1;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.timeline-box + .timeline-box {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .timeline-box + .timeline-box {
    margin-top: 0;
  }
}

.img_flowchart {
  position: relative;
  max-width: 100%;
  /* min-height: 645px; */
  margin: 0 auto 40px;
  /* background-image: url('../images/contents/service-img_flowchart.jpg');
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat; */
  text-align: center;
  clear: both;
}

.img_flowchart.agency {
  margin-bottom: 20px;
}

.ic_user,
.ic_host {
  align-self: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #f8f7fc;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;

  box-shadow: 0px 1px 12px -2px #b5b5b5;
  -moz-box-shadow: 0px 1px 12px -2px #b5b5b5;
  -webkit-box-shadow: 0px 1px 12px -2px #b5b5b5;
}

.ic_user {
  background-image: url('../images/contents/service_ic_user.jpg');
  background-size: 43% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.ic_host {
  background-image: url('../images/contents/service_ic_host.jpg');
  background-size: 43% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.parts_chart {
  position: relative;
}

.parts_chart.middle {
  flex-grow: 2.4;
  flex-shrink: 1;
}

.parts_chart.user,
.parts_chart.host {
  flex-grow: 0.6;
  flex-shrink: 2.4;
  flex-basis: 80px;
  min-width: 200px;
}

.parts_chart-flow {
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 464px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* component */
.logo_venture,
.flow {
  align-self: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.logo_venture {
  position: relative;
  top: 19px;
  flex: 1 3 100px;
  min-width: 40px;
  padding: 43px 10px 40px;
  border: 2px solid #000;
  background-image: url(../images/contents/service_logo_venture.jpg);
  background-repeat: no-repeat;
  background-position: top 13px center;
  background-size: 80% auto;
  -o-border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.logo_venture {
  flex-basis: 100px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: justify;
  text-justify: inter-ideograph;
}

.flow {
  position: relative;
  top: 18px;
  z-index: 2;
  flex: 1 1 400px;
  flex-direction: column;
  align-self: center;
  height: 180px;
}

/* parts */
.wrap_ic_flow {
  position: relative;
  height: 80%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .wrap_ic_flow {
    overflow: visible;
  }
}

.wrap_ic_flow:before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 86%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

@media only screen and (max-width: 767px) {

}

.wrap_ic_flow:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.wrap_ic_flow:before,
.wrap_ic_flow:after {
  opacity: 1;
}

.wrap_ic_flow.is_unvisible:before,
.wrap_ic_flow.is_unvisible:after {
  opacity: 0;
}

.wrap_ic_flow.right:before,
.wrap_ic_flow.right:after {
  left: -100%;
}

.wrap_ic_flow.left:before,
.wrap_ic_flow.left:after {
  left: 100%;
}

.wrap_ic_flow.left:after {
  transform: translateY(-50%) rotate(180deg);
}

.wrap_ic_flow.right.active:after {
  left: 92%;
  transform: translateY(-50%);
}

.wrap_ic_flow.left.active:after {
  left: 4%;
  transform: translateY(-50%) rotate(180deg);
}

.wrap_ic_flow.active:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .wrap_ic_flow.right:before,
  .wrap_ic_flow.right:after,
  .wrap_ic_flow.left:before,
  .wrap_ic_flow.left:after {
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
  }
}


.ic_flow {
  position: relative;
  top: 13px;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border: 1px double #000;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.bg_green {
  background-color: #97ce17 !important;
}

@media only screen and (max-width: 767px) {
  .ic_flow {
    top: 0;
  }
}

.invisible {
  display: none !important;
}

.visible {
  display: block !important;
}

.ic_flow img {
  align-self: center;
  justify-content: center;
  width: 72%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.txt_read.base {
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: .05em !important;
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.txt_read.base.balloon {
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.box_user {
  align-self: center;
  position: relative;
  top: 20px;
  width: 100%;
  min-height: 160px;
  padding: 48px 10px 24px;
  background-color: rgb(255, 109, 0);
  color: #fff;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.btn-follow {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 32px;
  height: 32px;
  z-index: 101;
  /* background: linear-gradient(to left, #ff6100, #ffda5a); */
  background-color: #9e9e9e;
  border-radius: 100%;
  transform: rotate(45deg);
}

.btn-follow:after {
  content: '';
  position: absolute;
  background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077480/profile-card/images/add.svg) no-repeat;
  width: 17px;
  height: 17px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrw {
  display: none;
}

.arrw,
.arrw-pc {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 100%;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 100px;
  font-size: 12px;
}

.flow-pc {
  width: 100% !important;
  margin: 0 0 20px !important;
  float: none !important;
}

@media only screen and (max-width: 767px) {
  .flow-pc {
    display: none;
  }
}

.arrw-pc {
  width: calc((100% / 4) - 10px);
}

@media only screen and (min-width: 768px) {
  .arrw {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .arrw {
    display: block;
  }
}

.arrw:before,
.arrw-pc:before {
  position: absolute;
  content: " ";
  border-style: solid;
  border-width: 10px;
}

.arrw:after,
.arrw-pc:after {
  position: absolute;
  content: " ";
  border-style: solid;
  border-width: 12px;
}

/* TOP */
.arrw-top {
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.arrw-top:before {
  top: -19px;
  left: 50%;
  z-index: 2;
  margin-left: -10px;
  border: 8px solid transparent;
  border-bottom: 12px solid #FFF;
}

.arrw-top:after {
  top: -23px;
  left: 50%;
  z-index: 1;
  margin-left: -12px;
  border: 10px solid transparent;
  border-bottom: 14px solid #555;
}

/* BOTTOM */
.arrw-bottom {
  position: absolute;
  bottom: 182px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.arrw-bottom:before,
.arrw-bottom-pc:before {
  bottom: -19px;
  left: 50%;
  z-index: 2;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 12px solid #FFF;
}

.arrw-bottom:after,
.arrw-bottom-pc:after {
  bottom: -23px;
  left: 50%;
  z-index: 1;
  margin-left: -12px;
  border: 10px solid transparent;
  border-top: 14px solid #555;
}

/* RIGHT */
.arrw-right:before {
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
}

/* LEFT */
.arrw-left:before {
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-color: transparent #000 transparent transparent;
}

.arrw-double:before {
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-color: transparent #000 transparent transparent;
}

.arrw-double:after {
  position: absolute;
  content: " ";
  border-style: solid;
  border-width: 10px;
  top: 50%;
  right: -20px;
  margin-top: -10px;
  border-color: transparent transparent transparent #000;
  z-index: 1;
}

/* card */
.mdl-card {
  width: 100%;
  min-height: 0;
  margin: 10px auto 0;
}

.mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 25%;
  /* 100 / no_of_steps */
}

.mdl-stepper-step:hover {
  cursor: pointer;
}


/* Begin actual mdl-stepper css styles */

.mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px 10px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover,
.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  background-color: rgba(0, 0, 0, .06);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  border-radius: 15% / 75%;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
  background-color: #ff6100;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #ff6100;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
  color: white;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: rgb(255, 97, 0);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: normal;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  text-align: center;
  text-align: center !important;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  color: rgba(0, 0, 0, .87);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title,
.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title {
  font-weight: 300;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, .54);
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}

.mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

.ic_num {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  width: 26px;
  height: 26px;
  background-color: #ff6100;
  color: #fff;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 26px;
}

.wrap_ic_flow .txt_read {
  position: relative;
  top: -7px;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 767px) {
  .box_user {
    top: 0;
    min-height: 120px;
  }
  .img_flowchart {
    flex-direction: column;
    margin: 0;
  }
  .parts_chart-flow {
    flex-direction: column;
  }
  .flow {
    justify-content: space-around !important;
    flex: 1 1 200px;
    flex-direction: row;
    top: -15px;
    width: 100%;
  }
  .flow.line2 {
    top: 20px;
    margin-bottom: 40px;
  }
  .ic_flow {
    align-self: center;
  }
  .arrw {
    width: 49%;
  }

  .arrw-top,
  .arrw-bottom {
    transform: translateX(0%);
    z-index: 5;
  }
  
  /* flow4 */
  .line1 .arrw-top {
    top: 122px;
    right: 0;
    left: auto;
  }
  /* flow1 */
  .line1 .arrw-bottom {
    bottom: 122px;
    right: auto;
    left: 1%;
  }
  /* flow3 */
  .line2 .arrw-top {
    top: 122px;
    right: 0;
    left: auto;
  }
  /* flow2 */
  .line2 .arrw-bottom {
    bottom: 122px;
    right: auto;
    left: 1%;
  }

  .wrap_ic_flow {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    -js-display: flex;
    display: flex;
    align-self: center;
    text-align: center;
  }

  .wrap_ic_flow .txt_read {
    top: 0;
    right: 1.8em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left !important;
  }

  .wrap_ic_flow:before {
    width: 1px;
    height: 100%;
  }

  .wrap_ic_flow.right:after,
  .wrap_ic_flow.left:after {
    transform: rotate(90deg);
  }
  .wrap_ic_flow.right:after {
    top: auto;
    bottom: -10px;
    left: calc(50% - 5px);
  }
  .wrap_ic_flow.left:after {
    top: auto;
    bottom: -10px;
    left: calc(50% - 5px);
  }
  .logo_venture {
    flex-basis: 10px;
    top: 15px;
    width: 100%;
    padding: 20px 10px;
    writing-mode: lr-tb;
    /* background-size: auto 22px;
    background-position: left 20px center; */
    background: none;
  }
  .logo_venture span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    vertical-align: middle;
  }
  .parts_chart.user,
  .parts_chart.host {
    flex-basis: 200px;
  }
}

.title_user {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  letter-spacing: .075em;
  line-break: 1.5;
}

.title_user small {
  position: relative;
  display: block;
  font-size: 9px !important;
  font-weight: 400;
  letter-spacing: .02em;
  line-break: 1.5;
  opacity: .8;
}

.txt_user {
  font-size: 11px !important;
  letter-spacing: .03em;
  line-height: 1.5 !important;
}

.circle-btn--container {
  cursor: pointer;
}

.btn_small_type1 {
  margin-top: 10px;
}

.btn_small_type1 a {
  padding: 8px 27px;
  background-color: #fff;
  border-radius: 20px;
  color: rgb(255, 109, 0);
  font-size: 14px;
}

.circle-btn--container:hover .circle-btn--outer {
  transform: translateX(-8px) translateZ(0);
}

.circle-btn--container:hover .circle-arrow--icon {
  transform: translateX(-8px);
}

.circle-btn--container:hover .circle-arrow--bar {
  transform: scaleX(0.55);
}

.circle-btn--outer {
  mix-blend-mode: invert;
  cursor: pointer;
  width: 120px;
  height: 120px;
  border: 3px solid #3C4C5B;
  border-radius: 50%;
  position: relative;
  transition: transform 0.7s cubic-bezier(1, 0, 0.25, 1), opacity 0.7s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1);
}

.circle-arrow--icon {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 75%;
  height: 8px;
  transform: translateX(0) translateZ(0);
  transition: transform 0.7s cubic-bezier(1, 0, 0.25, 1);
  will-change: transform;
}

.circle-arrow--bar {
  width: 200px;
  height: 3px;
  width: 100%;
  background-color: #3C4C5B;
  position: absolute;
  top: 3px;
  transform: translateZ(0);
  transform-origin: 0 0;
  transition: transform 0.7s cubic-bezier(1, 0, 0.25, 1), opacity 0.7s cubic-bezier(1, 0, 0.25, 1);
  will-change: transform opacity;
}

.circle-arrow--triangle {
  border-bottom: solid 6px transparent;
  border-right: solid 6px transparent;
  border-left: solid 6px #3C4C5B;
  border-top: solid 6px #3C4C5B;
  transform: rotate(-45deg) translateX(-6px);
  transform-origin: calc(50% - 6px) 0;
  transition: 0.3s ease;
  width: 0;
  height: 0;
}

/* .img_flowchart img {
  width: 100%;
  max-width: 100%;
} */

.img_flowchart:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url('../images/');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  -webkit-transition: all 2.3s ease-out;
  -moz-transition: all 2.3s ease-out;
  -ms-transition: all 2.3s ease-out;
  transition: all 2.3s ease-out;
  opacity: .4;
}

@media only screen and (max-width: 767px) {
  .timeline .timeline-box {
    width: 100%;
    padding: 20px 4%;
    margin-right: 0;
    margin-left: 0;
    box-sizing: border-box;
  }
}

.timeline .timeline-box .timeline-title {
  margin-bottom: 4px;
  padding-top: 8px;
  color: #000;

  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: .036em;
  text-align: justify;
  text-justify: inter-ideograph;
  /* color: #ff0061; */
}

@media only screen and (max-width: 767px) {
  .timeline .timeline-box .timeline-title {
    font-size: 18px;
  }
}
.timeline .timeline-box .timeline-details {
  clear: both;
  padding-top: 5px;
}

/* .timeline-box:hover, .timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
} */

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.steps-area {
  padding: 40px 0 0;
}

.contents-display_ar-2 li p {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: .04em;
  text-align: left;
  color: #383838;
}

article.bottom .contents-display_ar p, .contents-display_ar-2 p {
  padding-bottom: 0;
}


/* ----- 背景用の動画ファイル ----- */
#bg-video{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background-image: url("../images/contents/bg-video.png");
  background-size: cover;
  opacity: .4;
  -o-object-fit: cover;
  object-fit: cover;
}

#bg-video.video-recruit {
  background: url("../images/contents/Fotolia_215667391_Subscription_Monthly_M.jpg") bottom center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #bg-video.video-recruit {
    min-width: auto;
    max-width: 100%;
    background: url("../images/contents/Fotolia_215667391_Subscription_Monthly_M_sp.jpg") bottom right no-repeat;
    background-size: cover;
  }
}
/* footer {
  background-color: #000 !important;
} */

.contents-display_ar-2 img {
  margin: 0;
}

/* -----------------------------------------------------------
	new
----------------------------------------------------------- */
.banner_sample {
  position: relative;
  z-index: 1;
  background-color: #f1f1f1;
  padding: 10px 0;
  clear: both;
}

.inner_banner_sample {
  height: 150px;
}

.banner_sample a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.contents-display_ar h4, .contents-display_ar-2 h4 {
  font-size: 21px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .contents-sub-title p {
    font-size: 13px;
  }
  .contents-display_ar h4, .contents-display_ar-2 h4 {
    margin-bottom: 4px;
    font-size: 18px;
  }
}


/* -----------------------------------------------------------
	OFFER
----------------------------------------------------------- */
.speech-bubble {
  position: relative;
  margin: .5em auto;
  padding: 1em;
  width: 10em; height: 4em;
  border-radius: .25em;
  transform: rotate(-4deg) rotateY(15deg);
  background: #629bdd;
  font: 2em/4 Century Gothic, Verdana, sans-serif;
  text-align: center;
}
.speech-bubble:before,
.speech-bubble:after {
  position: absolute;
  z-index: -1;
  content: '';
}
.speech-bubble:after {
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  transform: rotate(2deg) translate(.35em, -.15em) scale(1.02);
  background: #f4fbfe;
}
.speech-bubble:before {
  border: solid 0 transparent;
  border-right: solid 3.5em #f4fbfe;
  border-bottom: solid .25em #629bdd;
  bottom: .25em; left: 1.25em;
  width: 0; height: 1em;
  transform: rotate(45deg) skewX(75deg);
}

.txt_speech-bubble {
  /* txt */
  font-size: 18px;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-problem {
  padding-top: 50px;
}

.list_problem {
  width: 100%;
  position: relative;
  margin: 0 !important;
}

.item_problem {
  position: relative;
  margin: 0 !important;
  padding: 6px 10px 10px 40px;
  float: none !important;
  /* txt */
  font-size: 16px !important;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.titile_lebel5 {
  text-align: center !important;
  /* txt */
  font-size: 19px !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  letter-spacing: 0.04em !important;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 767px) {
  .list_problem {
    width: 100% !important;
  }
  .item_problem {
    width: 100% !important;
  }
}

/* new */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.check {
  width: 32px;
  height: 32px;
  background: #e5e5e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.check:before {
  content: "";
  background: #fff;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 9%;
  left: 9%;
  right: 9%;
  bottom: 9%;
}
.check:after {
  content: "";
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: #ff6d00;
  border-width: 0;
  border-style: solid;
}
.check .check-icon {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 45%;
  fill: #e5e5e5;
}
.check.active:after {
  -moz-transition: ease-out 0.1s all;
  -o-transition: ease-out 0.1s all;
  -webkit-transition: ease-out 0.1s all;
  transition: ease-out 0.1s all;
  border-width: 16px;
}
.check.active .check-icon {
  fill: #fff;
  -moz-animation: bounce 0.2s;
  -webkit-animation: bounce 0.2s;
  animation: bounce 0.2s;
  -moz-animation-delay: 0.08s;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}

@media only screen and (max-width: 767px) {
  .check {
    top: 6px;
  }
}

@-moz-keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* new */
.hukidasi {
  position: relative;
  width: 100%;
  margin-top: 14px;
  padding: 20px 20px 10px;
  background-color: #f7f7f7;
  color: #333;
  line-height: 60px;
  text-align: center;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.hukidasi::before {
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-50%);
  content: "";
  bottom: -36px;
  border: 16px solid transparent;
  border-top: 16px solid #f7f7f7;
}

.hukidasi::after {
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-50%);
  content: "";
  bottom: -29px;
  border: 15px solid transparent;
  border-top: 15px solid #f7f7f7;
  z-index: 1;
}


/* -----------------------------------------------------------
	animation
----------------------------------------------------------- */
@keyframes bg_move01 {
  0% {
    background-position: 0 -40px;
    background-size: 120% auto;
  }
  100% {
    background-position: 0 0;
    background-size: 140% auto;
  }
}

.has-animation {
  position: relative;
  display: table;
}
@media only screen and (max-width: 767px) {
  .has-animation {
    width: 100%;
    text-align: center;
  }
}
.has-animation.full {
  display: block;
}
.has-animation.center {
  margin-right: auto;
  margin-left: auto;
}
.has-animation.left {
  margin-right: auto;
}
/* .has-animation .reveal {
  opacity: 0;
} */
.has-animation.animate-in .reveal {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #eee;
}
.has-animation.animate-in:after {
  background-color: #b37f2c;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.2s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.2s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -----------------------------------------------------------
  agency
----------------------------------------------------------- */
.agency_group_box {
  max-width: 650px;
  margin: 20px auto;
}

.agency_group_box .box_x img {
  position: relative;
  top: 50px;
}

@media only screen and (max-width: 767px) {
  .agency_group_box .box_x {
    padding: 0 10px;
  }
  .agency_group_box .box_x img {
    top: 30%;
  }
}

/* -----------------------------------------------------------
	new
---@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
.snackbar {
  bottom: 1em;
  left: 1em;
  position: fixed;
}
.snackbar-text {
  background-color: #212121;
  border-radius: 0.19em;
  color: #FFF;
  display: inherit;
  font-family: 'Roboto';
  font-size: 0.8em;
  font-weight: 200;
  min-width: 15em;
  padding: 1em 2em;
  position: relative;
  text-align: left;
}

.FAB {
  position: absolute;
  bottom: 30px;
  right: 60px;
  width: 56px;
}
.FAB__action-button, .FAB__mini-action-button {
  cursor: pointer;
  position: absolute;
}
.FAB__action-button {
  bottom: 0;
  right: 0;
}
.FAB__action-button:hover .action-button__icon {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.FAB__mini-action-button {
  bottom: 0;
  right: 49px;
}

.action-button__icon {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  background-color: #ff4081;
  border-radius: 50%;
  color: #fff;
  padding: 16px;
}
.action-button__text--hide {
  display: none;
}
.action-button__text--show {
  background-color: #212121;
  border-radius: 3px;
  color: #fff;
  right: 75px;
  font-size: 14px;
  font-family: "Helvetica Neue";
  opacity: .8;
  padding: 5px 9px;
  position: absolute;
  top: 2px;
  white-space: nowrap;
}

.mini-action-button__icon {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  background-color: #536DFE;
  border-radius: 50%;
  color: #fff;
  padding: 8px;
}
.mini-action-button__icon:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);
}
.mini-action-button__text--hide {
  display: none;
}
.mini-action-button__text--show {
  background-color: #212121;
  border-radius: 3px;
  color: #fff;
  display: block;
  right: 60px;
  font-size: 14px;
  font-family: "Helvetica Neue";
  opacity: .8;
  padding: 5px 9px;
  position: absolute;
  top: -6px;
  white-space: nowrap;
}
.mini-action-button--show {
  position: absolute;
  text-align: center;
}
.mini-action-button--hide {
  display: none;
  opacity: 0;
}

.mini-action-button--show:nth-child(1) {
  bottom: 80px;
}

.mini-action-button--show:nth-child(2) {
  bottom: 140px;
}

.mini-action-button--show:nth-child(3) {
  bottom: 200px;
}

.mini-action-button--show:nth-child(4) {
  bottom: 260px;
}

.mini-action-button--show:nth-child(5) {
  bottom: 320px;
}

.mini-action-button--show:nth-child(6) {
  bottom: 380px;
}

.mini-action-button--show:nth-child(7) {
  bottom: 440px;
}

.mini-action-button--show:nth-child(8) {
  bottom: 500px;
}

.mini-action-button--show:nth-child(9) {
  bottom: 560px;
}

.mini-action-button--show:nth-child(10) {
  bottom: 620px;
}
-------------------------------------------------------- */
.page_agency {

}

.top-category_ar h4 span.middle {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .top-category_ar h4 span.middle {
    font-size: 1.2rem !important;
  }
}