@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*--------ガムシス ----------*/
/*--------コーポレートサイト ----------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
.page_all_c {
  color: #4e4e4e;
  font-family: "DotGothic16", sans-serif;
}

.area_main_c {
  padding-top: 30px;
}

.title_section_c {
  display: block;
  flex-direction: row;
  justify-content: normal;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  color: #4e4e4e;
  border-left: 0 solid #00BCD4;
}

.title_common_1_c {
  color: #4e4e4e;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.title_common_2_c {
  color: #4e4e4e;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
  padding-left: 20px;
  border-left: 30px solid #ff8800;
}

.title_common_3_c {
  color: #4e4e4e;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  padding-left: 20px;
  border-left: 30px solid #ff8800;
}

.text_common_1_c {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.text_common_2_c {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.text_common_3_c {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.img_newtab_1_c {
  width: 25px;
}

.img_newtab_2_c {
  width: 20px;
}

.img_newtab_3_c {
  width: 16px;
}

.button_common_1_c {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 160px;
  height: 50px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  background-color: #ff8800;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgb(172, 172, 172);
}

.button_common_2_c {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 160px;
  height: 50px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  background-color: #6943f1;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgb(172, 172, 172);
}

.button_Link_c {
  color: #2600ff;
  border-bottom: 3px solid #2600ff;
}

.button_buttom_c {
  margin-top: 70px;
}

/* ホバー演出(ボタン) */
@media (any-hover: hover) {
  .button_common_1_c:hover {
    background-color: #c76a00;
  }
  .button_common_2_c:hover {
    background-color: #444444;
  }
  .button_Link_c:hover {
    color: #b700ff;
    border-bottom: 3px solid #b700ff;
  }
}
.input_c {
  min-width: 50px;
  height: 30px;
  padding: 10px;
  font-size: 18px;
  border: 3px solid #db831f;
  border-radius: 10px;
}

.input_message_c {
  width: 40vw;
  height: 130px;
}

.header_c {
  background-image: linear-gradient(to bottom, #808080 0%, #808080 12.5%, #808080 12.5%, #808080 25%, #a0a0a0 25%, #a0a0a0 37.5%, #a0a0a0 37.5%, #a0a0a0 50%, #b0b0b0 50%, #b0b0b0 62.5%, #a0a0a0 62.5%, #a0a0a0 75%, #a0a0a0 75%, #a0a0a0 87.5%, #808080 87.5%, #808080 100%);
  border-bottom: 0px solid #ff6a09;
}

@keyframes BHhover {
  0% {
    width: 150px;
  }
  33% {
    width: 155px;
  }
  66% {
    width: 175px;
  }
  100% {
    width: 180px;
  }
}
.top_contents_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 30px 0;
  margin-bottom: 50px;
  padding: 60px 0;
  background-color: white;
}

.title_first_contents_c {
  line-height: 2;
}

.text_first_contents_c {
  max-width: 70vw;
}

.area_pagemap_c {
  border-left: 1vmin solid #ff8800;
  background-image: linear-gradient(to right, #ff6a09 0%, #ff6a09 5%, #ff7918 5%, #ff7918 10%, #ff8827 10%, #ff8827 15%, #ff9736 15%, #ff9736 20%, #ffa645 20%, #ffa645 25%, #ffb564 25%, #ffb564 30%, #ffc483 30%, #ffc483 35%, #ffd3a2 35%, #ffd3a2 40%, #ffe2c1 40%, #ffe2c1 45%, #fff1e0 45%, #fff1e0 50%, #fff1e0 50%, #fff1e0 55%, #ffe2c1 55%, #ffe2c1 60%, #ffd3a2 60%, #ffd3a2 65%, #ffc483 65%, #ffc483 70%, #ffb564 70%, #ffb564 75%, #ffa645 75%, #ffa645 80%, #ff9736 80%, #ff9736 85%, #ff8827 85%, #ff8827 90%, #ff7918 90%, #ff7918 95%, #ff6a09 95%, #ff6a09 100%);
}

.button_header_c.button_header_logo_c {
  margin-top: -30px;
  border: none;
}

.nav_pagemap_c {
  width: 90%;
  background-color: #575757;
  border: 0.7vmin solid #d8d8d8;
  border-radius: 2vmin;
}

.p_pagemap_c {
  color: #d0d0d0;
  border-radius: 0.5vmin;
}

@keyframes pPMhover {
  0% {
    color: #d0d0d0;
  }
  100% {
    color: #6d6d6d;
    background-color: #fffcdd;
  }
}
.p_pagemap_c.Element_in {
  color: #6d6d6d;
  background-color: #fffcdd;
}

.p_pagemap_c.Element_out {
  color: #d0d0d0;
  background-color: rgba(255, 255, 255, 0);
}

@media (any-hover: hover) {
  .p_pagemap_c:hover {
    background-color: rgba(0, 0, 0, 0.1254901961);
    animation-name: pPMhover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
}
.scroll_content_A_c {
  opacity: 0;
}

.scroll_content_A_c.contentIN_c {
  animation-name: SCAin;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes SCAin {
  0% {
    opacity: 0;
    transform: perspective(100px) translate3d(0, 0, -30px);
  }
  100% {
    opacity: 1;
    transform: perspective(100px) translate3d(0, 0, 0);
  }
}
.scroll_text_c {
  opacity: 0;
}

.ST_c {
  opacity: 0;
}

.ST_c.STin_c {
  animation-name: STin;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes STin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_page_leave_c::after {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: #f5a447;
  z-index: 9999;
  animation-name: PageLeave;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes PageLeave {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  95% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=common_TC_ver1.0.css.map */