@charset "UTF-8";
html {
  overflow-x: hidden !important;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0 !important;
}
body * {
  letter-spacing: 0 !important;
}

.container {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}
.container.position_relative {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.btn_wrapper {
  display: flex;
}
.btn_wrapper.center {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
}
.btn_wrapper .btn {
  background: #012fa6;
  width: 260px;
  height: 60px;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

header {
  background: white;
  padding: 0 40px 0 32px;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
header nav {
  height: 100%;
}
header nav .header_navi_list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
}
header nav .header_navi_list .header_navi_item.logo {
  margin-right: auto;
}
header nav .header_navi_list .header_navi_item.logo img {
  width: 147px;
  height: auto;
}
header nav .header_navi_list .header_navi_item.menu_btn_wrapper {
  display: none;
}
header nav .header_navi_list .header_navi_item.btn_item {
  margin-left: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
header nav .header_navi_list .header_navi_item.btn_item:last-child {
  margin-left: 0;
  margin-right: 0;
}
header nav .header_navi_list .header_navi_item a {
  font-size: 16px;
  font-weight: bold;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
header nav .header_navi_list .header_navi_item a.sp_on {
  display: none !important;
}
header nav .header_navi_list .header_navi_item a:hover {
  color: #012fa6;
  opacity: 1;
}
header nav .header_navi_list .header_navi_item a.btn {
  background: #012fa6;
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 6px;
  text-align: center;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
header nav .header_navi_list .header_navi_item a.current:after {
  content: "";
  width: calc(100% - 40px);
  height: 3px;
  background: #012fa6;
  position: absolute;
  bottom: 0;
}
header nav .header_navi_list .header_navi_item.parent {
  position: relative;
}
header nav .header_navi_list .header_navi_item.parent .child_menu {
  display: none;
  position: absolute;
  top: calc(50% + 1em);
  left: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 12px 0;
}
header nav .header_navi_list .header_navi_item.parent .child_menu .child a {
  white-space: nowrap;
  padding: 6px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
header nav .header_navi_list .header_navi_item.parent .child_menu .child a:hover {
  background: #eaeefd;
}
header nav .header_navi_list .header_navi_item.parent .child_menu.on {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.anime_obj.ninja_obj_01 {
  z-index: -1;
  position: absolute;
  left: calc(100vw - 150px);
  top: 150vh;
}
.anime_obj.ninja_obj_01.on {
  left: -150px;
  transition: left 4s linear;
}
.anime_obj.ninja_obj_01.on.move_1 {
  top: 160vh;
  transition: 1.5s ease-in-out;
}
.anime_obj.ninja_obj_01.on.move_2 {
  top: 159vh;
  transition: 1s ease-in-out;
}
.anime_obj.ninja_obj_01.on.move_3 {
  top: 175vh;
  transition: 1.5s ease-in-out;
}
.anime_obj.ninja_obj_01 img {
  width: 150px;
  height: auto;
}

footer {
  padding-top: 100px;
  position: relative;
}
footer > * {
  background: #012fa6;
}
footer .relative {
  position: relative;
}
footer .relative .anime_obj {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transition: 0.25s;
}
footer .relative .anime_obj.on {
  top: -80px;
}
footer .relative .anime_obj.off {
  transition-delay: 1s;
  top: 0;
}
footer .relative .anime_obj img {
  width: 152px;
  height: auto;
  margin: 0 0 0 auto;
}
footer .footer_info_block {
  padding: 100px 0;
  background: #102fa7;
}
footer .footer_info_block .large {
  color: white;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  margin-bottom: 32px;
}
footer .footer_info_block .desc {
  color: white;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 32px;
}
footer .footer_info_block .btn_list {
  display: flex;
  justify-content: center;
}
footer .footer_info_block .btn_list .btn_wrapper {
  padding: 0 25px;
}
footer .footer_info_block .btn_list .btn_wrapper .btn {
  width: 280px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
}
footer .footer_info_block .btn_list .btn_wrapper .btn.white {
  background: white;
  color: #012fa6;
  font-weight: bold;
}
footer .footer_nav {
  padding-top: 20px;
  padding-bottom: 100px;
}
footer .footer_nav * {
  color: white;
}
footer .footer_nav nav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
footer .footer_nav nav .nav_block {
  width: 50%;
  padding: 0 20px;
}
footer .footer_nav nav .nav_block .label {
  font-size: 18px;
  line-height: 27px;
  color: white;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #576dc0;
  font-weight: bold;
}
footer .footer_nav nav .nav_block ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footer_nav nav .nav_block ul li {
  width: 33.3333333333%;
  margin-bottom: 17px;
}
footer .footer_nav nav .nav_block ul li.career a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_nav nav .nav_block ul li.career a img {
  width: 8.5px;
  height: 8.5px;
  margin-left: 0.25em;
}
footer .footer_nav nav .nav_block ul li a {
  font-size: 13px;
  line-height: 19.5px;
}
footer .footer_link_block {
  background: #012fa6;
  padding: 0 0 40px !important;
}
footer .footer_link_block .footer_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_link_block .footer_link .logo {
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_link_block .footer_link .logo .copyright {
  font-size: 14px;
  color: #a2b6e9;
  margin-left: 24px;
}
footer .footer_link_block .footer_link .logo img {
  width: 124px;
  height: auto;
}
footer .footer_link_block .footer_link .footer_link_item {
  margin-right: 40px;
}
footer .footer_link_block .footer_link .footer_link_item:last-child {
  margin-right: 0;
}
footer .footer_link_block .footer_link .footer_link_item a {
  color: white;
  font-size: 14px;
}

.breadcrumbs {
  margin-bottom: 0;
  font-size: 12px;
}
.breadcrumbs .current-item {
  color: black;
}
.breadcrumbs.position_absolute {
  position: absolute;
  left: 60px;
  top: 32px;
}
.breadcrumbs span {
  font-size: 12px;
  color: #5c73ad;
}
.breadcrumbs a {
  font-size: 12px;
  color: #5c73ad;
}

.pagination .page-numbers {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers li {
  margin: 0 4px;
}
.pagination .page-numbers li > * {
  width: 40px;
  height: 40px;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers li > *.current {
  border: 1px solid #012fa6;
}

.case_study {
  overflow-x: hidden;
}
.case_study .slider {
  width: 100%;
  margin-bottom: 50px;
}
.case_study .slider .slick-track {
  display: flex;
  align-items: stretch;
}
.case_study .slider .slick-arrow {
  width: 80px;
  height: 80px;
  background-size: cover;
}
.case_study .slider .slick-arrow.slick-prev {
  background-image: url(../img/slide_arrow_left.png);
  left: -110px;
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
}
.case_study .slider .slick-arrow.slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.case_study .slider .slick-arrow.slick-prev::before {
  display: none;
}
.case_study .slider .slick-arrow.slick-next {
  background-image: url(../img/slide_arrow_right.png);
  right: -110px;
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
}
.case_study .slider .slick-arrow.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.case_study .slider .slick-arrow.slick-next::before {
  display: none;
}
.case_study .slider .slick-list {
  margin-bottom: 10px;
  width: calc(100% + 32px);
  padding-left: 16px !important;
  margin-left: -16px !important;
}
.case_study .slider.slide_num_1 .slide {
  width: 1028px !important;
  max-width: calc(100vw - 40px) !important;
  border-radius: 12px;
}
.case_study .slider.slide_num_1 .slide a {
  flex-direction: row;
  border-radius: 12px;
}
.case_study .slider.slide_num_1 .slide a .img_wrapper {
  width: 320px;
}
.case_study .slider.slide_num_1 .slide a .info {
  width: calc(100% - 320px);
}
.case_study .slider.slide_num_1 .slide a .info .title {
  font-size: 20px;
}
.case_study .slider.slide_num_1 .slide a .info .text {
  font-size: 16px;
}
.case_study .slider.slide_num_1 .slide a .info .date {
  font-size: 16px;
}
.case_study .slider.slide_num_2 {
  padding-left: 20px;
}
.case_study .slider.slide_num_2 .slide {
  width: 480px !important;
  max-width: calc(50vw - 40px) !important;
  border-radius: 12px;
}
.case_study .slider.slide_num_2 .slide a {
  border-radius: 12px;
}
.case_study .slider .slide {
  padding: 0 !important;
  margin: 10px 20px 16px !important;
  width: 320px !important;
  max-width: calc((100vw - 80px) / 3) !important;
  box-shadow: 0px 4px 16px #e5eaf9;
  border-radius: 12px;
  height: auto;
}
.case_study .slider .slide a {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.case_study .slider .slide a .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/173;
}
.case_study .slider .slide a .info {
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.case_study .slider .slide a .info * {
  color: black;
}
.case_study .slider .slide a .info .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.case_study .slider .slide a .info .text {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 20px;
}
.case_study .slider .slide a .info .date {
  font-size: 12px;
  font-weight: normal;
  margin-top: auto;
}
.case_study .btn_wrapper .btn {
  width: 279px;
  max-width: 100%;
}

.news_section .section_head {
  margin-bottom: 0;
  font-size: 32px;
}
.news_section .section_head span {
  text-align: left;
}
.news_section .link_wrapper {
  text-align: right;
  margin-top: -24px;
  margin-bottom: 30px;
}
.news_section .link_wrapper a {
  color: #5c73ad;
  font-size: 16px;
  font-weight: bold;
}
.news_section .link_wrapper a span {
  margin-left: 8px;
}
.news_section .link_wrapper a span img {
  width: 16px;
  height: 16px;
}
.news_section .news_list {
  border-bottom: 1px solid #d2d9e3;
}
.news_section .news_list li {
  border-top: 1px solid #d2d9e3;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
}
.news_section .news_list li.sp_on {
  display: none;
}
.news_section .news_list li:last-child {
  border-bottom: none !important;
}
.news_section .news_list li .date {
  font-size: 17px;
  margin-right: 35px;
  width: 4.5em;
}
.news_section .news_list li .cat {
  font-size: 12px;
  line-height: 14px;
  background: #ebeefe;
  border-radius: 100px;
  width: 10em;
  padding: 7px 16px 5px;
  text-align: center;
  margin-right: 35px;
}
.news_section .news_list li a {
  color: black;
  font-size: 16px;
  width: calc(100% - (14.5em + 70px));
}

section {
  padding: 50px 0;
}
section .section_head {
  font-weight: bold;
  margin-bottom: 40px;
}
section .section_head .small {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 38px;
  margin-bottom: 8px;
}
section .section_head span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 48px;
}
section.bread_crumb_section {
  padding-top: 32px !important;
}
section.bread_crumb_section .breadcrumbs {
  margin-bottom: 10px;
}

#home section {
  padding: 50px 0;
  overflow: hidden;
  background-color: white;
}
#home section .section_head {
  font-weight: bold;
  margin-bottom: 60px;
}
#home section .section_head .small {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 38px;
  margin-bottom: 8px;
}
#home section .section_head span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 48px;
}
#home section.kv {
  width: 100%;
  height: 700px;
  padding: 60px 0 150px;
  position: relative;
  background: none;
}
#home section.kv .bkg_anime {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#home section.kv .text {
  padding: 0;
}
#home section.kv .text .kv_catch {
  font-size: 42px;
  font-weight: bold;
  line-height: 68px;
  margin-bottom: 20px;
  margin-top: 50px;
}
#home section.kv .text .top_kv_logo {
  width: 317px;
  height: auto;
  margin-bottom: 35px;
}
#home section.kv .text .kv_text {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  font-weight: normal;
}
#home section.kv .text .kv_text span {
  color: #012fa6;
  font-weight: bold;
}
#home section.kv .text .btn_list {
  display: flex;
  justify-content: flex-start;
}
#home section.kv .text .btn_list .btn_wrapper {
  margin-right: 24px;
}
#home section.kv .text .btn_list .btn_wrapper.last-child {
  margin-right: 0;
}
#home section.kv .text .btn_list .btn_wrapper .btn {
  background: #012fa6;
  font-size: 16px;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  border-radius: 8px;
}
#home section.kv .img img {
  width: auto;
  height: 500px;
  position: absolute;
}
#home section.top_catch {
  padding: 100px 0 100px !important;
}
#home section.top_catch .section_head {
  margin-bottom: 40px;
}
#home section.top_functions {
  padding-bottom: 160px;
}
#home section.top_functions .function_desc {
  margin-bottom: 100px;
}
#home section.top_functions .function_desc:first-child .text {
  padding-right: 60px;
}
#home section.top_functions .function_desc:last-child {
  margin-bottom: 0;
}
#home section.top_functions .function_desc:last-child .text {
  padding-left: 60px;
}
#home section.top_functions .function_desc .text {
  padding-top: 40px;
}
#home section.top_functions .function_desc .text .sub_head .small {
  color: #012fa6;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 50px;
}
#home section.top_functions .function_desc .text .sub_head span {
  font-size: 32px;
  font-weight: bold;
  display: block;
  margin-bottom: 50px;
}
#home section.top_functions .function_desc .text .desc {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}
#home section.top_functions .function_desc .text .function_desc_list {
  margin-bottom: 60px;
}
#home section.top_functions .function_desc .text .function_desc_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
#home section.top_functions .function_desc .text .function_desc_list li img {
  width: 50px;
  height: 50px;
  margin-right: 28px;
}
#home section.top_functions .function_desc .text .btn {
  width: 260px;
  height: 60px;
  background: #012fa6;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home section.usage_section .usage {
  margin-top: 0;
  margin-bottom: 0;
}
#home section.usage_section .usage .inner {
  padding: 80px 15px 30px;
  background: #ebeefe;
  height: 100%;
  position: relative;
}
#home section.usage_section .usage .inner .usage_img {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
}
#home section.usage_section .usage .inner .usage_img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#home section.usage_section .usage .inner .usage_desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#home section.usage_section .usage .inner .usage_desc .sub_head {
  margin-bottom: 15px;
}
#home section.usage_section .usage .inner .usage_desc .sub_head .small {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 38px;
}
#home section.usage_section .usage .inner .usage_desc .sub_head span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 38px;
}
#home section.usage_section .usage .inner .usage_desc .desc_text {
  margin-bottom: auto;
}
#home section.usage_section .usage .inner .usage_desc .usage_topic_list {
  width: 260px;
  margin: 20px auto 30px;
}
#home section.usage_section .usage .inner .usage_desc .usage_topic_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}
#home section.usage_section .usage .inner .usage_desc .usage_topic_list li:last-child {
  margin-bottom: 0;
}
#home section.usage_section .usage .inner .usage_desc .usage_topic_list li img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#home section.solution_section {
  padding-top: 160px;
}
#home section.solution_section .section_head {
  margin-bottom: 40px;
}
#home section.solution_section .solution_list {
  background-color: #eaeefd;
  box-shadow: 20px 20px #cfd8fb;
  margin: 0 0 20px;
  padding: 40px 60px;
}
#home section.solution_section .solution_list .solution {
  padding: 20px;
}
#home section.solution_section .solution_list .solution .solution_img {
  margin-bottom: 30px;
}
#home section.solution_section .solution_list .solution .solution_desc .sub_head {
  margin-bottom: 20px;
}
#home section.solution_section .solution_list .solution .solution_desc .sub_head .small {
  font-size: 16px;
  font-weight: bold;
  color: #012fa6;
  text-align: center;
}
#home section.solution_section .solution_list .solution .solution_desc .sub_head span {
  display: block;
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
}
#home section.solution_section .solution_list .solution .solution_desc .desc_text {
  font-size: 14px;
  line-height: 28px;
}
#home section.solution_section .solution_list .btn_wrapper .btn {
  margin: 0 auto;
}
#home section.case_study .section_head {
  margin-bottom: 32px;
}
#home section.sponsor_section {
  padding: 100px 0 100px;
}
#home section.sponsor_section .sponsor img {
  padding: 10px 15px;
}
#home section.news_section .section_head {
  margin-bottom: 0;
}
#home section.news_section .section_head span {
  text-align: left;
}
#home section.news_section .link_wrapper {
  text-align: right;
  margin-bottom: 30px;
}
#home section.news_section .link_wrapper a {
  color: #5c73ad;
  font-size: 16px;
  font-weight: bold;
}
#home section.news_section .link_wrapper a span {
  margin-left: 8px;
}
#home section.news_section .link_wrapper a span img {
  width: 16px;
  height: 16px;
}
#home section.yt_section {
  background: #eaeefd;
  padding: 60px 0;
}
#home section.yt_section .iframe_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home section.yt_section .iframe_wrapper iframe {
  display: block;
  margin: auto;
  width: 768px;
  height: auto;
  aspect-ratio: 16/9;
}

.archive.post-type-archive-news .search_block, .archive.tax-news_tax .search_block {
  margin-bottom: 40px;
}
.archive.post-type-archive-news .article_block .news_section, .archive.tax-news_tax .article_block .news_section {
  padding: 0 !important;
}
.archive .title_block {
  padding-top: 32px;
}
.archive .title_block .breadcrumbs {
  margin-bottom: 0;
}
.archive h1.page_title {
  padding: 40px 0 60px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.archive .search_block {
  margin-bottom: 60px;
}
.archive .search_block .container .inner {
  background-color: #eaeefd;
  border-radius: 12px;
  padding: 40px;
}
.archive .search_block .container .inner .search_group {
  margin-bottom: 40px;
}
.archive .search_block .container .inner .search_group:last-child {
  margin-bottom: 0;
}
.archive .search_block .container .inner .search_group .label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 48px;
}
.archive .search_block .container .inner .search_group .word_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -28px;
}
.archive .search_block .container .inner .search_group .word_list li {
  margin-right: 8px;
  margin-bottom: 28px;
}
.archive .search_block .container .inner .search_group .word_list li a {
  background: white;
  color: #5c73ad;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 11px 16px;
  border: 1px solid #5c73ad;
  border-radius: 100px;
}
.archive .article_list {
  margin-bottom: 20px;
}
.archive .article_list .article_item .inner {
  border-radius: 12px 12px 0 0;
  box-shadow: 0px 4px 16px #e5eaf9;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.archive .article_list .article_item .inner > a {
  display: flex;
  flex-direction: column;
}
.archive .article_list .article_item .inner > a .info {
  padding: 20px 20px 0;
}
.archive .article_list .article_item .inner > a .info * {
  color: black;
}
.archive .article_list .article_item .inner > a .info .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.archive .article_list .article_item .inner > a .info .text {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 20px;
}
.archive .article_list .article_item .inner .tags {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.archive .article_list .article_item .inner .tags li {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 10px;
  letter-spacing: 0;
  color: #5c73ad;
  background: #eaeefd;
  padding: 6px;
  border-radius: 4px;
}
.archive .article_list .article_item .inner .tags li a {
  font-size: 10px;
  letter-spacing: 0;
  color: #5c73ad;
  background: #eaeefd;
  padding: 6px;
  border-radius: 4px;
}
.archive .article_list .article_item .inner .date {
  font-size: 12px;
  font-weight: normal;
  margin-top: auto;
  padding: 0 24px 24px;
  color: #84899e;
}

.single-case_study .kv,
.single-news .kv,
.single-useful_info .kv,
.single-event_report .kv {
  background: #eaeefd;
  margin-bottom: 60px;
}
.single-case_study .kv .container,
.single-news .kv .container,
.single-useful_info .kv .container,
.single-event_report .kv .container {
  width: 1320px;
  max-width: 100%;
  padding: 32px 60px 50px;
}
.single-case_study .kv .container .flex.info .text,
.single-news .kv .container .flex.info .text,
.single-useful_info .kv .container .flex.info .text,
.single-event_report .kv .container .flex.info .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-case_study .kv .container .flex.info .text .name,
.single-news .kv .container .flex.info .text .name,
.single-useful_info .kv .container .flex.info .text .name,
.single-event_report .kv .container .flex.info .text .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #012fa6;
}
.single-case_study .kv .container .flex.info .text .page_title,
.single-news .kv .container .flex.info .text .page_title,
.single-useful_info .kv .container .flex.info .text .page_title,
.single-event_report .kv .container .flex.info .text .page_title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}
.single-case_study .kv .container .flex.info .text .tags,
.single-news .kv .container .flex.info .text .tags,
.single-useful_info .kv .container .flex.info .text .tags,
.single-event_report .kv .container .flex.info .text .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: 16px;
}
.single-case_study .kv .container .flex.info .text .tags li,
.single-news .kv .container .flex.info .text .tags li,
.single-useful_info .kv .container .flex.info .text .tags li,
.single-event_report .kv .container .flex.info .text .tags li {
  color: #3e4973;
  background: white;
  padding: 6px;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 8px;
  font-size: 12px;
}
.single-case_study .kv .container .flex.info .text .date,
.single-news .kv .container .flex.info .text .date,
.single-useful_info .kv .container .flex.info .text .date,
.single-event_report .kv .container .flex.info .text .date {
  font-size: 14px;
}
.single-case_study .kv .container .flex.info .img img,
.single-news .kv .container .flex.info .img img,
.single-useful_info .kv .container .flex.info .img img,
.single-event_report .kv .container .flex.info .img img {
  border-radius: 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-case_study .overview,
.single-news .overview,
.single-useful_info .overview,
.single-event_report .overview {
  font-size: 20px !important;
  font-weight: bold;
  width: 860px;
  margin: 0 auto 60px !important;
  text-align: justify;
}
.single-case_study .index,
.single-news .index,
.single-useful_info .index,
.single-event_report .index {
  margin-bottom: 60px;
}
.single-case_study .entry-content h2,
.single-case_study .entry-content h3,
.single-case_study .entry-content h4,
.single-case_study .entry-content h5,
.single-case_study .entry-content h6,
.single-case_study .entry-content p,
.single-case_study .entry-content blockquote,
.single-case_study .entry-content ul,
.single-case_study .entry-content ol,
.single-case_study .entry-content table,
.single-news .entry-content h2,
.single-news .entry-content h3,
.single-news .entry-content h4,
.single-news .entry-content h5,
.single-news .entry-content h6,
.single-news .entry-content p,
.single-news .entry-content blockquote,
.single-news .entry-content ul,
.single-news .entry-content ol,
.single-news .entry-content table,
.single-useful_info .entry-content h2,
.single-useful_info .entry-content h3,
.single-useful_info .entry-content h4,
.single-useful_info .entry-content h5,
.single-useful_info .entry-content h6,
.single-useful_info .entry-content p,
.single-useful_info .entry-content blockquote,
.single-useful_info .entry-content ul,
.single-useful_info .entry-content ol,
.single-useful_info .entry-content table,
.single-event_report .entry-content h2,
.single-event_report .entry-content h3,
.single-event_report .entry-content h4,
.single-event_report .entry-content h5,
.single-event_report .entry-content h6,
.single-event_report .entry-content p,
.single-event_report .entry-content blockquote,
.single-event_report .entry-content ul,
.single-event_report .entry-content ol,
.single-event_report .entry-content table {
  width: 840px !important;
  table-layout: fixed;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.single-case_study .entry-content ul li,
.single-case_study .entry-content ol li,
.single-news .entry-content ul li,
.single-news .entry-content ol li,
.single-useful_info .entry-content ul li,
.single-useful_info .entry-content ol li,
.single-event_report .entry-content ul li,
.single-event_report .entry-content ol li {
  line-height: 2;
}
.single-case_study .entry-content blockquote,
.single-news .entry-content blockquote,
.single-useful_info .entry-content blockquote,
.single-event_report .entry-content blockquote {
  border-left: 4px solid #eaeefd;
  border-radius: 4px;
  padding-left: 30px;
  color: #84899e;
  margin-bottom: 60px;
}
.single-case_study .entry-content ul,
.single-news .entry-content ul,
.single-useful_info .entry-content ul,
.single-event_report .entry-content ul {
  list-style: inside;
  list-style-type: disc;
  margin-bottom: 35px;
}
.single-case_study .entry-content ul.task_and_effect,
.single-news .entry-content ul.task_and_effect,
.single-useful_info .entry-content ul.task_and_effect,
.single-event_report .entry-content ul.task_and_effect {
  list-style: none;
  list-style-type: none;
  margin-bottom: 80px;
}
.single-case_study .entry-content ul.task_and_effect .item.effect .label,
.single-news .entry-content ul.task_and_effect .item.effect .label,
.single-useful_info .entry-content ul.task_and_effect .item.effect .label,
.single-event_report .entry-content ul.task_and_effect .item.effect .label {
  background: #012fa6;
}
.single-case_study .entry-content ul.task_and_effect .item .label,
.single-news .entry-content ul.task_and_effect .item .label,
.single-useful_info .entry-content ul.task_and_effect .item .label,
.single-event_report .entry-content ul.task_and_effect .item .label {
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 38px;
  padding: 6px 26px 4px;
  background: #535353;
  border-radius: 50px;
  margin-bottom: 20px;
}
.single-case_study .entry-content ul.task_and_effect .item p,
.single-news .entry-content ul.task_and_effect .item p,
.single-useful_info .entry-content ul.task_and_effect .item p,
.single-event_report .entry-content ul.task_and_effect .item p {
  font-size: 20px;
  font-weight: bold;
  color: black;
  line-height: 34px;
  margin-bottom: 40px;
}
.single-case_study .entry-content ol,
.single-news .entry-content ol,
.single-useful_info .entry-content ol,
.single-event_report .entry-content ol {
  list-style: inside;
  list-style-type: decimal;
  margin-bottom: 35px;
}
.single-case_study .entry-content li,
.single-news .entry-content li,
.single-useful_info .entry-content li,
.single-event_report .entry-content li {
  display: list-item;
}
.single-case_study .entry-content table tr,
.single-news .entry-content table tr,
.single-useful_info .entry-content table tr,
.single-event_report .entry-content table tr {
  border-bottom: 1px solid #84899e;
}
.single-case_study .entry-content table tr td,
.single-news .entry-content table tr td,
.single-useful_info .entry-content table tr td,
.single-event_report .entry-content table tr td {
  padding: 12px 0;
}
.single-case_study .entry-content h2,
.single-news .entry-content h2,
.single-useful_info .entry-content h2,
.single-event_report .entry-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.single-case_study .entry-content h3,
.single-news .entry-content h3,
.single-useful_info .entry-content h3,
.single-event_report .entry-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.single-case_study .entry-content h4,
.single-news .entry-content h4,
.single-useful_info .entry-content h4,
.single-event_report .entry-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.single-case_study .entry-content h5,
.single-news .entry-content h5,
.single-useful_info .entry-content h5,
.single-event_report .entry-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.single-case_study .entry-content a,
.single-news .entry-content a,
.single-useful_info .entry-content a,
.single-event_report .entry-content a {
  text-decoration: underline;
  color: #012fa6;
}
.single-case_study .entry-content p,
.single-news .entry-content p,
.single-useful_info .entry-content p,
.single-event_report .entry-content p {
  font-size: 16px;
  margin-bottom: 2em;
  line-height: 2em;
}
.single-case_study .entry-content img,
.single-news .entry-content img,
.single-useful_info .entry-content img,
.single-event_report .entry-content img {
  margin-bottom: 60px;
}
.single-case_study .entry-content #toc_container,
.single-news .entry-content #toc_container,
.single-useful_info .entry-content #toc_container,
.single-event_report .entry-content #toc_container {
  display: block;
  width: 100%;
  padding: 40px 90px;
  margin-bottom: 60px;
}
.single-case_study .entry-content #toc_container .toc_title,
.single-news .entry-content #toc_container .toc_title,
.single-useful_info .entry-content #toc_container .toc_title,
.single-event_report .entry-content #toc_container .toc_title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.single-case_study .entry-content #toc_container .toc_list li,
.single-news .entry-content #toc_container .toc_list li,
.single-useful_info .entry-content #toc_container .toc_list li,
.single-event_report .entry-content #toc_container .toc_list li {
  margin-bottom: 1em;
}
.single-case_study .entry-content #toc_container .toc_list li:last-child,
.single-news .entry-content #toc_container .toc_list li:last-child,
.single-useful_info .entry-content #toc_container .toc_list li:last-child,
.single-event_report .entry-content #toc_container .toc_list li:last-child {
  margin-bottom: 0;
}
.single-case_study .entry-content #toc_container .toc_list li a,
.single-news .entry-content #toc_container .toc_list li a,
.single-useful_info .entry-content #toc_container .toc_list li a,
.single-event_report .entry-content #toc_container .toc_list li a {
  font-size: 18px;
}

.single-case_study .breadcrumbs {
  margin-bottom: 17px;
}
.single-case_study #case_study_section .section_head .small {
  display: none !important;
}

.single-news .kv .container,
.single-useful_info .kv .container,
.single-event_report .kv .container {
  padding-bottom: 40px;
}
.single-news .kv .container .breadcrumbs,
.single-useful_info .kv .container .breadcrumbs,
.single-event_report .kv .container .breadcrumbs {
  margin-bottom: 32px;
}
.single-news .kv .container .date,
.single-useful_info .kv .container .date,
.single-event_report .kv .container .date {
  color: #012fa6;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 12px;
}
.single-news .kv .container .page_title,
.single-useful_info .kv .container .page_title,
.single-event_report .kv .container .page_title {
  margin-bottom: 8px !important;
}
.single-news .kv .container .tags,
.single-useful_info .kv .container .tags,
.single-event_report .kv .container .tags {
  margin-bottom: 0 !important;
}
.single-news article.news .entry-content,
.single-useful_info article.news .entry-content,
.single-event_report article.news .entry-content {
  margin-bottom: 60px;
}
.single-news .entry-content img,
.single-useful_info .entry-content img,
.single-event_report .entry-content img {
  width: auto;
  max-width: 100%;
}
.single-news .entry-content img.aligncenter,
.single-useful_info .entry-content img.aligncenter,
.single-event_report .entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.page.solution_page footer {
  padding-top: 50px;
}
.page.solution_page .kv .container.with_bkg_img .kv_info .text .kv_catch_2 {
  font-size: 38px;
  line-height: 1.5;
}
.page .title_block {
  padding-top: 32px;
}
.page .kv {
  padding: 0;
  background: #eaeefd;
  height: 450px;
}
.page .kv .container.with_bkg_img {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  width: 1160px;
  max-width: 100%;
  padding: 0 60px;
}
.page .kv .container.with_bkg_img .kv_info {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.page .kv .container.with_bkg_img .kv_info .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .kv .container.with_bkg_img .kv_info .text .kv_catch_1 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 24px;
}
.page .kv .container.with_bkg_img .kv_info .text .kv_catch_img {
  width: 280px;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.page .kv .container.with_bkg_img .kv_info .text .kv_catch_2 {
  font-size: 32px;
  line-height: 1.5;
}
.page .kv .container.with_bkg_img .kv_info .spacing {
  display: none;
}
.page .kv .container {
  height: 100%;
}
.page .kv .container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page .kv .container picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page .title_block .page_title {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}
.page .in_page_navi {
  text-align: center;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1000 !important;
  margin-top: 100px;
}
.page .in_page_navi ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 44px 0px rgba(157, 177, 217, 0.5019607843);
  padding: 14px;
  border-radius: 100px;
  background: white;
}
.page .in_page_navi ul li.current a {
  color: #012fa6;
  font-weight: bold;
  background: #eaeefd;
  border-radius: 100px;
}
.page .in_page_navi ul li a {
  font-size: 16px;
  color: #5c73ad;
  padding: 6px 15px;
}
.page main > section:last-child {
  padding-bottom: 0 !important;
}
.page section#feature_section {
  padding-bottom: 100px;
}
.page section#feature_section .desc {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 100%;
  width: 860px;
  font-size: 16px;
  line-height: 32px;
}
.page section#feature_section .note {
  text-align: center;
  font-size: 12px;
  margin: 0 auto 10px;
  max-width: 100%;
  width: 860px;
}
.page section#feature_section picture {
  display: block;
  margin-bottom: 40px;
}
.page section#feature_section .feature_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page section#feature_section .feature_list li {
  padding: 0 20px;
  width: 270px;
}
.page section#feature_section .feature_list li img {
  width: 100px;
  height: 100px;
  margin: 0 auto 26px;
}
.page section#feature_section .feature_list li .text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.page section#function_section {
  padding-bottom: 100px;
}
.page section#function_section .desc_large {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.page section#function_section .desc_large span {
  margin-bottom: 10px;
}
.page section#function_section .desc_large .note {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
.page section#function_section .desc {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 50px;
}
.page section#function_section .big_img {
  margin-bottom: 120px;
  display: block;
}
.page section#function_section .function_group .inner {
  background: #eaeefd;
  border-radius: 16px;
  padding: 44px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page section#function_section .function_group .inner .head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
  text-align: center;
}
.page section#function_section .function_group .inner .desc {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
  text-align: left;
}
.page section#function_section .function_group .inner .function_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: auto -10px -10px -10px;
}
.page section#function_section .function_group .inner .function_list li {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: white;
  border-radius: 6px;
  margin: 10px;
  height: 52px;
}
.page section#function_section .function_group .inner .function_list li.spacing {
  background: none;
}
.page section#function_section .function_group .inner .function_list li img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}
.page section#function_section .function_group .inner .function_list li p {
  font-size: 14px;
  color: #012fa6;
  font-weight: bold;
}
.page section#usage_section .section_head {
  margin-bottom: 75px;
}
.page section#usage_section .usage_group {
  background: #6b728c;
  padding: 40px 0;
  border-radius: 16px;
  margin-bottom: 36px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.page section#usage_section .usage_group:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #6b728c transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
.page section#usage_section .usage_group > * {
  padding: 0 40px 0;
}
.page section#usage_section .usage_group > *:first-child {
  border-right: 1px solid white;
}
.page section#usage_section .usage_group .head {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 28px;
}
.page section#usage_section .usage_group .usage_list {
  display: flex;
  justify-content: flex-star;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -10px;
}
.page section#usage_section .usage_group .usage_list li {
  width: calc(50% - 20px);
  background: white;
  color: #6b728c;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 6px;
  margin: 10px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page #ninja_db_page section#function_section .function_group .inner {
  padding: 0;
}
.page #ninja_db_page section#function_section .function_group .inner .text {
  padding: 40px 40px 30px;
}
.page #ninja_db_page section#function_section .function_group .inner .text .desc {
  margin-bottom: 0;
}
.page #ninja_db_page section#function_section .function_group .inner picture {
  display: block;
  height: 280px;
  margin-top: auto;
}
.page #ninja_db_page section#function_section .function_group .inner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page #solution_page .solution_section .head_block {
  margin-bottom: 40px;
}
.page #solution_page .solution_section .head_block .text {
  width: 40%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.page #solution_page .solution_section .head_block .text * {
  text-align: left;
  letter-spacing: 0;
}
.page #solution_page .solution_section .head_block .text .section_head {
  margin-bottom: 8px;
}
.page #solution_page .solution_section .head_block .img {
  width: 60%;
  max-width: 100%;
  padding: 20px;
}
.page #solution_page .solution_section .body_block .img_wrapper {
  margin-bottom: 40px;
}
.page #solution_page .solution_section .body_block .text .sub_head {
  margin-bottom: 24px;
}
.page #solution_page .solution_section .body_block .text .sub_head .small {
  font-size: 16px;
  font-weight: bold;
  color: #012fa6;
  display: block;
  margin-bottom: 16px;
}
.page #solution_page .solution_section .body_block .text .sub_head span {
  font-size: 24px;
}
.page #solution_page .solution_section .body_block .text .desc {
  line-height: 2;
}
.page #solution_page .solution_case_section .solution_case_list > li {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 52, 154, 0.2);
  border-radius: 20px;
  margin-bottom: 30px;
}
.page #solution_page .solution_case_section .solution_case_list > li:last-child {
  margin-bottom: 0;
}
.page #solution_page .solution_case_section .solution_case_list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 60px 120px 30px 60px;
  position: relative;
}
.page #solution_page .solution_case_section .title_block {
  display: flex;
  justify-content: felx-start;
  align-items: center;
  margin-bottom: 30px;
}
.page #solution_page .solution_case_section .title_block .img_wrapper {
  padding-right: 16px;
}
.page #solution_page .solution_case_section .title_block .img_wrapper img {
  width: 70px;
  height: 70px;
}
.page #solution_page .solution_case_section .title_block .title .small {
  font-size: 16px;
  font-weight: bold;
  color: #012fa6;
  display: block;
}
.page #solution_page .solution_case_section .title_block .title span {
  font-size: 24px;
  font-weight: bold;
  color: black;
}
.page #solution_page .solution_case_section .desc_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.page #solution_page .solution_case_section .desc_list li .label {
  width: 80px;
  height: auto;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
.page #solution_page .solution_case_section .desc_list li .label.dark {
  background: #6b728c;
  color: white;
}
.page #solution_page .solution_case_section .desc_list li .label.light {
  background: #eaeefd;
  color: #012fa6;
}
.page #solution_page .solution_case_section .desc_list li .body {
  width: calc(100% - 96px);
  margin-left: 16px;
  font-size: 16px;
  color: black;
  line-height: 32px;
}
.page #solution_page .solution_case_section .arrow {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.page #solution_page .solution_case_section .arrow img {
  width: 23px;
  height: auto;
}
.page #solution_child_page section#title_section {
  padding: 0 0 30px;
}
.page #solution_child_page section#title_section .title_block {
  display: flex;
  align-items: center;
}
.page #solution_child_page section#title_section .title_block .img_wrapper img {
  width: 168px;
  height: 168px;
}
.page #solution_child_page section#title_section .title_block .title_box {
  padding-left: 40px;
}
.page #solution_child_page section#title_section .title_block .title_box .page_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 46px;
}
.page #solution_child_page section#title_section .title_block .title_box .page_title .small {
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 36px;
  display: block;
  text-align: left;
}
.page #solution_child_page section#problem_and_resolve_section {
  padding-bottom: 35px;
}
.page #solution_child_page section#problem_and_resolve_section .block {
  background: #f6f6f6;
  border-radius: 10px;
}
.page #solution_child_page section#problem_and_resolve_section .block .inner {
  padding: 60px 90px;
}
.page #solution_child_page section#problem_and_resolve_section .block .inner .label {
  font-size: 24px;
  font-weight: bold;
  color: white;
  line-height: 38px;
  padding: 6px 24px;
  border-radius: 100px;
  background: #535353;
  margin-bottom: 16px;
}
.page #solution_child_page section#problem_and_resolve_section .block .inner .section_head {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 24px;
  color: #535353;
}
.page #solution_child_page section#problem_and_resolve_section .block .inner .desc {
  font-size: 16px;
  line-height: 32px;
}
.page #solution_child_page section#problem_and_resolve_section .resolve_block .inner {
  background: white;
  padding-bottom: 0;
}
.page #solution_child_page section#problem_and_resolve_section .resolve_block .inner .label {
  background: #012fa6;
}
.page #solution_child_page section#point_section .container .point_block {
  margin-bottom: 80px;
}
.page #solution_child_page section#point_section .container .point_block:last-child {
  margin-bottom: 0;
}
.page #solution_child_page section#point_section .container .point_block .section_head {
  margin-bottom: 16px;
  padding: 0 90px;
}
.page #solution_child_page section#point_section .container .point_block .section_head .small {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 14px;
  color: #012fa6;
}
.page #solution_child_page section#point_section .container .point_block .section_head span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 38px;
}
.page #solution_child_page section#point_section .container .point_block .desc {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
  padding: 0 90px;
}
.page.price .page_title {
  padding: 40px 0 60px;
  line-height: 1.5;
}
.page #price_page .price_section {
  padding-top: 0 !important;
}
.page #price_page .price_section .container .inner {
  background: #eaeefd;
  padding: 60px;
  border-radius: 12px;
}
.page #price_page .price_section .container .inner .section_head {
  margin-bottom: 24px;
}
.page #price_page .price_section .container .inner .section_head .small {
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 0;
}
.page #price_page .price_section .container .inner .section_head span {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 0;
}
.page #price_page .price_section .container .inner .btn_wrapper {
  display: flex;
  justify-content: center;
}
.page #price_page .price_section .container .inner .btn_wrapper .btn {
  font-size: 16px;
  color: white;
}

.pc_on {
  display: block;
}
.pc_on.sp_on {
  display: block;
}

.tb_on {
  display: none;
}

.sp_on {
  display: none;
}

header + main {
  padding-top: 80px;
}

.sp_scroll_obj:after {
  content: "";
  display: none;
}

.ninja-ai .breadcrumbs > span:nth-child(2) a,
.ninja-db .breadcrumbs > span:nth-child(2) a {
  pointer-events: none !important;
}

#case_study_section .section_head .pc_on {
  display: block !important;
}
#case_study_section .section_head .sp_on {
  display: none !important;
}

.post-type-archive .page .in_page_navi {
  margin-top: 20px;
}

.post-type-archive .page .title_block .page_title.small {
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 40px;
}

@media (max-width: 1159px) {
  .page .kv .container.with_bkg_img {
    width: 1040px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .breadcrumbs.position_absolute {
    left: 0;
  }
  header nav .header_navi_list .header_navi_item a {
    padding: 0 10px;
  }
}
@media (max-width: 1080px) {
  .case_study .slider {
    width: 100%;
  }
  .case_study .slider .slick-list {
    padding-left: 20px;
  }
  .case_study .slider.slide_num_2 {
    padding-left: 0;
  }
  .case_study .slider.slide_num_2 .slide {
    width: calc((100vw - 120px) / 3);
  }
  .case_study .slider .slide {
    width: calc((100vw - 120px) / 3) !important;
  }
}
@media (max-width: 1024px) {
  .pc_on {
    display: none;
  }
  .tb_on {
    display: block;
  }
  .sp_on {
    display: block;
  }
  html.lock,
body.lock {
    height: 100vh;
    overflow: hidden;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.95);
  }
  header nav .header_navi_list#gnavi_body {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    padding: 20px;
    background: white;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item {
    margin-right: 0;
    margin-bottom: 20px;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.disable_menu_item {
    display: none;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a {
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item {
    height: 60px;
    width: calc(50% - 60px) !important;
    position: absolute !important;
    bottom: 60px;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(2) {
    left: 60px;
    right: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(1) {
    left: 50%;
    right: 60px;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item a {
    color: white;
    padding: 22px 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent {
    margin-bottom: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu {
    display: block;
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child {
    width: 100%;
    height: 80px;
    border-bottom: none !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child:last-child a {
    border-bottom: none !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child a:hover {
    background-color: transparent;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child.right:last-child a {
    border-bottom: none !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child.right a {
    font-size: 20px;
    padding: 8px 8px 8px 8px !important;
    margin-left: 90px;
    width: calc(100% - 90px) !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a {
    font-size: 24px;
    font-weight: bold;
    color: #012fa6;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e3f0;
    padding: 8px 8px 8px 60px;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a.btn {
    width: calc(100% - 16px) !important;
    height: auto !important;
    font-size: 14px !important;
    padding: 22px 10px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body * {
    pointer-events: none;
  }
  header nav .header_navi_list#gnavi_body.on {
    z-index: 10000;
    height: calc(100vh - 80px);
    justify-content: flex-start;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item {
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item {
    height: auto;
    margin: 0;
    width: calc(50% - 60px);
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item:nth-last-child(2) {
    left: 60px;
    right: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item:nth-last-child(1) {
    left: 50%;
    right: 60px;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item a {
    color: white;
    padding: 22px 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent {
    margin-bottom: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu {
    display: block;
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu .child {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu .child.right a {
    font-size: 20px;
    padding: 8px 8px 8px 90px;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item a {
    font-size: 24px;
    font-weight: bold;
    color: #012fa6;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e3f0;
    padding: 8px 8px 8px 60px;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item a.btn {
    width: 240px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body.on * {
    pointer-events: all;
  }
  header nav .header_navi_list#gnavi_body.off {
    display: none;
    z-index: 10000;
    height: calc(100vh - 80px);
    justify-content: flex-start;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item {
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item {
    height: auto;
    margin: 0;
    width: calc(50% - 60px);
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item:nth-last-child(2) {
    left: 60px;
    right: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item:nth-last-child(1) {
    left: 50%;
    right: 60px;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item a {
    color: white;
    padding: 22px 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent {
    margin-bottom: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu {
    display: block;
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu .child {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu .child.right a {
    font-size: 20px;
    padding: 8px 8px 8px 90px;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item a {
    font-size: 24px;
    font-weight: bold;
    color: #012fa6;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e3f0;
    padding: 8px 8px 8px 60px;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item a.btn {
    width: 240px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body.off * {
    pointer-events: all;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: static;
    z-index: 10001;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper img {
    width: 60px;
    height: 60px;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span {
    transition: 0.5s;
    position: absolute;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span:nth-child(1) {
    top: calc(50% - 10px);
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span:nth-child(2) {
    top: 50%;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span:nth-child(3) {
    top: calc(50% + 10px);
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn.open span:nth-child(2) {
    opacity: 0;
    margin: 0;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn.open span:nth-child(1) {
    transform: rotate(35deg);
    position: absolute;
    top: calc(50% - 1px);
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn.open span:nth-child(3) {
    transform: rotate(-35deg);
    position: absolute;
    top: calc(50% - 1px);
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span {
    width: 48px;
    height: 2px;
    background: #012fa6;
    margin: 4px 0;
  }
  header nav .header_navi_list .header_navi_item a.current:after {
    display: none;
  }
  header nav .header_navi_list .header_navi_item a.disable_link {
    display: none !important;
  }
  header nav .header_navi_list .header_navi_item a.pc_on {
    display: none !important;
  }
  header nav .header_navi_list .header_navi_item a.sp_on {
    display: flex !important;
  }
  header + main {
    padding-top: 80px;
  }
  footer .footer_info_block {
    padding: 80px 0;
    height: auto;
  }
  footer .footer_info_block .large {
    font-size: 24px;
    margin-bottom: 30px;
  }
  footer .footer_info_block .desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  footer .footer_info_block .btn_list .btn_wrapper {
    padding: 0 8px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
  .flex {
    margin: 0;
  }
  .flex [class^=col_] {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .btn_wrapper .btn {
    width: 320px;
    height: 60px;
  }
  .breadcrumbs {
    display: none !important;
  }
  section {
    padding: 60px 0 !important;
  }
  section .section_head {
    margin-bottom: 40px;
  }
  section .section_head .small {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  section .section_head span {
    font-size: 28px;
    line-height: 34px;
  }
  section.bread_crumb_section {
    display: none !important;
  }
  #home > canvas {
    width: 100vw;
    height: 100vh;
  }
  #home section {
    padding: 60px 0 !important;
  }
  #home section .section_head {
    margin-bottom: 60px;
  }
  #home section .section_head .small {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  #home section .section_head span {
    font-size: 28px;
    line-height: 44px;
  }
  #home section.kv {
    height: auto;
  }
  #home section.kv .flex {
    flex-direction: column-reverse;
  }
  #home section.kv .flex .text {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
  }
  #home section.kv .flex .text .kv_catch {
    margin-top: 0;
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 20px;
    text-align: center;
  }
  #home section.kv .flex .text .kv_text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 36px;
  }
  #home section.kv .flex .text .kv_text * {
    font-size: 16px;
  }
  #home section.kv .flex .text .btn_list {
    justify-content: center;
  }
  #home section.kv .flex .text .btn_list .btn_wrapper {
    margin: 0 12px;
  }
  #home section.kv .flex .img {
    margin-bottom: 35px;
  }
  #home section.kv .flex .img img {
    position: static;
    width: 535px;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #home section.top_functions .function_desc {
    margin-bottom: 80px;
  }
  #home section.top_functions .function_desc .img {
    order: 1;
    margin-bottom: 40px;
  }
  #home section.top_functions .function_desc .text {
    order: 2;
    padding: 0 !important;
  }
  #home section.top_functions .function_desc .text .sub_head .small {
    margin-bottom: 28px;
  }
  #home section.top_functions .function_desc .text .sub_head span {
    font-size: 28px;
    margin-bottom: 32px;
  }
  #home section.top_functions .function_desc .text .desc {
    margin-bottom: 30px;
  }
  #home section.top_functions .function_desc .text .function_desc_list {
    margin-bottom: 48px;
  }
  #home section.top_functions .function_desc .text .function_desc_list li {
    margin-bottom: 24px;
  }
  #home section.usage_section .usage > * {
    margin-top: 0;
    margin-bottom: 100px;
  }
  #home section.usage_section .usage > *:last-child {
    margin-bottom: 0;
  }
  #home section.usage_section .usage .inner {
    padding: 0 0 60px;
  }
  #home section.usage_section .usage .inner .usage_img {
    position: static;
  }
  #home section.usage_section .usage .inner .usage_desc {
    margin-top: 20px;
    height: auto;
    padding: 0 20px;
  }
  #home section.solution_section .solution_list {
    padding: 40px;
  }
  #home section.solution_section .solution_list .solution {
    padding: 0;
    margin-bottom: 60px;
  }
  #home section.solution_section .solution_list .solution:last-child {
    margin-bottom: 0;
  }
  #home section.solution_section .solution_list .solution .solution_img img {
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #home section.news_section .section_head {
    font-size: 28px;
  }
  #home section.news_section .news_list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .case_study .slider {
    margin-top: -16px;
    margin-bottom: 32px;
  }
  .case_study .slider .slick-arrow {
    display: none !important;
  }
  .case_study .slider .slick-list {
    margin-bottom: 10px;
    width: calc(100% + 120px);
    padding-left: 60px !important;
    margin-left: -60px !important;
  }
  .case_study .slider.slide_num_1 .slide {
    width: calc(100vw - 136px) !important;
  }
  .case_study .slider.slide_num_1 .slide a .img_wrapper {
    width: 240px;
  }
  .case_study .slider.slide_num_1 .slide a .info {
    width: calc(100% - 240px);
  }
  .case_study .slider.slide_num_2 {
    padding: 0;
  }
  .case_study .slider.slide_num_2 .slide {
    width: calc((100vw - 152px) / 2) !important;
  }
  .case_study .slider .slide {
    width: calc((100vw - 168px) / 3) !important;
    margin: 16px 8px !important;
  }
  .case_study .slider .slide a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_study .slider .slide a .info {
    padding: 16px;
  }
  .sponsor_section .sponsor > * {
    width: 25%;
    padding: 6px;
  }
  .sponsor_section .sponsor > * img {
    padding: 10px 15px !important;
  }
  body.archive h1.page_title {
    padding: 40px 0;
    font-size: 32px;
  }
  body.archive .title_block {
    padding-top: 0;
  }
  body.archive .search_block .container .inner {
    padding: 32px;
  }
  body.archive .search_block .container .inner .search_group .label {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 23px;
  }
  body.archive .article_block .article_list .article_item {
    width: 50%;
    padding: 0 8px 48px;
  }
  body.archive .article_block .btn_wrapper {
    margin-top: 48px;
  }
  .single-case_study .kv .container,
.single-news .kv .container,
.single-useful_info .kv .container,
.single-event_report .kv .container {
    padding: 40px 0 0;
  }
  .single-case_study .kv .container .flex.info .text,
.single-news .kv .container .flex.info .text,
.single-useful_info .kv .container .flex.info .text,
.single-event_report .kv .container .flex.info .text {
    padding: 0 30px 60px;
  }
  .single-case_study .kv .container .flex.info .text .page_title,
.single-news .kv .container .flex.info .text .page_title,
.single-useful_info .kv .container .flex.info .text .page_title,
.single-event_report .kv .container .flex.info .text .page_title {
    margin-bottom: 32px;
  }
  .single-case_study .kv .container .flex.info .text .tags,
.single-news .kv .container .flex.info .text .tags,
.single-useful_info .kv .container .flex.info .text .tags,
.single-event_report .kv .container .flex.info .text .tags {
    margin-bottom: 32px;
  }
  .single-case_study .entry-content h2,
.single-case_study .entry-content h3,
.single-case_study .entry-content h4,
.single-case_study .entry-content h5,
.single-case_study .entry-content h6,
.single-case_study .entry-content p,
.single-case_study .entry-content blockquote,
.single-case_study .entry-content ul,
.single-case_study .entry-content ol,
.single-news .entry-content h2,
.single-news .entry-content h3,
.single-news .entry-content h4,
.single-news .entry-content h5,
.single-news .entry-content h6,
.single-news .entry-content p,
.single-news .entry-content blockquote,
.single-news .entry-content ul,
.single-news .entry-content ol,
.single-useful_info .entry-content h2,
.single-useful_info .entry-content h3,
.single-useful_info .entry-content h4,
.single-useful_info .entry-content h5,
.single-useful_info .entry-content h6,
.single-useful_info .entry-content p,
.single-useful_info .entry-content blockquote,
.single-useful_info .entry-content ul,
.single-useful_info .entry-content ol,
.single-event_report .entry-content h2,
.single-event_report .entry-content h3,
.single-event_report .entry-content h4,
.single-event_report .entry-content h5,
.single-event_report .entry-content h6,
.single-event_report .entry-content p,
.single-event_report .entry-content blockquote,
.single-event_report .entry-content ul,
.single-event_report .entry-content ol {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .single-case_study .entry-content .overview,
.single-news .entry-content .overview,
.single-useful_info .entry-content .overview,
.single-event_report .entry-content .overview {
    font-size: 20px;
  }
  .single-case_study .entry-content #toc_container,
.single-news .entry-content #toc_container,
.single-useful_info .entry-content #toc_container,
.single-event_report .entry-content #toc_container {
    padding: 20px;
  }
  .single-case_study .entry-content h2,
.single-news .entry-content h2,
.single-useful_info .entry-content h2,
.single-event_report .entry-content h2 {
    font-size: 24px;
  }
  .single-case_study .entry-content h3,
.single-news .entry-content h3,
.single-useful_info .entry-content h3,
.single-event_report .entry-content h3 {
    font-size: 20px;
  }
  .single-case_study .entry-content h4,
.single-news .entry-content h4,
.single-useful_info .entry-content h4,
.single-event_report .entry-content h4 {
    font-size: 18px;
  }
  .single-case_study .entry-content h5,
.single-news .entry-content h5,
.single-useful_info .entry-content h5,
.single-event_report .entry-content h5 {
    font-size: 16px;
  }
  .single-case_study .entry-content table,
.single-news .entry-content table,
.single-useful_info .entry-content table,
.single-event_report .entry-content table {
    height: 100% !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: auto;
    margin-right: auto;
  }
  .single-case_study .entry-content table tbody,
.single-news .entry-content table tbody,
.single-useful_info .entry-content table tbody,
.single-event_report .entry-content table tbody {
    width: 100%;
    display: table;
  }
  .page .in_page_navi {
    top: 110px;
  }
  .page .title_block {
    padding-top: 0;
  }
  .page.ninja-ai .kv .container.with_bkg_img {
    background-position: right -140px bottom -20px !important;
  }
  .page .kv {
    padding: 0 !important;
    background: #eaeefd;
    height: 350px;
  }
  .page .kv .container.with_bkg_img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right -20px bottom -20px !important;
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
  .page .kv .container.with_bkg_img .kv_info {
    height: 100%;
  }
  .page .kv .container.with_bkg_img .kv_info .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page .kv .container.with_bkg_img .kv_info .text .kv_catch_1 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 24px;
  }
  .page .kv .container.with_bkg_img .kv_info .text .kv_catch_img {
    width: 280px;
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .page .kv .container.with_bkg_img .kv_info .text .kv_catch_2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .page .kv .container.with_bkg_img .kv_info .spacing {
    display: none;
  }
  .page .kv .container {
    height: 100%;
  }
  .page .kv .container picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page .kv .container picture img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .page .title_block .page_title {
    text-align: center;
    font-size: 32px;
    line-height: 37.5px;
  }
  .page section#feature_section {
    padding-bottom: 100px;
  }
  .page section#feature_section .desc {
    font-size: 16px;
    line-height: 24px;
    line-height: 2;
  }
  .page section#feature_section picture {
    margin-bottom: 20px;
  }
  .page section#feature_section .feature_list li {
    width: 33.3333333333%;
    padding: 0 20px;
  }
  .page section#feature_section .feature_list li img {
    width: 95px;
    height: 95px;
    margin-bottom: 20px;
  }
  .page section#feature_section .feature_list li .text {
    font-size: 16px;
  }
  .page section#function_section .function_group .col_6 {
    width: 50%;
    padding: 0 8px;
  }
  .page section#function_section .function_group .col_6 .inner {
    padding: 24px;
  }
  .page section#function_section .function_group .col_6 .inner .head {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .page section#function_section .function_group .col_6 .inner .desc {
    font-size: 10px;
    margin-bottom: 16px;
    line-height: 2em;
  }
  .page section#function_section .function_group .col_6 .inner .function_list li {
    height: 32px;
    margin: 8px;
    padding: 6px;
    width: calc(50% - 16px);
    border-radius: 4px;
  }
  .page section#function_section .function_group .col_6 .inner .function_list li img {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .page section#function_section .function_group .col_6 .inner .function_list li p {
    font-size: 10px;
  }
  .page section#usage_section .section_head {
    margin-bottom: 50px;
  }
  .page section#usage_section .usage_group {
    padding: 24px 0;
    margin-bottom: 30px;
  }
  .page section#usage_section .usage_group:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 35px 0 35px;
    border-color: #6b728c transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 35px);
  }
  .page section#usage_section .usage_group .col_6 {
    width: 50%;
    padding: 0 24px;
  }
  .page section#usage_section .usage_group .col_6 .head {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page section#usage_section .usage_group .col_6 .usage_list li {
    height: 40px;
  }
  .page section#usage_section .usage_group .col_6 .usage_list li p {
    font-size: 10px;
  }
  .page section#usage_section .usage_list_img img {
    width: 100%;
    height: auto;
  }
  .page #ninja_db_page section#function_section .section_head {
    margin-bottom: 20px;
  }
  .page #ninja_db_page section#function_section .desc_large {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page #ninja_db_page section#function_section .desc_large .note {
    font-size: 12px;
  }
  .page #ninja_db_page section#function_section .desc {
    font-size: 14px;
    text-align: left;
  }
  .page #ninja_db_page section#function_section .desc br {
    display: none;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 {
    width: 100%;
    margin-bottom: 50px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6:last-child {
    margin-bottom: 0;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner .text {
    padding: 40px 40px 20px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner .text .head {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner .text .desc {
    font-size: 16px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner picture {
    height: 225px;
  }
  .page.solution_page .kv .container.with_bkg_img .kv_info .text .kv_catch_2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .page #solution_page .solution_section .head_block {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .page #solution_page .solution_section .head_block .text {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .page #solution_page .solution_section .head_block .text .section_head > * {
    text-align: center;
  }
  .page #solution_page .solution_section .head_block .text .section_head .small {
    font-size: 18px;
  }
  .page #solution_page .solution_section .head_block .text .desc {
    font-size: 18px;
    text-align: center;
  }
  .page #solution_page .solution_section .head_block .img {
    width: 100%;
    padding: 0;
  }
  .page #solution_page .solution_section .head_block .img img {
    width: calc(100% - 100px);
    margin: auto;
  }
  .page #solution_page .solution_section .body_block > * {
    margin-bottom: 60px;
  }
  .page #solution_page .solution_section .body_block > *:last-child {
    margin-bottom: 0;
  }
  .page #solution_page .solution_section .body_block .img_wrapper img {
    width: calc(100% - 100px);
    margin: auto;
  }
  .page #solution_page .solution_case_section .solution_case_list > li > a {
    padding: 40px 80px 40px 40px;
  }
  .page #solution_page .solution_case_section .arrow {
    right: 30px;
  }
  .page #solution_page .solution_case_section .arrow img {
    width: 16px;
    height: auto;
  }
  .page #solution_child_page {
    padding-top: 60px !important;
  }
  .page #solution_child_page + #case_study_section .section_head .small {
    display: none;
  }
  .page #solution_child_page section#title_section {
    padding: 0 !important;
  }
  .page #solution_child_page section#title_section .title_block {
    display: flex;
    align-items: center;
  }
  .page #solution_child_page section#title_section .title_block .img_wrapper img {
    width: 88px;
    height: 88px;
  }
  .page #solution_child_page section#title_section .title_block .title_box {
    padding-left: 22px;
  }
  .page #solution_child_page section#title_section .title_block .title_box .page_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
  }
  .page #solution_child_page section#title_section .title_block .title_box .page_title .small {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 19px;
    display: block;
  }
  .page #solution_child_page section#problem_and_resolve_section {
    padding-bottom: 0 !important;
  }
  .page #solution_child_page section#problem_and_resolve_section .block {
    background: #f6f6f6;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner {
    padding: 60px 55px;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner .label {
    font-size: 22px;
    color: white;
    line-height: 38px;
    padding: 4px 24px;
    border-radius: 100px;
    background: #535353;
    margin-bottom: 16px;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner .section_head {
    font-size: 28px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner .desc {
    font-size: 16px;
    line-height: 32px;
  }
  .page #solution_child_page section#problem_and_resolve_section .resolve_block .inner {
    background: white;
    padding-bottom: 0;
  }
  .page #solution_child_page section#problem_and_resolve_section .resolve_block .inner .label {
    background: #012fa6;
  }
  .page #solution_child_page section#point_section .container .point_block {
    margin-bottom: 60px;
  }
  .page #solution_child_page section#point_section .container .point_block:last-child {
    margin-bottom: 0;
  }
  .page #solution_child_page section#point_section .container .point_block .section_head {
    margin-bottom: 16px;
    padding: 0 55px;
  }
  .page #solution_child_page section#point_section .container .point_block .section_head .small {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 14px;
    color: #012fa6;
  }
  .page #solution_child_page section#point_section .container .point_block .section_head span {
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    text-align: left;
  }
  .page #solution_child_page section#point_section .container .point_block .desc {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
    padding: 0 55px;
  }
  .page.price .page_title {
    font-size: 32px;
    padding: 40px 0 !important;
  }
  .page #price_page .price_section .container .inner {
    padding: 48px;
  }
  .page #price_page .price_section .container .inner .section_head .small {
    display: none;
  }
  .page #price_page .price_section .container .inner .section_head span {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .page #price_page .price_section .container .inner .btn_wrapper {
    display: flex;
    justify-content: center;
  }
  .page #price_page .price_section .container .inner .btn_wrapper .btn {
    font-size: 16px;
    color: white;
  }
  footer .footer_info_block .btn_list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .footer_info_block .btn_list .btn_wrapper {
    width: 316px;
    margin-bottom: 20px;
  }
  footer .footer_info_block .btn_list .btn_wrapper:last-child {
    margin-bottom: 0;
  }
  footer .footer_nav nav {
    flex-direction: column;
  }
  footer .footer_nav nav .nav_block {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer_nav nav .nav_block:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
  .pc_on.sp_on {
    display: block;
  }
  .tb_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
  header {
    height: 60px;
    padding: 0 16px;
  }
  header nav .header_navi_list#gnavi_body {
    display: none;
    position: absolute;
    top: 60px !important;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    padding: 20px;
    background: white;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item {
    margin-right: 0;
    margin-bottom: 20px;
    height: 40px;
    width: 100%;
    text-align: center;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item {
    height: 60px;
    width: calc(50% - 16px) !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(2) {
    left: 8px !important;
    right: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(1) {
    left: 50%;
    right: 8px !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent {
    margin-bottom: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu {
    display: block;
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child.right a {
    font-size: 20px;
    padding: 6px 6px 6px 0 !important;
    margin-left: 44px !important;
    width: calc(100% - 44px) !important;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a {
    font-size: 24px;
    font-weight: bold;
    color: #012fa6;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e3f0;
    padding: 8px 8px 8px 60px;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a.btn {
    width: 240px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body .header_navi_item a.btn {
    width: 240px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body * {
    pointer-events: none;
  }
  header nav .header_navi_list#gnavi_body.on {
    z-index: 10000;
    height: calc(100vh - 60px);
    justify-content: flex-start;
    flex-wrap: wrap !important;
    overflow-y: scroll;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item {
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
    width: 100% !important;
    text-align: center;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item {
    height: 60px;
    margin: 0;
    width: calc(50% - 8px) !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item a {
    color: white;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item:last-child {
    left: auto;
    right: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent {
    margin-bottom: 0;
    width: 100% !important;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu {
    display: block;
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu .child {
    width: 100%;
    height: 60px !important;
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu .child.right a {
    font-size: 20px;
    padding: 6px 6px 6px 0 !important;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item a {
    font-size: 24px;
    font-weight: bold;
    color: #012fa6;
    width: 100%;
    height: 60px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e3f0;
    padding: 8px 8px 8px 60px;
  }
  header nav .header_navi_list#gnavi_body.on .header_navi_item a.btn {
    width: calc(100% - 12px) !important;
    height: 40px !important;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body.on * {
    pointer-events: all;
  }
  header nav .header_navi_list#gnavi_body.off {
    display: none;
    z-index: 10000;
    height: calc(100vh - 60px);
    justify-content: flex-start;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item {
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    text-align: center;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item {
    height: 60px;
    margin: 0;
    width: 50%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item a {
    color: white;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item:last-child {
    left: auto;
    right: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent {
    margin-bottom: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu {
    display: block;
    position: static !important;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu .child {
    width: 100%;
    height: 60px !important;
    border-bottom: 1px solid #e0e3f0;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu .child.right a {
    font-size: 20px;
    padding: 6px 6px 6px 0 !important;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item a {
    font-size: 24px;
    font-weight: bold;
    color: #012fa6;
    width: 100%;
    height: 60px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e3f0;
    padding: 8px 8px 8px 60px;
  }
  header nav .header_navi_list#gnavi_body.off .header_navi_item a.btn {
    width: 240px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .header_navi_list#gnavi_body.off * {
    pointer-events: all;
  }
  header nav .header_navi_list .header_navi_item.logo a {
    padding: 0 !important;
  }
  header nav .header_navi_list .header_navi_item.logo a img {
    width: 127px;
    height: auto;
  }
  header nav .header_navi_list .header_navi_item a {
    font-size: 18px !important;
    padding: 8px 16px !important;
  }
  header nav .header_navi_list .header_navi_item a.btn {
    width: calc(100% - 12px) !important;
    height: 40px !important;
    font-size: 14px !important;
    padding: 12px !important;
  }
  header nav .header_navi_list .header_navi_item.parent a {
    padding: 8px 16px !important;
    font-size: 18px !important;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: static;
    z-index: 10001;
  }
  header nav .header_navi_list .header_navi_item.menu_btn_wrapper img {
    width: 60px;
    height: 60px;
  }
  header + main {
    padding-top: 60px;
  }
  .anime_obj.ninja_obj_01 img {
    width: 120px;
    height: 120px;
  }
  footer {
    padding-top: 65px !important;
  }
  footer .relative .anime_obj.on {
    top: -64px;
  }
  footer .relative .anime_obj.off {
    top: 0;
  }
  footer .relative .anime_obj img {
    width: 120px;
    height: auto;
  }
  footer .footer_info_block {
    padding: 48px 0;
    height: auto;
  }
  footer .footer_info_block .large {
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .footer_info_block .desc {
    font-size: 14px;
    margin-bottom: 40px;
  }
  footer .footer_info_block .btn_list {
    flex-wrap: wrap;
  }
  footer .footer_info_block .btn_list .btn_wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  footer .footer_info_block .btn_list .btn_wrapper:last-child {
    margin-bottom: 0;
  }
  footer .footer_info_block .btn_list .btn_wrapper .btn {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .footer_link_block {
    background: #012fa6;
    padding: 30px 40px;
  }
  footer .footer_link_block .footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .footer_link_block .footer_link .logo {
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .footer_link_block .footer_link .logo .copyright {
    font-size: 14px;
    color: #a2b6e9;
    text-align: center;
  }
  footer .footer_link_block .footer_link .logo img {
    width: 124px;
    height: auto;
  }
  footer .footer_link_block .footer_link .footer_link_item {
    margin-right: 40px;
    text-align: center;
  }
  footer .footer_link_block .footer_link .footer_link_item:last-child {
    margin-bottom: 0;
  }
  footer .footer_link_block .footer_link .footer_link_item a {
    color: white;
    font-size: 14px;
  }
  .container {
    width: 100%;
    padding: 0 16px;
  }
  section {
    padding: 50px 0 !important;
  }
  section .section_head {
    margin-bottom: 40px;
  }
  section .section_head .small {
    font-size: 14px;
    line-height: 21px;
  }
  section .section_head span {
    font-size: 24px;
    line-height: 32px;
  }
  #home section {
    padding: 50px 0 !important;
  }
  #home section .section_head {
    margin-bottom: 48px !important;
  }
  #home section .section_head .small {
    font-size: 14px;
    line-height: 21px;
  }
  #home section .section_head span {
    font-size: 20px;
    line-height: 32px;
  }
  #home section.kv .flex .text {
    width: 375px;
    max-width: 100%;
  }
  #home section.kv .flex .text .kv_catch {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
  }
  #home section.kv .flex .text .kv_text {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  #home section.kv .flex .text .btn_list {
    flex-wrap: wrap;
  }
  #home section.kv .flex .text .btn_list .btn_wrapper {
    width: 100%;
    margin: 0 0 16px 0;
  }
  #home section.kv .flex .text .btn_list .btn_wrapper .btn {
    width: 100%;
  }
  #home section.kv .flex .text .btn_list .btn_wrapper:last-child {
    margin-bottom: 0;
  }
  #home section.top_functions .function_desc {
    margin-bottom: 60px;
  }
  #home section.top_functions .function_desc .text .sub_head .small {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #home section.top_functions .function_desc .text .sub_head span {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #home section.top_functions .function_desc .text .desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
  #home section.top_functions .function_desc .text .function_desc_list {
    margin-bottom: 32px;
  }
  #home section.top_functions .function_desc .text .function_desc_list li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  #home section.top_functions .function_desc .text .function_desc_list li img {
    width: 47px;
    height: 47px;
    margin-right: 20px;
  }
  #home section.top_functions .function_desc .text .btn {
    width: 100%;
  }
  #home section.usage_section .usage .inner {
    padding: 0 0 40px;
  }
  #home section.usage_section .usage .inner .usage_desc {
    padding: 0 40px;
  }
  #home section.usage_section .usage .inner .usage_desc .sub_head .small {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2px;
  }
  #home section.usage_section .usage .inner .usage_desc .sub_head span {
    font-size: 20px;
    line-height: 32px;
  }
  #home section.usage_section .usage .inner .usage_desc .desc_text {
    font-size: 12px;
  }
  #home section.usage_section .usage .inner .usage_desc .usage_topic_list {
    margin: 30px auto;
  }
  #home section.usage_section .usage .inner .usage_desc .usage_topic_list li {
    font-size: 12px;
  }
  #home section.usage_section .usage .inner .btn_wrapper .btn {
    width: 225px;
  }
  #home section.solution_section .solution_list {
    padding: 20px;
    margin-right: 0;
    box-shadow: 10px 10px #cfd8fb;
  }
  #home section.solution_section .solution_list .solution {
    padding: 0;
    margin-bottom: 60px;
  }
  #home section.solution_section .solution_list .solution:nth-child(2) {
    margin-bottom: 40px;
  }
  #home section.solution_section .solution_list .solution .solution_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #home section.solution_section .solution_list .solution .solution_desc .sub_head span {
    font-size: 20px;
    line-height: 32px;
  }
  #home section.solution_section .solution_list .solution .solution_desc .desc_text {
    font-size: 14px;
    line-height: 2;
    line-height: 24px;
  }
  #home section.case_study .section_head {
    margin-bottom: 24px !important;
  }
  #home section.sponsor_section .sponsor > * {
    width: 33.3333333333%;
    padding: 4px !important;
  }
  #home section.sponsor_section .sponsor > * img {
    padding: 6px 18px !important;
  }
  #home section.news_section {
    padding-bottom: 0 !important;
  }
  #home section.news_section .section_head {
    font-size: 20px;
    margin-bottom: 0 !important;
  }
  #home section.news_section .news_list li {
    align-items: stretch;
  }
  #home section.news_section .news_list li .date {
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
  #home section.news_section .news_list li .cat {
    padding: 5px 12px 3px;
  }
  #home section.news_section .link_wrapper {
    margin-bottom: 20px;
    margin-top: -24px;
  }
  #home section.news_section .link_wrapper a {
    font-size: 14px;
  }
  .case_study .slider {
    margin-bottom: 24px;
    margin-top: -16px;
  }
  .case_study .slider .slick-list {
    margin-bottom: 10px;
    width: calc(100% + 32px);
    padding-left: 16px !important;
    margin-left: -16px !important;
  }
  .case_study .slider.slide_num_1 .slide {
    width: calc(100vw - 64px) !important;
    margin: 6px 12px !important;
  }
  .case_study .slider.slide_num_1 .slide a {
    flex-direction: column;
    border-radius: 12px;
  }
  .case_study .slider.slide_num_1 .slide a .img_wrapper {
    width: 100%;
    height: auto;
  }
  .case_study .slider.slide_num_1 .slide a .img_wrapper img {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case_study .slider.slide_num_1 .slide a .info {
    width: 100%;
    padding: 12px 16px;
  }
  .case_study .slider.slide_num_1 .slide a .info .title {
    font-size: 14px;
  }
  .case_study .slider.slide_num_1 .slide a .info .text {
    font-size: 10px;
  }
  .case_study .slider.slide_num_1 .slide a .info .date {
    font-size: 10px;
  }
  .case_study .slider.slide_num_2 {
    padding-left: 0;
  }
  .case_study .slider.slide_num_2 .slide {
    width: calc((100vw - 32px) / 2) !important;
  }
  .case_study .slider .slide {
    width: calc((100vw - 44px) / 2) !important;
    max-width: calc(50vw - 44px) !important;
    width: 160px !important;
    max-width: 160px !important;
    margin: 16px 6px !important;
  }
  .case_study .slider .slide a .info {
    padding: 12px;
  }
  .case_study .slider .slide a .info .title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .case_study .slider .slide a .info .text {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .case_study .slider .slide a .info .date {
    font-size: 10px;
  }
  .news_section .news_list li {
    flex-wrap: wrap !important;
    padding: 15px 0 !important;
  }
  .news_section .news_list li.pc_on {
    display: none;
  }
  .news_section .news_list li.sp_on {
    display: flex;
    padding: 0 !important;
  }
  .news_section .news_list li.sp_on a {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 15px 0 !important;
    margin: 0 !important;
  }
  .news_section .news_list li.sp_on a .date {
    width: 72px;
    margin-right: 16px;
    display: flex;
    align-items: center;
  }
  .news_section .news_list li.sp_on a .cat {
    width: auto;
    min-width: auto;
    margin-right: 0;
  }
  .news_section .news_list li.sp_on a .title {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
  }
  .news_section .news_list li .date {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
  .news_section .news_list li .cat {
    font-size: 10px;
    padding: 5px 12px 3px;
  }
  .news_section .news_list li a {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
  }
  body.archive h1.page_title {
    padding: 24px 0;
    font-size: 28px;
  }
  body.archive .search_block {
    margin-bottom: 40px;
  }
  body.archive .search_block .container .inner {
    padding: 20px;
  }
  body.archive .search_block .container .inner .search_group {
    margin-bottom: 16px;
  }
  body.archive .search_block .container .inner .search_group .label {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 14px;
  }
  body.archive .search_block .container .inner .search_group .word_list {
    margin-bottom: -8px;
  }
  body.archive .search_block .container .inner .search_group .word_list li {
    margin-bottom: 8px;
  }
  body.archive .search_block .container .inner .search_group .word_list li a {
    font-size: 10px;
    padding: 8px;
    line-height: 12px;
  }
  body.archive .article_block .article_list .article_item {
    width: 100%;
    padding-bottom: 20px;
  }
  body.archive .article_block .article_list .article_item .inner > a .info {
    padding: 16px 16px 0;
  }
  body.archive .article_block .article_list .article_item .inner > a .info .title {
    font-size: 14px;
  }
  body.archive .article_block .article_list .article_item .inner .tags {
    padding: 0 16px;
  }
  body.archive .article_block .article_list .article_item .inner .date {
    font-size: 10px;
    padding: 0 16px 16px;
  }
  .single-case_study .kv .container,
.single-news .kv .container,
.single-useful_info .kv .container,
.single-event_report .kv .container {
    padding: 40px 0 0;
  }
  .single-case_study .kv .container .flex.info .text,
.single-news .kv .container .flex.info .text,
.single-useful_info .kv .container .flex.info .text,
.single-event_report .kv .container .flex.info .text {
    padding: 0 30px 60px;
  }
  .single-case_study .kv .container .flex.info .text .page_title,
.single-news .kv .container .flex.info .text .page_title,
.single-useful_info .kv .container .flex.info .text .page_title,
.single-event_report .kv .container .flex.info .text .page_title {
    margin-bottom: 32px;
  }
  .single-case_study .kv .container .flex.info .text .tags,
.single-news .kv .container .flex.info .text .tags,
.single-useful_info .kv .container .flex.info .text .tags,
.single-event_report .kv .container .flex.info .text .tags {
    margin-bottom: 32px;
  }
  .single-case_study .entry-content h2,
.single-case_study .entry-content h3,
.single-case_study .entry-content h4,
.single-case_study .entry-content h5,
.single-case_study .entry-content h6,
.single-case_study .entry-content p,
.single-case_study .entry-content blockquote,
.single-case_study .entry-content ul,
.single-case_study .entry-content ol,
.single-news .entry-content h2,
.single-news .entry-content h3,
.single-news .entry-content h4,
.single-news .entry-content h5,
.single-news .entry-content h6,
.single-news .entry-content p,
.single-news .entry-content blockquote,
.single-news .entry-content ul,
.single-news .entry-content ol,
.single-useful_info .entry-content h2,
.single-useful_info .entry-content h3,
.single-useful_info .entry-content h4,
.single-useful_info .entry-content h5,
.single-useful_info .entry-content h6,
.single-useful_info .entry-content p,
.single-useful_info .entry-content blockquote,
.single-useful_info .entry-content ul,
.single-useful_info .entry-content ol,
.single-event_report .entry-content h2,
.single-event_report .entry-content h3,
.single-event_report .entry-content h4,
.single-event_report .entry-content h5,
.single-event_report .entry-content h6,
.single-event_report .entry-content p,
.single-event_report .entry-content blockquote,
.single-event_report .entry-content ul,
.single-event_report .entry-content ol {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .single-case_study .entry-content blockquote,
.single-news .entry-content blockquote,
.single-useful_info .entry-content blockquote,
.single-event_report .entry-content blockquote {
    padding-left: 16px;
  }
  .single-case_study .entry-content .overview,
.single-news .entry-content .overview,
.single-useful_info .entry-content .overview,
.single-event_report .entry-content .overview {
    font-size: 18px;
  }
  .single-case_study .entry-content #toc_container,
.single-news .entry-content #toc_container,
.single-useful_info .entry-content #toc_container,
.single-event_report .entry-content #toc_container {
    padding: 20px;
  }
  .single-case_study .entry-content #toc_container .toc_list li a,
.single-news .entry-content #toc_container .toc_list li a,
.single-useful_info .entry-content #toc_container .toc_list li a,
.single-event_report .entry-content #toc_container .toc_list li a {
    font-size: 16px;
  }
  .single-case_study .entry-content h2,
.single-news .entry-content h2,
.single-useful_info .entry-content h2,
.single-event_report .entry-content h2 {
    font-size: 20px;
  }
  .single-case_study .entry-content h2 span,
.single-news .entry-content h2 span,
.single-useful_info .entry-content h2 span,
.single-event_report .entry-content h2 span {
    font-size: inherit;
  }
  .single-case_study .entry-content h3,
.single-news .entry-content h3,
.single-useful_info .entry-content h3,
.single-event_report .entry-content h3 {
    font-size: 18px;
  }
  .single-case_study .entry-content h3 span,
.single-news .entry-content h3 span,
.single-useful_info .entry-content h3 span,
.single-event_report .entry-content h3 span {
    font-size: inherit;
  }
  .single-case_study .entry-content h4,
.single-news .entry-content h4,
.single-useful_info .entry-content h4,
.single-event_report .entry-content h4 {
    font-size: 16px;
  }
  .single-case_study .entry-content h4 span,
.single-news .entry-content h4 span,
.single-useful_info .entry-content h4 span,
.single-event_report .entry-content h4 span {
    font-size: inherit;
  }
  .single-case_study .entry-content h5,
.single-news .entry-content h5,
.single-useful_info .entry-content h5,
.single-event_report .entry-content h5 {
    font-size: 14px;
  }
  .single-case_study .entry-content h5 span,
.single-news .entry-content h5 span,
.single-useful_info .entry-content h5 span,
.single-event_report .entry-content h5 span {
    font-size: inherit;
  }
  .single-case_study .entry-content p,
.single-news .entry-content p,
.single-useful_info .entry-content p,
.single-event_report .entry-content p {
    font-size: 14px;
  }
  .single-case_study .entry-content table,
.single-news .entry-content table,
.single-useful_info .entry-content table,
.single-event_report .entry-content table {
    height: 100% !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: auto;
    margin-right: auto;
  }
  .single-case_study .entry-content table tr,
.single-case_study .entry-content table td,
.single-news .entry-content table tr,
.single-news .entry-content table td,
.single-useful_info .entry-content table tr,
.single-useful_info .entry-content table td,
.single-event_report .entry-content table tr,
.single-event_report .entry-content table td {
    min-width: 160px;
  }
  .single-case_study .entry-content table tbody,
.single-news .entry-content table tbody,
.single-useful_info .entry-content table tbody,
.single-event_report .entry-content table tbody {
    width: 100%;
    display: table;
  }
  .single-case_study .entry-content .overview,
.single-news .entry-content .overview,
.single-useful_info .entry-content .overview,
.single-event_report .entry-content .overview {
    font-size: 18px !important;
    line-height: 2em;
    margin-bottom: 80px;
  }
  .single-case_study .entry-content h2 span,
.single-news .entry-content h2 span,
.single-useful_info .entry-content h2 span,
.single-event_report .entry-content h2 span {
    font-size: inherit;
  }
  .single-case_study .entry-content h3 span,
.single-news .entry-content h3 span,
.single-useful_info .entry-content h3 span,
.single-event_report .entry-content h3 span {
    font-size: inherit;
  }
  .single-case_study .entry-content h4 span,
.single-news .entry-content h4 span,
.single-useful_info .entry-content h4 span,
.single-event_report .entry-content h4 span {
    font-size: inherit;
  }
  .single-case_study .entry-content blockquote,
.single-news .entry-content blockquote,
.single-useful_info .entry-content blockquote,
.single-event_report .entry-content blockquote {
    padding-left: 16px;
  }
  .single-case_study .kv .container .flex.info .text,
.single-news .kv .container .flex.info .text,
.single-useful_info .kv .container .flex.info .text,
.single-event_report .kv .container .flex.info .text {
    padding: 0 16px 40px;
  }
  .single-case_study .kv .container .flex.info .text .name,
.single-news .kv .container .flex.info .text .name,
.single-useful_info .kv .container .flex.info .text .name,
.single-event_report .kv .container .flex.info .text .name {
    font-size: 14px;
  }
  .single-case_study .kv .container .flex.info .text .page_title,
.single-news .kv .container .flex.info .text .page_title,
.single-useful_info .kv .container .flex.info .text .page_title,
.single-event_report .kv .container .flex.info .text .page_title {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 24px;
  }
  .single-case_study .kv .container .flex.info .text .tags,
.single-news .kv .container .flex.info .text .tags,
.single-useful_info .kv .container .flex.info .text .tags,
.single-event_report .kv .container .flex.info .text .tags {
    margin-bottom: 12px;
  }
  .single-case_study .kv .container .flex.info .text .tags li,
.single-news .kv .container .flex.info .text .tags li,
.single-useful_info .kv .container .flex.info .text .tags li,
.single-event_report .kv .container .flex.info .text .tags li {
    font-size: 10px;
  }
  .single-case_study .kv .container .flex.info .text .date,
.single-news .kv .container .flex.info .text .date,
.single-useful_info .kv .container .flex.info .text .date,
.single-event_report .kv .container .flex.info .text .date {
    font-size: 12px;
  }
  .single-news .kv .container .flex.info .text .date,
.single-useful_info .kv .container .flex.info .text .date,
.single-event_report .kv .container .flex.info .text .date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .single-news .page_title,
.single-useful_info .page_title,
.single-event_report .page_title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .single-news .tags li,
.single-useful_info .tags li,
.single-event_report .tags li {
    font-size: 12px;
  }
  .page.solution_page .kv {
    height: 385px;
  }
  .page.solution_page .kv .container.with_bkg_img .kv_info .text {
    height: 155px !important;
    justify-content: flex-start;
  }
  .page.solution_page .kv .container.with_bkg_img .kv_info .text .kv_catch_1 {
    margin-bottom: 16px;
  }
  .page.solution_page .kv .container.with_bkg_img .kv_info .text .kv_catch_2 {
    font-size: 20px;
  }
  .page.solution_page .kv .container.with_bkg_img .kv_info .spacing {
    height: 230px !important;
    background-size: cover !important;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .page .kv {
    padding: 0 !important;
    background: #eaeefd;
    height: 118.5vw;
  }
  .page .kv .container.with_bkg_img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    background: none !important;
    padding: 0 16px;
  }
  .page .kv .container.with_bkg_img .kv_info {
    height: 100%;
  }
  .page .kv .container.with_bkg_img .kv_info .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    height: 45.4545454545%;
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .page .kv .container.with_bkg_img .kv_info .text .kv_catch_1 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
  }
  .page .kv .container.with_bkg_img .kv_info .text .kv_catch_img {
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .page .kv .container.with_bkg_img .kv_info .text .kv_catch_2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .page .kv .container.with_bkg_img .kv_info .spacing {
    display: block;
    height: 54.5454545455%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }
  .page .kv .container {
    height: 100%;
  }
  .page .kv .container picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page .kv .container picture img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .page .in_page_navi {
    text-align: center;
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 10000;
    margin-top: 0px;
  }
  .page .in_page_navi ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 8px 44px 0px rgba(157, 177, 217, 0.5019607843);
    padding: 12px;
    border-radius: 100px;
    background: white;
  }
  .page .in_page_navi ul li.current a {
    color: #012fa6;
    font-weight: bold;
    background: #eaeefd;
    border-radius: 100px;
  }
  .page .in_page_navi ul li a {
    font-size: 12px;
    color: #5c73ad;
    padding: 6px 15px;
  }
  .page .title_block .page_title {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }
  .page section {
    padding: 50px 0 !important;
  }
  .page section .section_head {
    margin-bottom: 32px;
  }
  .page section .section_head .small {
    font-size: 12px;
    line-height: 14px;
  }
  .page section .section_head span {
    font-size: 20px;
    line-height: 30px;
  }
  .page section#feature_section .desc {
    font-size: 14px;
    line-height: 2;
  }
  .page section#feature_section .note {
    font-size: 12px;
  }
  .page section#feature_section picture {
    margin-bottom: 20px;
  }
  .page section#feature_section .feature_list {
    flex-wrap: wrap;
  }
  .page section#feature_section .feature_list li {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .page section#feature_section .feature_list li:last-child {
    margin-bottom: 0;
  }
  .page section#feature_section .feature_list li img {
    width: 47px;
    height: 47px;
    margin: 0 20px 0 0;
  }
  .page section#feature_section .feature_list li .text {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
  }
  .page section#feature_section .feature_list li .text br {
    display: none;
  }
  .page section#function_section .function_group .col_6 {
    width: 100%;
    padding: 0;
    margin-bottom: 16px;
  }
  .page section#function_section .function_group .col_6:last-child {
    margin-bottom: 0;
  }
  .page section#function_section .function_group .col_6 .inner .head {
    font-size: 14;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .page section#function_section .function_group .col_6 .inner .desc {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 2;
  }
  .page section#function_section .function_group .col_6 .inner .function_list li {
    margin: 6px;
  }
  .page section#function_section .function_group .col_6 .inner .function_list li.spacing {
    display: none;
  }
  .page section#usage_section .section_head {
    margin-bottom: 42px;
  }
  .page section#usage_section .section_body .usage_group .col_6 {
    width: calc(100% - 48px);
    padding: 0 0 24px;
    margin: 0 24px 24px;
    border-right: none;
    border-bottom: 1px solid white;
  }
  .page section#usage_section .section_body .usage_group .col_6:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .page section#usage_section .section_body .usage_group .col_6 .usage_list li {
    margin: 6px;
    width: calc(50% - 12px);
  }
  .page section#usage_section .section_body .usage_list_img {
    overflow-x: scroll;
    position: relative;
    height: 300px;
  }
  .page section#usage_section .section_body .usage_list_img img {
    width: auto;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page #ninja_db_page section#function_section .section_head {
    margin-bottom: 12px;
  }
  .page #ninja_db_page section#function_section .desc_large {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .page #ninja_db_page section#function_section .desc_large .note {
    font-size: 12px;
  }
  .page #ninja_db_page section#function_section .desc {
    font-size: 12px;
  }
  .page #ninja_db_page section#function_section .big_img {
    margin-bottom: 60px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 {
    margin-bottom: 40px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6:last-child {
    margin-bottom: 0;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner .text {
    padding: 24px 16px 16px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner .text .head {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner .text .desc {
    font-size: 12px;
  }
  .page #ninja_db_page section#function_section .function_group .col_6 .inner picture {
    height: auto;
  }
  .page #solution_page .solution_section .head_block {
    margin-bottom: 40px;
  }
  .page #solution_page .solution_section .head_block .text .section_head .small {
    font-size: 12px;
  }
  .page #solution_page .solution_section .head_block .text .section_head span {
    font-size: 20px;
  }
  .page #solution_page .solution_section .head_block .text .desc {
    font-size: 14px;
  }
  .page #solution_page .solution_section .head_block .img img {
    width: 100%;
  }
  .page #solution_page .solution_section .body_block > * {
    margin-bottom: 40px;
  }
  .page #solution_page .solution_section .body_block > *:last-child {
    margin-bottom: 0;
  }
  .page #solution_page .solution_section .body_block .img_wrapper {
    margin-bottom: 30px;
  }
  .page #solution_page .solution_section .body_block .img_wrapper img {
    width: 100%;
  }
  .page #solution_page .solution_section .body_block .text .sub_head {
    margin-bottom: 12px;
  }
  .page #solution_page .solution_section .body_block .text .sub_head .small {
    margin-bottom: 8px;
  }
  .page #solution_page .solution_section .body_block .text .desc {
    font-size: 14px;
    line-height: 2;
  }
  .page #solution_page .solution_case_section .section_head {
    margin-bottom: 20px !important;
  }
  .page #solution_page .solution_case_section .solution_case_list li {
    margin-bottom: 20px;
  }
  .page #solution_page .solution_case_section .solution_case_list li:last-child {
    margin-bottom: 0;
  }
  .page #solution_page .solution_case_section .solution_case_list li a {
    padding: 20px 40px 20px 20px;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .title_block {
    margin-bottom: 0;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .title_block .img_wrapper img {
    width: 50px;
    height: 50px;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .title_block .title .small {
    font-size: 12px;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .title_block .title span {
    font-size: 14px;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .desc_list {
    display: none !important;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .arrow {
    right: 20px;
  }
  .page #solution_page .solution_case_section .solution_case_list li a .arrow img {
    width: 10px;
    height: auto;
  }
  .page #solution_child_page section#title_section {
    padding: 0 !important;
  }
  .page #solution_child_page section#title_section .title_block {
    display: flex;
    align-items: center;
  }
  .page #solution_child_page section#title_section .title_block .img_wrapper img {
    width: 78px;
    height: 78px;
  }
  .page #solution_child_page section#title_section .title_block .title_box {
    padding-left: 20px;
  }
  .page #solution_child_page section#title_section .title_block .title_box .page_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
  }
  .page #solution_child_page section#title_section .title_block .title_box .page_title .small {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 8px;
    display: block;
  }
  .page #solution_child_page section#problem_and_resolve_section {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .page #solution_child_page section#problem_and_resolve_section .block {
    background: #f6f6f6;
    width: 100vw;
    margin-left: -16px;
    border-radius: 0;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner {
    padding: 35px 16px;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner .label {
    font-size: 14px;
    color: white;
    line-height: 16px;
    padding: 6px 17px;
    border-radius: 100px;
    background: #535353;
    margin-bottom: 10px;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner .section_head {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .page #solution_child_page section#problem_and_resolve_section .block .inner .desc {
    font-size: 14px;
    line-height: 2;
  }
  .page #solution_child_page section#problem_and_resolve_section .resolve_block .inner {
    background: white;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .page #solution_child_page section#problem_and_resolve_section .resolve_block .inner .label {
    background: #012fa6;
  }
  .page #solution_child_page section#point_section {
    padding: 60px 0 !important;
  }
  .page #solution_child_page section#point_section .container .point_block {
    margin-bottom: 60px;
  }
  .page #solution_child_page section#point_section .container .point_block:last-child {
    margin-bottom: 0;
  }
  .page #solution_child_page section#point_section .container .point_block .section_head {
    margin-bottom: 10px;
    padding: 0;
  }
  .page #solution_child_page section#point_section .container .point_block .section_head .small {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 16px;
    color: #012fa6;
  }
  .page #solution_child_page section#point_section .container .point_block .section_head span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
  }
  .page #solution_child_page section#point_section .container .point_block .desc {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
    padding: 0;
  }
  .page.price .page_title {
    font-size: 24px;
    padding: 40px 0 32px !important;
  }
  .page #price_page .price_section .container .inner {
    padding: 24px;
  }
  .page #price_page .price_section .container .inner .section_head .small {
    display: none;
  }
  .page #price_page .price_section .container .inner .section_head span {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 24px;
  }
  .page #price_page .price_section .container .inner .btn_wrapper {
    display: flex;
    justify-content: center;
  }
  .page #price_page .price_section .container .inner .btn_wrapper .btn {
    font-size: 16px;
    color: white;
  }
  #case_study_section .section_head .pc_on {
    display: none !important;
  }
  #case_study_section .section_head .sp_on {
    display: block !important;
  }
  .btn_wrapper .btn {
    width: 100%;
  }
  .single-case_study .entry-content ul.task_and_effect .item .label {
    font-size: 22px;
    padding: 4px 24px;
  }
  footer .footer_nav nav {
    margin: 0 !important;
  }
  footer .footer_nav nav .nav_block {
    width: 100%;
    padding: 0 0 60px;
  }
  footer .footer_nav nav .nav_block:last-child {
    padding-bottom: 0 !important;
  }
  .post-type-archive .page .in_page_navi {
    margin-top: 40px;
  }
  .post-type-archive .page .title_block .page_title.small {
    font-size: 28px;
    line-height: 48px;
    padding-bottom: 32px;
  }
  #home section.top_catch {
    padding: 50px 0 100px !important;
  }
  #home section.top_catch .section_head {
    margin-bottom: 20px;
  }
  footer .footer_nav nav .nav_block ul li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .sp_scroll_obj {
    position: relative;
  }
  .sp_scroll_obj.moved:after {
    opacity: 0;
    transition: 0.5s;
  }
  .sp_scroll_obj:after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    left: calc(100vw - 75px);
    top: 0;
    background-color: rgba(234, 238, 253, 0.8);
    background-image: url(../img/arrow_black.png);
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page .in_page_navi ul {
    padding: 10px;
  }
  .single-case_study .entry-content ul.task_and_effect .item .label {
    font-size: 14px;
    padding: 6px 16px;
    line-height: 16px;
  }
  #home section.case_study .section_head {
    margin-bottom: 20px !important;
  }
  footer .footer_nav {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  footer .footer_nav nav .nav_block {
    padding-bottom: 40px;
  }
  footer .footer_nav nav .nav_block .label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  footer .footer_nav nav .nav_block ul li {
    width: 50%;
  }
  footer .footer_nav nav .nav_block ul li a {
    font-size: 12px;
    line-height: 18px;
  }
  footer .footer_link_block .footer_link {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .footer_link_block .footer_link > *:first-child {
    order: 3;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  footer .footer_link_block .footer_link > *:nth-child(2) {
    order: 1;
    margin-right: 24px;
  }
  footer .footer_link_block .footer_link > *:nth-child(2) a {
    font-size: 12px;
  }
  footer .footer_link_block .footer_link > *:last-child {
    order: 2;
  }
  footer .footer_link_block .footer_link > *:last-child a {
    font-size: 12px;
  }
  .post-type-archive .page .in_page_navi {
    margin-top: 26px;
  }
  .post-type-archive .page .title_block .page_title.small {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 24px;
  }
  .post-type-archive .page section {
    padding: 0 0 50px !important;
  }
}
.addtoany_share_save_container {
  display: flex;
  justify-content: flex-end;
}

.single-event_report .breadcrumbs .archive.post-event_report-archive {
  pointer-events: none;
}

.single-useful_info .breadcrumbs .archive.post-useful_info-archive {
  pointer-events: none;
}

#img_anime_01 svg:not(:first-child),
#img_anime_02 svg:not(:first-child) {
  display: none !important;
}

.flex.sponsor img {
  padding: 10px 20px;
}/*# sourceMappingURL=style.css.map */

#home #useful_section{
	display:none;
}