.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/consult/consult_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: 100%;
  margin: 0 auto;
  font-size: 0;
}

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

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

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

.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: #0B60D6;
  position: relative;
  overflow: hidden;
  display: block !important;
}

.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: 1.875rem;
}

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

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

.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: 7rem 0 5rem 0;
  font-size: 3rem;
  font-family: noto_B;
  color: #3860C7;
  padding-bottom: 0.5rem;
  line-height: 1;
  padding-top: 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 {
  font-size: 1rem;
  text-align: center;
  padding: 3rem 0 5rem 0;
}

.section_6_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_6_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_6_title {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-family: noto_L;
  padding-top: 5rem;
}

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

.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: 1rem;
  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;
  width: 90%;
}

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

.white {
  color: #fff;
}

.data_section_sec_3_list {
  text-align: center;
}

.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: #fff;
  font-family: noto_R;
  font-size: 2.5rem;
  color: #333;
  font-family: noto_L;
}

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

.black {
  color: #191919;
}

.sub_section_1_sub_text_0 {
  text-align: center;
  color: #fff;
}

.sub_section_2_text h1 {
  text-align: center;
  font-size: 3.4rem;
  color: #3860C7;
  padding-bottom: 2rem;
  font-size: 3rem;
  font-family: noto_B;
  padding-bottom: 5rem;
}

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

.sec_2_top_ul li {
  width: 11rem;
  display: inline-block;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 2rem;
}

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

.sec_2_top_ul {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.blue1 {
  background: #3860C7;
}

.light_blue {
  background: #43A6DD;
}

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

.section_2 {
  padding: 7rem 0rem;
}

.sec2_ul2 {
  width: 1090px;
  margin: 0 auto;
  padding-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;
}

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

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

.sec_2_top_ul li:last-of-type {
  margin-right: 0 !important;
}

div.step_1 {
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
  padding-top: 6rem;
  position: relative;
}

div.step_1 div.step_1_1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5rem;
  text-align: left;
}

div.step_1 div.step_1_1 h1.step_title {
  font-family: noto_B;
  font-size: 2.5rem;
  color: #191919;
}

div.step_1 div.step_1_1 h1.step_title span.blue {
  margin-right: 0.5rem;
  font-family: noto_B;
}

div.step_1 div.step_1_1 div.step_1_1_detail {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5;
}

div.step_1 div.step_1_1 div.step_1_1_detail span.step_sub_title {
  font-size: 1.875rem;
  font-family: noto_M;
  margin-top: 4rem;
  display: block;
}

div.step_1 div.step_1_1 div.step_1_1_detail span.blue {}

div.step_2 {
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
  margin-top: 5rem;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5rem;
}

div.step_2 div.step_1_1 {}

div.step_2 div.step_1_1 h1.step_title {
  font-family: noto_B;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  color: #191919;
}

div.step_2 div.step_1_1 h1.step_title span.blue {
  margin-right: 0.5rem;
  font-family: noto_B;
}

div.step_2 div.step_1_1 div.step_1_1_detail {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5;
}

div.step_2 div.step_1_1 div.step_1_1_detail span.step_sub_title {
  font-size: 1.875rem;
  font-family: noto_M;
  margin-top: 4rem;
  display: block;
}

div.step_3 {
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
  margin-top: 5rem;
  padding-bottom: 5rem;
}

div.step_3 div.step_1_1 {}

div.step_3 div.step_1_1 h1.step_title {
  font-family: noto_B;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  color: #191919;
}

div.step_3 div.step_1_1 h1.step_title span.blue {
  margin-right: 0.5rem;
  font-family: noto_B;
}

div.step_3 div.step_1_1 div.step_1_1_detail {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.5;
}

div.step_3 div.step_1_1 div.step_1_1_detail span.step_sub_title {
  font-size: 1.875rem;
  font-family: noto_M;
  margin-top: 4rem;
  display: block;
}

.step_right_img {
  position: absolute;
  right: 18rem;
  top: 8rem;
  display: none;
}

.middle_section_title {
  text-align: center;
  padding-top: 7rem;
}

.middle_section_title h1 {
  font-size: 3rem;
  font-family: noto_B;
  color: #3860C7;
  padding-bottom: 0.5rem;
}

.middle_section_title h2 {
  font-size: 1.5rem;
  color: #404040;
  text-align: center;
}

.middle_section_title span {
  font-size: 1.25rem;
  color: #191919;
}

.section_step_sub {
  font-size: 1.25rem;
  color: #191919;
}

.section_step {
  border-top: 1px solid #eaeaea;
}

/*============================
#section
============================*/
div#section.section_step {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 5rem 0;
}

div#section.section_step h1.section_title {
    font-size: 2.5rem;
    font-family: noto_R;
    color: #333;
}

div#section.section_step h1.section_title span.section_step_sub {
  margin-top: 1rem;
  display: block;
}

div#section.section_step ul.section_step_list_2 {
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  font-size: 0;
  margin-top: 4rem;
}

div#section.section_step ul.section_step_list_2 li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}

div#section.section_step ul.section_step_list_2 li div.section_step_list_2_img {
  background: url(/assets/images/consult/consult_icon_list_1.png) no-repeat;
  background-color: #4f8adc;
  width: 9rem !important;
  height: 9rem !important;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step ul.section_step_list_2 li:nth-of-type(2) div.section_step_list_2_img {
  background: url(/assets/images/consult/consult_icon_list_2.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step ul.section_step_list_2 li:nth-of-type(3) div.section_step_list_2_img {
  background: url(/assets/images/consult/consult_icon_list_3.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step ul.section_step_list_2 li:nth-of-type(4) div.section_step_list_2_img {
  background: url(/assets/images/consult/consult_icon_list_4.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step ul.section_step_list_2 li:nth-of-type(5) div.section_step_list_2_img {
  background: url(/assets/images/consult/consult_icon_list_5.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step ul.section_step_list_2 li h1 {
  font-size: 1.15rem;
  font-family: noto_M;
  color: #333333;
  text-align: center;
}

div#section.section_step ul.section_step_list_2 li h2 {
  font-size: 1rem;
  text-align: center;
  color: #505050;
}

div#section.section_step_2 ul.section_step_list_2 li:nth-of-type(1) div.section_step_list_2_img {
  background: url(/assets/images/consult/nice_1.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step_2 ul.section_step_list_2 li:nth-of-type(2) div.section_step_list_2_img {
  background: url(/assets/images/consult/nice_2.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step_2 ul.section_step_list_2 li:nth-of-type(3) div.section_step_list_2_img {
  background: url(/assets/images/consult/nice_3.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step_2 ul.section_step_list_2 li:nth-of-type(4) div.section_step_list_2_img {
  background: url(/assets/images/consult/nice_4.png) no-repeat;
  background-color: #4f8adc;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-position: center;
  background-size: 90%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

div#section.section_step ul.section_step_list_2 li div.section_step_list_2_img {
  background-size: 110% !important;
  border: 1px solid #e4e4e4;
}
.section_btn {}
  .sub_section_1_text_btn {
    text-align: center;
    margin-top:4rem;

  }
  .b_btn {
    background-color: #0B60D6;
    display: inline-block;
    width: 11rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}
    .w_btn {
    background-color: #0B60D6;
    display: inline-block;
    width: 11rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    font-size: 1.3rem;
    margin-left: 1.35rem;
    color: #fff;
}
div.con_section_1 {padding: 5rem 0;}
div.con_section_1 h1 {font-size: 2.5rem;font-family: noto_L;text-align: center;}
div.con_section_1 h2 {font-size: 1rem;margin: 0 auto;color: #333333;margin-top: 3rem;text-align: center;}
div.con_section_1 ul.con_step_list {text-align: center;margin-top: 4rem;}
div.con_section_1 ul.con_step_list li {display: inline-block;vertical-align: top;width: 22rem;position: relative;}
div.con_section_1 ul.con_step_list li img {max-width: 15.5rem;margin: 0 auto;}
div.con_section_1 ul.con_step_list li div.con_step_list_text {text-align: left;}
div.con_section_1 ul.con_step_list li div.con_step_list_text h1 {font-size: 1.875rem;margin-top: 3rem;text-align: left;color: #333;}
div.con_section_1 ul.con_step_list li div.con_step_list_text h1 span.blue {
}
div.con_section_1 ul.con_step_list li div.con_step_list_text h2 {text-align: left;color: #333;padding-bottom: 2.5rem;line-height: 1.7;}
div.con_section_1 ul.con_step_list li div.con_step_list_text h2 span:not(.normal) {text-align: left;font-family: noto_M;font-size: 1.35rem;display: block;margin: 0;color: #333;}
div.con_section_1 ul.con_step_list li div.con_step_list_text h3 {font-size: 1rem;}
div.con_section_1 ul.con_step_list li div.con_step_list_text h3 span:not(.normal) {text-align: left;font-family: noto_M;font-size: 1.35rem;display: inline-block;margin-bottom: 1.25rem;color: #333;text-align: left;}
div.con_section_1 ul.con_step_list li div.con_step_list_text h3 b.blue {font-weight: normal;line-height: 1.7;display: inline-block;margin-bottom: 0.75rem;font-size: 1rem;}
div.con_section_2 {background-color: #FBFBFB;padding: 5rem 0;}
div.con_section_2 h1 {text-align: center;font-size: 2.5rem;padding-bottom: 5rem;}
div.con_section_2 h1 span.blue {
}
div.con_section_2 ul.con_section_2_list {text-align: center;}
div.con_section_2 ul.con_section_2_list li {display: inline-block;width: 22rem; height: 24rem}
div.con_section_2 ul.con_section_2_list li img {max-width: 20rem;margin: 0 auto;}
div.con_section_2 ul.con_section_2_list li div.con_section_2_list_text {max-width: 20rem;margin: 0 auto;margin-top: 0.5rem;}
div.con_section_2 ul.con_section_2_list li div.con_section_2_list_text h1 {text-align: left;color: #3860D1;font-size: 1.5rem;display: inline-block;float: left;font-family: noto_M;}
div.con_section_2 ul.con_section_2_list li div.con_section_2_list_text h2 {float: right;font-size: 1.125rem;text-align: left;display: inline-block;color: #333;}
div.con_section_2 ul.con_section_2_list.con_section_2_list_2 {
}
div.con_section_2 ul.con_section_2_list.con_section_2_list_2 li {
}
div.con_section_2 ul.con_section_2_list.con_section_2_list_2 li img {
}
div.con_section_2 ul.con_section_2_list.con_section_2_list_2 li div.con_section_2_list_text {
}
div.con_section_2 ul.con_section_2_list.con_section_2_list_2 li div.con_section_2_list_text h1 {
}
div.con_section_2 ul.con_section_2_list.con_section_2_list_2 li div.con_section_2_list_text h2 {
}
.font_m {
  font-family: noto_R;

}
.nextprev::after {
  content:'';
  background: url(/assets/images/consult/con_next.png) no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-size: cover;
  background-position: center;
  right: -1rem;
  top: 7.5rem;
}

.nextprev::before {
  content:'';
  background: url(/assets/images/consult/con_next.png) no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: -1rem;
  top: 7.5rem;
}
@media(max-width:760px) {
  div#section.section_step {
    padding-bottom: 3.5rem;

  }
  .middle_section_title {
    padding-top:5rem;

  }
  .sub_section_1_sub_text_0 {
    font-size: 1.25rem;
    max-width: 90%;
    margin: 0 auto;
  }

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

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

  .section_2 {
    padding-bottom: 0;
    border-bottom: 1px solid #b6b6b6;
  }

  .sub_section_1_text h1 b {
    font-size: 2rem !important;
    color: #fff;
  }

  .sub_section_1_sub_text {
    text-align: center;
    font-size: 2rem !important;
    font-family: noto_R;
    word-break: keep-all;
    max-width: 90%;
    margin: 0 auto;
    font-family: noto_L;
  }

  .sub_section_2_text h1 {
    text-align: center;
    color: #3860C7;
    font-size: 1.5rem;
    font-family: noto_B;
    padding-bottom: 3rem;
  }

  .sec_2_top_ul {
    display: none;
  }

  .section_title {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #353942;
    padding: 7rem 0 5rem 0;
    font-family: noto_B;
    color: #3860C7;
    padding-bottom: 0.5rem;
    line-height: 1;
  }

  div#section.section_step ul.section_step_list_2 {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 4rem;
    max-width: 1130px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 0;
    margin-top: 4rem;
  }

  div#section.section_step ul.section_step_list_2 li {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 3rem;
  }

  div#section.section_step ul.section_step_list_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    margin-top: 4rem;
  }

  .section_2_wrapper {
    width: 100%;
  }

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

  .sec2_ul2 {
    width: 100%;
    padding-top: 2rem;
  }

  div#section.section_step_2 ul.section_step_list_2 li:nth-of-type(1) div.section_step_list_2_img {
    background: url(/assets/images/consult/nice_1.png) no-repeat;
    background-color: #4f8adc;
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    background-position: center;
    background-size: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .middle_section_title h1 {
    font-size: 1.5rem;
    font-family: noto_B;
    color: #3860C7;
    padding-bottom: 0.5rem;
  }

  .middle_section_title span {
    font-size: 1rem;
    color: #191919;
  }

  div.step_1 div.step_1_1 h1.step_title {
    font-family: noto_B;
    font-size: 1.3rem;
    color: #191919;
  }

  div.step_1 div.step_1_1 div.step_1_1_detail {
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    word-break: keep-all;
  }

  div.step_1 div.step_1_1 div.step_1_1_detail span.step_sub_title {
    font-size: 1.3rem;
    font-family: noto_M;
    margin-top: 2rem;
    display: block;
  }

  div.step_2 div.step_1_1 h1.step_title {
    font-family: noto_B;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    color: #191919;
    padding-bottom: 0;
  }

  div.step_2 div.step_1_1 div.step_1_1_detail span.step_sub_title {
    font-size: 1.3rem;
    font-family: noto_M;
    margin-top: 2rem;
    display: block;
  }

  div.step_2 div.step_1_1 div.step_1_1_detail {
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
  }

  div.step_3 div.step_1_1 h1.step_title {
    font-family: noto_B;
    font-size: 1.3rem;
    padding-bottom: 0;
    color: #191919;
  }

  div.step_3 div.step_1_1 div.step_1_1_detail {
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
  }

  div.step_3 div.step_1_1 div.step_1_1_detail span.step_sub_title {
    font-size: 1.3rem;
    font-family: noto_M;
    margin-top: 2rem;
    display: block;
  }

  .section_6_title {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    font-family: noto_L;
    padding-top: 3rem;
  }

  .section_6_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: 1rem;
    background-position: 1rem center;
    background-color: #0b60d6;
    box-shadow: 1px 1px 19px -9px #000;
  }

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

  .section_6_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: 1rem;
    background-position: 1rem center;
    margin-left: 1.5rem;
    background-color: #0b60d6;
    box-shadow: 1px 1px 19px -9px #000;
  }

  .sec2_ul2 li h1 {
    display: inline-block;
    padding-left: 1.3rem;
    font-size: 1.25rem;
    color: #5680E7;
    width: 30%;
    vertical-align: middle;
  }
}
@media(max-width:900px) {
  div.con_section_1 ul.con_step_list li {
    width:100%;
    display:block;
    margin-top: 3rem;
  }
  div.con_section_1 ul.con_step_list li div.con_step_list_text {
    text-align: center !important;

  }
  div.con_section_1 ul.con_step_list li div.con_step_list_text h1 {
    text-align: center;

  }
  div.con_section_1 ul.con_step_list li div.con_step_list_text h2 {
    text-align: center;

  }
  div.con_section_1 ul.con_step_list li div.con_step_list_text h2 span {
    text-align: center;

  }
  .nextprev::before,.nextprev::after {
    display:none;

  }
}
@media(max-width:440px) {
  div.con_section_1 h1 {
    font-size:2rem;

  }
  div.con_section_1 h2 {
    width:90%;
    word-break: keep-all;
  }
  div.con_section_2 h1 {
    font-size:2rem;

  }
  div#section.section_step h1.section_title {
    font-size:2rem;

  }
}
