@charset "UTF-8";
/* CSS Document */
/*--------------------------*/
.sq_mgn {
  margin-top: -40px;
  padding-top: 40px;
}
#application.sq_mgn {
  margin-top: -60px;
  padding-top: 60px;
}
.top_area {
  position: relative;
  width: 100%;
  margin: 0 0 0 0
}
.title_area {
  position: absolute;
  top: 15%;
  left: 50%;
  /*  transform: translateX(-5%);*/
  text-align: center;
	z-index: 2
}
.title_s {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1rem 0;
  align-items: center;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #000;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.title_l {
  width: 460px;
  margin: 0 0 1rem 0;
}
.title_l img {
  width: 100%;
}
.copy {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 1rem;
  line-height: 1.8rem
}
.top_movie_area {   width: 100%;
display: block;
z-index: 1;
filter: drop-shadow( 0px 0px #fff);
}
.slider {
  width: 100%;
  overflow: hidden;
  margin: auto;
  z-index: 1;
  display: none;
}
.slider.slick-initialized {
  display: block;
}
/*common--------------------------*/
.subject_area {
  width: 60%;
  margin: 0 auto 4rem auto;
  display: flex;
  align-items: center;
	
}
.subject_line {
  flex: 1 0;
  height: 4px;
  border-radius: 2px;
  background-color:#004F75
}
.subject {
  padding: 0 2rem 0 2rem;
  font-size: 1.4rem;
  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: 3.2rem;
  margin: 0 0 3rem 0;
  padding-right: 2rem;	font-feature-settings : "palt";
	letter-spacing: -1%
}
.title_2nd_area .subject_area {
  flex: 0 0 40%;
  padding: 0 3rem 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 2rem 0 0rem;
  font-size: 1.4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.title_2nd_body {
  flex: 1 0;
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.wh {
  background-color: #fff
}
.gr {
  background-color: #e9eaeb
}
.w70 {
  width: 70%
}
.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: 200px;
  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: 50%;
  min-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/btn_bg.svg") left -1000px center no-repeat, linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(100, 100, 100, 1) 100%);
  background-size: cover;
  height: 80px;
  border-radius: 4px;
  font-size: 1.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 0px 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: 120px;
}
.btn_detail_02,.btn_detail_02.inq {
  position: relative;
  margin-top: 120px;

  width: 50%;
  min-width: 700px;
  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: 80px;
  border-radius: 4px;
  font-size: 1.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: 80px;
  background: #000;
  content: '';
  top: -100px;
  left: 50%;
}
.btn_detail_02.inq:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  background: #000;
  content: '';
  top: 100px;
  left: 50%;
}
/*exsystem--------------------------*/
.area_wrapper_exsystem {
  width: 100%;
  background-color: #e8e9ea;
  padding:5rem 0;
}
.exsystem_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 50px;
}
.exsystem_area {
  margin: 0 auto 0 auto;
} /*features--------------------------*/
.area_wrapper_features {
  width: 100%;
  padding: 4rem 0;
}
.area_wrapper_features_02 {
  width: 100%;
  padding: 4rem 0 0rem 0;
}
.features_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 50px;
}
.features_area {
  margin: 0 auto 0 auto;
  width: 60%
}

#exsystem .features_area {
    margin: 0 auto 5rem auto;
    width: 80%
  }


.features_ill_mov {
  margin: 1rem auto 1rem auto;
	  width: 100%;
	filter: drop-shadow( 0px 0px #fff);
	background-color: #fff
}
.ill_mov{


	  width: 100%;
	filter: drop-shadow( 0px 0px #fff);

}


.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: 1.1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.copy_area_01 {
  width: 100%;
  padding: 3rem 20%;
  font-size: .9rem;
  line-height: 1.8rem;
  margin-bottom: -4rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  background-color: #d1d2d3;
  color: #000
}
.features_icon_area {
  margin: 3rem 0;
  display: flex;
  width: 100%;
  justify-content: center
}
.features_icon_area_02 {
  margin: 3rem 0 0rem 0;
  display: flex;
  width: 100%;
  justify-content: space-between
}
.features_icon_area img, .features_icon_area_02 img {
  max-width: 156px;
  margin: 0 1rem;
}
.area_wrapper_features_fr {
  display: flex;
  width: 100%;
  padding: 0rem 0;
}
.features_area_left {
  flex: 1 0;
  padding: 0 2rem 0 50px;
	display: flex;
	align-items: center
}
.features_area_right {
  flex: 1 0;
}
.features_area_left_inner {
  margin: 0rem 0 0 auto;
}
.features_area_left_inner .title_2nd_area {
  display: flex;
  flex-direction: column;
  max-width: 615px;
  width: 100%;
  margin: 0 0 0 auto;
}
.features_area_left_inner .title_2nd_area .subject_area {
  margin: 1rem 0 2rem 0;
  padding: 0 1rem 0 0; width: 100%;
}

.features_area_outer .title_2nd_area .title_2nd_body {

  flex: 1 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}


.features_area_left_inner .title_2nd_area .title_2nd_body {
  width: 100%;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 0 0 0 0;
  display: flex;
  align-items: center
}
/*products--------------------------*/
.area_wrapper_products {
  width: 100%;
  padding: 4rem 0 0rem 0;
}
.products_area_outer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0rem 50px;
}
.products_area_outer .title_2nd_area {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 3rem 0;
}
.products_area_outer .title_2nd {
  flex: 0 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  margin: 0 0 0 0;
  padding-right: 2rem;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.products_area_outer .title_2nd_body {
  flex: 1 0;
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.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 .5rem;
  min-height: 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: 3rem
}
.p_products_txt_mn {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: .5rem
}
/*systemlineup--------------------------*/
.area_wrapper_systemlineup {
  width: 100%;
  padding: 4rem 0 0rem 0;
}
.systemlineup_area_outer {
  width: 100%;
  margin: 0 auto;
}
.systemlineup_area_outer .title_2nd_area {
  display: flex;
  max-width: 1280px;
  padding: 0rem 50px;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto 3rem auto;
}
.systemlineup_area_outer .title_2nd {
  flex: 0 0;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding-right: 2rem;	font-feature-settings : "palt";
	letter-spacing: -1%
}
.systemlineup_area_outer .title_2nd_body {
  flex: 1 0;
  font-size: 1.1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.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: 1rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.p_systemlineup_txt_mn {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: .5rem
}
/*scenesimulation--------------------------*/
.scenesimulation_area {
  display: flex;
  margin: 0 auto 0 auto;
  background-color: #fff;
  padding: 2rem 50px 0rem 50px;
  width: 100%;
  align-items: flex-start;

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

/*application--------------------------*/
.area_wrapper_application {
  width: 100%;
  padding: 4rem 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 50px;
  width: 100%;
  margin: 0 auto 3rem 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: 3.2rem;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding-right: 3rem;
	  padding-right: 2rem;	font-feature-settings : "palt";
	letter-spacing: -1%
}
.application_area_outer .title_2nd_icon {
  width: 4rem;
  padding-right: 1rem;
}
.application_area_outer .title_2nd_body_en {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.2rem;
  padding-top: .3rem
}
.application_area_outer .title_2nd_body {
  flex: 1 0;
  font-size: 1.1rem;
  line-height: 2rem;
  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 .6rem 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000
}
.application_area_outer .title_2nd_body li:before {
  content: "■ ";
  color: #007f80;
}
.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 1rem;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0;
  font-size: 1rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.p_application_txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0 0;
  font-size: 1rem;
  line-height: 1.6rem;
  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: 4rem 0 0rem 0;        border-bottom: #333 1px solid;
}
.notice_area_outer {
  width: 100%;
  margin: 0 auto;
}
.notice_area_outer .subject_area {
  width: 100%;
	  max-width: 1280px;
  padding: 0rem 50px;
  margin: 0 auto 3rem auto;
  display: flex;
  align-items: center
}
.notice_area_outer .title_2nd_area {
  display: flex;
  align-items: center;
  max-width: 1280px;
  padding: 0rem 50px;
  width: 100%;
  margin: 0 auto 3rem 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: 3.2rem;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding-right: 3rem;
	  padding-right: 2rem;	
	font-feature-settings : "palt";
	letter-spacing: -1%
}
.notice_area_outer .title_2nd_icon {
  width: 4rem;
  padding-right: 1rem;
}
.notice_area_outer .title_2nd_body_en {
  font-family: "UniversNextPro-BoldCond";
  font-size: 1.2rem;
  padding-top: .3rem
}
.notice_area_outer .title_2nd_body {
  flex: 1 0;
  font-size: 1rem;
  line-height: 1.8rem;
  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 .6rem 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000
}
.notice_area_outer .title_2nd_body li:before {
  content: "■ ";
  color: #004F75;
}



