#page.in.index {
  overflow: hidden;
}
#page.in.index .view_more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in.index .view_more:hover .view_more_arrow {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#page.in.index .view_more p,
#page.in.index .view_more a {
  font-size: 16px;
  margin-right: 20px;
}
#page.in.index .view_more .view_more_arrow {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  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;
  background-color: #000;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#page.in.index .view_more .view_more_arrow img {
  width: 100%;
  max-width: 12px;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .view_more p {
    font-size: 12px;
    margin-right: 10px;
  }
  #page.in.index .view_more .view_more_arrow {
    width: 30px;
    height: 30px;
  }
  #page.in.index .view_more .view_more_arrow img {
    max-width: 8px;
  }
}
#page.in.index .top_mv {
  background-image: url(../img/index/top_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  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;
}
#page.in.index .top_mv .top_mv_logo {
  width: 100%;
  max-width: 130px;
}
#page.in.index .top_mv .top_mv_wrap {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
#page.in.index .top_mv .top_mv_title {
  margin-bottom: 25px;
}
#page.in.index .top_mv .top_mv_title p {
  font-size: 85px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.1;
  letter-spacing: -0.05em;
}
#page.in.index .top_mv .top_mv_title span {
  letter-spacing: 0.05em;
}
#page.in.index .top_mv .top_mv_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in.index .top_mv .top_mv_text p {
  font-size: 15px;
  color: #fff;
}
#page.in.index .top_mv .top_mv_text_eng {
  width: 100%;
  max-width: 180px;
  position: relative;
  bottom: 5px;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .top_mv {
    background-image: url(../img/index/top_mv_sp.jpg);
    display: block;
  }
  #page.in.index .top_mv .top_mv_title {
    margin-bottom: 20px;
  }
  #page.in.index .top_mv .top_mv_title p {
    font-size: 43px;
  }
  #page.in.index .top_mv .top_mv_wrap {
    left: 15px;
    bottom: 70px;
  }
  #page.in.index .top_mv .top_mv_text {
    position: relative;
  }
  #page.in.index .top_mv .top_mv_text:after {
    content: "";
    display: block;
    background-image: url(../img/index/top_mv_text_eng.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: -20px;
  }
  #page.in.index .top_mv .top_mv_text p {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
#page.in.index .our_services {
  padding: 130px 0 220px 0;
}
#page.in.index .our_services .our_services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.in.index .our_services .our_services_title {
  width: 100%;
  max-width: 600px;
  margin-right: 60px;
}
#page.in.index .our_services .our_services_title_wrap {
  position: relative;
}
#page.in.index .our_services .our_services_img {
  width: 100%;
  max-width: 872px;
  position: relative;
  z-index: 5;
}
#page.in.index .our_services .our_services_img_bg {
  position: absolute;
  left: 40px;
  right: 0;
  bottom: -40px;
  z-index: -1;
  width: 100%;
  max-width: 830px;
  height: 200px;
  display: block;
  background-color: #00cbe1;
  border-radius: 0 0 0 20px;
}
#page.in.index .our_services .our_services_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in.index .our_services .our_services_title_vertical {
  margin-right: 70px;
}
#page.in.index .our_services .our_services_title_vertical p {
  font-size: 50px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 5px;
}
#page.in.index .our_services .our_services_title_text {
  margin-bottom: 80px;
}
#page.in.index .our_services .our_services_title_text .title_eng {
  font-size: 32px;
  font-weight: 600;
  color: #00cbe1;
  margin-bottom: 30px;
}
#page.in.index .our_services .our_services_title_text p {
  font-size: 15px;
}
#page.in.index .our_services .our_services_logo {
  width: 100%;
  max-width: 210px;
  position: absolute;
  bottom: -310px;
  left: -150px;
}
@media (min-width: 1px) and (max-width: 1600px) {
  #page.in.index .our_services {
    padding: 130px 0 220px 50px;
  }
  #page.in.index .our_services .our_services_logo {
    max-width: 13.125vw;
    bottom: -19.375vw;
    left: -9.375vw;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .our_services {
    padding: 40px 0 30px 20px;
  }
  #page.in.index .our_services .our_services_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #page.in.index .our_services .our_services_title_vertical {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  #page.in.index .our_services .our_services_title_vertical p {
    font-size: 35px;
  }
  #page.in.index .our_services .our_services_img {
    margin-bottom: 40px;
  }
  #page.in.index .our_services .our_services_title_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    margin-right: 15px;
  }
  #page.in.index .our_services .our_services_img_bg {
    border-radius: 0 0 0 10px;
    left: 20px;
    bottom: -15px;
  }
  #page.in.index .our_services .our_services_title_text {
    margin-bottom: 20px;
  }
  #page.in.index .our_services .our_services_title_text .title_eng {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page.in.index .our_services .our_services_title_text p {
    font-size: 13px;
  }
  #page.in.index .our_services .our_services_logo {
    position: unset;
    max-width: 90px;
    margin-left: auto;
  }
}
#page.in.index .about_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in.index .about_img .about_img_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .about_img .about_img_item {
    max-width: 150px;
  }
}
#page.in.index .top_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -120px;
}
#page.in.index .top_message .top_message_president {
  width: 100%;
  max-width: 670px;
  margin-left: 30px;
}
#page.in.index .top_message .top_message_title {
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  margin-left: 100px;
}
#page.in.index .top_message .top_message_title_vertical {
  margin-left: 70px;
}
#page.in.index .top_message .top_message_title_vertical p {
  font-size: 50px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 5px;
}
#page.in.index .top_message .top_message_title_text {
  margin-bottom: 80px;
}
#page.in.index .top_message .top_message_title_text .title_eng {
  font-size: 32px;
  font-weight: 600;
  color: #00cbe1;
  margin-bottom: 30px;
}
#page.in.index .top_message .top_message_title_text p {
  font-size: 15px;
}
@media (min-width: 1px) and (max-width: 1600px) {
  #page.in.index .top_message {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #page.in.index .top_message .top_message_title {
    padding-top: 150px;
    padding-bottom: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .top_message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #page.in.index .top_message .top_message_title {
    margin-left: 0;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 80px;
  }
  #page.in.index .top_message .top_message_title_text_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    margin-left: 15px;
  }
  #page.in.index .top_message .top_message_title_vertical {
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    text-align: -webkit-right;
  }
  #page.in.index .top_message .top_message_title_vertical p {
    font-size: 35px;
  }
  #page.in.index .top_message .top_message_title_text {
    margin-bottom: 20px;
  }
  #page.in.index .top_message .top_message_title_text .title_eng {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #page.in.index .top_message .top_message_title_text p {
    font-size: 13px;
  }
  #page.in.index .top_message .top_message_president {
    max-width: 230px;
    margin-left: 0;
    margin-top: -140px;
  }
}
#page.in.index #weare {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
#page.in.index .we_are_in {
  background-image: url(../img/index/we_are_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  width: 100%;
  height: 760px;
  padding-top: 80px;
  padding-right: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.in.index .we_are_in .we_are_in_logo {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
#page.in.index .we_are_in .we_are_in_text {
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
#page.in.index .we_are_in .we_are_in_text p {
  font-size: 15px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 3;
}
#page.in.index .we_are_in .we_are_in_text p:first-child {
  margin-left: 50px;
}
#page.in.index .we_are_in .we_are_in_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 70px;
}
#page.in.index .we_are_in .we_are_in_title p {
  font-size: 36px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1.3;
  margin-top: 20px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .we_are_in {
    background-image: url(../img/index/we_are_bg_sp.jpg);
    padding-right: 20px;
    padding-top: 20px;
  }
  #page.in.index .we_are_in .we_are_in_title {
    margin-left: 30px;
  }
  #page.in.index .we_are_in .we_are_in_title p {
    font-size: 22px;
  }
  #page.in.index .we_are_in .we_are_in_logo {
    max-width: 60px;
  }
  #page.in.index .we_are_in .we_are_in_text {
    padding-top: 80px;
  }
  #page.in.index .we_are_in .we_are_in_text p {
    font-size: 13px;
    line-height: 2.4;
  }
  #page.in.index .we_are_in .we_are_in_text p:first-child {
    margin-left: 30px;
  }
}
#page.in.index .recruit {
  padding: 100px 0 80px 0;
}
#page.in.index .recruit .recruit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.in.index .recruit .recruit_title {
  width: 100%;
  max-width: 440px;
  margin-right: 100px;
}
#page.in.index .recruit .recruit_title_wrap {
  position: relative;
}
#page.in.index .recruit .recruit_img {
  width: 100%;
  max-width: 924px;
  position: relative;
  z-index: 5;
}
#page.in.index .recruit .recruit_img_bg {
  position: absolute;
  left: 40px;
  right: 0;
  top: -40px;
  z-index: -1;
  width: 100%;
  max-width: 890px;
  height: 200px;
  display: block;
  background-color: #00cbe1;
  border-radius: 20px 0 0 0;
}
#page.in.index .recruit .recruit_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in.index .recruit .recruit_title_vertical {
  margin-right: 70px;
}
#page.in.index .recruit .recruit_title_vertical p {
  font-size: 50px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 5px;
}
#page.in.index .recruit .recruit_title_text {
  margin-bottom: 80px;
}
#page.in.index .recruit .recruit_title_text .title_eng {
  font-size: 32px;
  font-weight: 600;
  color: #00cbe1;
  margin-bottom: 30px;
}
#page.in.index .recruit .recruit_title_text p {
  font-size: 15px;
}
#page.in.index .recruit .recruit_join_text {
  width: 100%;
  max-width: 300px;
  position: absolute;
  bottom: 20px;
  left: -125px;
}
@media (min-width: 1px) and (max-width: 1600px) {
  #page.in.index .recruit {
    padding: 100px 0 70px 50px;
  }
  #page.in.index .recruit .recruit_join_text {
    max-width: 200px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .recruit {
    padding: 40px 0 20px 0;
  }
  #page.in.index .recruit .recruit_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #page.in.index .recruit .recruit_img {
    max-width: 308px;
    margin-left: auto;
    margin-bottom: 30px;
  }
  #page.in.index .recruit .recruit_img_bg {
    border-radius: 5px 0 0 0;
    top: -15px;
    left: 20px;
  }
  #page.in.index .recruit .recruit_join_text {
    max-width: 120px;
    bottom: 10px;
    left: -55px;
  }
  #page.in.index .recruit .recruit_title {
    padding-left: 20px;
  }
  #page.in.index .recruit .recruit_title_vertical {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  #page.in.index .recruit .recruit_title_vertical p {
    font-size: 35px;
  }
  #page.in.index .recruit .recruit_title_text {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    margin-right: 15px;
  }
  #page.in.index .recruit .recruit_title_text .title_eng {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #page.in.index .recruit .recruit_title_text p {
    font-size: 13px;
  }
}
#page.in.index .manga .contact_title {
  text-align: center;
  margin-bottom: 20px;
}
#page.in.index .manga .contact_title p:first-child {
  font-size: 50px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#page.in.index .manga .contact_title p:last-child {
  font-size: 32px;
  font-weight: 600;
  color: #00cbe1;
}
#page.in.index .manga .contact_area_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#page.in.index .manga .manga-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
#page.in.index .manga .manga-item {
  width: 100%;
}
#page.in.index .manga .manga-item-img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#page.in.index .manga .manga-item-img:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 1px) and (max-width: 1600px) {
  #page.in.index .manga {
    width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .manga {
    width: 100%;
    padding: 30px 20px 0 20px;
  }
  #page.in.index .manga .contact_title {
    margin-bottom: 25px;
  }
  #page.in.index .manga .contact_title p:first-child {
    font-size: 35px;
  }
  #page.in.index .manga .contact_title p:last-child {
    font-size: 19px;
  }
  #page.in.index .manga .contact_area_inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
  #page.in.index .manga .manga-wr {
    display: block;
  }
  #page.in.index .manga .manga-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #page.in.index .manga .manga-item:last-child {
    margin-bottom: 0;
  }
  #page.in.index .manga .manga-item-img {
    margin: 0 auto;
    text-align: center;
  }
  #page.in.index .manga .manga-item-img a {
    display: inline-block;
  }
}
#page.in.index .contact {
  padding: 110px 0 0 0;
}
#page.in.index .contact p {
  text-align: center;
}
#page.in.index .contact .contact_title {
  text-align: center;
  margin-bottom: 40px;
}
#page.in.index .contact .contact_title p:first-child {
  font-size: 50px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#page.in.index .contact .contact_title p:last-child {
  font-size: 32px;
  font-weight: 600;
  color: #00cbe1;
}
#page.in.index .contact .contact_area_inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 330px;
  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;
  background-color: #f7f8f8;
  border-radius: 10px;
}
#page.in.index .contact .contact_area_inner > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 10px;
}
#page.in.index .contact .contact_area_text {
  margin-bottom: 25px;
  font-size: 20px;
}
#page.in.index .contact .contact_area_left {
  border-right: 1px solid #000;
}
#page.in.index .contact .tel {
  display: block;
  width: 100%;
  max-width: 490px;
  margin: 0 auto 15px auto;
}
#page.in.index .contact .caption {
  font-size: 15px;
}
#page.in.index .contact .contact_btn {
  background-color: #000;
  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;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  height: 84px;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#page.in.index .contact .contact_btn:hover {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#page.in.index .contact .contact_btn .mail {
  width: 100%;
  max-width: 32px;
}
#page.in.index .contact .contact_btn p {
  font-size: 18px;
  color: #fff;
}
#page.in.index .contact .contact_btn .arrow {
  width: 100%;
  max-width: 12px;
}
@media (min-width: 1px) and (max-width: 1600px) {
  #page.in.index .contact {
    width: 95%;
    margin: 0 auto;
  }
  #page.in.index .contact .contact_area_inner {
    gap: 10px;
  }
  #page.in.index .contact .contact_area_left {
    border-right: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .contact {
    width: 100%;
    padding: 60px 0 0 0;
  }
  #page.in.index .contact .contact_title {
    margin-bottom: 25px;
  }
  #page.in.index .contact .contact_title p:first-child {
    font-size: 35px;
  }
  #page.in.index .contact .contact_title p:last-child {
    font-size: 19px;
  }
  #page.in.index .contact .contact_area_inner {
    display: block;
    border-radius: unset;
    height: auto;
    padding: 40px 0;
  }
  #page.in.index .contact .contact_area_inner > div {
    padding-bottom: 20px;
  }
  #page.in.index .contact .contact_area_left {
    position: relative;
  }
  #page.in.index .contact .contact_area_left:after {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #page.in.index .contact .contact_area_right {
    padding-top: 20px;
  }
  #page.in.index .contact .contact_area_text {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #page.in.index .contact .tel {
    max-width: 310px;
  }
  #page.in.index .contact .caption {
    font-size: 12px;
  }
  #page.in.index .contact .contact_btn {
    max-width: 300px;
    height: 52px;
  }
  #page.in.index .contact .contact_btn p {
    font-size: 13px;
  }
  #page.in.index .contact .contact_btn .mail {
    max-width: 20px;
  }
  #page.in.index .contact .contact_btn .arrow {
    max-width: 8px;
  }
}