#main_visual_area {
  color: #FFFFFF;
  background: #005bab;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 60vh;
}
#main_visual_area img {
  width: 80%;
}
#main_visual_area {
  position: relative;
  overflow: hidden;
}
/* 背景画像＋ブラー用 */
/* 表示用の元画像 */
#main_visual_area img {
  position: relative;
  z-index: 1;
  display: block;
  height: auto;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.top_center01 {
  position: relative;
  height: 100%;
}
.top_center02 {
  position: absolute;
  z-index: 100;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%
}
#main_visual_area .top_center02 img {
  width: 50%;
}
#introduction_area {
  padding: 3em 0 5em;
}
#introduction_text_area {
  font-weight: 700;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#why-us_area {
  background: #eaeaea;
  position: relative;
  padding: 5% 0 5%;
}
.triangle01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
ul#why-us_list01 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 0 1%;
}
ul#why-us_list01 li {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #000000;
  margin-bottom: 2%;
  padding: 2% 1%;
}
.why-us_section-title_area {
  font-weight: 700;
}
.why-us_description＿area {
  font-weight: 500;
}
#portfolio_area {}
ul.Portfolio_list {
  color: #181818;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}
ul.Portfolio_list li {
  width: 32%;
  margin-bottom: 4%;
}
.Portfolio_thumb img {
  width: 100%;
}
.Portfolio_text_area {
  margin-top: 1%;
}
.Portfolio_label_area {
  margin-top: 3%;
  display: inline-block;
  padding: 0 1%;
  color: #FFFFFF;
  text-indent: 0.7em;
  letter-spacing: 0.7em;
  text-align: center;
  font-weight: 400;
}
.Portfolio_label_area.game {
  background: #84c13d;
}
.Portfolio_title_area {
  font-weight: 700;
  font-size: 150%;
  padding-top: 1%;
}
.Portfolio_client_area {
  font-weight: 700;
  font-size: 100%;
  color: #7f7f7f;
  padding-top: 1%;
}
/*

#process_area

*/
#process_area {
  /* background: #eaeaea;*/
}
.Process_list01 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /*background-color: #C63C3E;*/
  padding: 0 1%;
}
.Process_list02 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  /*background-color: #C63C3E;*/
  padding: 0 1%;
}
.Process_box01 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 100%;
  width: 26%;
  height: 10em;
  background-color: black;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-right: 3%;
}
.Process_box03 {
  margin-top: 5%;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 100%;
  width: 26%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding-right: 3%;
  color: rgba(15, 15, 15, 1.00);
}
.Process_marigin {
  position: relative;
  width: 1%;
  height: 100px;
  background: #DD0003;
  background-color: transparent;
}
.Process_box02 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -512%;
  margin-left: -934%;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.5em;
  width: 200px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Process_text_area {
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2.5%;
  text-align: left;
  letter-spacing: 0.1em;
	 padding: 0 1%;
}
#Portfolio_more_area {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.Process_box01.sp {
  display: none;
}
/*

#pricing_area

*/
#pricing_area {
  color: #040404;
}
#pricing_list01 {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.pricing_box01 {
  width: 45%;
  border: solid 1px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing_title_area {
  width: 100%;
  font-weight: 700;
  padding: 3% 0;
  background: #000000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}
.pricing_price_area {
  padding: 7% 0;
  font-weight: 700;
  font-size: 150%;
}
.pricing_contents_area {
  padding: 2%;
}
#contact_area {
  background: #fff;
  background: #eaeaea;
}
#contact_form_area {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form_btn {
  font-weight: 700;
  padding: 8% 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  color: #FFFFFF;
  background: #960000;
}
footer.area01 {
  height: 100px;
}
#following_form_area {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 1%;
  margin-bottom: 1%;
}
#toggleArea {
  display: none;
}
@media screen and (max-width: 800px) {
  #introduction_area {
    padding: 10% 0 5%;
  }
  #introduction_text_area {
    padding: 0 1%;
  }
  ul#why-us_list01 {
    padding: 0 1%;
  }
  ul#why-us_list01 li {
    width: 94%;
  }
  .Process_box01.sp {
    display: flex;
  }
  .Process_list01 {
    display: none;
  }
  .Process_box01 {
    width: 95%;
    height: 16em;
    margin-bottom: 3em;
  }
  .Process_list01 {
    flex-direction: column;
    width: 100%;
  }
  .Process_list02 {
    flex-direction: column;
  }
  .Process_box03 {
    width: 100%;
    flex-direction: column;
  }
  #Process_text_area {
    padding: 0 1%;
  }
}