.top_header_middle {
  display: inline-block;
}

.top_header_middle_iconArea {
  display: inline-block;
  margin-right: 2rem;
  margin-left: 23rem;
}

.top_header_middle_iconArea img {
  max-width: 55.5px;
}

.top_header_middle_iconArea h1 {
  font-size: 1.35rem;
  font-family: noto_L;
  text-align: center;
  display: block;
}

.top_header_middle_textArea {}

.top_header_middle_textArea {
  display: inline-block;
  flex: none;
}

.top_header_middle_textArea h1 {
  font-size: 1rem;
  font-family: noto_L;
  position: relative;
  color: #4B505C;
  padding-left: 1.75rem;
}

.top_header_middle_textArea h1::after {
  content: "";
  background: url(/assets/images/main/header_aim_icon.png);
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  background-size: 100%;
  top: 0.1rem;
}

.top_header_middle_textArea h2 {
  font-family: noto_L;
  color: #4B505C;
  font-size: 1rem;
  padding: 0.2rem 0;
}

.top_header_middle_textArea h3 {
  font-family: noto_L;
  color: #4B505C;
  font-size: 1rem;
  padding: 0.2rem 0;
  padding-top: 0;
}

.top_header_middle_textArea .color {
  display: inline-block;
  color: #3860D2;
  font-family: noto_L;
  padding-right: 0.75rem;
}

.top_header_middle_textArea .title {
  display: inline-block;
  width: 5rem;
  font-size: 0.875rem;
  font-family: noto_L;
}

#section {
  width: 100%;
  display: flex;
  align-items: center;
}

.section_1 {
  background: url(/assets/images/air_data/air_new_back.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 40rem;
  margin-top: 4.375rem;
}

.section_1_wrapper {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

.section_1_text {}

.section_1_text h1 {
  font-size: 2.688rem;
  color: #fff;
  font-family: noto_B;
}

.section_1_text h2 {
  font-size: 3.625rem;
  color: #fff;
  font-family: noto_B;
  margin-top: 0.5rem;
}

.section_1_btn_list {
  padding-top: 5rem;
}

.section_1_btn_list li {
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 1rem;
}

.section_1_btn_list li a {
  padding: 0.875rem 1.875rem;
  display: block;
  font-size: 1.25rem;
  color: #fff;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.section_2 {}

.section_2_textArea {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.section_2_textArea h1 {
  font-size: 2.5rem;
  font-family: noto_L;
  color: #4B505C;
}

.section_2_textArea h1 b {
  color: #3860D2;
  font-weight: normal;
  font-family: noto_DL;
}

.section_2_textArea h2 {
  font-size: 1.18rem;
  color: #353942;
  padding: 3.5rem 0;
  font-family: noto_L;
}

.section_2_btn {
  display: block;
  background-color: #3860D2;
  width: 12.5rem;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-family: noto_M;
  padding: 1rem 0;
  border-radius: 2rem;
}

.section_2_clientArea {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10rem;
}

.section_2_clientArea_list {
  font-size: 0;
  width: 28rem;
}

.section_2_clientArea_list li {
  font-size: 1rem;
  display: inline-block;
  width: 33.333%;
  margin-top: 4rem;
}

.section_2_clientArea_list li:nth-of-type(1), .section_2_clientArea_list li:nth-of-type(2), .section_2_clientArea_list li:nth-of-type(3) {
  margin-top: 0;
}

.section_2_clientArea_list li img {
  max-width: 110px;
  margin: 0 auto;
  display: block;
}

.section_contents_wrapper {
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
  font-size: 0;
}

.section_3 {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 6rem 0 6rem 0;
  background: #5680ED;
}

.section_3_imgArea {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section_3_imgArea img {
  max-width: 300px;
  display: block;
  margin-left: 4rem;
}

.section_3_textArea {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  width: 45%;
}

.section_3_textArea h1 {
  font-size: 2.7rem;
  font-family: noto_L;
  color: #fff;
}

.section_3_textArea h2 {
  font-size: 1.18rem;
  padding: 3.5rem 0;
}

.section_3_btns {}

.section_3_btns li {
  display: inline-block;
  color: #fff;
  margin-right: 1.75rem;
  position: relative;
  cursor: pointer;
}

.section_3_btns .active::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
}

.section_3_btn {
  position: absolute;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 12.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 1.125rem;
  font-family: noto_M;
  color: #3860D2;
  left: 50%;
  margin-left: -6.25rem;
  bottom: 5rem;
  cursor: pointer;
}

.section_4 {
  position: relative;
  display: block !important;
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 6rem 0 10rem 0;
  height: 52rem;
}

.section_4_textArea {
  font-size: 1rem;
  vertical-align: middle;
  display: inline-block;
  width: 50%;
}

.section_4_textArea h1 {
  font-size: 2.7rem;
  font-family: noto_L;
  color: #4B505C;
}

.section_4_textArea h2 {
  font-size: 1.18rem;
  color: #4B505C;
  padding: 3.5rem 0;
}

.section_4_btns {}

.section_4_btns li {
  display: inline-block;
  color: #999999;
  margin-right: 1.75rem;
  position: relative;
  cursor: pointer;
}

.section_4_btns li:nth-of-type(1) {}

.section_4_btns li:nth-of-type(2) {}

.section_4_btns li:nth-of-type(3) {}

.section_4_imgArea {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.section_4_imgArea p {
  max-width: 328px;
  margin: 0 auto;
  display: block;
}

.section_4_imgArea p img {
  max-width: 328px;
}

.section_4_btns .active::after {
  content: "";
  position: absolute;
  background-color: #5583F0;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
}

.section_4_btns .active {
  color: #5583F0 !important;
}

.section_4_btn {
  position: absolute;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 12.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  background-color: #5583F0;
  font-size: 1.125rem;
  font-family: noto_M;
  color: #fff;
  left: 50%;
  margin-left: -6.25rem;
  bottom: 5rem;
  cursor: pointer;
}

.section_5 {
  /* padding: 7rem 0; */
  display: block !important;
  border-bottom: 1px solid #eaeaea;
  padding: 6rem 0;
  display: none !important;
}

.section_contents_wrapper {}

.section_5_topText {
  font-size: 1rem;
}

.section_5_topText h1 {
  font-size: 2.7rem;
  font-family: noto_L;
  color: #4B505C;
  display: inline-block;
}

.section_5_topText a {}

.section_5_btn {
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 12.5rem;
  padding: 1rem 0;
  border-radius: 2rem;
  background-color: #5583F0;
  font-size: 1.125rem;
  font-family: noto_M;
  color: #fff;
  cursor: pointer;
}

.section_5_bottomArea {
  font-size: 1rem;
  margin-top: 2rem;
}

.section_5_bottomArea_list {
  font-size: 0;
}

.section_5_bottomArea_list li {
  display: inline-block;
  background-color: #aaa;
  width: 361px;
  height: 250px;
  margin-top: 23px;
  margin-right: 23px;
  font-size: 1rem;
  position: relative;
}

.section_5_bottomArea_list li:nth-of-type(3n) {
  margin-right: 0;
}

.section_5_bottomArea_list_text {
  position: absolute;
  width: 100%;
  bottom: 0.875rem;
}

.section_5_bottomArea_list_text h1 {
  font-size: 1.25rem;
  display: inline-block;
  margin-left: 1rem;
}

.section_5_bottomArea_list_text_mark {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.2rem 1rem;
  background-color: #000;
  margin-right: 0.65rem;
  float: right;
  margin-top: 0.65rem;
}

.section_6 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: block !important;
  border-bottom: 1px solid #eaeaea;
}

.section_contents_wrapper {
  position: relative;
}

.section_6_topArea {
  font-size: 1rem;
}

.section_6_topArea h1 {
  font-size: 2.7rem;
  font-family: noto_L;
  color: #fff;
  text-align: center;
}

.section_6_topArea h2 {
  font-size: 1.18rem;
  color: #fff;
  padding: 3.5rem 0;
  text-align: center;
}

.store_list p {
  display: inline-block;
  border: 1px solid #fff;
  width: 13rem;
  border-radius: 3px;
  margin-right: 1rem;
  cursor: pointer;
}

.store_list p:nth-of-type(2) {
  margin-right: 0;
}

.store_list img {
  max-width: 133px;
  margin: 0 auto;
  padding: 0.65rem 0;
}

.store_list {
  text-align: center;
  font-size: 0;
}

.section_6_imgArea {
  position: absolute;
  bottom: -290px;
  z-index: 4;
  width: 318px;
  left: 50%;
  margin-left: -159px;
}

.section_6_imgArea img {
  max-width: 318px;
  z-index: 4;
  position: relative;
}

.top_header_middle_wrapper {}

/*sub_page_css*/
.sub_section_1_text {}

.sub_section_1_text h1 {
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  font-family: noto_R;
  padding-bottom: 2.5rem;
  color: #3860D0;
  font-size: 3.4rem;
}

.sub_section_1_text h1 b {
  font-size: 3.4rem;
  color: #3860D1;
}

.sub_section_1_text_btns {
  text-align: center;
}

.sub_section_1_text_btns li {
  display: inline-block;
  margin-right: 1rem;
}

.sub_section_1_text_btns li a {
  display: block;
  display: block;
  background-color: #3860D2;
  width: 12.5rem;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  font-family: noto_M;
  padding: 0.875rem 0;
  border-radius: 2rem;
}

.sub_section_1_text_btns li:nth-of-type(1) {}

.sub_section_1_text_btns li:nth-of-type(2) {}

.sub_section_1_text_btns li:nth-of-type(1) a {}

.sub_section_1_text_btns li:nth-of-type(2) a {
  background-color: #3860D2;
  color: #fff;
}

.section_2 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 9rem;
}

.section_2_imgArea {
  display: inline-block;
  margin: 0 auto;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

.section_2_imgArea img {
  max-width: 480px;
  margin: 0 auto;
}

.section_2_textArea {
  vertical-align: middle;
}

.section_2_textArea h1 {
  font-family: noto_R;
  color: #3860D1;
}

.section_2_textArea h2 {
  padding: 1.75rem 0;
}

.section_2_textArea .section_btn {
  display: table;
  background-color: #3860D2;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  font-family: noto_M;
  padding: 0.875rem 2rem;
  border-radius: 2rem;
}

.section_title {
  width: 100%;
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #353942;
  font-family: noto_M;
  padding: 4rem 0 5rem 0;
}

.section_3_list {
  font-size: 0;
  display: block;
  padding-bottom: 8rem;
}

.section_3_list li {
  display: inline-block;
  width: 25%;
  font-size: 1rem;
}

.section_3_list .section_3_list_title {
  text-align: center;
  font-size: 1.7rem;
  position: relative;
  padding-top: 0.75rem;
  color: #414751;
}

.section_3_list_title::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #009ADE;
  margin: 1rem auto;
}

.section_3_list li p img {
  display: block;
  margin: 0 auto;
  max-width: 96px;
}

.section_3_list li p {}

.section_3_list_contents {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  color: #353942;
}

.section_4_list {
  font-size: 0;
  text-align: center;
}

.section_4_list li {
  display: inline-block;
  width: 25%;
  font-size: 1rem;
  margin-top: 2rem;
}

.section_4_list_number {
  display: block;
  background: url(/assets/images/service/service_1_section_3_img_1.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}

.section_4_list li h1 {
  color: #3860C4;
  font-family: noto_B;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.section_4_list li h2 {
  font-size: 1.1rem;
  color: #4B505C;
  margin-top: 0.5rem;
}

.section_4 .section_btn {
  display: table;
  background-color: #3860D2;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  font-family: noto_R;
  padding: 0.875rem 4rem;
  border-radius: 2rem;
  margin: 0 auto;
  margin: 5rem auto 8rem auto;
  margin-bottom: 0;
}

.section_5 .section_btn {
  display: table;
  background-color: #3860D2;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  font-family: noto_R;
  padding: 0.875rem 4rem;
  border-radius: 2rem;
  margin: 0 auto;
  margin: 5rem auto 8rem auto;
}

.section_4_list_wrapper {
  background: #F4F4F4;
  width: 90%;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 2.25rem 1.25rem;
  text-align: left;
}

.sub_section_5_slider_wrapper {
  background: url(/assets/images/main/main_list_back_2.png) no-repeat;
  width: 361px;
  height: 250px;
  font-size: 1rem;
  background-size: cover;
  position: relative;
}

.sub_section_5_slider_wrapper h1 {
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  padding: 0.65rem;
}

.sub_section_5_slider_wrapper h2 {
  color: #fff;
  font-size: 0.75rem;
  font-family: noto_L;
  padding: 0 1rem 1rem 1rem;
}

.sub_section_5_text_wrap {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  height: 6rem;
}

.section_5_title {
  font-size: 2rem;
  text-align: center;
  padding: 5rem 0;
}

.section_5_title b {
  font-weight: normal;
  color: #3860d2;
}

.section_6_btn-mbmb {
  font-size: 1rem;
  text-align: center;
  padding: 3rem 0 6rem 0;
  background-color: #0B60D6;
}

.none_block {
  display: none;
  font-size: 2.5rem;
  color: #0B60D6;
  text-align: center;
  padding: 2rem 0rem;
}

.section_6_btn-mbmb li {
  display: inline-block;
  border-radius: 2rem;
  background: url(/assets/images/base/section_6_img_1.png) no-repeat;
  background-size: 2rem;
  background-position: 1rem center;
  background-color: #fff;
  box-shadow: 1px 1px 19px -14px #000;
}

.section_6_btn-mbmb li a {
  font-size: 1.35rem;
  color: #fff;
  font-family: noto_L;
  padding: 0.7rem 0;
  display: block;
  width: 13rem;
  margin-left: 1rem;
  color: #5680ED;
}

.section_6_title {
  font-size: 2rem;
  text-align: center;
  color: #000;
  font-family: noto_R;
  padding-top: 5rem;
}

.section_6_btn-mbmb li:nth-of-type(2) {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2rem;
  background: url(/assets/images/service/service_1_section_6_img_2.png) no-repeat;
  background-size: 2rem;
  background-position: 1rem center;
  margin-left: 1.5rem;
  background-color: #0b60d6;
  box-shadow: 1px 1px 19px -9px #000;
}

.colorFix {
  color: #3860D1;
}

.section_3_imgArea img {
  max-width: 180px;
  display: inline-block;
  margin-right: 2rem;
  vertical-align: bottom;
}

.section_3_textArea {
  width: 100%;
}

.section_4_title {
  font-size: 2.5rem;
  color: #353942;
  text-align: center;
  padding: 5rem 0 3rem 0;
}

.service_2_slider_wrapper_steps {
  position: absolute;
  background-color: #3860D1;
  font-size: 0.875rem;
  left: 0;
  top: 0;
  color: #fff;
  padding: 0.2rem 0.6rem;
  text-align: center;
}

.service_2_slider_wrapper {
  background-color: #fff;
  position: relative;
  width: 250px;
  margin: 0 auto;
  font-size: 1rem;
}

.service_2_slider_wrapper img {
  max-width: 128px;
  margin: 0 auto;
  display: block;
  padding: 2rem 0px 1rem 0;
}

.service_2_slider_title {
  font-size: 1.3rem;
  color: #3860D1;
  text-align: center;
}

.service_2_slider_wrapper_steps_text_list {
  text-align: center;
}

.service_2_slider_wrapper_steps_text_list li {
  border-bottom: 1px solid #dedede;
  color: #353942;
  padding: 0.5rem 0;
  font-family: noto_L;
  font-size: 0.98rem;
}

.service_2_slider_wrapper_steps_text_list li:last-of-type {
  border-bottom: 0;
}

.section_2_center_text {
  font-size: 2.5rem;
  text-align: center;
}

.section_2_center_text h1 {
  font-size: 2.5rem;
  color: #353942;
  margin: 7rem 0 2.5rem 0;
}

.section_2_center_text h2 {
  color: #353942;
  font-size: 1.25rem;
  font-family: noto_L;
}

.service_section_3_slide_wrapper {}

.service_section_3_slide_wrapper_header_list {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 3rem;
  font-size: 0;
}

.service_section_3_slide_wrapper_header_list li {
  display: inline-block;
  width: 19rem;
  text-align: center;
  font-size: 1.35rem;
  color: #8D8D8D;
  position: relative;
  padding-bottom: 0.75rem;
  cursor: pointer;
}

.service_section_3_slide_wrapper_header_list li::after {
  content: "";
  background-color: #aaa;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
}

.service_section_3_slide_wrapper_header_list_active {
  color: #3860d1 !important;
}

.service_section_3_slide_wrapper_header_list_active::before {
  content: "";
  background-color: #3860d1 !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  z-index: 6;
}

.service_section_3_slide_wrapper_sub_header {
  font-size: 1rem;
  text-align: center;
  color: #3860d1;
  font-size: 1.65rem;
  padding-bottom: 3rem;
}

.service_section_3_slider {}

.service_section_3_slider_item {}

.service_section_3_slider_wrapper {}

.service_section_3_slider_wrapper span {
  font-size: 1.125rem;
  text-align: ;
  padding: 1rem;
  text-align: center;
  display: block;
  color: #6B6B6B;
}

.service_section_3_slider_wrapper img {
  max-width: 243px;
  display: block;
  margin: 0 auto;
}

.section_4_grid {
  max-width: 1130px;
  margin: 0 auto;
  margin-top: 3rem;
}

.section_4_grid_title {
  font-size: 1.15rem;
  color: #3860D1;
  display: block;
  padding-bottom: 1rem;
}

.section_4_grid_type_1_wrapper {}

.section_4_grid_type_1_title {}

.section_4_grid_type_1 {
  font-size: 0;
}

.section_4_grid_type_1 li {
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 1rem;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  height: 3rem;
  line-height: 3rem;
  vertical-align: middle;
  font-family: noto_L;
}

.section_4_grid_type_1 li:last-of-type {
  border-right: 0;
}

.section_4_grid_type_1 li:nth-of-type(1) {
  width: 27%;
}

.section_4_grid_type_1 li:nth-of-type(2) {
  width: 14%;
}

.section_4_grid_type_1 li:nth-of-type(3) {
  width: 35%;
}

.section_4_grid_type_1 li:nth-of-type(4) {
  width: 24%;
}

.section_4_grid_type_contents {}

.section_4_grid_type_contents li {}

.section_4_grid_type_contents li:nth-of-type(1) {}

.section_4_grid_type_contents li:nth-of-type(2) {}

.section_4_grid_type_contents li:nth-of-type(3) {}

.section_4_grid_type_contents li:nth-of-type(4) {}

.section_4_grid_type_1_title li {
  background-color: #F3F3F3;
  border-top: 2px solid #3860D1;
}

.section_4_grid_type_1_title li:nth-of-type(1) {}

.section_4_grid_type_1_title li:nth-of-type(2) {}

.section_4_grid_type_1_title li:nth-of-type(3) {}

.section_4_grid_type_1_title li:nth-of-type(4) {}

.noBorder {
  border-bottom: 0 !IMPORTANT;
  position: relative;
}

.position_text {
  font-size: 1rem;
  font-family: noto_L;
  line-height: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  height: 4.6rem;
  margin-top: -2.5rem;
  margin-left: -2.3rem;
}

.section_4_tail {
  color: #7F7F7F;
  max-width: 1130px;
  margin: 0 auto;
  text-align: right;
  font-size: 1rem;
  font-family: noto_L;
  margin-top: 0.375rem;
}

.section_4_grid_type_2 {}

.section_4_grid_type_2 li {
  width: 33.333% !important;
}

.heightFix {
  height: 6rem !important;
}

.flexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.5rem;
  font-family: noto_L;
}

.position_text_2 {
  width: 10rem;
  margin-left: -5rem;
}

.section_4_grid_type_3 li {}

.section_4_grid_type_3 li:nth-of-type(3) {
  width: 24%;
}

.section_4_grid_type_3 li:nth-of-type(4) {
  width: 35%;
}

.position_text_3 {
  width: 14rem;
  margin-top: -1.6rem;
  margin-left: -7rem;
}

.section_4_grid:nth-of-type(1) {
  margin-top: 0;
}

.service_section_5_list {
  text-align: center;
  padding-bottom: 9rem;
}

.service_section_5_list li {
  display: inline-block;
  width: 187px;
  height: 262px;
  background: url(/assets/images/service/paper_1.png) no-repeat;
  background-position: center;
  background-size: 100%;
  box-shadow: 1px 3px 9px -6px #000;
  margin-right: 2rem;
}

.service_section_5_list li:nth-of-type(1) {}

.service_section_5_list li:nth-of-type(2) {
  background: url(/assets/images/service/paper_2.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.service_section_5_list li:nth-of-type(3) {
  background: url(/assets/images/service/paper_3.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.service_section_5_list li:nth-of-type(4) {
  background: url(/assets/images/service/paper_4.png) no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 0;
}

.service_section_5_title {
  text-align: center;
  font-size: 2.5rem;
  color: #353942;
  padding: 5rem 0;
  padding-bottom: 4rem;
}

.data_1_sec_1_img {
  max-width: 890px;
  margin: 0 auto;
  display: block;
  margin-top: 2rem;
  padding-bottom: 10rem;
}

.sub_section_title {
  font-size: 2.5rem;
  color: #353942;
}

.white {
  color: #fff;
}

.data_section_sec_3_list {}

.data_section_sec_3_list_item_footer {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 3rem;
  bottom: 0;
  display: flex;
  align-items: center;
}

.data_section_sec_3_list_item_footer h1 {
  font-size: 1.25rem;
  color: #fff;
  margin-left: 1rem;
}

.data_section_sec_3_list_item_footer_btn {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  right: 1rem;
  background: url(/assets/images/data/cross.png) no-repeat;
  background-size: 50%;
  background-position: center;
  background-color: #3860D0;
}

.section_4 .data_section_sec_3_list_item_footer {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 3rem;
  bottom: 0;
  display: flex;
  align-items: center;
}

.section_4 .data_section_sec_3_list_item_footer h1 {
  font-size: 1.25rem;
  color: #fff;
  margin-left: 1rem;
  font-size: 0;
}

.section_4 .data_section_sec_3_list_item_footer_btn {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  right: 1rem;
  background: url(/assets/images/data/cross.png) no-repeat;
  background-size: 50%;
  background-position: center;
  background-color: #3860D0;
}

.sub_section_title_center {
  text-align: center;
}

.data_section_sec_3_list li {
  width: 16.9rem;
  height: 15rem;
  display: inline-block;
  background: url(/assets/images/data/data_1_sec_3_1.png) no-repeat;
  background-size: cover;
  margin-right: 1rem;
  margin-top: 3rem;
  position: relative;
  cursor: pointer;
}

.data_section_sec_3_list li:last-of-type {
  margin-right: 0;
}

.sub_section_1_sub_text {
  text-align: center;
  font-size: 1.18rem;
  color: #191919;
  font-family: noto_DL;
}

.blue {
  color: #3860D1 !IMPORTANT;
}

.black {
  color: #191919;
}

div.data_2_sec_1_left_wrap {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
}

div.data_2_sec_1_left_wrap h1.blue {
  font-size: 1rem;
  font-family: noto_M;
}

div.data_2_sec_1_left_wrap h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

div.data_2_sec_1_left_wrap h2 span {
  display: block;
  font-size: 1rem;
  font-family: noto_L;
}

div.data_2_sec_1_left_wrap h3 {
  font-size: 1rem;
  font-family: noto_L;
  margin-top: 1.675rem;
  line-height: 1.7;
  color: #727272;
}

div.data_2_sec_1_right_wrap {
  display: inline-block;
  margin-left: 5rem;
}

div.data_2_sec_1_right_wrap img {
  width: 16rem;
}

.data_2_sec_1_wrap {
  text-align: center;
}

ul.section_3_text_list {
  font-size: 1rem;
}

ul.section_3_text_list li {
  display: block;
  text-align: center;
  margin-top: 7rem;
}

ul.section_3_text_list li h1.title {
  display: inline-block;
  color: #fff;
  font-size: 1.56rem;
  background: url(/assets/images/data/data_2text_back.png);
  background-size: 100%;
  background-position: center;
  padding: 0.5rem 0 0.8rem 0;
  width: 100%;
  margin-bottom: 2rem;
}

ul.section_3_text_list li h1.title span.circle {
  background-color: #fff;
  border-radius: 100%;
  font-size: 1rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  vertical-align: middle;
  text-align: center;
  color: #5680ED;
}

ul.section_3_text_list li h2 {
  font-size: 1.25rem;
  color: #fff;
  font-family: noto_L;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

ul.section_3_text_list li h3 {
  font-size: 1.25rem;
  color: #fff;
  font-family: noto_L;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

ul.section_3_text_list li h4 {
  font-size: 1.25rem;
  color: #fff;
  font-family: noto_L;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

ul.section_3_text_list li:nth-of-type(1) {
  margin-top: 0;
  margin-top: 3rem;
}

.title span:nth-of-type(2) {
  vertical-align: middle;
  font-family: noto_L;
  margin-left: 0.25rem;
  font-size: 1.56rem;
}

.section_3_text_list_line {
  border-bottom: 1px solid #c2d0f7;
  padding-bottom: 0.5rem !important;
}

.sub_section_sub_text {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.4;
  font-family: noto_L;
}

.data_2_sec_4_img {
  position: absolute;
  bottom: 0;
  width: 30rem;
  left: 50%;
  margin-left: -15rem;
}

.data_2_sec_4_img img {
  width: 30rem;
  margin: 0 auto;
}

ul.data_2_sec_5_img_list {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
}

ul.data_2_sec_5_img_list li {
  display: inline-block;
  margin-right: 1rem;
  box-shadow: 1px 1px 19px -6px #868686;
}

ul.data_2_sec_5_img_list li img {
  max-width: 14rem;
}

ul.data_2_sec_5_img_list li:last-of-type {
  margin-right: 0;
}

/*============================
#wrap
============================*/
div#wrap {}

div#wrap div.header.header_active.header_service_load {}

/*============================
#section
============================*/
div#wrap div#section.section_1 {
  position: relative;
}

div#wrap div#section.section_1 div.section_1_wrapper {}

div#wrap div#section.section_1 div.section_1_wrapper div.sub_section_1_text {
  margin-top: -4rem;
}

div#wrap div#section.section_1 div.section_1_wrapper div.sub_section_1_text h1 {}

div#wrap div#section.section_1 div.section_1_wrapper div.sub_section_1_text h1 span.blue {}

div#wrap div#section.section_1 div.section_1_wrapper div.sub_section_1_text h2.sub_section_1_sub_text {}

div#wrap div#section.section_1 ul.air_1_page_changer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0;
  left: 0;
}

div#wrap div#section.section_1 ul.air_1_page_changer li:nth-of-type(1) h1 {
  text-align: right;
  text-align: center;
}

div#wrap div#section.section_1 ul.air_1_page_changer li:nth-of-type(2) h1 {
  text-align: center;
}

div#wrap div#section.section_1 ul.air_1_page_changer li.active {
  background-color: #3860CE;
  color: #fff;
  text-align: center;
}

div#wrap div#section.section_1 ul.air_1_page_changer li.active h1 {
  color: #fff;
  text-align: right;
  font-size: 1.83rem;
  text-align: center;
}

div#wrap div#section.section_1 ul.air_1_page_changer li {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  font-family: noto_L;
  width: 50%;
  cursor: pointer;
  color: #191919;
  padding: 2rem 0px;
  background-color: #E6E6E6;
}

/*============================
#section
============================*/
div#wrap div#section.section_2 {
  position: relative;
  padding-bottom: 16rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper h1.section_title {
  padding-bottom: 2rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper h1.section_title span.blue {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper ul.section_btn_list {
  text-align: center;
  font-size: 1rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper ul.section_btn_list li {
  display: inline-block;
  border-radius: 3rem;
  background-color: #3860d1;
  margin-right: 1rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper ul.section_btn_list li a {
  color: #fff;
  padding: 1rem 3rem;
  display: block;
  font-size: 1.25rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_img_area {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_img_area img {
  max-width: 25rem;
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_tail_area {
  width: 100%;
  background-color: #E6E6E6;
  position: absolute;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_tail_area ul.section_tail_area_list {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_tail_area ul.section_tail_area_list li {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_tail_area ul.section_tail_area_list li img {}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_tail_area ul.section_tail_area_list li h1 {}

div#wrap div.banner_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/assets/images/air/air_banner.png) no-repeat;
  background-size: cover;
  padding: 11rem 0;
  border-bottom: 1px solid #eaeaea;
}

div#wrap div.banner_area h1.blue {
  text-align: center;
  font-size: 2.5rem;
}

div#wrap div.banner_area h2 {
  text-align: center;
  color: #191919;
  font-size: 1.56rem;
  font-family: noto_R;
  margin-top: 1.5rem;
}

.section_6_btn-mbmb {
  background-color: #0B60D6;
  font-size: 1rem;
  text-align: center;
  padding: 3rem 0 3rem 0;
  display: none;
}

.section_6_btn-mbmb li {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2rem;
  background: url(/assets/images/service/service_1_section_6_img_1.png) no-repeat;
  background-size: 2rem;
  background-position: 1rem center;
  background-color: #0b60d6;
  box-shadow: 1px 1px 19px -9px #000;
}

.section_6_btn-mbmb li a {
  font-size: 1.35rem;
  color: #fff;
  font-family: noto_L;
  padding: 0.5rem 0;
  display: block;
  width: 13rem;
  margin-left: 1rem;
}

/*============================
#section
============================*/
div#wrap div#section.section_4 {}

div#wrap div#section.section_4 div.section_contents_wrapper {}

div#wrap div#section.section_4 div.section_contents_wrapper h1.sub_section_title.sub_section_title_center {}

div#wrap div#section.section_4 div.section_contents_wrapper h1.sub_section_title.sub_section_title_center span.blue {}

div#wrap div#section.section_4 div.section_contents_wrapper h2.sub_section_sub_text {}

div#wrap div#section.section_4 div.data_2_sec_4_img {}

div#wrap div#section.section_4 div.data_2_sec_4_img img {}

/*============================
#section
============================*/
div#wrap div#section.section_5 {}

div#wrap div#section.section_5 div.section_contents_wrapper {}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list {
  font-size: 1rem;
}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap {}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li {
  border-bottom: 1px solid #B7B7B7;
  padding: 1.25rem 0;
}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li img {
  max-width: 2.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li h1 {
  font-size: 1.56rem;
  display: inline-block;
  vertical-align: middle;
}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li h1 span.blue {}

/*============================
#section
============================*/
div#wrap div#section.section_6 {
  height: 42rem;
  background-color: #5680EA;
}

div#wrap div#section.section_6 div.flex_box {
  display: flex;
  max-width: 1130px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  height: 100%;
  width: 90%;
}

div#wrap div#section.section_6 div.flex_box div.text_area {
  position: relative;
  z-index: 6;
}

div#wrap div#section.section_6 div.flex_box div.text_area h1.ph_sec_title.white {}

div#wrap div#section.section_6 div.flex_box div.text_area ul.section_btn_wrap {}

div#wrap div#section.section_6 div.flex_box div.text_area ul.section_btn_wrap li.active {
  color: #5680ea;
  background-color: #fff;
  font-family: noto_M;
}

div#wrap div#section.section_6 div.flex_box div.text_area ul.section_btn_wrap li {
  border-radius: 3rem;
  background-color: #5680ea;
  margin-right: 1rem;
  color: #fff;
  padding: 1rem 3rem;
  display: inline-block;
  font-size: 1.25rem;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}

div#wrap div#section.section_6 div.flex_box div.text_area h2.ph_sec_centent {
  font-size: 1.25rem;
  color: #fff;
  font-family: noto_L;
  margin-top: 3rem;
}

div#wrap div#section.section_6 div.flex_box div.img_area {
  position: absolute;
  bottom: 0;
  right: 0;
}

div#wrap div#section.section_6 div.flex_box div.img_area img {
  max-width: 20rem;
}

/*============================
#section
============================*/
div#wrap div#section.section_7 {
  position: relative;
  height: 42rem;
  border-bottom: 1px solid #eaeaea;
}

div#wrap div#section.section_7 div.section_contents_wrapper {}

div#wrap div#section.section_7 div.section_contents_wrapper div.text_area {
  font-size: 1rem;
  position: relative;
  z-index: 6;
}

div#wrap div#section.section_7 div.section_contents_wrapper div.text_area h1.ph_sec_title.blue {}

div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap {}

div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap li.active {
  color: #fff;
  background-color: #3860CE;
}

div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap li {
  border-radius: 3rem;
  background-color: #fff;
  margin-right: 1rem;
  padding: 1rem 3rem;
  display: inline-block;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 0.3s;
  color: #3860D1;
  border: 2px solid #3860d1;
}

div#wrap div#section.section_7 div.section_contents_wrapper div.text_area h2.ph_sec_centent {
  font-size: 1.25rem;
  color: #191919;
  font-family: noto_L;
  margin-top: 3rem;
}

div#wrap div#section.section_7 div.section_contents_wrapper div.img_area {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

div#wrap div#section.section_7 div.section_contents_wrapper div.img_area img {
  max-width: 24rem;
}

div#wrap div.footer {}

div.section_tail_area {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #E6E6E6;
  text-align: center;
}

div.section_tail_area ul.section_tail_area_list {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

div.section_tail_area ul.section_tail_area_list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding: 0 3rem;
  position: relative;
}

div.section_tail_area ul.section_tail_area_list li img {
  max-width: 2.25rem;
  margin: 0 auto;
  display: block;
}

div.section_tail_area ul.section_tail_area_list li h1 {
  color: #444444;
  font-size: 1.25rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: initial;
}

.section_tail_area_list_img {
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 13rem;
}

.sizeFix {
  width: 1.5rem;
}

.section_tail_area_list li::after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  background-color: #B7B7B7;
  right: 0;
  top: 50%;
  margin-top: -25px;
}

.section_tail_area_list li:last-of-type::after {
  display: none;
}

.air_1_page_changer h1 {
  font-size: 1rem;
  text-align: left;
  font-family: noto_R;
  font-size: 1.83rem;
}

.air_sec_5_list_wrap_wrapper {
  width: 51rem;
  margin: 0 auto;
}

div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li:last-of-type {
  border: 0;
}

.air_sec_5_list_wrap_wrapper_sizeFix {
  max-width: 1.25rem !IMPORTANT;
  margin-left: 0.5rem;
  margin-right: 2.5rem !important;
}

.air_sec_5_list_wrap_wrapper_sizeFix_2 {
  max-width: 1.5rem !IMPORTANT;
  margin-right: 2.75rem !IMPORTANT;
}

.ph_sec_title {
  color: #fff;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
}

/*============================
#section
============================*/
div#section.section_8 {
  padding-bottom: 6rem;
  border-bottom: 1px solid #eaeaea;
}

div#section.section_8 div.flex_box {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
}

div#section.section_8 div.flex_box h1.section_title.blue {
  text-align: center;
  padding-top: 6rem;
}

div#section.section_8 div.flex_box ul.air_section_8_list {
  text-align: center;
}

div#section.section_8 div.flex_box ul.air_section_8_list li {
  max-width: 14rem;
  display: inline-block;
  margin-right: 3rem;
  vertical-align: middle;
}

div#section.section_8 div.flex_box ul.air_section_8_list li img {
  width: 100%;
  box-shadow: 1px 1px 10px -6px #000;
}

div#section.section_8 div.flex_box ul.air_section_8_list li h1 {
  text-align: center;
  font-size: 1rem;
  height: 3rem;
  margin-top: 1rem;
}

div#section.section_8 div.flex_box ul.air_section_8_list li h1 span {
  color: #171717;
  font-family: noto_L;
}

div#section.section_8 div.flex_box a.section_btn {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  margin: 0 auto;
  background-color: #3860CE;
  display: table;
  border-radius: 3rem;
  padding: 0 2.2rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  margin-top: 5rem;
  cursor: pointer;
}

////
/*============================
#section
============================*/
div#section.section_9 {
  padding-bottom: 4rem;
  border-bottom: 1px solid #eaeaea;
}

div#section.section_9 div.flex_box {
  max-width: 1130px;
  margin: 0 auto;
}

div#section.section_9 div.flex_box h1.section_title.blue {
  text-align: center;
}

div#section.section_9 div.flex_box ul.air_section_9_list {}

div#section.section_9 div.flex_box ul.air_section_9_list li {
  max-width: 14rem;
  display: inline-block;
  margin-right: 3rem;
  vertical-align: middle;
}

div#section.section_9 div.flex_box ul.air_section_9_list li img {
  width: 100%;
  box-shadow: 1px 1px 10px -6px #000;
}

div#section.section_9 div.flex_box ul.air_section_9_list li h1 {
  text-align: center;
  font-size: 1rem;
  height: 3rem;
  margin-top: 1rem;
}

div#section.section_9 div.flex_box ul.air_section_9_list li h1 span {
  color: #171717;
  font-family: noto_L;
}

div#section.section_9 div.flex_box a.section_btn {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  margin: 0 auto;
  background-color: #3860CE;
  display: table;
  border-radius: 3rem;
  padding: 0 2.2rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  margin-top: 5rem;
}

div.textAreaType_1 {
  display: inline-block;
  font-size: 1rem;
  width: 50%;
}

div.textAreaType_1 h1 {
  font-size: 1.1rem;
  font-family: noto_L;
  color: #191919;
}

div.textAreaType_1 h2 {
  font-size: 2.5rem;
  color: #3860d1;
  padding-bottom: 1rem;
}

div.textAreaType_1 ul.btn_type_1_list {}

div.textAreaType_1 ul.btn_type_1_list li {
  display: inline-block;
  border-radius: 3rem;
  background-color: #3860d1;
  margin-right: 1rem;
  color: #fff;
  padding: 1rem 3rem;
  display: block;
  font-size: 1.25rem;
  display: inline-block;
}

div.imgAreaType_1 {
  display: inline-block;
  width: 50%;
}

div.imgAreaType_1 img {
  max-width: 23rem;
  margin: 0 auto;
}

.size_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  max-width: 1130px;
  margin: 0 auto;
}

.imgSizeFix {
  max-width: 2rem !IMPORTANT;
}

/*============================
#section
============================*/
div#section.section_2 {
  border-bottom: 1px solid #eaeaea;
}

div#section.section_2 div.section_contents_wrapper {}

div#section.section_2 div.section_contents_wrapper h1.section_title.blue {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

div#section.section_2 div.section_contents_wrapper img {
  max-width: 52rem;
  margin: 0 auto;
}

div#section.section_2 div.section_contents_wrapper a.section_btn {
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #3860d1;
  margin-right: 1rem;
  color: #fff;
  padding: 1rem 0;
  width: 16rem;
  text-align: center;
  font-size: 1.25rem;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
}

/*============================
#section
============================*/
div#section.section_3 {}

div#section.section_3 div.section_contents_wrapper {}

div#section.section_3 div.section_contents_wrapper h1.section_title.blue {}

div#section.section_3 div.section_contents_wrapper h2 {
  font-size: 1.25rem;
  text-align: center;
  font-family: noto_L;
  color: #fff;
}

div#section.section_3 div.section_contents_wrapper img {
  max-width: 32rem;
  margin: 0 auto;
  margin-top: 3rem;
}

div#section.section_3 div.section_contents_wrapper a.section_btn {
  margin: 0 auto;
  border-radius: 3rem;
  background-color: #fff;
  margin-right: 1rem;
  color: #3860d1;
  padding: 1rem 0;
  width: 16rem;
  text-align: center;
  font-size: 1.25rem;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
}

.section_sub_title {
  font-size: 1.25rem;
  text-align: center;
  font-family: noto_L;
  color: #191919;
  padding-bottom: 4rem;
  margin-top: -3rem;
}

.position_text {}

/*============================
  #section
  ============================*/
div#section.section_9 {
  background-color: #5680ED;
}

div#section.section_9 div.flex_box {}

div#section.section_9 div.flex_box div.data_last_text {}

div#section.section_9 div.flex_box div.data_last_text h1 {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  padding-top: 5rem;
}

div#section.section_9 div.flex_box div.data_last_text h1 span {
  font-size: 1.5rem;
  font-family: noto_L;
}

div#section.section_9 div.flex_box div.data_last_text a.data_last_text_btn {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  border-radius: 3rem;
  font-family: noto_L;
  text-align: center;
  height: 3rem;
  line-height: 2.7rem;
  width: 10rem;
  margin-top: 1rem;
}

div#section.section_9 div.flex_box ul.data_last_text_list {
  text-align: center;
  margin-top: 4rem;
  padding-bottom: 7rem;
}

div#section.section_9 div.flex_box ul.data_last_text_list li {
  display: inline-block;
  margin-right: 2rem;
}

div#section.section_9 div.flex_box ul.data_last_text_list li h2 {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-family: noto_L;
}

div#section.section_9 div.flex_box ul.data_last_text_list li h2 span {
  font-size: 1.25rem;
}

div#section.section_9 div.flex_box ul.data_last_text_list li a {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  border: 2px solid #fff;
  border-radius: 3rem;
  font-family: noto_L;
  text-align: center;
  height: 3rem;
  line-height: 2.7rem;
  width: 8rem;
  margin-top: 1rem;
}

div#section.section_9 div.flex_box ul.data_last_text_list li.data_last_text_list_2 {}

div#section.section_9 div.flex_box ul.data_last_text_list li.data_last_text_list_2 h2 {}

div#section.section_9 div.flex_box ul.data_last_text_list li.data_last_text_list_2 h2 span {}

div#section.section_9 div.flex_box ul.data_last_text_list li.data_last_text_list_2 a {}

.data_last_text_list_cir {
  width: 12rem;
  height: 12rem;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  background: url(/assets/images/air/airgu.png) no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #fff;
}

.data_last_text_list li:nth-of-type(2) {
  margin-right: 0 !important;
}

.data_last_text_list li:nth-of-type(2) div {}

.section_9_btn_wrapper {
  text-align: center;
}

.data_last_text_btn_1 {
  margin-right: 1rem !important;
}

.ph_sec_centent_2 {
  font-size: 1.25rem;
  color: #fff;
  font-family: noto_L;
  margin-top: 3rem;
  display: none;
}

.section_7 .ph_sec_centent_2 {
  color: #191919 !important;
}

.air_1_gird {
  max-width: 50rem;
  margin: 0 auto;
  width: 100%;
  margin-top: 3rem;
}

.section_8_add {
  display: none;
}

.toggle_active {
  display: block;
}

.section_btn_style {
  padding: 0 8rem !IMPORTANT;
}

.section_title_air {
  display: block;
  font-size: 1rem;
}

.section_img_area2 img {
  max-width: 20rem !IMPORTANT;
}

.banner_area_2 {
  padding: 5rem 0 !important;
  background: url(/assets/images/air/air_2_banner.png) no-repeat !important;
  background-size: cover !IMPORTANT;
}

.banner_inner {
  max-width: 35rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.banner_area_2 .section_btn {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  margin: 0 auto;
  background-color: #3860CE;
  display: table;
  border-radius: 3rem;
  padding: 0 2.2rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  margin-top: 5rem;
  cursor: pointer;
  padding: 0 4rem;
}

.banner_area_none .section_btn {
  text-align: center;
  display: block;
  font-size: 1.25rem;
  margin: 0 auto;
  background-color: #3860CE;
  display: table;
  border-radius: 3rem;
  padding: 0 2.2rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  margin-top: 5rem;
  cursor: pointer;
  padding: 0 4rem;
}

.banner_area_none {
  background: none !important;
  padding: 5rem 0 !important;
}

.banner_inner_1 {
  max-width: 44rem;
  margin: 0 auto;
  margin-top: 2rem;
}

.banner_inner_2 {
  max-width: 36rem;
  margin: 0 auto;
  margin-top: 2rem;
  width: 90%;
}

div.air_q_1_title {
  padding: 5rem 0;
}

div.air_q_1_title div.air_q_1_title_text {}

div.air_q_1_title div.air_q_1_title_text h1 {
  font-size: 2.43rem;
  text-align: center;
  color: #353942;
  font-family: noto_DL;
}

div.air_q_1_title div.air_q_1_title_text h2 {
  font-size: 1.1rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 4rem;
  word-break: keep-all;
  width: 90%;
}

div.air_q_1_title img {
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
  max-width: 1000px;
  width: 100%;
}

div#section.section_8 div.flex_box ul.air_section_8_list li:last-of-type {
  margin-right: 0;
}

div.load_changer {}

div.load_changer ul.load_changer_list {
  text-align: center;
  border-bottom: 1px solid #C9C9C9;
  font-size: 0;
  margin-bottom: 3rem;
}

div.load_changer ul.load_changer_list li.load_changer_list_active {
  font-family: noto_M;
  background-color: #fff;
}

div.load_changer ul.load_changer_list li:last-of-type {
  border-right: 1px solid #C9C9C9;
}

div.load_changer ul.load_changer_list li {
  display: inline-block;
  max-width: 17.5rem;
  height: 4.375rem;
  text-align: center;
  line-height: 4.375rem;
  border: 1px solid #C9C9C9;
  border-bottom: 0;
  border-right: 0;
  cursor: pointer;
  background-color: #EFEFEF;
  font-size: 1.375rem;
  font-family: noto_DL;
  color: #353942;
  width: 25%;
}

.cal_load_1 {}

.cal_load_2 {
  display: none;
}

.cal_load_3 {
  display: none;
}

.cal_load_4 {
  display: none;
}

.air_q_2_title_img {
  margin: 0 auto;
  padding: 5rem 0;
  padding-top: 2rem;
}

.section_5_wrapper {
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
}

.sub_section_1_text h1 {
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  padding-bottom: 2rem;
}

.sub_section_3_text h1 {
  text-align: center;
  font-size: 3.4rem;
  color: #fff;
  padding-bottom: 2rem;
}

.sub_section_3_text {
  margin-bottom: 3rem;
}

.sub_section_5_text h1 {
  text-align: center;
  color: #fff;
  padding-bottom: 2rem;
  font-size: 2rem;
}

.sub_section_1_sub_text {}

.sub_section_2_text h1 {
  text-align: center;
  padding-bottom: 5rem;
  font-size: 2.43rem;
  font-family: noto_DL;
}

.sec_2_top_ul li div {
  width: 9.5rem;
  height: 9.5rem;
  margin: 0 auto;
  border-radius: 100%;
  vertical-align: middle;
}

.sec_2_top_ul li {
  width: 20%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
}

.sec_2_top_ul li:nth-of-type(5) {
  margin-right: 0;
  vertical-align: middle;
}

.sec_2_top_ul {
  margin: 0 auto;
  width: 80%;
  font-size: 0;
}

.blue1 {
  background: #3860C7;
}

.light_blue {
  background: #43A6DD;
}

.sec2_li {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  line-height: 2rem;
  align-items: center;
  justify-content: center;
}

.section_2 {
  padding: 7rem 0rem;
}

.section_4 {
  background: url(/assets/images/add/data_9_section3.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 44.63rem;
}

.sec2_ul2 {
  /* width: 1090px; */
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 0;
  padding: 0 4%;
  margin-top: 2rem;
}

.sec2_ul2 li {
  border-bottom: 1px solid #B6B6B6;
  padding: 1rem 0rem;
  font-size: 0;
}

.sec2_ul2 li h1 {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 1.563rem;
  color: #5680E7;
  width: 30%;
  vertical-align: middle;
}

.sec2_ul2 li h2 {
  width: 70%;
  display: inline-block;
  font-size: 1.25rem;
  font-family: "noto_DL";
  vertical-align: middle;
}

.verti_top {
  vertical-align: top;
}

.sec3_a_div {
  margin: 0 auto;
  width: 11.25rem;
}

.sec5_a_div {
  margin: 0 auto;
  width: 14.81rem;
  display: inline-block;
}

.sec3_a {
  display: block;
  display: block;
  background-color: #3860D2;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-family: "noto_M";
  padding: 0.875rem 0;
  border-radius: 2rem;
}

.sec5_a {
  display: block;
  display: block;
  border: 1px solid #fff;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-family: "noto_M";
  padding: 0.875rem 0;
  border-radius: 2rem;
}

.call_icon {
  width: 1.813rem;
  height: 1.813rem;
  display: inline-block;
}

.msg_icon {
  width: 2.188rem;
  height: 2.188rem;
  display: inline-block;
}

.sec5_a_div_group {
  width: 40%;
  margin: 0 auto;
}

.section_6_btn {
  font-size: 1rem;
  text-align: center;
  padding: 3rem 0 6rem 0;
}

.section_2_wrapper {
  max-width: 1130px;
  margin: 0 auto;
  padding: 5rem 0;
}

.bold {
  font-family: noto_M !important;
}

.air_q_1_title_mb {
  font-size: 0;
  display: none;
}

.air_q_1_title_mb li {
  width: 48%;
  display: inline-block;
  border: 1px solid #C9C9C9;
  height: 15rem;
  margin-bottom: 2rem;
  vertical-align: top;
}

.air_q_1_title_mb li:nth-of-type(2n) {
  margin-left: 4%;
}

.air_q_1_title_mb li h1 {
  color: #fff;
  font-size: 1.2rem;
  background: #008FC1;
  text-align: center;
  padding: 0.5rem;
}

.air_q_1_title_mb li h2 {
  padding: 0.5rem 0rem;
  font-size: 1.2rem;
  padding: 1rem 2rem;
}

.air_q_1_title_img_m {
  display: none !IMPORTANT;
}

@media(max-width:760px) {
  div#wrap div#section.section_7 div.section_contents_wrapper div.img_area {
    position: static;
  }

  .section_2_wrapper {
    padding: 0;
  }

  .none {
    display: none;
  }

  .none_block {
    display: block;
  }

  div#wrap div#section.section_6 div.flex_box div.img_area img, div#wrap div#section.section_7 div.section_contents_wrapper div.img_area img {
    margin: 0 auto;
  }

  div#wrap div#section.section_6 div.flex_box div.img_area img, div#wrap div#section.section_7 div.section_contents_wrapper div.img_area {
    width: 100%;
  }

  div#wrap div#section.section_7 {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 1rem 0;
    height: auto;
    padding: 6rem 0;
  }

  div#wrap div#section.section_7 div.section_contents_wrapper div.text_area h2.ph_sec_centent {
    font-size: 1.25rem;
    color: #191919;
    font-family: noto_L;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap li {
    border-radius: 3rem;
    background-color: #fff;
    margin-right: 1rem;
    padding: 1rem 3rem;
    display: inline-block;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.3s;
    color: #3860D1;
    border: 2px solid #3860d1;
    margin: 0;
    margin-top: 1rem;
    width: 17rem;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
  }

  div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .ph_sec_title {
    text-align: center;
  }

  div#section.section_9 div.flex_box div.data_last_text h1 {
    font-size: 1.3rem !important;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }

  div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li h1 {
    font-size: 1.56rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 90%;
    width: auto;
    font-size: 1rem;
    display: block;
  }

  div#wrap div#section.section_5 div.section_contents_wrapper div.air_sec_5_list ul.air_sec_5_list_wrap li img {
    max-width: 2.25rem;
    display: block;
    vertical-align: middle;
    margin-right: 2rem;
    margin: 0 auto;
    margin: 1rem auto;
    margin-right: 0 !important;
    margin-left: 0;
    margin: 0 auto !important;
  }

  .section_btn_wrap {
    width: 50%;
    font-size: 0;
    /* margin: 0 auto; */
  }

  .section_btn_wrap li {
    width: 13rem;
    z-index: 6;
  }

  div#wrap div#section.section_6 div.flex_box div.text_area ul.section_btn_wrap li {
    padding: 1rem 0rem !important;
  }

  .text_area ul.section_btn_wrap li {
    border-radius: 3rem;
    background-color: #5680ea;
    margin-right: 0;
    color: #fff;
    padding: 1rem 2rem !important;
    display: inline-block;
    font-size: 1rem !important;
    border: 2px solid #fff;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .text_area {
    width: 100%;
    position: relative;
    z-index: 6;
  }

  .section_title {
    width: 100%;
    display: block;
    font-size: 2rem;
    text-align: center;
    color: #353942;
    font-family: "noto_M";
    padding: 4rem 0 3rem 0;
  }

  div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper ul.section_btn_list {
    text-align: center;
    font-size: 0;
    width: 80%;
    margin: 0 auto;
  }

  div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper ul.section_btn_list li {
    display: inline-block;
    border-radius: 3rem;
    width: 45%;
    background-color: #3860d1;
    margin-right: 1rem;
  }

  ul.section_btn_list li a {
    color: #fff;
    padding: 1rem 0rem !important;
    display: block;
    font-size: 1rem !important;
  }

  .section_btn_wrap_2.section_btn_wrap li {
    border-radius: 3rem;
    background-color: #fff;
    margin-right: 0;
    padding: 1rem 0rem !important;
    width: 80%;
    display: block;
    font-size: 1rem;
    margin-left: 10%;
    cursor: pointer;
    transition: 0.3s;
    color: #3860D1;
    margin-left: 0;
    border: 2px solid #3860d1;
  }

  div#section.section_8 div.flex_box a.section_btn {
    text-align: center;
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    background-color: #3860CE;
    display: table;
    border-radius: 3rem;
    padding: 0 2.2rem;
    color: #fff;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    margin-top: 4rem;
    cursor: pointer;
  }

  .section_img_area img {
    max-width: 15rem !important;
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
  }

  .sub_section_1_text h1 {
    text-align: center;
    color: #fff;
    padding-bottom: 2rem;
    color: #3860D0;
    font-size: 2rem !important;
  }

  .sub_section_1_sub_text {
    text-align: center;
    font-size: 1.25rem !important;
    color: #191919 !important;
    font-family: "noto_L";
  }

  ul.air_1_page_changer li.active h1 {
    color: #fff;
    text-align: center !important;
    font-size: 1rem;
  }

  .sec_2_top_ul,
  .sec2_ul2 {
    display: none;
  }

  div#wrap div#section.section_1 ul.air_1_page_changer li:nth-of-type(2) h1 {
    text-align: center !important;
    margin-left: 0rem;
  }

  div#wrap div#section.section_1 ul.air_1_page_changer li:nth-of-type(1) h1 {
    text-align: center;
    margin-right: -0rem;
  }

  div#wrap div.banner_area h1.blue {
    text-align: center;
    font-size: 1.3rem;
  }

  div#wrap div.banner_area h2 {
    text-align: center;
    color: #191919;
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  .flex_box {
    padding: 0rem 1rem;
  }

  div#wrap div.banner_area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/assets/images/air/air_banner.png) no-repeat;
    background-size: cover;
    padding: 0 0;
    border-bottom: 1px solid #eaeaea;
    padding: 3rem 0;
  }

  .banner_inner {
    max-width: 20rem;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .banner_area_2 .section_btn {
    text-align: center;
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    background-color: #3860CE;
    display: table;
    border-radius: 3rem;
    padding: 0.5 2.2rem;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin-top: 5rem;
    cursor: pointer;
    padding: 0 4rem;
  }

  .banner_area_none .section_btn {
    text-align: center;
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    background-color: #3860CE;
    display: table;
    border-radius: 3rem;
    padding: 0.5 2.2rem;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin-top: 5rem;
    cursor: pointer;
    padding: 0 4rem;
  }

  .section_5_title {
    font-size: 1.3rem;
    text-align: center;
    padding: 5rem 0;
  }

  .section_5 .section_btn {
    display: table;
    background-color: #3860D2;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    font-family: noto_R;
    padding: 0.5rem 4rem;
    border-radius: 2rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    margin: 5rem auto 8rem auto;
  }

  .ph_sec_title {
    color: #fff;
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }

  .section_6_btn-mbmb {
    display: block;
  }
}

@media(max-width:580px) {
  div#wrap div#section.section_6 div.flex_box div.img_area img, div#wrap div#section.section_7 div.section_contents_wrapper div.img_area img {
    opacity: 0.8;
  }

  div#wrap div#section.section_6 div.flex_box div.text_area ul.section_btn_wrap li {
    padding: 0.8rem 2rem !important;
  }

  .ph_sec_title {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  div.air_q_1_title img {
    display: none
  }

  .air_q_1_title_img_m {
    display: block !IMPORTANT;
    max-width: 120px !important;
    margin: 0 auto !IMPORTANT;
    margin-top: 3rem !IMPORTANT;
  }

  .air_q_1_title_mb {
    display: block;
    width: 90%;
    font-size: 0;
    margin: 0 auto;
    margin-top: 3rem;
  }

  .air_q_2_title_img {
    display: none;
  }

  .air_q_2_ul_mb {
    display: block;
    padding: 1rem;
    margin-top: 2rem;
  }
}

@media(max-width:500px) {
  div.load_changer ul.load_changer_list li {
    max-width: 50%;
    height: 4.375rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 4.375rem;
    border: 1px solid #C9C9C9;
    border-bottom: 0;
    border-right: 0;
    cursor: pointer;
    background-color: #EFEFEF;
    font-size: 1.375rem;
    font-family: noto_DL;
    color: #353942;
    width: 25%;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #eaeaea !IMPORTANT;
  }
}

@media(max-width:447px) {
  div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap li:nth-of-type(2) {
    margin-top: 0 !important;
  }

  div#wrap div#section.section_7 div.section_contents_wrapper div.text_area ul.section_btn_wrap_2.section_btn_wrap li {
    margin-top: 1rem;
    width: 15rem;
  }
}
