@charset "UTF-8";
html,
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

#home header {
  background: #012fa6;
}
#home header * {
  color: white;
}
#home header nav .header_navi_list .header_navi_item a.btn {
  background: #012fa6;
  color: white;
  border: white solid 1px;
  border-radius: 8px;
}
#home header nav .header_navi_list .header_navi_item a.btn.dl {
  background: white;
  color: #012fa6;
}
#home header nav .header_navi_list .header_navi_item.parent .child_menu .child a {
  color: #012fa6;
}
#home header.scroll_down {
  background: white;
}
#home header.scroll_down * {
  color: #000000;
}
#home header.scroll_down nav .header_navi_list .header_navi_item.parent .child_menu .child a {
  color: #000000;
}
#home header.scroll_down nav .header_navi_list .header_navi_item a.btn.dl {
  background: #012fa6;
  color: white;
}
#home #kv {
  position: relative;
  background: #012fa6;
}
#home #kv .container {
  position: relative;
  z-index: 1;
}
#home #kv .head {
  font-size: 70px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 32px;
}
#home #kv .desc {
  font-size: 18px;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
#home #kv .btn_wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
#home #kv .btn_wrapper .btn {
  background: white;
  font-size: 14px;
  color: #012fa6;
  width: 180px;
  height: 40px;
}
#home #kv:before {
  position: absolute;
  bottom: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 340px;
  display: block;
  background: white;
}
#home #logo_slider_section {
  padding: 0 0 50px 0;
}
#home #logo_slider_section .slick-slide {
  width: 160px !important;
}
#home #logo_slider_section .slick-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
#home #logo_slider_section .slick-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home #two_value_section .two_value .img_wrapper {
  margin-bottom: 24px;
}
#home #two_value_section .two_value .info_head {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
#home #two_value_section .two_value .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#home #function_section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#home #function_section .flex.functions_list {
  margin-left: -10px;
  margin-right: -10px;
}
#home #function_section .flex.functions_list > * {
  padding-left: 10px;
  padding-right: 10px;
}
#home #function_section .function_block {
  padding: 28px;
  border-radius: 10px;
  background-size: cover;
}
#home #function_section .function_block.fb_01 {
  background-image: url(../img/2023_2/function_bkg_01.png);
  background-position: bottom;
}
#home #function_section .function_block.fb_02 {
  background-image: url(../img/2023_2/function_bkg_02.png);
}
#home #function_section .function_block.fb_03 {
  background-image: url(../img/2023_2/function_bkg_03.png);
}
#home #function_section .function_block.fb_04 {
  background-image: url(../img/2023_2/function_bkg_04.png);
}
#home #function_section .function_block.fb_05 {
  background-image: url(../img/2023_2/function_bkg_05.png);
}
#home #function_section .function_block.large {
  height: 100%;
}
#home #function_section .function_block.small {
  margin-bottom: 20px;
  height: calc(50% - 10px);
}
#home #function_section .function_block.small:last-child {
  margin-bottom: 0;
}
#home #function_section .function_block * {
  color: white;
}
#home #function_section .function_block .img_wrapper {
  margin-bottom: 32px;
}
#home #function_section .function_block .img_wrapper img {
  width: 67px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#home #function_section .function_block .info_head {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  /* White */
  color: #ffffff;
  margin-bottom: 12px;
}
#home #function_section .function_block .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  /* or 25px */
  /* White */
  color: #ffffff;
  margin-bottom: 40px;
  text-align: left;
}
#home #function_section .function_block .btn_wrapper .btn {
  font-size: 14px;
  color: white;
  font-weight: bold;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid white;
}
#home #how_to_use_section .how_to_use {
  margin-bottom: 65px;
}
#home #how_to_use_section .how_to_use .img_wrapper {
  position: relative;
}
#home #how_to_use_section .how_to_use .img_wrapper img {
  width: 177px;
  height: 177px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: -60px;
}
#home #how_to_use_section .progress {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#home #how_to_use_section .progress li {
  padding: 0 12px;
  width: 21.0526315789%;
  transition: width 0.2s;
  cursor: pointer;
}
#home #how_to_use_section .progress li .progress_bar {
  width: 100%;
  height: 2px;
  background: #cccccc;
  margin-bottom: 11px;
  position: relative;
}
#home #how_to_use_section .progress li .progress_bar:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  top: 0;
  left: 0;
}
#home #how_to_use_section .progress li .num {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 5px;
}
#home #how_to_use_section .progress li .head {
  font-size: 16px;
  font-weight: bold;
  color: #cccccc;
}
#home #how_to_use_section .progress li .desc {
  opacity: 0;
}
#home #how_to_use_section .progress li.current, #home #how_to_use_section .progress li.slick-current {
  width: 36.8421052632%;
}
#home #how_to_use_section .progress li.current .progress_bar, #home #how_to_use_section .progress li.slick-current .progress_bar {
  width: 100%;
  height: 4px;
  background: #739aff;
  margin-bottom: 11px;
  position: relative;
}
#home #how_to_use_section .progress li.current .progress_bar:after, #home #how_to_use_section .progress li.slick-current .progress_bar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #012fa6;
  transition: width 5s linear;
}
#home #how_to_use_section .progress li.current .num, #home #how_to_use_section .progress li.slick-current .num {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 190%;
  /* or 30px */
  color: #000000;
  margin-bottom: 5px;
}
#home #how_to_use_section .progress li.current .head, #home #how_to_use_section .progress li.slick-current .head {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 190%;
  /* or 30px */
  color: #000000;
  margin-bottom: 12px;
}
#home #how_to_use_section .progress li.current .desc, #home #how_to_use_section .progress li.slick-current .desc {
  opacity: 1;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  /* or 24px */
  color: #000000;
}
#home #integration_section {
  padding-top: 150px;
}
#home #integration_section .flex.integration .col_5 {
  position: relative;
}
#home #integration_section .flex.integration .col_5 .img_wrapper {
  position: absolute;
  top: 40px;
  left: 75%;
}
#home #integration_section .flex.integration .col_5 .img_wrapper img {
  width: 250px;
  height: auto;
}
#home #integration_section .flex.integration .col_5 .main_head {
  margin-bottom: 20px;
}
#home #integration_section .flex.integration .col_5 .info_tag {
  color: #012fa6;
  background: #e7ecfb;
  display: inline-flex;
  padding: 2px 11px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 64px;
}
#home #integration_section .flex.integration .col_5 .desc {
  /* P */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#home #integration_section .flex.integration .col_7 svg {
  transform: translateY(-40px) !important;
}
#home #delivery_model_section .flex.delivery_model .col_6.info {
  position: relative;
}
#home #delivery_model_section .flex.delivery_model .col_6.info .img_wrapper {
  position: absolute;
  top: 20px;
  left: 60%;
}
#home #delivery_model_section .flex.delivery_model .col_6.info .img_wrapper img {
  width: 200px;
  height: auto;
}
#home #delivery_model_section .flex.delivery_model .col_6.info .desc {
  /* P */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li:last-child {
  margin-bottom: 0;
}
#home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .img_wrapper {
  margin-right: 20px;
}
#home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .img_wrapper img {
  width: 100px;
  height: 100px;
}
#home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
#home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .text .desc {
  /* P */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#home #professional_service_section .flex.professional_service .col_6.info .desc {
  /* P */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
  margin-bottom: 24px;
}
#home #professional_service_section .flex.professional_service .col_6.info .btn_wrapper .btn {
  width: 140px;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
}
#home #professional_service_section .flex.professional_service .col_6.img .img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home #professional_service_section .flex.professional_service .col_6.img .img_wrapper img {
  width: 400px;
  max-width: 100%;
  height: auto;
}
#home #service_slider_section {
  padding-bottom: 110px;
}
#home #service_slider_section .slick-slide {
  padding: 0 12px;
}
#home #service_slider_section .slick-slide img {
  width: 140px;
  height: 140px;
}

.section .sub_head {
  /* H2_mini */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  /* Primary */
  color: #012fa6;
  margin-bottom: 8px;
}
.section .sub_head.left {
  text-align: left;
}
.section .sub_head.center {
  text-align: center;
}
.section .sub_head.right {
  text-align: right;
}
.section .main_head {
  /* H2 */
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  /* identical to box height, or 150% */
  color: #000000;
  margin-bottom: 40px;
}
.section .main_head.left {
  text-align: left;
}
.section .main_head.center {
  text-align: center;
}
.section .main_head.right {
  text-align: right;
}
.section#in_page_navi_section {
  background: #e7ecfb;
  margin-top: 65px;
  margin-bottom: 65px;
  padding-top: 55px;
  padding-bottom: 55px;
}
.section#in_page_navi_section h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  /* Primary */
  color: #012fa6;
  margin-bottom: 37px;
}
.section#in_page_navi_section .btn_wrapper {
  display: flex;
  justify-content: center;
}

#function_page #kv_section {
  padding: 50px 0 150px;
}
#function_page #kv_section .subhead {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  /* Primary */
  color: #012fa6;
  margin-bottom: 4px;
}
#function_page #kv_section .head {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  /* Black */
  color: #000000;
}
#function_page .img_wrapper.icon {
  width: 65px;
  height: 65px;
  margin-bottom: 16px;
}
#function_page .img_wrapper.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#function_page .section .info .sub_head {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  /* Primary */
  color: #012fa6;
}
#function_page .section .info .sub_head.left {
  text-align: left;
}
#function_page .section .info .sub_head.center {
  text-align: center;
}
#function_page .section .info .sub_head.right {
  text-align: right;
}
#function_page .section .info .main_head {
  margin-bottom: 24px;
}
#function_page .section .info .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#function_page .section .available_list_block {
  background: #012fa6;
  padding: 40px 48px;
  margin-bottom: 40px;
  padding-right: 24px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#function_page .section .available_list_block * {
  color: white;
}
#function_page .section .available_list_block .block_head {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  color: #ffffff;
  margin-bottom: 28px;
}
#function_page .section .available_list_block .block_subhead {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #ffffff;
  margin-bottom: 16px;
}
#function_page .section .available_list_block .inner_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#function_page .section .available_list_block .inner_wrapper .inner_block {
  width: 50%;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.large {
  padding-right: 34px;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.small {
  width: 50%;
  margin: 0 !important;
  padding-right: 24px;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.small .list li {
  width: 100%;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.has_small_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.position_adjust {
  margin-top: 9px !important;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.img img {
  width: 189px;
  height: auto;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.img_2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.img_2 img {
  width: 118px;
  height: auto;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.img_position_adjust {
  position: relative;
}
#function_page .section .available_list_block .inner_wrapper .inner_block.img_position_adjust .img_wrapper {
  position: absolute;
  bottom: -100px;
}
#function_page .section .available_list_block .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -4px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -4px;
}
#function_page .section .available_list_block .list li {
  width: calc(50% - 16px);
  background: #2f5ed6;
  border-radius: 4px;
  padding: 4px 13px;
  font-size: 16px;
  margin: 4px 8px;
}
#function_page .section .available_list_block .list li.spacing {
  background: none;
  color: transparent !important;
}
#function_page .section.section_1 .img .img_wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
#function_page .section.section_1 .img .img_wrapper img {
  width: 477px;
  height: auto;
  position: relative;
  padding: 0 70px;
}
#function_page .section.section_1 .img .img_wrapper img:first-child {
  position: absolute;
  top: -64px;
  z-index: -1;
}
#function_page .section.section_2 .function_desc_block {
  margin-bottom: 40px;
}
#function_page .section.section_3 .function_desc_block {
  margin-bottom: 40px;
}
#function_page .section.section_3 .info {
  position: relative;
}
#function_page .section.section_3 .info .img_wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
}
#function_page .section.section_3 .info .img_wrapper img {
  width: 162px;
  height: auto;
}
#function_page .section.section_4 .function_desc_block {
  margin-bottom: 40px;
}
#function_page .function_content_block .img_wrapper {
  margin-bottom: 20px;
}
#function_page .function_content_block .head {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  color: #000000;
  margin-bottom: 16px;
}
#function_page .function_content_block .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}

#professional_service_page #title_section {
  height: 400px;
}
#professional_service_page #title_section .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#professional_service_page #title_section .container .title {
  width: 100%;
}
#professional_service_page #title_section .container .title .title_sub {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  /* Primary */
  color: #012fa6;
}
#professional_service_page #title_section .container .title .title_main {
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 66px;
  /* Black */
  color: #000000;
}
#professional_service_page #title_section .container .kv {
  position: absolute;
  right: calc((100vw - 1080px) / 2);
  height: auto;
  background: none;
}
#professional_service_page #title_section .container .kv .img_wrapper {
  width: auto;
  height: 100%;
}
#professional_service_page #title_section .container .kv .img_wrapper img,
#professional_service_page #title_section .container .kv .img_wrapper picture {
  width: auto;
  height: 395px;
}
#professional_service_page .section_1 .professional_content_block {
  margin-bottom: 30px;
}
#professional_service_page .section_1 .professional_content_block > .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#professional_service_page .section_1 .professional_content_block > .info .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#professional_service_page .section_1 .flex.list {
  margin-bottom: 60px;
}
#professional_service_page .section_1 .flex.list .list_item .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  color: #000000;
}
#professional_service_page .section_1 .flex.list .list_item .head img {
  width: 45px;
  height: 45px;
  margin-right: 14px;
}
#professional_service_page .section_1 .flex.list .list_item .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#professional_service_page .section_1 .detail_desc_block {
  background: #e7ecfb;
  padding: 50px 45px;
  margin-bottom: 50px;
  border-radius: 12px;
}
#professional_service_page .section_1 .detail_desc_block .head_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
}
#professional_service_page .section_1 .detail_desc_block .head_block .img {
  width: 106px;
  height: auto;
  margin-right: 24px;
}
#professional_service_page .section_1 .detail_desc_block .head_block .text .subhead {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  /* Primary */
  color: #012fa6;
}
#professional_service_page .section_1 .detail_desc_block .head_block .text .head {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  /* identical to box height, or 150% */
  text-align: center;
  color: #000000;
}
#professional_service_page .section_1 .detail_desc_block .body_block .head {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  /* identical to box height, or 211% */
  color: #000000;
  margin-bottom: 8px;
}
#professional_service_page .section_1 .detail_desc_block .body_block .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  color: #000000;
}
#professional_service_page .section_1 .end_navi_block .desc {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
#professional_service_page .section_1 .end_navi_block .btn_wrapper {
  display: flex;
  justify-content: center;
}

.sp_only {
  display: none;
}

.tb_only {
  display: none;
}

.pc_only {
  display: block;
}

body.features canvas {
  width: 1440px;
  height: 1000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100vw - 1440px) / 2);
}

.single-useful_info .kv .flex.info {
  flex-direction: column-reverse;
  margin: 0px !important;
}
.single-useful_info .kv .flex.info .img {
  padding: 0px !important;
  margin-bottom: 20px;
}
.single-useful_info .kv .flex.info .img .img_wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.single-useful_info .kv .flex.info .img .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-useful_info .kv .flex.info .text {
  padding: 0px !important;
}

@media (max-width: 1440px) {
  body.features canvas {
    width: 1440px;
    height: 1000px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc((1440px - 100vw) / 2 * -1);
  }
}
@media (max-width: 1080px) {
  .flex {
    margin-left: 0;
    margin-right: 0;
  }
  #home #kv:before {
    height: 340px;
  }
  #home #function_section .flex.functions_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  #home #how_to_use_section .progress {
    padding-left: 20px;
    padding-right: 20px;
  }
  #function_page .container > .img_wrapper.icon {
    margin-left: 20px;
  }
  #function_page .available_list_block {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #professional_service_page .section_1 .detail_desc_block {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .tb_order_1 {
    order: 1;
  }
  .tb_order_2 {
    order: 2;
  }
  .tb_order_3 {
    order: 3;
  }
  .tb_order_4 {
    order: 4;
  }
  .tb_order_5 {
    order: 5;
  }
  .tb_order_6 {
    order: 6;
  }
  .tb_order_7 {
    order: 7;
  }
  .tb_order_8 {
    order: 8;
  }
  .tb_order_9 {
    order: 9;
  }
  .tb_order_10 {
    order: 10;
  }
  #home #kv .head {
    font-size: 48px;
  }
  #home header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span {
    background-color: white;
  }
  #home header.scroll_down nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span {
    background-color: #012fa6;
  }
  #home section {
    padding: 60px 0 !important;
  }
  #home #kv:before {
    height: 29vw;
  }
  #home #two_value_section .two_value > * {
    margin-bottom: 40px;
  }
  #home #two_value_section .two_value > *:last-child {
    margin-bottom: 0;
  }
  #home #function_section .flex.functions_list {
    padding: 0;
    margin: 0;
  }
  #home #function_section .col_4 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  #home #function_section .col_4:last-child {
    margin-bottom: 0;
  }
  #home #function_section .function_block {
    background-color: #012fa6;
    border-radius: 10px;
    background-image: unset !important;
    margin-bottom: 20px;
  }
  #home #how_to_use_section .how_to_use {
    position: relative;
    margin-bottom: 140px;
  }
  #home #how_to_use_section .how_to_use .img_wrapper {
    z-index: 1;
    position: absolute;
    bottom: -80px;
  }
  #home #how_to_use_section .how_to_use .img_wrapper img {
    position: initial;
  }
  #home #integration_section .flex.integration .col_5 {
    margin-bottom: 25px;
  }
  #home #integration_section .flex.integration .col_7 img {
    transform: translateY(0);
  }
  #home #integration_section .flex.integration .col_7 svg {
    transform: translateY(0) !important;
  }
  #home #integration_section .flex.integration .col_5 .img_wrapper {
    position: absolute;
    left: unset;
    right: 0;
    top: 0;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.info .img_wrapper {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.info {
    margin-bottom: 20px;
  }
  #home #how_to_use_section .progress {
    padding: 0;
  }
  #function_page .section_4 .function_desc_block {
    flex-direction: column-reverse;
  }
  #function_page .section_4 .function_desc_block > * {
    margin-bottom: 0px;
  }
  #function_page .section_4 .function_desc_block > *:last-child {
    margin-bottom: 20px;
  }
  #function_page .section_5 .function_desc_block > .info {
    margin-bottom: 20px;
  }
  #function_page .section .available_list_block {
    margin-left: 0;
    margin-right: 0;
  }
  #function_page .section .available_list_block .inner_block {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
  #function_page .section .available_list_block .inner_block li {
    width: calc(50% - 4px) !important;
    margin: 2px !important;
  }
  #function_page .section .available_list_block .inner_block li.spacing {
    display: none;
  }
  #function_page .section .available_list_block .inner_block.tb_50w {
    width: 50% !important;
  }
  #function_page .section .available_list_block .inner_block.tb_50w li {
    width: calc(100% - 4px) !important;
  }
  #function_page .section .available_list_block {
    padding: 16px;
    width: 100%;
  }
  #function_page .section .available_list_block .list {
    margin: 0 !important;
  }
  #function_page .section .available_list_block .inner_wrapper .inner_block.small {
    margin-bottom: 20px !important;
  }
  #function_page .section .available_list_block .inner_wrapper .inner_block.position_adjust {
    margin-top: 0 !important;
  }
  #function_page .section .available_list_block .inner_wrapper .inner_block.small {
    justify-content: center;
    align-items: flex-end;
  }
  #function_page .function_content_block > * {
    margin-bottom: 40px;
  }
  #function_page .section .available_list_block .inner_wrapper .inner_block.img_2 img {
    width: 84px;
  }
  #function_page .function_content_block .desc {
    font-size: 14px;
  }
  #home #function_section .flex.functions_list > * {
    margin-bottom: 20px;
  }
  #home #function_section .flex.functions_list > *:last-child {
    margin-bottom: 0;
  }
  #professional_service_page #title_section {
    height: auto;
  }
  #professional_service_page #title_section .container {
    flex-wrap: wrap;
  }
  #professional_service_page #title_section .container .title {
    width: 100%;
    margin-bottom: 24px;
  }
  #professional_service_page #title_section .container .title br {
    display: none;
  }
  #professional_service_page #title_section .container .kv {
    position: relative;
    right: unset;
    width: 100%;
  }
  #professional_service_page #title_section .container .kv img,
  #professional_service_page #title_section .container .kv picture {
    width: 345px !important;
    height: auto !important;
    margin: 0 auto;
  }
  #professional_service_page .section_1 .professional_content_block {
    flex-direction: column-reverse;
  }
  #professional_service_page .section_1 .professional_content_block > .info {
    margin-bottom: 20px;
  }
  #professional_service_page .section_1 .detail_desc_block {
    width: 100%;
  }
  #professional_service_page .section_1 .flex.list li {
    margin-bottom: 20px;
  }
  #professional_service_page .section_1 .flex.list li:last-child {
    margin-bottom: 0;
  }
  #professional_service_page .section_1 .detail_desc_block {
    padding: 20px 16px;
    margin-bottom: 40px;
  }
  #professional_service_page .section_1 .detail_desc_block .body_block > * {
    margin-bottom: 20px;
  }
  #professional_service_page .section_1 .detail_desc_block .body_block > *:last-child {
    margin-bottom: 0;
  }
  body.features canvas {
    width: 100vw;
    height: 700px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    aspect-ratio: 1/1;
  }
  #function_page .section.section_1 .img.tb_only {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #function_page .section.section_1 .img .img_wrapper img {
    width: 300px;
    padding: 0 25px;
  }
  #function_page .section.section_1 .img .img_wrapper img:first-child {
    top: auto;
    bottom: 0;
  }
  .single-useful_info .kv .container {
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  #home section {
    padding: 25px 0 !important;
  }
  #home #kv {
    padding-bottom: 25px !important;
  }
  #home #kv .head {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    /* or 48px */
    text-align: center;
    letter-spacing: 0.03em;
    /* White */
    color: #ffffff;
    margin-bottom: 12px;
  }
  #home #kv .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    /* or 22px */
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
  }
  #home #kv .desc br {
    display: none;
  }
  #home #kv .btn_wrapper {
    margin-bottom: 40px;
  }
  #home #kv:before {
    height: 30.5vw;
  }
  #home #logo_slider_section {
    padding-top: 25px !important;
  }
  #home #logo_slider_section .slick-slide {
    width: 100px !important;
  }
  #home #logo_slider_section .slick-slide a {
    padding: 5px 12px;
  }
  .section .sub_head {
    /* H2_mini_SP */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    /* identical to box height, or 221% */
    /* Primary */
    color: #012fa6;
    margin-bottom: 8px;
  }
  .section .main_head {
    /* H2_SP */
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    /* identical to box height, or 155% */
    color: #000000;
    margin-bottom: 20px;
  }
  #home #two_value_section {
    padding-bottom: 60px !important;
  }
  #home #two_value_section .two_value .img_wrapper {
    margin-bottom: 20px;
  }
  #home #two_value_section .two_value .info_head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
  }
  #home #two_value_section .two_value .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    color: #000000;
  }
  #home #function_section .col_4 {
    margin-bottom: 8px !important;
  }
  #home #function_section .function_block {
    position: relative;
    padding: 20px 60px 20px 16px;
    margin-bottom: 8px !important;
    height: auto !important;
  }
  #home #function_section .function_block:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    background-image: url(../img/2023_2/arrow_fw.png);
    background-size: contain;
  }
  #home #function_section .function_block:last-child {
    margin-bottom: 0 !important;
  }
  #home #function_section .function_block .img_wrapper img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #home #function_section .function_block .btn_wrapper .btn {
    font-size: 0;
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #home #function_section .function_block .img_wrapper {
    margin-bottom: 12px;
  }
  #home #function_section .function_block .info_head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    /* White */
    color: #ffffff;
  }
  #home #function_section .function_block .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    /* or 22px */
    /* White */
    color: #ffffff;
    margin-bottom: 0;
  }
  #home #function_section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #home #how_to_use_section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #home #how_to_use_section .how_to_use .img_wrapper img {
    width: 107px;
    height: 107px;
  }
  #home #how_to_use_section .how_to_use .img_wrapper {
    z-index: 1;
    position: absolute;
    bottom: -50px;
    left: 10px;
  }
  #home #how_to_use_section .how_to_use {
    margin-bottom: 90px;
  }
  #home #how_to_use_section .progress .slick-slide .progress_bar {
    width: 100%;
    height: 2px;
    background: #cccccc;
    margin-bottom: 11px;
    position: relative;
  }
  #home #how_to_use_section .progress .slick-slide .progress_bar:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    top: 0;
    left: 0;
  }
  #home #how_to_use_section .progress .slick-slide .num {
    font-size: 16px;
  }
  #home #how_to_use_section .progress .slick-slide .head {
    font-size: 14px;
    font-weight: normal;
  }
  #home #how_to_use_section .progress .slick-slide.slick-current {
    width: calc(80vw - 32px) !important;
  }
  #home #how_to_use_section .progress .slick-slide.slick-current .progress_bar {
    width: 100%;
    height: 4px;
    background: #739aff;
    margin-bottom: 11px;
    position: relative;
  }
  #home #how_to_use_section .progress .slick-slide.slick-current .progress_bar:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #012fa6;
    transition: width 5s linear;
  }
  #home #how_to_use_section .progress .slick-slide.slick-current .num {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
  }
  #home #how_to_use_section .progress .slick-slide.slick-current .head {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 190%;
    /* identical to box height, or 27px */
    color: #000000;
    margin-bottom: 8px;
  }
  #home #how_to_use_section .progress .slick-slide.slick-current .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 170%;
    /* or 20px */
    color: #000000;
  }
  #home #integration_section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #home #integration_section .flex.integration .col_5 .img_wrapper {
    top: 20px;
  }
  #home #integration_section .flex.integration .col_5 .img_wrapper img {
    width: 155px;
    height: auto;
  }
  #home #integration_section .flex.integration .col_5 .info_tag {
    margin-bottom: 0;
  }
  #home #integration_section .flex.integration .col_5 .desc {
    display: none;
  }
  #home #integration_section .flex.integration .col_7 .img_wrapper {
    margin-bottom: 25px;
  }
  #home #integration_section .flex.integration .col_7 .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    color: #000000;
  }
  #home #delivery_model_section {
    padding-top: 60px !important;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.info .img_wrapper img {
    width: 137px;
    height: auto;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.info {
    margin-bottom: 24px;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */
    color: #000000;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .text .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    color: #000000;
  }
  #home #delivery_model_section .flex.delivery_model .col_6.list .desc_list li .img_wrapper {
    margin-right: 12px;
  }
  .section#in_page_navi_section {
    padding: 48px 0 !important;
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .section#in_page_navi_section h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    /* Primary */
    color: #012fa6;
    margin-bottom: 28px;
  }
  #home #professional_service_section .flex.professional_service {
    flex-direction: column-reverse;
  }
  #home #professional_service_section .flex.professional_service .sub_head {
    text-align: center;
  }
  #home #professional_service_section .flex.professional_service .main_head {
    text-align: center;
  }
  #home #professional_service_section .flex.professional_service .desc {
    margin-bottom: 0 !important;
  }
  #home #professional_service_section .flex.professional_service .btn_wrapper {
    display: none;
  }
  #home #service_slider_section .slick-slide {
    padding: 0 5px;
  }
  #home #service_slider_section .slick-slide img {
    width: 84px;
    height: 84px;
  }
  #home #service_slider_section {
    padding-top: 10px !important;
    padding-bottom: 55px !important;
  }
  #home #service_slider_section .btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  #home #service_slider_section .btn_wrapper .btn {
    width: 140px;
    height: 40px;
  }
  #function_page .container > .img_wrapper.icon {
    margin-left: 0;
    width: 60px;
    height: 60px;
  }
  #function_page .section .info .sub_head {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    /* identical to box height, or 221% */
    text-align: center;
    /* Primary */
    color: #012fa6;
    margin-bottom: 8px;
  }
  #function_page .section .info .main_head {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    /* or 155% */
    color: #000000;
    margin-bottom: 20px;
  }
  #function_page .section .info .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    color: #000000;
  }
  #function_page .section {
    padding: 60px 0 !important;
  }
  #function_page .section .available_list_block .block_head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    letter-spacing: 0.15px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  #function_page .section .available_list_block .block_subhead {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    /* or 18px */
    color: #ffffff;
    margin-bottom: 12px;
  }
  #function_page .section .available_list_block .inner_block li {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 150%;
    /* identical to box height, or 16px */
    color: #ffffff;
    padding: 4px 8px;
  }
  #function_page .section.section_2 .available_list_block .inner_wrapper .inner_block.img img {
    width: 122px;
    height: auto;
  }
  #function_page .section.section_3 .info .img_wrapper img {
    width: 118px;
    height: auto;
  }
  #function_page .section.section_3 .info .img_wrapper {
    top: 0;
    right: 0;
  }
  #professional_service_page .section_1 .professional_content_block {
    margin-bottom: 40px;
  }
  #professional_service_page .section_1 .flex.list .list_item .head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    /* identical to box height, or 238% */
    color: #000000;
  }
  #professional_service_page .section_1 .flex.list .list_item .head img {
    width: 36px;
    height: 36px;
  }
  #professional_service_page .section_1 .flex.list .list_item .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    color: #000000;
  }
  #professional_service_page .section_1 .flex.list {
    margin-bottom: 40px;
  }
  #professional_service_page .section_1 .detail_desc_block .head_block .text .subhead {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    /* identical to box height, or 221% */
    /* Primary */
    color: #012fa6;
  }
  #professional_service_page .section_1 .detail_desc_block .head_block .text .head {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    /* identical to box height, or 155% */
    text-align: center;
    color: #000000;
  }
  #professional_service_page .section_1 .detail_desc_block .body_block .head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    /* identical to box height, or 238% */
    color: #000000;
  }
  #professional_service_page .section_1 .detail_desc_block .body_block .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    /* or 28px */
    color: #000000;
  }
  #professional_service_page .section_1 .for_sp_bkg {
    background: #e7ecfb;
    width: 100vw;
    transform: translateX(-16px);
  }
  #professional_service_page .section_1 .end_navi_block .desc {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */
    text-align: center;
    color: #000000;
  }
  #professional_service_page #title_section {
    padding-bottom: 10px !important;
  }
  #professional_service_page #section_1 {
    padding-top: 0 !important;
  }
  #professional_service_page #title_section .container .title {
    margin-bottom: 22px;
  }
  #professional_service_page #title_section .container .title .title_sub {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    /* identical to box height, or 221% */
    /* Primary */
    color: #012fa6;
    margin-bottom: 8px;
  }
  #professional_service_page #title_section .container .title .title_main {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    /* Black */
    color: #000000;
    margin-bottom: 0;
  }
  #function_page .section.section_1 .img .img_wrapper img {
    width: 174px;
    padding: 0 25px;
  }
  #function_page #kv_section .subhead {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    /* identical to box height, or 221% */
    /* Primary */
    color: #012fa6;
  }
  #function_page #kv_section .head {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    /* Black */
    color: #000000;
  }
  #function_page .section.section_1 .img.tb_only {
    height: auto;
  }
  body.features canvas {
    height: 300px;
    top: 120px;
  }
  .single-useful_info .kv .container {
    padding: 20px 16px;
  }
}
@media (max-width: 420px) {
  #home #kv:before {
    height: 33vw;
  }
}