<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.staff_snap_main {
    width: 1200px;
    margin: 0 auto;
	color: #333333;
	border: 1px solid #efefef;
}

.staff_snap_top_ {
	margin-bottom : 0;
}
.staff_snap_center_ img {
	width : 1200px;
	text-align: center;
	margin: 0 auto;
}
.staff_snap_btn_ img {
	width : 620px;
	text-align: center;
	margin: 5em auto;
}

.main_content_button_ {
	position : relative;
	font-size : 16px;
	font-family : 'Yu Gothic';
	display : flex;
	justify-content : center;
	align-items : center;
	background-color : #000000;
	color : #ffffff;
	height : 71px;
	width : 472px;
	border-radius : 50px;
	margin: 6em auto;
}
.main_content_button_::after {
	content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 29px;
    left: 420px;
}


h1 {
	font-family : 'Priori Sans OT';
	font-size : 30px;
	line-height: 2.0;
}
h2 {
	font-family : 'Apple Chancery';
	font-size : 30px;
	letter-spacing: 1px;
	line-height: 2.0;
	color: #660000;
}
h3 {
	font-family : 'Priori Sans OT';
	font-size : 18px;
	line-height: 2.0;
}
h4 {
	font-family : 'Priori Sans OT';
	font-size : 20px;
	font-weight: bold;
	line-height: 2.0;
}

.fadeUp_main .ani.delay1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fadeUp_main .ani.delay2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.fadeUp_main .ani.delay3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.fadeUp_main .ani.fadeIn {
  opacity: 0;
}
.fadeUp_main .ani.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadeUp_main .ani.fadeUp.animated {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.fadeUp_main .ani.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
   
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;   
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
</pre></body></html>