.pagetop {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
.pagetop a {
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.pagetop a:hover {
  background: #EFEFEF;
  color: #333;
}
/*　上に上がる動き　*/
.pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.f-bg {}
.f_contact_bg {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #E2E2E2 50%, #E2E2E2 100%);
}
.f_contact {
  width: 85%;
  box-sizing: border-box;
  margin: auto;
  background: #000;
  color: #fff;
  padding: 35px 20px;
}
.f_contact .heading {
  color: #fff;
}
.f_contact p {
  margin: 1em auto;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 1.2rem;
}
.f_contact p a {
  display: block;
  position: relative;
  color: #fff;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 0 0 0 25px;
}
.f_contact p a::before {
  position: absolute;
  top: 5px;
  left: calc(50% - 100px);
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/se/img/common/icon_tel.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.f_contact div a {
  display: block;
  border: 1px solid #fff;
  padding: 12px 0;
  width: 250px;
  margin: auto;
  color: #fff;
  position: relative;
  transition: ease .2s;
}
.f_contact div a:hover {
  background: #fff;
  color: #000;
}
.f_contact div a::before {
  position: absolute;
  top: 53%;
  left: calc(50% - 110px);
  transform: translate(0%, -50%);
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/se/img/common/icon_mail.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.f_contact div a:hover::before {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.f_contact div a::after {
  position: absolute;
  top: 55%;
  right: calc(50% - 110px);
  transform: translate(0%, -50%);
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/se/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.f_contact div a:hover::after {
  right: calc(50% - 115px);
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.footer {
  width: 85%;
  margin: auto;
  padding: 3em 0 3em;
  font-family: "zen-kaku-gothic-new", sans-serif;
  text-align: left;
}
.footer_logo {
  width: 90%;
  margin: auto;
}
.footer_logo img {
  width: 150px;
  margin: 0 auto 1em 0;
}
.footer_address {}
.footer_link {
  text-align: center;
  margin: 2.5em auto 0;
}
.footer_link div {
  margin: 0 auto 1.5em;
  width: 200px;
}
.footer_link div a {
  display: block;
  background: #fff;
  padding: 15px 20px;
}
.footer_link p a {
  font-size: 1.2rem;
}
.pagetop {
  display: none;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .f-bg {}
  .f_contact {
    width: 90%;
    max-width: 1200px;
    padding: 90px 80px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .f_contact p {
    margin: 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .f_contact p a {
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 1.3;
    padding: 0 0 0 45px;
  }
  .f_contact p a::before {
    top: 10px;
    left: 0;
    width: 38px;
    height: 38px;
  }
  .f_contact div a {
    padding: 20px 0;
    width: 300px;
    margin: 0;
  }
  .f_contact div a::before {
    top: 53%;
    left: calc(50% - 130px);
    width: 30px;
    height: 30px;
  }
  .f_contact div a::after {
    right: calc(50% - 130px);
  }
  .f_contact div a:hover::after {
    right: calc(50% - 135px);
  }
  .footer {
    padding: 5em 0 4em;
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .footer_logo {
    width: 400px;
    margin: 0;
  }
  .footer_logo img {
    width: 230px;
  }
  .footer_link {
    align-self: flex-end;
    text-align: right;
    margin: 0 0 0 auto;
  }
  .footer_link div {
    margin: 0 auto 3em;
    width: 330px;
  }
  .footer_link div a {
    padding: 20px 30px;
  }
  .footer_link p a {
    font-size: 1.4rem;
  }
  .pagetop {
    display: block;
  }
}