@import url("https://fonts.googleapis.com/css?family=Kosugi");
li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Century Gothic", "Kosugi", sans-serif;
  overflow-x: hidden;
}

a,
p,
h1,
h2,
h3 {
  color: #fff;
}

h1 {
  font-size: 7rem;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}

th {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  th {
    font-size: 1rem;
  }
}

td {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  td {
    font-size: 1.5rem;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.txt_emphasis {
  color: #007fff;
  font-size: 1.3em;
}

.fixed_bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  background-size: cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.site_header {
  background: rgba(0, 127, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .site_header {
    height: 60px;
  }
}

.header_logo img {
  height: 80px;
  width: auto;
  margin: 5px 0px 5px 50px;
}

@media screen and (max-width: 767px) {
  .header_logo img {
    height: 40px;
    margin: 10px 0 10px 10px;
  }
}

.header_content {
  padding: 15px 50px 0px 0px;
  font-size: 5rem;
  /* color: #333; */
}

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

@-webkit-keyframes sp_menu_icon-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes sp_menu_icon-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

#sp_menu_icon span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#sp_menu_icon span:nth-of-type(3) {
  -webkit-animation: sp_menu_icon-bar03 0.75s forwards;
  animation: sp_menu_icon-bar03 0.75s forwards;
}

@-webkit-keyframes sp_menu_icon-bar03 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes sp_menu_icon-bar03 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
            transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

#sp_menu_icon.active span:nth-of-type(1) {
  -webkit-animation: active-sp_menu_icon-bar01 0.75s forwards;
  animation: active-sp_menu_icon-bar01 0.75s forwards;
}

@-webkit-keyframes active-sp_menu_icon-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}

@keyframes active-sp_menu_icon-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
            transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
            transform: translateY(20px) rotate(45deg);
  }
}

#sp_menu_icon.active span:nth-of-type(2) {
  opacity: 0;
}

#sp_menu_icon.active span:nth-of-type(3) {
  -webkit-animation: active-sp_menu_icon-bar03 0.75s forwards;
  animation: active-sp_menu_icon-bar03 0.75s forwards;
}

@-webkit-keyframes active-sp_menu_icon-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}

@keyframes active-sp_menu_icon-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
            transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
            transform: translateY(-20px) rotate(-45deg);
  }
}

html {
  scroll-behavior: smooth;
}

.bg_01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../img/bg/BG01.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/bg/BG01.jpg");
}

@media screen and (max-width: 767px) {
  .bg_01 {
    background-position: 18% center;
  }
}

.bg_02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 127, 255, 0.2)), to(rgba(0, 127, 255, 0.2))), url("../img/bg/BG02.jpg");
  background-image: linear-gradient(rgba(0, 127, 255, 0.2), rgba(0, 127, 255, 0.2)), url("../img/bg/BG02.jpg");
  min-height: 68vh;
}

@media screen and (max-width: 767px) {
  .bg_02 {
    background-position: 90% center;
  }
}

.bg_03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../img/bg/BG03.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/bg/BG03.jpg");
  background-attachment: fixed;
}

.bg_04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../img/bg/BG04.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/bg/BG04.jpg");
}

.bg_05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../img/bg/BG05.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/bg/BG05.jpg");
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .bg_05 {
    background-position: 20% center;
  }
}

.bg_06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("../img/bg/BG06.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/bg/BG06.jpg");
}

.bg_07 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/bg/BG07.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg/BG07.jpg");
  background-attachment: fixed;
}

.sub_title {
  padding: 100px 0 0 50px;
}

@media screen and (max-width: 767px) {
  .sub_title {
    /*     left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    width: 80%;
    margin: auto;
    padding: 50px 0 30px 0;
    font-size: 2.6rem;
  }
}

.top_message {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.main_logo {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.delay {
  opacity: 1;
}

.h3_p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .h3_p {
    font-size: 1rem;
  }
}

.box_01_container .top_box {
  padding-top: 15rem;
  text-align: center;
}

.box_01_container .top_box .main_title {
  color: #007fff;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  font-size: 7rem;
}

@media screen and (max-width: 767px) {
  .box_01_container .top_box .main_title {
    font-size: 2.5rem;
  }
}

.box_01_container .top_box .com_name {
  font-size: 2vw;
}

.box_01_container .top_box .box_01_img {
  width: 12vw;
  padding: 20vh 0 0 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .box_01_container .top_box .box_01_img {
    width: 15%;
    padding: 28vh 0 0 0;
  }
}

.box_01_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box_01_img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

.box_02_container {
  height: 68vh;
}

.main_text {
  /* height: 100%; */
  /* @include centeringMc; */
  padding: 10% 0 0 15%;
}

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

.main_text p {
  font-size: 2.3rem;
  text-align: left;
  padding: 1rem 0 1rem 0;
  text-shadow: 5px 5px 15px black;
}

@media screen and (max-width: 767px) {
  .main_text p {
    padding: 15px 0;
    font-size: 2rem;
  }
}

.box_03_container .img_03_container {
  width: 95%;
  margin: auto;
  padding-top: 10rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .box_03_container .img_03_container {
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .box_03_container .img_03_container {
    padding-top: 0;
    width: 80%;
  }
}

.box_03_container .box_03_img {
  width: 500px;
  padding: 0 20px;
}

.box_03_container .box_03_img h3 {
  padding-top: 2%;
}

@media screen and (max-width: 767px) {
  .box_03_container .box_03_img {
    /*  width: auto;
      padding: 0 0 3vh 0; */
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .box_03_container .box_03_img h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.box_03_img img {
  width: 100%;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
  opacity: 0.9;
  border-radius: 5px;
  /* border: solid 3px rgba(0,127,255,1); */
}

@media screen and (max-width: 767px) {
  .box_03_img img {
    /* height: 10vh;
    object-fit: cover; */
  }
}

.box_03_img img:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service_button_container {
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .service_button_container {
    /* padding: 10px 0 10px 0; */
    padding: 20px 0 50px 0;
  }
}

.achivement_btn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  background: rgba(0, 127, 255, 0.8);
  border-radius: 5px;
  font-size: 2.5rem;
}

.achivement_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box_04_container .com_table {
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box_04_container .com_table tr {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  border-radius: 5px;
}

.box_04_container .com_table th, .box_04_container .com_table td {
  padding: 5px 50px 5px 10px;
  border: none;
}

.box_04_container .com_table th {
  width: 150px;
  padding-right: 100px;
}

@media screen and (min-width: 768px) {
  .box_04_container .com_table th {
    text-align-last: justify;
  }
}

@media screen and (max-width: 767px) {
  .com_table {
    /*     padding: 100px 0 0 0; */
    display: block !important;
    width: 80%;
    margin: auto;
  }
  .com_table tr {
    margin-top: 30px !important;
  }
  .com_table tr, .com_table th, .com_table td {
    width: 100%;
  }
  .com_table th {
    letter-spacing: 10px;
  }
  .com_table th, .com_table td {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  .com_table td {
    padding-top: 0;
  }
  tbody {
    display: block;
    width: 100%;
  }
  .com_table th,
  .com_table td {
    width: auto;
    display: block;
  }
}

.box_05_container .rec_table {
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
  color: #000;
}

.box_05_container .rec_table tr {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 5px;
}

.box_05_container .rec_table th, .box_05_container .rec_table td {
  padding: 5px 50px 5px 10px;
  border: none;
}

.box_05_container .rec_table th {
  width: 150px;
  padding-right: 100px;
}

@media screen and (min-width: 768px) {
  .box_05_container .rec_table th {
    text-align-last: justify;
  }
}

@media screen and (max-width: 767px) {
  .rec_table {
    /*     padding: 100px 0 0 0; */
    display: block !important;
    width: 80%;
    margin: auto;
  }
  .rec_table tr {
    margin-top: 30px !important;
  }
  .rec_table tr, .rec_table th, .rec_table td {
    width: 100%;
  }
  .rec_table th {
    letter-spacing: 10px;
  }
  .rec_table th, .rec_table td {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  .rec_table td {
    padding-top: 0;
  }
  .rec_table th,
  .rec_table td {
    width: auto;
    display: block;
  }
  .rec_table td {
    padding-top: 0;
  }
}

.box_06_container .gmap {
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 0 0;
}

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

.box_06_container .gmap iframe {
  height: 60vh;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .box_06_container .gmap iframe {
    height: 60vh;
    width: 80%;
  }
}

.Form {
  margin: 0 auto 0 auto;
  padding: 50px 0 100px 0;
  max-width: 720px;
}

@media screen and (max-width: 767px) {
  .Form {
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    padding: 0 0 100px 0;
  }
}

.Form_container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px 15px 25px 15px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .Form_container {
    width: 85%;
    margin: auto;
  }
}

.Form_Item {
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0px 25px 0px;
}

@media screen and (max-width: 767px) {
  .Form_Item {
    padding: 16px 14px 16px 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .Form_Item input {
    margin-left: 3px;
  }
}

.Form_Item_Label {
  width: 100%;
  max-width: 250px;
  letter-spacing: 0.05em;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .Form_Item_Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.5rem;
  }
}

.Form_Item_Label_02 {
  max-width: 400px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .Form_Item_Label_02 {
    font-size: 1.6rem;
    margin-left: 5px;
  }
}

.chkbox input[type=checkbox] {
  width: 100rem;
  height: 24px;
  -webkit-transform: scale(1.4);
  transform: scale(5);
}

.a_privacy {
  color: rgba(0, 127, 255, 0.8);
}

@media screen and (max-width: 767px) {
  .a_privacy {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .privacy_message {
    padding-top: 0;
  }
  .privacy_message p {
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

.Form_Item_Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .Form_Item_Label.isMsg {
    margin-top: 0;
  }
}

.Form_Item_Label_Required {
  border-radius: 5px;
  margin-right: 8px;
  padding: 8px 0 8px 0;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .Form_Item_Label_Required {
    border-radius: 5px;
    padding: 4px 0 4px 0;
    width: 32px;
    font-size: 10px;
  }
}

.Form_Item_Input {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 0 0 40px;
  padding: 0 10px 0 10px;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .Form_Item_Input {
    margin: 18px 0 0 0;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 1.5rem;
  }
}

.Form_Item_Textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 0 0 40px;
  padding: 0 10px 0 10px;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .Form_Item_Textarea {
    margin: 18px 0 0 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 1.5rem;
  }
}

.Form_Btn {
  border-radius: 5px;
  margin: 32px auto 0 auto;
  padding: 20px 0 20px 0;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_Btn {
    margin-top: 24px;
    padding: 8px 0 8px 0;
    width: 160px;
    font-size: 1.6rem;
  }
}

.Form_Btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.form_msg {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .form_msg {
    font-size: 1.6rem;
  }
}

.top-fixed-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: rgba(239, 239, 239, 0.8);
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .top-fixed-tabs-container {
    display: none;
  }
}

.top-fixed-tabs-container--top {
  position: fixed;
  top: 0;
}

.top-fixed-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #007fff;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 2rem;
}

.top-fixed-tab:hover {
  color: #fff;
  background: rgba(0, 127, 255, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-fixed-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: rgba(0, 127, 255, 0.8);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .top-fixed-tab h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .top-fixed-tab h3,
  .et-slide h3 {
    font-size: 1rem;
  }
  .top-fixed-tab {
    font-size: 2rem;
  }
}

.prompt_to_scroll {
  position: absolute;
  top: 70%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  min-width: 15px;
  margin: 0 auto;
}

.prompt_to_scroll a {
  display: inline-block;
  letter-spacing: normal;
  font-size: 3rem;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin: 0 auto;
  text-decoration: none;
}

.prompt_to_scroll a::before {
  content: "";
  display: block;
  position: absolute;
  top: 85px;
  right: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: 3px;
  height: 100px;
  background-color: #007fff;
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 127, 255, 0.8);
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page_top a:hover {
  background: #777;
}

#page_top {
  position: fixed;
  right: 10px;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#page_top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#page_top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

#footer {
  background: #333;
  height: 20vh;
}

.footer_container {
  height: 100%;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=index.css.map */