@charset "UTF-8";
/* ------------------------------------
definition
------------------------------------ */
@media screen and (min-width: 1920px) {
  .is-sp {
    display: none;
  }
}

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

@font-face {
  font-family: "DIN";
  src: url("../fonts/din1451alt.ttf") format("opentype");
}

body {
  font-size: 16px;
  color: #FF1E00;
  font-family: 'Noto Sans JP', 'Noto Sans JP Black', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 1.6875;
  margin: 0 auto;
  max-width: 1920px;
}

img {
  width: 100%;
}

.inner {
  max-width: 1640px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 100px;
}

@media screen and (max-width: 1365px) {
  .inner {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

/* ------------------------------------
common
------------------------------------ */
.section {
  padding: 90px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.util-title {
  font-weight: 400;
  text-align: center;
  line-height: 1;
  font-size: 60px;
  margin-bottom: 30px;
  padding: 100px 0;
  font-family: 'DIN', 'Noto Sans JP', 'Noto Sans JP Black', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

@media screen and (max-width: 1365px) {
  .util-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .util-title {
    font-size: 40px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .util-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

.util-subtitle {
  font-size: 40px;
  font-family: 'Noto Sans JP Black', 'Noto Sans JP', 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

@media screen and (max-width: 1023px) {
  .util-subtitle {
    font-size: 22px;
  }
}

.util-subtitle > span {
  font-size: 80px;
}

@media screen and (max-width: 767px) {
  .util-subtitle > span {
    font-size: 50px;
  }
}

/* header
------------------------------------*/
.header {
  padding: 11px 0;
  background: #FF1E00;
}

.drawer--right .header .drawer-hamburger {
  right: 3px;
}

.header .drawer-hamburger-icon {
  z-index: 45;
  background: #333333;
}

.drawer-open .header .drawer-hamburger-icon {
  background: transparent;
}

.header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
  background: #333333;
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
    padding: 10px 0;
    z-index: 35;
  }
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-logoLead {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-logoLead {
    display: initial;
    margin: 0 auto;
  }
}

.header-logo {
  width: 120px;
}

@media screen and (max-width: 1023px) {
  .header-logo {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

.header-lead {
  margin-left: 35px;
}

@media screen and (max-width: 1365px) {
  .header-lead {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .header-lead {
    font-size: 12px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-lead {
    margin-left: 0;
  }
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-nav {
    top: 60px;
    padding-top: 50px;
    background: #FF1E00;
  }
}

.header-nav-list {
  display: flex;
}

@media screen and (max-width: 767px) {
  .header-nav-list {
    display: block;
  }
}

.header-nav-item + .header-nav-item {
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .header-nav-item + .header-nav-item {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-item + .header-nav-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-item {
    display: block;
    text-align: center;
    padding: 20px;
  }
}

.header-nav-item-link {
  border-radius: 999px;
  padding: 0px 23px;
  display: inline-block;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-weight: bold;
}

.header-nav-item-link:hover {
  background: #fff;
  color: #FF1E00;
}

@media screen and (max-width: 1023px) {
  .header-nav-item-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-item-link {
    font-size: 22px;
  }
}

/* ------------------------------------
main
------------------------------------ */
.main__picture {
  padding-top: 39.5833%;
  background: url(../img/fv.png) center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1365px) {
  .main__picture {
    padding-top: 45%;
    background-size: 150%;
  }
}

@media screen and (max-width: 1023px) {
  .main__picture {
    padding-top: 55%;
    background-size: 150%;
  }
}

@media screen and (max-width: 767px) {
  .main__picture {
    padding-top: 99%;
    background-size: 275%;
  }
}

/* メールを送信した時の.mainの動き
------------------------------------*/
.mail__main {
  padding: 50px 0;
  background: #F0F0F0;
}

/* ------------------------------------
service
------------------------------------ */
.service {
  background: #F0F0F0;
  padding-bottom: 100px;
}

@media screen and (max-width: 1365px) {
  .service {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding-bottom: 60px;
  }
}

.service .util-title {
  position: relative;
}

.service .util-title::after {
  position: absolute;
  content: '事業内容';
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  color: #FF1E00;
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .service .util-title::after {
    bottom: 15%;
  }
}

@media screen and (max-width: 1919px) {
  .service .inner {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1365px) {
  .service .inner {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1023px) {
  .service .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .service .inner {
    padding: 0 20px;
  }
}

.service__contentsBox {
  display: flex;
  justify-content: space-between;
  max-width: 1365px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service__contentsBox {
    display: initial;
  }
}

.service__box-container {
  width: 48%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .service__box-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .service__box-container:nth-of-type(1) {
    margin-bottom: 30px;
  }
}

.util-subtitle {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 1919px) {
  .util-subtitle {
    font-size: 35px;
  }
}

@media screen and (max-width: 1365px) {
  .util-subtitle {
    font-size: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .util-subtitle {
    font-size: 19px;
  }
}

.util-subtitle > span {
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1365px) {
  .util-subtitle > span {
    font-size: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .util-subtitle > span {
    font-size: 40px;
  }
}

.service__inner {
  border-radius: 25px 0 25px 25px;
  border: 9px solid #FF1E00;
  text-align: center;
  position: relative;
  height: 350px;
}

@media screen and (max-width: 1365px) {
  .service__inner {
    height: 270px;
  }
}

@media screen and (max-width: 1023px) {
  .service__inner {
    height: 250px;
  }
}

.service__inner::before {
  height: 0;
  display: block;
  position: absolute;
  right: -10px;
  content: "";
  border-top: solid 48px #F0F0F0;
  border-left: solid 48px transparent;
  top: -10px;
  z-index: 2;
}

.service__inner::after {
  height: 0;
  display: block;
  position: absolute;
  right: -5px;
  content: "";
  border-top: solid 50px #FF1E00;
  border-left: solid 50px transparent;
  top: -5px;
}

.service__content {
  width: 100%;
  height: auto;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .service__content {
    font-size: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .service__content {
    font-size: 14px;
  }
}

.service__content-first {
  text-align: left;
  width: 308px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1365px) {
  .service__content-first {
    font-size: 23px;
    width: 253px;
  }
}

@media screen and (max-width: 1023px) {
  .service__content-first {
    font-size: 16px;
    width: 176px;
  }
}

.service__content-second {
  text-align: left;
  width: 485px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1365px) {
  .service__content-second {
    font-size: 20px;
    width: 350px;
  }
}

@media screen and (max-width: 1023px) {
  .service__content-second {
    font-size: 16px;
    width: 280px;
  }
}

.service__content-inner {
  font-family: 'Noto Sans JP Black';
}

/* ------------------------------------
about
------------------------------------ */
.about {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 50px;
  }
}

.about .util-title {
  position: relative;
}

.about .util-title::after {
  position: absolute;
  content: '会社概要';
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  color: #FF1E00;
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .about .util-title::after {
    bottom: 15%;
  }
}

.about .inner {
  padding: 0 150px;
}

@media screen and (max-width: 1365px) {
  .about .inner {
    padding: 0 80px;
  }
}

@media screen and (max-width: 1023px) {
  .about .inner {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .about .inner {
    padding: 0 20px;
  }
}

.about__contents {
  max-width: 650px;
  margin: 0 auto;
}

.about__contentOverview-table,
.about__contentAccess-table {
  border: 1px solid #707070;
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
}

.about__contentOverview-table th, .about__contentOverview-table td,
.about__contentAccess-table th,
.about__contentAccess-table td {
  border: 1px solid #707070;
  padding: 15px 30px;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .about__contentOverview-table th, .about__contentOverview-table td,
  .about__contentAccess-table th,
  .about__contentAccess-table td {
    padding: 11px;
    line-height: 1.5;
  }
}

.about__contentOverview-table th,
.about__contentAccess-table th {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.about__contentOverview-table th:first-child,
.about__contentAccess-table th:first-child {
  width: 261px;
}

@media screen and (max-width: 767px) {
  .about__contentOverview-table th:first-child,
  .about__contentAccess-table th:first-child {
    width: 80px;
  }
}

.about__contentOverview-table td,
.about__contentAccess-table td {
  color: #333333;
  text-align: left;
  font-weight: 400;
}

.about__contentOverview-table td > a,
.about__contentAccess-table td > a {
  color: #FF1E00;
}

.about__headquarters-info {
  margin-bottom: 20px;
}

.about__hqInfo-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .about__hqInfo-box {
    display: initial;
  }
}

.about__hq-brunch {
  margin-bottom: 5px;
}

.about__hq-fromStation {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about__btn-area {
    text-align: center;
    margin-bottom: 20px;
  }
}

.about__btn {
  border-radius: 999px;
  padding: 5px 35px;
  display: inline-block;
  font-size: 28px;
  background: #333333;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .about__btn {
    font-size: 23px;
  }
}

.about__btn:link, .about__btn:visited, .about__btn:hover, .about__btn:active {
  color: #fff;
  font-weight: 300;
}

/* ------------------------------------
contact
------------------------------------ */
.contact {
  background: #F0F0F0;
  padding: 100px 100px;
}

@media screen and (max-width: 1365px) {
  .contact {
    padding: 100px 80px;
  }
}

@media screen and (max-width: 1023px) {
  .contact {
    padding: 110px 60px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0 40px;
  }
}

.contact .inner {
  padding: 0;
  max-width: 1720px;
}

@media screen and (max-width: 1365px) {
  .contact .inner {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact .inner {
    padding: 0 20px;
  }
}

.contact .util-title {
  position: relative;
}

.contact .util-title::after {
  position: absolute;
  content: 'お問い合わせ';
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  color: #FF1E00;
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .contact .util-title::after {
    bottom: 15%;
  }
}

/* メール送信時のcontact
------------------------------------*/
.mail__contact {
  padding: 25px 10px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .mail__contact {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mail__contact {
    padding: 25px 10px;
    width: 90%;
  }
}

.contact__contents {
  padding: 0 100px 100px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.3);
  max-width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .contact__contents {
    padding: 0 100px 50px;
  }
}

@media screen and (max-width: 1365px) {
  .contact__contents {
    padding: 0 80px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .contact__contents {
    padding: 0 60px 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact__contents {
    padding: 0 15px;
  }
}

.contact__wrap {
  padding-bottom: 60px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  font-size: 20px;
  padding: .2em .5em;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    font-size: 25px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  height: 50px;
}

@media screen and (max-width: 1365px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 40px;
    font-size: 14px;
  }
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  color: gray;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder {
    font-size: 14px;
  }
}

textarea {
  resize: vertical;
  min-height: 400px;
}

@media screen and (max-width: 1365px) {
  textarea {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  textarea {
    min-height: 200px;
    font-size: 14px;
  }
}

textarea::placeholder {
  color: gray;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  textarea::placeholder {
    font-size: 14px;
  }
}

.contact-item + .contact-item {
  margin-top: 32px;
}

.contact-item-title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Noto Sans JP Bold';
}

@media screen and (max-width: 767px) {
  .contact-item-title {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
  }
}

.contact-footer {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact-footer {
    margin-top: 14px;
  }
}

.contact-privacyInner {
  margin-bottom: 25px;
}

@media screen and (max-width: 1365px) {
  .contact-privacyInner-p {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .contact-privacyInner-p {
    text-align: justify;
  }
}

.contact-privacy {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.contact-privacy-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  opacity: 0;
  margin: 0;
}

.contact-privacy-input:checked + .contact-privacy-part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  border-color: black;
  background: transparent;
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}

.contact-privacy-input:focus + .contact-privacy-part {
  outline: -webkit-focus-ring-color auto 1px;
}

.contact-privacy-input:checked:focus + .contact-privacy-part {
  outline: none;
}

.contact-privacy-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 1px solid #C1C1C1;
  border-radius: 3px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.contact-privacy-link {
  color: #F0F0F0;
  text-decoration: underline;
}

.contact-footer-submit {
  margin-top: 100px;
}

@media screen and (max-width: 1919px) {
  .contact-footer-submit {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contact-footer-submit {
    margin-top: 24px;
  }
}

.contact-footer-submit .util-link {
  background: #FF1E00;
  color: #fff;
  border-radius: 999px;
  padding: 2px 75px;
  font-size: 28px;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
}

.contact-footer-submit .util-link.-active {
  opacity: 1;
  cursor: pointer;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.6);
}

.contact-message {
  text-align: center;
  display: none;
}

.contact-message.-error {
  color: #f00;
}

.contact__afterText {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact__afterText {
    font-size: 14px;
  }
}

/* ------------------------------------
footer
------------------------------------ */
.footer {
  padding: 30px 60px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 20px;
  }
}

.footer > .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 65px;
}

@media screen and (max-width: 1365px) {
  .footer > .inner {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .footer > .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer > .inner {
    display: initial;
  }
}

/* left
------------------------------------*/
@media screen and (max-width: 767px) {
  .footer__leftBox {
    width: 100%;
  }
}

.footer__logo {
  display: block;
  width: 120px;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto 15px;
  }
}

.footer__logo:hover {
  opacity: .7;
}

.footer__companyDetail {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .footer__companyDetail {
    font-size: 13px;
    text-align: center;
  }
}

.footer__companyDetail-name {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .footer__companyDetail-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.footer__companyDetail-address {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .footer__companyDetail-address {
    font-size: 16px;
  }
}

.footer__companyDetail-address > br {
  display: none;
}

@media screen and (max-width: 1023px) {
  .footer__companyDetail-address > br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer__companyDetail-address > br {
    display: block;
  }
}

.footer__nav-list {
  display: flex;
}

.footer__phoneAddress {
  margin-left: 26px;
}

@media screen and (max-width: 767px) {
  .footer__phoneAddress {
    font-size: 13px;
    margin-bottom: 25px;
    text-align: center;
  }
}

.footer__phoneAddress-phoneNumber {
  position: relative;
}

.footer__phoneAddress-phoneNumber::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon/phone.png) no-repeat center center/contain;
}

.footer__phoneAddress-phoneNumber > a {
  color: #333333;
}

.footer__phoneAddress-emailAddress {
  position: relative;
  color: #333333;
}

.footer__phoneAddress-emailAddress::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon/email.png) no-repeat center center/contain;
}

.footer__phoneAddress-emailAddress {
  display: inline-block;
}

/* right
------------------------------------*/
.footer__rightBox {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer__rightBox {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}

.footer__nav-list {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .footer__nav-list {
    justify-content: center;
  }
}

.footer__nav-item-link {
  display: block;
  margin-left: 50px;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1023px) {
  .footer__nav-item-link {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-item-link {
    padding: 10px 25px;
    margin-left: 0;
    font-size: 17px;
  }
}

.footer__nav-item-link:hover {
  opacity: .7;
}

.footer__nav-item-link:link, .footer__nav-item-link:visited, .footer__nav-item-link:hover, .footer__nav-item-link:active {
  color: #333333;
  font-weight: 600;
}

.footer__copyright {
  position: absolute;
  font-size: 14px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    position: absolute;
    font-size: 12px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* floating button
------------------------------------*/
.footer__floating {
  position: fixed;
  right: 3%;
  bottom: 7%;
  display: none;
  background: #FF1E00;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  z-index: 15;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.6);
}

.footer__floating::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 17px;
  top: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer__floating:hover {
  opacity: .7;
}

.footer__floating a {
  display: block;
  text-decoration: none;
  opacity: 0.6;
}

.footer__floating a:hover {
  opacity: 1;
}
