.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-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: 100%;
  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_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 {
  position: relative;
  overflow: hidden;
  display: block !important;
  padding-bottom: 8rem;
  margin-top: 12rem;
}

.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 {
  padding-bottom: 5rem !important;
}

.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;
  padding-top: 5rem;
  font-family: "noto_DL";
}

.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: #fff;
  font-size: 1.375rem;
  color: #5680ea;
  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: 2.5rem;
  text-align: center;
  padding: 5rem 0;
  font-family: "noto_DL";
  color: #353942;
}

.section_6_title {
  font-size: 2.5rem;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 3rem;
  font-family: "noto_DL";
  color: #353942;
}


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

.section_6_btn 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 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 {}

.section_6_btn li:nth-of-type(2) {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2rem;
  background: url(/assets/images/base/section_6_img_2.png) no-repeat;
  background-size: 2rem;
  background-position: 1rem center;
  margin-left: 1.5rem;
  background-color: #fff;
  box-shadow: 1px 1px 19px -14px #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: relative;
}

.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.56rem;
  color: #191919;
  font-family: noto_L;
}

.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 {}

.air_1_page_changer {
  font-size: 0;
  max-width: 1130px;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.air_1_page_changer li {
  display: inline-block;
  width: 33.333%;
  height: 100%;
}

.air_1_page_changer li h1 {
  font-size: 1.375rem;
  font-family: "noto_M";
  text-align: center;
  color: #808080;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.air_1_page_changer li:nth-of-type(2) {
  position: relative;
}

.air_1_page_changer li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B7B7B7;
  left: 0;
}

.air_1_page_changer li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B7B7B7;
  right: 0;
}

.section_1_info {
  background: #E6E6E6;
  padding: 3rem 0rem;
  /* justify-content: center; */
}

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

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: 3rem;
  font-size: 2.5rem;
}

div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper h1.section_title span.blue {
  display: block;
}

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;
  border: 2px soid;
  border: 2px solid #3860d1;
}

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

.top_btn_active {
  background-color: #3860d1 !important;
  transition: 0.4s;
}

.top_btn_active a {
  color: #fff !important;
}

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: 50.88rem;
  display: block;
  margin: 0 auto;
  margin-top: 6rem;
  overflow: hidden;
  width: 100%;
}

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
============================*/
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 {
  background-color: #FAFAFA;
}

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

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

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;
}

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;
}

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;
}

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_L;
  font-size: 1.25rem;
}

.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: 4rem;
  border-bottom: 1px solid #eaeaea;
}

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

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

div#section.section_8 div.flex_box ul.air_section_8_list {}

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 {}

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;
}

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

div.flexBox div.left_text {
  width: 100%;
  position: relative;
  z-index: 6;
  padding: 0rem 2rem;
}

div.flexBox div.left_text h1 {
  font-size: 1.2rem;
  color: #191919;
}

div.flexBox div.left_text h2 {
  font-size: 3.438rem;
  line-height: 1.3;
  margin-top: 0.5rem;
  color: #3860ce;
  margin-bottom: 3.5rem;
}

div.flexBox div.left_text a.section_btn {
  display: table;
  background-color: #3860ce;
  padding: 0.75rem 2rem;
  color: #fff;
  font-size: 1rem;
  border-radius: 2rem;
  margin-top: 1.5rem;
}

div.flexBox div.right_img {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}

div.flexBox div.right_img img {
  max-width: 30rem;
  width: 100%;
}

.section_2 h4 {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 3rem;
  font-family: noto_L;
  height: 3rem;
}

.section_btn_list li:nth-of-type(2) {

  border: 2px solid #3860d1;

  margin-left: 1rem;
}

.section_btn_list li:nth-of-type(2) a {

  color: #3860d1;
}

div.section_add {
  padding: 0;
  text-align: center;
  padding-bottom: 6rem;
  font-size: 0;
  max-width: 1130px;
  padding: 5rem 0rem;
  width: 90%;
  margin: 0 auto;
}

div.section_add h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #353942;
  font-family: "noto_DL";
  margin: 6rem 0rem;
}

div.section_add img.section_add_1 {
  width: 50rem;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
  max-width: 50rem;
  width: 90%;
}

div.section_add img.section_add_2 {
  width: 26rem;
  display: inline-block;
  margin-right: 3rem;
  margin-top: 4rem;
}

.section_add_3 {
  margin-right: 0 !important;

}

.section_add>li {
  display: inline-block;
  width: 48%;
  margin-bottom: 2rem;
  vertical-align: top;
}

.section_add>li>img {
  margin: 0 auto;
  width: 100%;
}

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

.section_add>li>h2 {
  color: #353942;
  font-size: 1.2rem;
  font-family: "noto_M";
  margin-top: 0.5rem;
}

.mark_1 {

  background-color: #00B549;
}

.mark_2 {
  background-color: #00AAF7 !important;
}

.mark_3 {
  background-color: #FF9300;
}

.sub_section_5_text_wrap_2 {}

.sub_section_5_text_wrap_3 {}

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

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

.ask_btn {
  border-radius: 3rem;
  background: #3860d1;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 4rem;
  font-family: "noto_B";
}

.section_title2_2 {
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
}

.font_m {
  font-family: "noto_M";
}

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

.section5_info_img img {
  width: 100%;
  margin: 0 auto;
}

.line {
  text-align: center;
}

.section_6_text_wrap>.line>h2 {
  display: inline-block;
  color: #999999;
  font-family: "noto_M";
  font-size: 1.2rem;
  margin: 0rem 1rem;

}

.change_img {
  color: #5583F0 !important;
  position: relative;
}

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

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

.section6_info_img2 {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  display: none;
  margin-top: 3rem;
}

.section6_info_img1>img,
.section6_info_img2>img {
  width: 90%;
  margin: 0 auto;
}

.section_7 {
  background-color: #0B60D6;
  position: relative;
  overflow: hidden;
  display: block !important;
  padding: 1rem 0rem;
}

.section_7_title {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-family: noto_L;
  padding-top: 5rem;
}

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

.section_7_btn 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_7_btn li a {
  font-size: 1.35rem;
  color: #fff;
  font-family: noto_L;
  padding: 0.5rem 0;
  display: block;
  width: 13rem;
  margin-left: 1rem;
}

.section_7_btn 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;
}

.sizeing {
  max-width: 1030px !important;
  width: 100%;
  margin: 0 auto;
}

@media(max-width:1300px) {
  div.flexBox {
    max-width: 1130px;
    margin: 0 auto;
    width: 70%;
  }

  div.flexBox div.left_text {
    width: 50%;
    position: relative;
    z-index: 6;
    margin: 0 auto;
    padding: 0rem 3rem;
  }

  div.flexBox div.right_img {
    position: relative;
    right: 0;
    bottom: 0;
    width: 50%;
    text-align: right;
  }

  div.flexBox div.right_img img {
    max-width: 30rem;
    width: 100%;
    display: inline-block;
  }
}

@media(max-width:800px) {
  div.flexBox div.left_text {
    width: 100%;
    position: relative;
    z-index: 6;
    padding: 0rem 3rem;
  }
}


@media(max-width:701px) {
  .flexBox {
    justify-content: none !important;
  }

  div.flexBox div.left_text {
    width: 50%;
    position: relative;
    z-index: 6;
    padding: 0rem 2rem;
  }

  div.flexBox div.right_img {
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
    right: 0rem;
    bottom: 0rem;
  }

  div.flexBox div.right_img img {
    max-width: 30rem;
    display: inline-block;
  }

  div.flexBox div.right_img img {
    opacity: 0.8;
    max-width: 30rem;
    width: 80%;
  }

}

@media(max-width:700px) {
  div.flexBox div.right_img img {
    opacity: 0.8;
    max-width: 30rem;
  }
}

@media(max-width:670px) {
  div.section_add img.section_add_2 {
    width: 26rem;
    display: block;
    margin-right: 3rem;
    margin-top: 4rem;
    margin: 0 auto !IMPORTANT;
    margin-top: 3rem !IMPORTANT;
  }

  div.flexBox div.right_img {
    display: inline-block;
    width: 50%;
    text-align: center;
    position: relative;
    right: 0rem;
    bottom: 0rem;
  }
}

@media(max-width:600px) {
  div.flexBox div.right_img img {
    display: none;
  }

  div.flexBox div.left_text h1,
  div.flexBox div.left_text h2 {
    text-align: center;

  }

  div.flexBox div.left_text {
    width: 100%;
    position: absolute;
    display: block;
    z-index: none;
    padding: 0rem 2rem;
  }

  .ask_btn {
    border-radius: 3rem;
    background: #3860d1;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    padding: 1rem 4rem;
    font-family: "noto_B";
    margin: 0 auto;
  }

  .air_1_page_changer {
    font-size: 0;
    max-width: 1130px;
    width: 90%;
    margin: 0 auto;
    /* height: 5.6rem; */
    height: 100%;
    display: block;
    justify-content: none;
    align-items: none;
  }

  .air_1_page_changer li h1 {
    font-size: 1.375rem;
    font-family: "noto_M";
    text-align: center;
    color: #808080;
    display: block;
    height: auto;
    justify-content: none;
    align-items: none;
  }

  .air_1_page_changer li {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }

  .air_1_page_changer li h1 br {
    display: none;
  }

  .air_1_page_changer li:nth-of-type(2)::before {
    display: none;
  }

  .air_1_page_changer li:nth-of-type(2)::after {
    display: none;
  }

  .sizeing {

    width: 100%;
    margin: 0 auto;
  }

  .section_add>li {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    vertical-align: top;
    margin: 0 auto;
  }

  .section_add>li:nth-of-type(2n) {
    margin-left: 0;
  }

  div.section_add {
    padding: 0;
    text-align: center;
    /* padding-bottom: 6rem; */
    font-size: 0;
    max-width: 1130px;
    padding: 5rem 0rem;
    width: 90%;
    margin: 0 auto;
  }

  div.section_add {
    padding: 0;
    text-align: center;
    /* padding-bottom: 6rem; */
    font-size: 0;
    max-width: 1130px;
    padding: 0rem;
    width: 90%;
    margin: 0 auto;
  }

  .section_add>li {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
    vertical-align: top;
    padding-bottom: 2rem;
    margin: 0 auto;
  }

  .section_5_title {
    font-size: 2.5rem;
    text-align: center;
    padding: 3rem 0;
    font-family: "noto_DL";
    color: #353942;
  }

  .section_6 {
    position: relative;
    overflow: hidden;
    display: block !important;
    padding-bottom: 5rem;
    margin-top: 5rem;
  }

  .section_6_title {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-family: "noto_DL";
    color: #353942;
  }

  .section_7_btn li {
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 15rem;
  }

  .section_7_btn li:nth-of-type(2) {
    margin-left: 0;

  }

  div#wrap div#section.section_5 {
    margin-top: 4rem;
  }
}

@media(max-width:400px) {
  div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper ul.section_btn_list li {
    display: table;
    border-radius: 3rem;
    border: 2px soid;
    border: 2px solid #3860d1;
    margin: 0 auto;
    margin-top: 1rem;
  }

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

  div#wrap div#section.section_2 div.section_contents_wrapper div.section_text_wrapper h1.section_title span.blue {
    display: block;
    font-size: 1.5rem;
  }

  .section_2 h4 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 3rem;
    font-family: noto_L;
    height: 3rem;
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
  }

  div#wrap div#section.section_2 div.section_contents_wrapper div.section_img_area img {
    width: 100%;
    margin-top: 3rem;
  }

  div.section_add h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #3860d1;
    margin-top: 6rem;
  }

  div.section_add img.section_add_1 {
    width: 50rem;
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 50rem;
    width: 90%;
  }

  .section_1 {

    height: 33rem;

  }
}