@charset "UTF-8";
/* CSS Document */
/*--------------------------*/
.sq_mgn {
  margin-top: -80px;
  padding-top: 80px;
}
#top_area {
  margin-top: -80px;
  padding-top: 80px;
}
.top_area {
  width: 100%;
}
.title_area {
  margin: 80px 0 20px 0;
  text-align: center;
}
.title_s {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 .5rem 0;
  align-items: center;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #000;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.title_l {
  width: 50%;
  margin: 0 auto 0.8rem auto;
}
@media (max-width: 767px) {
  .title_l {
    width: 70%;
    margin: 0 auto 0.8rem auto;
  }
}
.title_l img {
  width: 100%;
}
.copy {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 0.8rem;
  line-height: 1.4rem
}
.top_movie_area {   width: 100%;
  min-height: 0%;
display: block;}
.slider {
  width: 100%;
  margin: auto;
  z-index: 1;
  display: none;
}
.slider.slick-initialized {
  display: block;
}
/*common--------------------------*/
.subject_area {
  width: 96%;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center
}
.subject_line {
  flex: 1 0;
  height: 3px;
  border-radius: 2px;
  background-color:#004F75
}
.subject {
  padding: 0 .5rem 0 .5rem;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.title_2nd_area {
  display: flex;
  flex-flow: wrap
}
.title_2nd {
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 2rem 0;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.title_2nd_area .subject_area {
  flex: 0 0 100%;
  padding: 0 0rem 0 0;
  display: flex;
  align-items: center
}
.title_2nd_area .subject_line {
  height: 4px;
  border-radius: 2px;
  background-color:#004F75
}
.title_2nd_area .subject {
  padding: 0 .5rem 0 0rem;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.title_2nd_body {
  flex: 1 0;
  font-size: .9rem;
  line-height: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.wh {
  background-color: #fff
}
.gr {
  background-color: #e9eaeb
}
.body_nts {
  font-size: .65rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.btn_wrapper {
  position: relative;
  background-color: #fff;
  display: flex;
  height: 140px;
  width: 100%;
  justify-content: center;
  border-bottom: #333 1px solid;
  overflow: hidden
}
.btn_detail {
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/btn_bg.svg") -1000px center no-repeat, linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(100, 100, 100, 1) 100%);
  background-size: cover;
  height: 60px;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  transition: background 1.5s, left .8s ease-out, opacity .3s;
}
.btn_detail.app {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/btn_bg.svg") left center no-repeat, linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(100, 100, 100, 1) 100%);
  background-size: cover;
}
.btn_detail:hover {
  opacity: .7;
}
.btn_wrapper_02 {
  background-color: #fff;
  display: flex;flex-direction: column;
  width: 100%;
 align-items: center; margin-bottom: 80px;
}
.btn_detail_02,.btn_detail_02.inq{
  position: relative;
  margin-top: 80px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/btn_bg.svg") left 0px center no-repeat, linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(100, 100, 100, 1) 100%);
  background-size: cover;
  height: 60px;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  transition: background 1.5s, left .8s ease-out, opacity .3s;
}
.btn_detail_02:hover {
  opacity: .7;
}
.btn_detail_02:before {
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #000;
  content: '';
  top: -60px;
  left: 50%;
}
.btn_detail_02.inq:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background: #000;
  content: '';
  top: 80px;
  left: 50%;
}
/*exsystem--------------------------*/
.area_wrapper_exsystem {
  width: 100%;
  background-color: #e8e9ea;
  margin: 0rem 0;
  padding: 2rem 0;
}
.exsystem_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 2%;
}
.exsystem_area {
  margin: 0 auto 0 auto;
}
/*features--------------------------*/
.area_wrapper_features {
  width: 100%;
  padding: 2.5rem 0;
}
.area_wrapper_features_02 {
  width: 100%;
  padding: 2.5rem 0 0rem 0;
}
.features_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 4%;
}
.features_area {
  margin: 0 auto 0 auto;
  width: 70%
}

#exsystem .features_area {
    margin: 0 auto 3rem auto;
     width: 70%
  }
	
@media (max-width: 767px) {
  .features_area {
    margin: 0 auto 0 auto;
    width: 100%
  }
	
#exsystem .features_area {
    margin: 0 auto 3rem auto;
    width: 90%
  }
	
	
	
}
.features_ill_mov {
  margin: 1rem auto 1rem auto;
		  width: 100%;
		background-color: #fff
}
.ill_mov {
  margin: 0rem auto 0rem auto;
		  width: 100%;
		
}

.container {
	  margin: 0rem auto 0rem auto;
  position: relative;
}
.container::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 15px 15px #e9eaeb;
}

.copy_txt {
  font-size: .8rem;
  line-height: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.copy_area_01 {
  width: 100%;
  padding: 1rem 2rem;
  font-size: .8rem;
  line-height: 1.4rem;
  margin-bottom: -2.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  background-color: #d1d2d3;
  color: #000
}
.features_icon_area {
  margin: 2rem 0;
  display: flex;
  width: 100%;
  justify-content: center
}
.features_icon_area_02 {
  margin: 2rem 0 0rem 0;
  display: flex;
  width: 100%;
  justify-content: space-between
}
.features_icon_area img, .features_icon_area_02 img {
  max-width: 100px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .features_icon_area img, .features_icon_area_02 img {
    max-width: 80px;
    margin: 0 1rem;
  }
}
.area_wrapper_features_fr {
  display: flex;
  width: 100%;
  padding: 0rem 0;
}
.features_area_left {
  flex: 1 0;
  padding: 1rem .5rem 0 4%;
}
.features_area_right {
  flex: 1 0;
}
.features_area_left_inner {
  margin: 1rem 0 0 0;
}
.features_area_left_inner .title_2nd_area {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 0 0;
}
.features_area_left_inner .title_2nd_area .subject_area {
  margin: 0 0 1rem 0;
  padding: 0 0rem 0 0;
}
.features_area_left_inner .title_2nd_area .title_2nd_body {
  width: 100%;
  font-size: .8rem;
  line-height: 1.4rem;
  padding: 0 0 0 0;
  display: flex;
  align-items: center
}
/*prpducts--------------------------*/
.area_wrapper_prpducts {
  width: 100%;
  padding: 2.5rem 0;
}
.prpducts_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 4%;
}
.prpducts_area {
  margin: 0 auto 0 auto;
  width: 70%
}
@media (max-width: 767px) {
  .prpducts_area {
    margin: 0 auto 0 auto;
    width: 100%
  }
}
/*products--------------------------*/
.area_wrapper_products {
  width: 100%;
  padding: 2.5rem 0 0rem 0;
}
.products_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 4%;
}
.products_area_outer .title_2nd_area {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 3rem 0;
}
.products_area_outer .title_2nd {
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 1rem 0;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.products_area_outer .title_2nd_body {
  width: 100%;
  font-size: .8rem;
  line-height: 1.4rem;
  padding: 0 0 0 0;
  display: flex;
  align-items: center
}
.products_area {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 0 auto;
  width: 100%
}
.p_products {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column
}
.p_products_photo {
  display: flex;
  align-items: flex-end
}
.p_products_txt_area {
  text-align: center;
  padding: 0 .25rem;
  min-height: 5rem
}
.p_products_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .65rem;
  line-height: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  min-height: 3rem
}
.p_products_txt_mn {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1rem;
  line-height: 1.4rem;
  padding-top: .5rem
}
@media (max-width: 767px) {
  .products_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto 0 auto;
    width: 100%
  }
  .p_products {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
  }
  .p_products_photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
  }
  .p_products_photo.w50 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .p_products_txt_area {
    text-align: center;
    padding: 0 .5rem;
  }
  .p_products_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    line-height: 1.2rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
    min-height: 0rem
  }
  .p_products_txt_mn {
    font-family: "UniversNextPro-BoldCond";
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
/*systemlineup--------------------------*/
.area_wrapper_systemlineup {
  width: 100%;
  padding: 2.5rem 0 0rem 0;
}
.systemlineup_area_outer {
  width: 100%;
  margin: 0 auto;
}
.systemlineup_area_outer .title_2nd_area {
  display: flex;
  max-width: 1280px;
  padding: 0rem 4%;
  width: 100%;
  margin: 0 auto 2rem auto;
}
.systemlineup_area_outer .title_2nd {
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 1rem 0;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.systemlineup_area_outer .title_2nd_body {
  width: 100%;
  font-size: .8rem;
  line-height: 1.4rem;
  padding: 0 0 0 0;
  display: flex;
  align-items: center
}
.systemlineup_area {
  display: flex;
  margin: 0 auto 0 auto;
  width: 100%
}
.p_systemlineup {
  flex: 1 0;
  display: flex;
  flex-direction: column
}
.p_systemlineup_photo {
  display: flex;
  align-items: flex-end
}
.p_systemlineup_txt_area {
  text-align: center;
  padding: 0 .5rem;
  min-height: 5rem
}
.p_systemlineup_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0;
  font-size: .8rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.p_systemlineup_txt_mn {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (max-width: 767px) {
  .systemlineup_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0 auto;
    width: 100%
  }
  .p_systemlineup {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem
  }
  .p_systemlineup_photo {
    display: flex;
  }
  .p_systemlineup_txt_area {
    text-align: center;
    padding: 0 .5rem;
    min-height: 0rem
  }
  .p_systemlineup_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0 0;
    font-size: .8rem;
    line-height: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
  }
  .p_systemlineup_txt_mn {
    font-family: "UniversNextPro-BoldCond";
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
/*scenesimulation--------------------------*/
.scenesimulation_area {
  display: flex;
  margin: 0 auto 0 auto;
  background-color: #fff;
  padding: 3rem 50px;
  width: 100%;
  align-items: flex-end
}

.p_scenesimulation {
  flex: 1 0;
  margin: 0 .2rem;
  display: flex;
  flex-direction: column
}


@media (max-width: 767px) {
  .scenesimulation_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 3rem 8% 1rem 8%;
    width: 100%
  }
  .p_scenesimulation {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0rem;
    margin-bottom: 2rem
  }

}

/*application--------------------------*/
.area_wrapper_application {
  width: 100%;
  padding: 2.5rem 0 0rem 0;
}
.application_area_outer {
  width: 100%;
  margin: 0 auto;
}
.application_area_outer .title_2nd_area {
  display: flex;
  align-items: center;
  max-width: 1280px;
  padding: 0rem 4%;
  width: 100%;
  margin: 0 auto 2rem auto;
}
.application_area_outer .title_2nd {
  flex: 0 0;
  display: flex;
  align-items: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding-right: 2rem;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.application_area_outer .title_2nd_icon {
  width: 2.6rem;
  padding-right: .5rem;
}
.application_area_outer .title_2nd_body_en {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1rem;
  padding-top: .3rem
}
.application_area_outer .title_2nd_body {
  flex: 1 0;
  font-size: .8rem;
  line-height: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.application_area_outer .title_2nd_body ul {
  margin: 1rem 0 0 0;
}
.application_area_outer .title_2nd_body li {
  text-indent: -1rem;
  padding: 0 0 .4rem 1rem;
  font-size: .8rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.application_area_outer .title_2nd_body li:before {
  content: "■ ";
  color: #007f80;
	font-family: sans-serif,"游ゴシッグ,”ヒラギノ角ゴProN","FP-ヒラギノ角ゴ ProN W6";
}
.application_area {
  display: flex;
  margin: 0 auto 0 auto;
  background-color: #d7d8d9;
  padding: 3rem 50px;
  width: 100%;
  align-items: flex-end
}
.p_application {
  flex: 1 0;
  margin: 0 .5rem;
  display: flex;
  flex-direction: column
}
.p_application_photo {
  display: flex;
  align-items: flex-end
}
.p_application_txt_area {
  text-align: center;
  padding: 0 .5rem;
}
.p_application_txt,.p_application_txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0;
  font-size: .8rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
@media (max-width: 767px) {
  .application_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 3rem 8% 1rem 8%;
    width: 100%
  }
  .p_application {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0rem;
    margin-bottom: 2rem
  }
  .p_application_photo {
    display: flex;
    align-items: flex-end
  }
  .p_application_txt_area {
    text-align: center;
    padding: 0 .5rem;
  }
  .p_application_txt,.p_application_txt02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 0 0;
    font-size: .8rem;
    line-height: 1.8rem;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    color: #000;
  }
}
.cap{
	display: inline-block;
	 margin: 1rem 0 0 0;

  font-size: .8rem;
  line-height: 1.4rem;
  padding: .2rem 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  background-color: #ccd6da;
  border-radius: 6px;
  text-align: center
}
/*notice--------------------------*/
.area_wrapper_notice {
  width: 100%;
  padding: 2.5rem 0 0rem 0;
}
.notice_area_outer {
  width: 100%;
  margin: 0 auto;
}
.notice_area_outer .subject_area {
  width: 96%;
  margin: 0 auto 2rem auto;
  display: flex;
  align-items: center
}
.notice_area_outer .title_2nd_area {
  display: flex;
  align-items: center;
  max-width: 1280px;
  padding: 0rem 4%;
  width: 100%;
  margin: 0 auto 2rem auto;
}
.notice_area_outer .title_2nd {
  flex: 0 0;
  display: flex;
  align-items: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding-right: 2rem;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.notice_area_outer .title_2nd_icon {
  width: 2.6rem;
  padding-right: .5rem;
}
.notice_area_outer .title_2nd_body_en {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1rem;
  padding-top: .3rem
}
.notice_area_outer .title_2nd_body {
  flex: 1 0;
  font-size: .8rem;
  line-height: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.notice_area_outer .title_2nd_body ul {
  margin: 1rem 0 0 0;
}
.notice_area_outer .title_2nd_body li {
  text-indent: -1rem;
  padding: 0 0 .4rem 1rem;
  font-size: .8rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000
}
.notice_area_outer .title_2nd_body li:before {
  content: "■ ";
  color: #004F75;
	font-family: sans-serif,"游ゴシッグ,”ヒラギノ角ゴProN","FP-ヒラギノ角ゴ ProN W6";
}

