@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Oswald&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, main, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
img {
  vertical-align: bottom
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent
}
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent
}
select {
  border: none;
  outline: none
}
html, body {
  font-size: 62.5%
}
body {
  background: url(../img/bg_body_01.jpg) center center;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #636363
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}
a:hover, a:active {
  text-decoration: none
}
.txtC {
  text-align: center !important
}
.txtR {
  text-align: right !important
}
.txtL {
  text-align: left !important
}
.txtRed {
  color: #ff2424 !important
}
.bold {
  font-weight: bold !important
}
.normal {
  font-weight: normal !important
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}
.cf {
  display: inline-block
}
* html .cf {
  height: 1%
}
.cf {
  display: block
}
.header {
  width: 100%;
  text-align: center;
  background: #4A4A4A;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  transition: all .6s .5s;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 9999
}
.header img {
  width: 180px
}
@media screen and (min-width: 769px) {
  .header img {
    width: 250px
  }
}
.header.active {
  top: 0
}
main {
  font-size: 1.4rem
}
@media screen and (min-width: 769px) {
  main {
    font-size: 1.6rem
  }
}
.pc {
  display: none !important
}
@media screen and (min-width: 769px) {
  .pc {
    display: flex !important
  }
}
.sp {
  display: block !important
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important
  }
}
.sec {
  padding: 0 20px
}
.sec .secInner {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto
}
.sec .secInner .secImg {
  padding: 0 20px;
  text-align: center
}
.sec .secInner .secImg .secImgBox {
  position: relative;
  display: inline-block;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: all .5s
}
.sec .secInner .secImg .secImgBox:after {
  content: "";
  background: #c7b669;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  transition: all 0.5s 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53)
}
@media screen and (min-width: 769px) {
  .sec .secInner .secImg .secImgBox:after {
    width: 104%
  }
}
.sec .secInner .secImg .secImgBox.active {
  transform: scaleX(1)
}
.sec .secInner .secImg .secImgBox.active:after {
  width: 0
}
.sec .secInner .secImg .secImgBox img {
  width: 100%;
  max-width: 720px;
  margin: 0
}
@media screen and (min-width: 769px) {
  .sec .secInner .secImg .secImgBox img {
    margin: 15px 0 0 15px
  }
}
.sec .secInner .secImg .secImgBox span {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 10px 10px;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.8);
  line-height: 1
}
@media screen and (min-width: 481px) {
  .sec .secInner .secImg .secImgBox span {
    font-size: 1.6rem;
    padding: 15px 20px
  }
}
@media screen and (min-width: 769px) {
  .sec .secInner .secImg .secImgBox span {
    font-size: 1.4rem
  }
}
@media screen and (min-width: 1025px) {
  .sec .secInner .secImg .secImgBox span {
    font-size: 2rem
  }
}
.sec .secInner.sec2col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0
}
.sec .secInner.sec2col .sec2colCont, .sec .secInner.sec2col .sec2colImg {
  width: 100%;
  padding: 0
}
@media screen and (min-width: 769px) {
  .sec .secInner.sec2col .sec2colCont, .sec .secInner.sec2col .sec2colImg {
    width: 48%;
    padding: 0
  }
}
@media screen and (min-width: 1025px) {
  .sec .secInner.sec2col .sec2colCont, .sec .secInner.sec2col .sec2colImg {
    padding: 40px 0
  }
}
.sec .secInner.sec2col .sec2colCont {
  margin-bottom: 20px
}
@media screen and (min-width: 769px) {
  .sec .secInner.sec2col .sec2colCont {
    margin-bottom: 40px
  }
}
@media screen and (min-width: 1025px) {
  .sec .secInner.sec2col .sec2colCont {
    margin-bottom: 0
  }
}
.sec .secInner.sec2col .secTxt {
  font-size: 1.3rem
}
@media screen and (min-width: 1025px) {
  .sec .secInner.sec2col .secTxt {
    font-size: 1.6rem
  }
}
.sec .secInner.sec2col .secTxt span {
  display: inline-block;
  transform: translateY(1px)
}
.sec .secInner.sec2col .secTxt span img {
  vertical-align: baseline;
  height: 14px;
  margin: 0 2px
}
@media screen and (min-width: 769px) {
  .sec .secInner.sec2col .secTxt span img {
    height: 15px
  }
}
.sec .secTtl {
  margin-bottom: 20px;
  text-align: left
}
@media screen and (min-width: 769px) {
  .sec .secTtl {
    margin-bottom: 40px
  }
}
.sec .secTtl img {
  height: 55px
}
@media screen and (min-width: 769px) {
  .sec .secTtl img {
    height: 100px
  }
}
.sec .secTxt {
  margin-bottom: 20px
}
.sec .secTxt.txtCenter {
  text-align: center
}
.sec .secTxt span {
  display: inline-block;
  transform: translateY(1px)
}
.sec .secTxt span img {
  vertical-align: baseline;
  height: 13px;
  width: 98px;
  margin: 0 2px
}
@media screen and (min-width: 481px) {
  .sec .secTxt span img {
    height: 14px;
    width: 100px
  }
}
@media screen and (min-width: 769px) {
  .sec .secTxt span img {
    height: 16px;
    width: 120px
  }
}
@media screen and (min-width: 1025px) {
  .sec .secTxt span img {
    height: 18px;
    width: 135px
  }
}
.sec .secTxt.mb0 {
  margin-bottom: 0
}
.margin {
  margin: 0 !important
}
.secMv {
  height: 60vh;
  padding: 20px;
  position: relative;
  margin-bottom: 20px
}
@media screen and (min-width: 769px) {
  .secMv {
    margin-bottom: 0;
    height: 90vh
  }
}
.secMv .secMvInner {
  background: url(../img/bg_secMv_01.jpg) center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}
.secMv .secMvInner .secMvBox {
  width: 100%;
  padding-left: 2%
}
@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBox {
    padding-left: 8%
  }
}
@media screen and (min-width: 1025px) {
  .secMv .secMvInner .secMvBox {
    padding-left: 14%
  }
}
.secMv .secMvInner .secMvBox p {
  margin-bottom: 20px
}
.secMv .secMvInner .secMvBox p img {
  width: 90%;
  max-width: 250px
}
@media screen and (min-width: 481px) {
  .secMv .secMvInner .secMvBox p img {
    max-width: 400px
  }
}
@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBox p img {
    max-width: 530px
  }
}
.secMv .secMvInner .secMvBox h2 {
  font-size: 1.8rem;
  letter-spacing: .1em
}
@media screen and (min-width: 481px) {
  .secMv .secMvInner .secMvBox h2 {
    font-size: 3rem
  }
}
@media screen and (min-width: 769px) {
  .secMv .secMvInner .secMvBox h2 {
    font-size: 4rem
  }
}
.secMv .secMvInner .secMvBox h2 span {
  line-height: 1;
  margin-bottom: 5px;
  padding: 15px;
  color: #fff;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8)
}
.scrollIcon {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none
}
.scrollIcon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  border: 1px solid #fff;
  box-sizing: border-box
}
.scrollIcon span::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  80% {
    -webkit-transform: translate(0, 50px);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  80% {
    transform: translate(0, 50px);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
.secAbout {
  padding: 30px 0;
  position: relative
}
@media screen and (min-width: 481px) {
  .secAbout {
    padding: 60px 0
  }
}
@media screen and (min-width: 769px) {
  .secAbout {
    padding: 120px 0
  }
}
.secAbout .secInner {
  padding: 0 20px
}
.secAbout .secInner h2 {
  text-align: center;
  margin-bottom: 50px
}
.secAbout .secInner h2 img {
  width: 105px
}
@media screen and (min-width: 769px) {
  .secAbout .secInner h2 img {
    width: 140px
  }
}
.secAbout .secInner .secImg {
  padding: 0;
  margin-bottom: 25px
}
@media screen and (min-width: 769px) {
  .secAbout .secInner .secImg {
    margin-bottom: 50px
  }
}
.secAbout .secInner h3 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  vertical-align: baseline
}
@media screen and (min-width: 481px) {
  .secAbout .secInner h3 {
    margin-bottom: 50px;
    font-size: 2.2rem
  }
}
@media screen and (min-width: 769px) {
  .secAbout .secInner h3 {
    font-size: 3rem
  }
}
.secAbout .secInner h3 span {
  display: inline-block;
  transform: translateY(3px)
}
.secAbout .secInner h3 span img {
  margin: 0 2px;
  height: 16px;
  width: 121px;
  vertical-align: baseline
}
@media screen and (min-width: 481px) {
  .secAbout .secInner h3 span img {
    height: 20px;
    width: 150px
  }
}
@media screen and (min-width: 769px) {
  .secAbout .secInner h3 span img {
    height: 27px;
    width: 205px
  }
}
.secAbout .secInner h3 br {
  display: none
}
@media screen and (min-width: 769px) {
  .secAbout .secInner h3 br {
    display: block
  }
}
.secAbout .secInner .secTxt {
  font-size: 1.4rem;
  margin-bottom: 30px
}
@media screen and (min-width: 481px) {
  .secAbout .secInner .secTxt {
    font-size: 1.6rem
  }
}
@media screen and (min-width: 769px) {
  .secAbout .secInner .secTxt {
    font-size: 1.8rem
  }
}
.secAbout .secInner .secAboutImgList {
  margin-top: 70px
}
@media screen and (min-width: 769px) {
  .secAbout .secInner .secAboutImgList {
    margin-top: 140px;
    padding: 0 20px
  }
}
.secAbout .secInner .secAboutImgList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.secAbout .secInner .secAboutImgList ul li {
  width: 100%;
  margin-bottom: 1%
}
@media screen and (min-width: 769px) {
  .secAbout .secInner .secAboutImgList ul li {
    width: 47%;
    margin-bottom: 3%
  }
}
.secAbout .secInner .secAboutImgList ul li img {
  width: 100%
}
@media screen and (min-width: 769px) {
  .secAbout .secInner .secAboutImgList ul li:nth-of-type(even) {
    transform: translateY(12%)
  }
}
.secAbout .secAboutIcon {
  display: none
}
@media screen and (min-width: 1025px) {
  .secAbout .secAboutIcon {
    display: block;
    position: absolute
  }
  .secAbout .secAboutIcon.icon01 {
    right: 12%;
    top: -4%
  }
  .secAbout .secAboutIcon.icon02 {
    left: 20%;
    top: 45%
  }
  .secAbout .secAboutIcon.icon03 {
    left: 0;
    top: 8%
  }
  .secAbout .secAboutIcon.icon04 {
    right: 0;
    top: 12%
  }
}
.secProducts {
  background: #fff;
  padding: 0
}
.secProducts .secProductsTop {
  padding: 50px 20px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsTop {
    padding: 100px 20px
  }
}
.secProducts .secProductsTop .secProductsTopImg {
  text-align: center;
  width: 100%;
  margin-bottom: 25px
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsTop .secProductsTopImg {
    width: 50%;
    margin-bottom: 0
  }
}
.secProducts .secProductsTop .secProductsTopImg img {
  width: 40%;
  max-width: 354px
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsTop .secProductsTopImg img {
    width: 100%
  }
}
.secProducts .secProductsTop .secProductsTopCont {
  width: 100%
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsTop .secProductsTopCont {
    width: 50%
  }
}
.secProducts .secProductsTop .secProductsTopCont .secTxt {
  font-size: 1.3rem
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsTop .secProductsTopCont .secTxt {
    font-size: 1.6rem
  }
}
.secProducts .secProductsTop .secProductsTopCont .secTxt span {
  display: inline-block;
  transform: translateY(1px)
}
.secProducts .secProductsTop .secProductsTopCont .secTxt span img {
  vertical-align: baseline;
  height: 12px;
  margin: 0 2px
}
@media screen and (min-width: 481px) {
  .secProducts .secProductsTop .secProductsTopCont .secTxt span img {
    width: 90px
  }
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsTop .secProductsTopCont .secTxt span img {
    height: 14px;
    width: 105px
  }
}
@media screen and (min-width: 1025px) {
  .secProducts .secProductsTop .secProductsTopCont .secTxt span img {
    height: 16px;
    width: 120px
  }
}
.secProducts .secProductsBtm {
  width: 100%;
  height: 400px;
  position: relative;
  background: url("../img/bg_secProductsBtm_01.jpg") repeat-x 0 0;
  background-size: auto 100%;
  animation: bg-slider 25s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsBtm {
    height: 800px;
    animation: bg-slider 50s linear infinite
  }
}
.secProducts .secProductsBtm h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8)
}
@media screen and (min-width: 481px) {
  .secProducts .secProductsBtm h3 {
    font-size: 2rem;
    padding: 20px
  }
}
@media screen and (min-width: 769px) {
  .secProducts .secProductsBtm h3 {
    font-size: 3rem;
    padding: 30px
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0
  }
  to {
    background-position: -960px 0
  }
}
@media screen and (min-width: 769px) {
  @keyframes bg-slider {
    from {
      background-position: 0 0
    }
    to {
      background-position: -1920px 0
    }
  }
}
.secMission .secTtl {
  text-align: center;
  margin-bottom: 0px
}
@media screen and (min-width: 769px) {
  .secMission .secTtl {
    margin-bottom: 50px
  }
}
@media screen and (min-width: 1025px) {
  .secMission .secTtl {
    margin-top: 150px;
    margin-bottom: 40px
  }
}
.secMission .secTtl img {
  height: 48px
}
@media screen and (min-width: 769px) {
  .secMission .secTtl img {
    height: 100px
  }
}
.secMission .sec2col .sec2colCont h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 1
}
@media screen and (min-width: 481px) {
  .secMission .sec2col .sec2colCont h3 {
    font-size: 2rem
  }
}
@media screen and (min-width: 769px) {
  .secMission .sec2col .sec2colCont h3 {
    margin-bottom: 20px;
    margin-top: 0px
  }
}
@media screen and (min-width: 1025px) {
  .secMission .sec2col .sec2colCont h3 {
    font-size: 2.5rem;
    margin-bottom: 40px
  }
}
.secMission .sec2col .sec2colCont .secTxt span img {
  height: 12px
}
@media screen and (min-width: 481px) {
  .secMission .sec2col .sec2colCont .secTxt span img {
    width: 90px
  }
}
@media screen and (min-width: 1025px) {
  .secMission .sec2col .sec2colCont .secTxt span img {
    height: 15px;
    width: 110px
  }
}
.secMission .sec2col .sec2colImg .secImg {
  padding: 0
}
.secService {
  margin-bottom: 25px;
  margin-top: 40px
}
@media screen and (min-width: 769px) {
  .secService {
    margin-bottom: 50px;
    margin-top: 0px
  }
}
@media screen and (min-width: 1025px) {
  .secService {
    margin-bottom: 100px
  }
}
@media screen and (min-width: 1025px) {
  .secService h2 {
    margin-top: 100px
  }
}
.secService .secTtl {
  text-align: center;
  margin-bottom: 20px
}
@media screen and (min-width: 481px) {
  .secService .secTtl {
    margin-bottom: 30px
  }
}
@media screen and (min-width: 1025px) {
  .secService .secTtl {
    margin-bottom: 40px
  }
}
.secService .sec2colImg .secImg {
  padding: 0
}
.secCaution {
  background: url(../img/bg_secCaution_01.jpg) center center no-repeat;
  background-size: cover;
  padding: 40px 20px;
  text-align: center
}
@media screen and (min-width: 769px) {
  .secCaution {
    padding: 100px 20px
  }
}
.secCaution h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px
}
@media screen and (min-width: 769px) {
  .secCaution h2 {
    font-size: 2rem
  }
}
.secCaution h2 img {
  width: 30px;
  height: 30px
}
@media screen and (min-width: 769px) {
  .secCaution h2 img {
    width: 50px;
    height: 50px
  }
}
.secCaution .secCautionTxt {
  margin-bottom: 25px;
  font-size: 1.4rem;
  text-align: left
}
@media screen and (min-width: 769px) {
  .secCaution .secCautionTxt {
    font-size: 1.6rem;
    text-align: center
  }
}
.secCaution .secCautionTxt span {
  display: inline-block;
  transform: translateY(1px)
}
.secCaution .secCautionTxt span img {
  vertical-align: baseline;
  height: 14px;
  width: 105px;
  margin: 0 2px
}
@media screen and (min-width: 769px) {
  .secCaution .secCautionTxt span img {
    height: 15px;
    width: 113px
  }
}
.secCaution .secCautionTxt.txtRed {
  color: #ff3f3f
}
.secCaution .secCautionBox {
  margin: 15px auto
}
.secCaution .secCautionBox h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px
}
.secCaution .secCautionBox h3 span {
  font-weight: normal;
  font-size: 2rem
}
.secCaution .secCautionBox .secCautionBoxBtn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 974px;
  margin: 0 auto 25px
}
.secCaution .secCautionBox .secCautionBoxBtn p {
  width: 100%;
  text-align: center;
  margin-bottom: 15px
}
@media screen and (min-width: 769px) {
  .secCaution .secCautionBox .secCautionBoxBtn p {
    width: 48%;
    margin-bottom: 0
  }
}
.secCaution .secCautionBox .secCautionBoxBtn p a {
  text-decoration: none;
  color: #636363;
  padding: 25px 30px;
  display: block;
  border: 1px solid #4b4b4b;
  font-size: 1.8rem
}
@media screen and (min-width: 481px) {
  .secCaution .secCautionBox .secCautionBoxBtn p a {
    font-size: 2.2rem
  }
}
@media screen and (min-width: 769px) {
  .secCaution .secCautionBox .secCautionBoxBtn p a {
    font-size: 2.8rem
  }
}
.secCaution .secCautionBox .secCautionBoxBtn p a span {
  font-size: 1.2rem
}
@media screen and (min-width: 481px) {
  .secCaution .secCautionBox .secCautionBoxBtn p a span {
    font-size: 1.4rem
  }
}
@media screen and (min-width: 769px) {
  .secCaution .secCautionBox .secCautionBoxBtn p a span {
    font-size: 1.6rem
  }
}
@media screen and (min-width: 481px) {
  .secCaution .secCautionBox .secCautionBoxBtn .secCautionBoxBtnTel a {
    pointer-events: none
  }
}
.secCaution .secCautionBox .secCautionBoxBtn .secCautionBoxBtnMail a {
  transition: all .3s
}
.secCaution .secCautionBox .secCautionBoxBtn .secCautionBoxBtnMail a:hover {
  opacity: .5
}
.secCaution .secCautionBox .secCautionBoxCaution {
  font-size: 1.4rem;
  color: #6d6d6d
}
@media screen and (min-width: 769px) {
  .secCaution .secCautionBox .secCautionBoxCaution {
    font-size: 1.6rem
  }
}
.secContact {
  background: #000
}
.secContact a {
  padding: 30px 20px 20px;
  background: url(../img/bg_secContact_01.jpg) center center no-repeat;
  background-size: cover;
  display: block;
  text-align: center;
  transition: all .3s
}
@media screen and (min-width: 481px) {
  .secContact a {
    padding: 50px 20px 30px
  }
}
@media screen and (min-width: 769px) {
  .secContact a {
    padding: 70px 20px 50px
  }
}
.secContact a img {
  width: 105px
}
@media screen and (min-width: 769px) {
  .secContact a img {
    width: 140px
  }
}
.secContact a:hover {
  opacity: .7
}
.pageTop {
  transform: translateY(100px);
  width: 45px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  transition: all .3s;
  z-index: 500
}
@media screen and (min-width: 769px) {
  .pageTop {
    width: 60px;
    bottom: 20px;
    right: 20px
  }
}
.pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s
}
.pageTop a:hover {
  opacity: .5
}
.pageTop a img {
  width: 100%
}
.pageTop.active {
  transform: translateY(0)
}
.footer {
  text-align: center;
  padding: 25px
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 50px
  }
}
.footer h2 a {
  transition: all .3s
}
.footer h2 a:hover {
  opacity: .5
}
.footer h2 a img {
  width: 225px
}
@media screen and (min-width: 769px) {
  .footer h2 a img {
    width: 294px
  }
}