/* ========== ========== ==========
 base
 ========== ========== ========== */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 0.05em; /* font-size: 16px; */ /* color: #555555; */
}

p {
	font-size: 100%;
}

h1 {
	font-weight: bold;
	font-size: 200%;
}

h2 {
	font-weight: bold;
	font-size: 175%;
}

h3 {
	font-weight: bold;
	font-size: 150%;
}

h4 {
	font-weight: bold;
	font-size: 125%;
}

h5 {
	font-weight: bold;
	font-size: 100%;
}

h6 {
	font-weight: bold;
	font-size: 100%;
}

img {
	display: block;
}

a {
	transition: 0.5s;
}

a:hover {
	opacity: 0.8;
}

span {
	display: inline-block;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-left: -20px;
}

.flex.fd_c {
	flex-direction: column;
}

.flex.fd_r {
	flex-direction: row;
}

.flex.jc_c {
	justify-content: center;
}

.flex.jc_sb {
	justify-content: space-between;
}

.flex.jc_sa {
	justify-content: space-around;
}

.flex.jc_start {
	justify-content: flex-start;
}

.flex.jc_end {
	justify-content: flex-end;
}

.flex.ai_c {
	align-items: center;
}

.flex.ai_start {
	align-items: flex-start;
}

.flex.ai_end {
	align-items: flex-end;
}

.flex.center {
	justify-content: center;
	align-items: center;
}

.flex > * {
	padding: 15px;
}

.flex .col_1 {
	-ms-width: 8.333333%;
	width: 8.3333333333%;
}

.flex .col_2 {
	-ms-width: 16.666666%;
	width: 16.6666666667%;
}

.flex .col_3 {
	-ms-width: 25%;
	width: 25%;
}

.flex .col_4 {
	-ms-width: 33.333333%;
	width: 33.3333333333%;
}

.flex .col_5 {
	-ms-width: 41.666667%;
	width: 41.6666666667%;
}

.flex .col_6 {
	-ms-width: 50%;
	width: 50%;
}

.flex .col_7 {
	-ms-width: 58.333333%;
	width: 58.3333333333%;
}

.flex .col_8 {
	-ms-width: 66.666666%;
	width: 66.6666666667%;
}

.flex .col_9 {
	-ms-width: 75%;
	width: 75%;
}

.flex .col_10 {
	-ms-width: 83.333333%;
	width: 83.3333333333%;
}

.flex .col_11 {
	-ms-width: 91.666666%;
	width: 91.6666666667%;
}

.flex .col_12 {
	-ms-width: 100%;
	width: 100%;
}

.flex .col_6.img {
	display: flex;
	align-self: start;
}

.flex [class^=col_] {
	padding: 20px;
}

.flex.info .img_wrapper {
	margin-top: 1.875rem;
}

.inline_flex {
	display: inline-flex;
	flex-wrap: wrap;
}

.flex_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.flex.no_spacing > [class^=col_] {
	padding: 0 !important;
}

.container {
	margin: 0 auto;
	max-width: 100%;
}

/* iPad 横 */

/* iPad 縦 */

/* iPhone */

/* ex_small sp */

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

.container.position_relative {
	position: relative;
}

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

.btn_wrapper {
	display: flex;
}

.btn_wrapper a {
	color: #fff;
}

.btn_wrapper.center {
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

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

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: white;
	padding: 0 40px 0 32px;
	width: 100vw;
	height: 80px;
}

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 {
	display: flex;
	align-items: center;
	margin-right: 8px;
	margin-left: 20px;
}

header nav .header_navi_list .header_navi_item.btn_item:last-child {
	margin-right: 0;
	margin-left: 0;
}

header nav .header_navi_list .header_navi_item a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 100%;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

header nav .header_navi_list .header_navi_item a.sp_on {
	display: none !important;
}

header nav .header_navi_list .header_navi_item a:hover {
	opacity: 1;
	color: #012fa6;
}

header nav .header_navi_list .header_navi_item a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #012fa6;
	padding: 12px 6px;
	width: 140px;
	height: 40px;
	color: white;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

header nav .header_navi_list .header_navi_item a.current:after {
	position: absolute;
	bottom: 0;
	background: #012fa6;
	width: calc(100% - 40px);
	height: 3px;
	content: "";
}

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;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	background: #ffffff;
	padding: 12px 0;
}

header nav .header_navi_list .header_navi_item.parent .child_menu .child a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 6px 16px;
	font-size: 14px;
	white-space: nowrap;
}

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 {
	z-index: 1;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
}

.anime_obj.ninja_obj_01 {
	position: absolute;
	top: 150vh;
	left: calc(100vw - 150px);
	z-index: -1;
}

.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 {
	position: relative;
	padding-top: 100px;
}

footer > * {
	background: #012fa6;
}

footer .relative {
	position: relative;
}

footer .relative .anime_obj {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: 0.25s;
}

footer .relative .anime_obj.on {
	top: -80px;
}

footer .relative .anime_obj.off {
	top: 0;
	transition-delay: 1s;
}

footer .relative .anime_obj img {
	margin: 0 0 0 auto;
	width: 152px;
	height: auto;
}

footer .footer_info_block {
	background: #102fa7;
	padding: 100px 0;
}

footer .footer_info_block .large {
	margin-bottom: 32px;
	color: white;
	font-weight: bold;
	font-size: 29px;
	line-height: 38px;
	text-align: center;
}

footer .footer_info_block .desc {
	margin-bottom: 32px;
	color: white;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}

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-weight: bold;
	font-size: 16px;
}

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;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-right: -20px;
	margin-left: -20px;
}

footer .footer_nav nav .nav_block {
	padding: 0 20px;
	width: 50%;
}

footer .footer_nav nav .nav_block .label {
	margin-bottom: 30px;
	border-bottom: 1px solid #576dc0;
	padding-bottom: 20px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
}

footer .footer_nav nav .nav_block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .footer_nav nav .nav_block ul li {
	margin-bottom: 17px;
	width: 33.3333333333%;
}

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 {
	margin-left: 0.25em;
	width: 8.5px;
	height: 8.5px;
}

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 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: auto;
}

footer .footer_link_block .footer_link .logo .copyright {
	margin-left: 24px;
	color: #a2b6e9;
	font-size: 14px;
}

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;
	top: 32px;
	left: 60px;
}

.breadcrumbs span {
	color: #5c73ad;
	font-size: 12px;
}

.breadcrumbs a {
	color: #5c73ad;
	font-size: 12px;
}

.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.pagination .page-numbers li {
	margin: 0 4px;
}

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

.pagination .page-numbers li > *.current {
	border: 1px solid #012fa6;
}

.case_study {
	overflow-x: hidden;
}

.case_study .slider {
	margin-bottom: 50px;
	width: 100%;
}

.case_study .slider .slick-track {
	display: flex;
	align-items: stretch;
}

.case_study .slider .slick-arrow {
	background-size: cover;
	width: 80px;
	height: 80px;
}

.case_study .slider .slick-arrow.slick-prev {
	left: -110px;
	opacity: 1;
	transition: 0.5s;
	background-image: url(../img/slide_arrow_left.png);
	pointer-events: all;
}

.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 {
	right: -110px;
	opacity: 1;
	transition: 0.5s;
	background-image: url(../img/slide_arrow_right.png);
	pointer-events: all;
}

.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;
	margin-left: -16px !important;
	padding-left: 16px !important;
	width: calc(100% + 32px);
}

.case_study .slider.slide_num_1 .slide {
	border-radius: 12px;
	width: 1028px !important;
	max-width: calc(100vw - 40px) !important;
}

.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 {
	border-radius: 12px;
	width: 480px !important;
	max-width: calc(50vw - 40px) !important;
}

.case_study .slider.slide_num_2 .slide a {
	border-radius: 12px;
}

.case_study .slider .slide {
	margin: 10px 20px 16px !important;
	box-shadow: 0px 4px 16px #e5eaf9;
	border-radius: 12px;
	padding: 0 !important;
	width: 320px !important;
	max-width: calc((100vw - 80px) / 3) !important;
	height: auto;
}

.case_study .slider .slide a {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	height: 100%;
	overflow: hidden;
}

.case_study .slider .slide a .img_wrapper img {
	-o-object-fit: cover;
	aspect-ratio: 320/173;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case_study .slider .slide a .info {
	display: flex;
	flex-direction: column;
	padding: 24px;
	height: 100%;
}

.case_study .slider .slide a .info * {
	color: black;
}

.case_study .slider .slide a .info .title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.case_study .slider .slide a .info .text {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

.case_study .slider .slide a .info .date {
	margin-top: auto;
	font-weight: normal;
	font-size: 12px;
}

.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 {
	margin-top: -24px;
	margin-bottom: 30px;
	text-align: right;
}

.news_section .link_wrapper a {
	color: #5c73ad;
	font-weight: bold;
	font-size: 16px;
}

.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 {
	display: flex;
	align-items: center;
	border-top: 1px solid #d2d9e3;
	padding: 24px 0;
}

.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 {
	margin-right: 35px;
	min-width: 150px;
	font-size: 17px;
	white-space: nowrap;
}

.news_section .news_list li .cat {
	display: inline-block;
	margin-right: 35px;
	border-radius: 100px;
	background: #ebeefe;
	padding: 7px 8px 5px;
	min-width: 10em;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	white-space: nowrap;
}

.news_section .news_list li a {
	width: calc(100% - (14.5em + 70px));
	color: black;
	font-size: 16px;
	line-height: 1.5;
}

section {
	padding: 50px 0;
}

section .section_head {
	margin-bottom: 40px;
	font-weight: bold;
}

section .section_head .small {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
}

section .section_head span {
	display: block;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
}

section.bread_crumb_section {
	padding-top: 32px !important;
}

section.bread_crumb_section .breadcrumbs {
	margin-bottom: 10px;
}

#home section {
	background-color: white;
	padding: 50px 0;
	overflow: hidden;
}

#home section .section_head {
	margin-bottom: 60px;
	font-weight: bold;
}

#home section .section_head .small {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
}

#home section .section_head span {
	display: block;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
}

#home section.kv {
	position: relative;
	background: none;
	padding: 60px 0 150px;
	width: 100%;
	height: 700px;
}

#home section.kv .bkg_anime {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#home section.kv .text {
	padding: 0;
}

#home section.kv .text .kv_catch {
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 42px;
	line-height: 68px;
}

#home section.kv .text .top_kv_logo {
	margin-bottom: 35px;
	width: 317px;
	height: auto;
}

#home section.kv .text .kv_text {
	margin-bottom: 50px;
	font-weight: bold;
	font-weight: normal;
	font-size: 18px;
	line-height: 40px;
}

#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 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #012fa6;
	width: 210px;
	height: 60px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

#home section.kv .img img {
	position: absolute;
	width: auto;
	height: 500px;
}

#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 {
	display: block;
	margin-bottom: 50px;
	color: #012fa6;
	font-weight: bold;
	font-size: 16px;
}

#home section.top_functions .function_desc .text .sub_head span {
	display: block;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 32px;
}

#home section.top_functions .function_desc .text .desc {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 32px;
}

#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 {
	margin-right: 28px;
	width: 50px;
	height: 50px;
}

#home section.top_functions .function_desc .text .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #012fa6;
	width: 260px;
	height: 60px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#home section.usage_section .usage {
	margin-top: 0;
	margin-bottom: 0;
}

#home section.usage_section .usage .inner {
	position: relative;
	background: #ebeefe;
	padding: 80px 15px 30px;
	height: 100%;
}

#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 {
	margin: 0 auto;
	width: 100%;
	height: 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 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
}

#home section.usage_section .usage .inner .usage_desc .sub_head span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
}

#home section.usage_section .usage .inner .usage_desc .desc_text {
	margin-bottom: auto;
}

#home section.usage_section .usage .inner .usage_desc .usage_topic_list {
	margin: 20px auto 30px;
	width: 260px;
}

#home section.usage_section .usage .inner .usage_desc .usage_topic_list li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	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 {
	margin-right: 7px;
	width: 20px;
	height: 20px;
}

#home section.solution_section {
	padding-top: 160px;
}

#home section.solution_section .section_head {
	margin-bottom: 40px;
}

#home section.solution_section .solution_list {
	margin: 0 0 20px;
	box-shadow: 20px 20px #cfd8fb;
	background-color: #eaeefd;
	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 {
	color: #012fa6;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#home section.solution_section .solution_list .solution .solution_desc .sub_head span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	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 {
	margin-bottom: 30px;
	text-align: right;
}

#home section.news_section .link_wrapper a {
	color: #5c73ad;
	font-weight: bold;
	font-size: 16px;
}

#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;
	aspect-ratio: 16/9;
	width: 768px;
	height: auto;
}

.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-weight: bold;
	font-size: 40px;
	text-align: center;
}

.archive .search_block {
	margin-bottom: 60px;
}

.archive .search_block .container .inner {
	border-radius: 12px;
	background-color: #eaeefd;
	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 {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 24px;
	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 {
	border: 1px solid #5c73ad;
	border-radius: 100px;
	background: white;
	padding: 11px 16px;
	color: #5c73ad;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.archive .article_list {
	margin-bottom: 20px;
}

.archive .article_list .article_item .inner {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 16px #e5eaf9;
	border-radius: 12px 12px 0 0;
	height: 100%;
}

.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 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.archive .article_list .article_item .inner > a .info .text {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

.archive .article_list .article_item .inner .tags {
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.archive .article_list .article_item .inner .tags li {
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 4px;
	background: #eaeefd;
	padding: 6px;
	color: #5c73ad;
	font-size: 10px;
	letter-spacing: 0;
}

.archive .article_list .article_item .inner .tags li a {
	border-radius: 4px;
	background: #eaeefd;
	padding: 6px;
	color: #5c73ad;
	font-size: 10px;
	letter-spacing: 0;
}

.archive .article_list .article_item .inner .date {
	margin-top: auto;
	padding: 0 24px 24px;
	color: #84899e;
	font-weight: normal;
	font-size: 12px;
}

.single-case_study .kv,
.single-news .kv,
.single-useful_info .kv,
.single-event_report .kv {
	margin-bottom: 60px;
	background: #eaeefd;
}

.single-case_study .kv .container,
.single-news .kv .container,
.single-useful_info .kv .container,
.single-event_report .kv .container {
	padding: 32px 60px 50px;
	width: 1320px;
	max-width: 100%;
}

.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 {
	margin-top: 20px;
	margin-bottom: 12px;
	color: #012fa6;
	font-weight: bold;
	font-size: 20px;
}

.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: 20px;
	font-size: 24px;
	line-height: 48px;
}

.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;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	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 {
	margin-top: 8px;
	margin-right: 8px;
	border-radius: 4px;
	background: white;
	padding: 6px;
	color: #3e4973;
	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 {
	-o-object-fit: cover;
	border-radius: 0;
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-case_study .overview,
.single-news .overview,
.single-useful_info .overview,
.single-event_report .overview {
	margin: 0 auto 50px !important;
	width: 700px;
	font-weight: bold;
	font-size: 20px !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 {
	margin-right: auto;
	margin-left: auto;
	width: 840px !important;
	max-width: 100% !important;
	table-layout: fixed;
}

.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 {
	position: relative;
	margin-bottom: 60px;
	border-radius: 4px;
	padding-left: 30px;
	color: #84899e;
}

.single-case_study .entry-content blockquote::after,
.single-news .entry-content blockquote::after,
.single-useful_info .entry-content blockquote::after,
.single-event_report .entry-content blockquote::after {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	border-radius: 100vmax;
	background: #586483;
	width: 4px;
	height: 100%;
	content: "";
}

.single-case_study .entry-content ul,
.single-news .entry-content ul,
.single-useful_info .entry-content ul,
.single-event_report .entry-content ul {
	margin-bottom: 35px;
	list-style: inside;
	list-style-type: disc;
}

.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 {
	margin-bottom: 80px;
	list-style: none;
	list-style-type: none;
}

.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 {
	margin-bottom: 20px;
	border-radius: 50px;
	background: #535353;
	padding: 6px 26px 4px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
}

.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 {
	margin-bottom: 40px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

.single-case_study .entry-content ol,
.single-news .entry-content ol,
.single-useful_info .entry-content ol,
.single-event_report .entry-content ol {
	margin-bottom: 35px;
	list-style: inside;
	list-style-type: decimal;
}

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

.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 {
	margin-bottom: 1em;
	font-weight: bold;
	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 {
	margin-bottom: 1em;
	font-weight: bold;
	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 {
	margin-bottom: 1em;
	font-weight: bold;
	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 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 16px;
}

.single-case_study .entry-content a,
.single-news .entry-content a,
.single-useful_info .entry-content a,
.single-event_report .entry-content a {
	color: #012fa6;
	text-decoration: underline;
}

.single-case_study .entry-content p,
.single-news .entry-content p,
.single-useful_info .entry-content p,
.single-event_report .entry-content p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 30px;
}

.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;
	margin-bottom: 60px;
	margin-left: -90px;
	padding: 40px 90px;
	width: calc(100% + 180px);
}

.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-weight: bold;
	font-size: 20px;
	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: 16px;
}

.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 {
	margin-top: 20px;
	margin-bottom: 12px;
	color: #012fa6;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
}

.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-right: auto;
	margin-left: 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 {
	background: #eaeefd;
	padding: 0;
	height: 450px;
}

.page .kv .container.with_bkg_img {
	background-position: right bottom !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	padding: 0 60px;
	width: 1160px;
	max-width: 100%;
}

.page .kv .container.with_bkg_img .kv_info {
	margin-top: 0;
	margin-bottom: 0;
	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 {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 21px;
}

.page .kv .container.with_bkg_img .kv_info .text .kv_catch_img {
	margin-bottom: 16px;
	width: 280px;
	max-width: 100%;
	height: auto;
}

.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 {
	-o-object-fit: contain;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page .title_block .page_title {
	font-size: 40px;
	line-height: 48px;
	text-align: center;
}

.page .in_page_navi {
	position: sticky;
	top: 100px;
	z-index: 1000 !important;
	margin-top: 100px;
	padding: 0;
	text-align: center;
}

.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);
	border-radius: 100px;
	background: white;
	padding: 14px;
}

.page .in_page_navi ul li.current a {
	border-radius: 100px;
	background: #eaeefd;
	color: #012fa6;
	font-weight: bold;
}

.page .in_page_navi ul li a {
	padding: 6px 15px;
	color: #5c73ad;
	font-size: 16px;
}

.page main > section:last-child {
	padding-bottom: 0 !important;
}

.page section#feature_section {
	padding-bottom: 100px;
}

.page section#feature_section .desc {
	margin: 0 auto 30px;
	width: 860px;
	max-width: 100%;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.page section#feature_section .note {
	margin: 0 auto 10px;
	width: 860px;
	max-width: 100%;
	font-size: 12px;
	text-align: center;
}

.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 {
	margin: 0 auto 26px;
	width: 100px;
	height: 100px;
}

.page section#feature_section .feature_list li .text {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.page section#function_section {
	padding-bottom: 100px;
}

.page section#function_section .desc_large {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.page section#function_section .desc_large span {
	margin-bottom: 10px;
}

.page section#function_section .desc_large .note {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}

.page section#function_section .desc {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}

.page section#function_section .big_img {
	display: block;
	margin-bottom: 120px;
}

.page section#function_section .function_group .inner {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #eaeefd;
	padding: 44px 40px;
	height: 100%;
}

.page section#function_section .function_group .inner .head {
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.page section#function_section .function_group .inner .desc {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 32px;
	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 {
	display: flex;
	align-items: center;
	margin: 10px;
	border-radius: 6px;
	background: white;
	padding: 10px 16px;
	width: calc(50% - 20px);
	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 {
	margin-right: 10px;
	width: auto;
	height: 30px;
}

.page section#function_section .function_group .inner .function_list li p {
	color: #012fa6;
	font-weight: bold;
	font-size: 14px;
}

.page section#usage_section .section_head {
	margin-bottom: 75px;
}

.page section#usage_section .usage_group {
	position: relative;
	margin-right: 0;
	margin-bottom: 36px;
	margin-left: 0;
	border-radius: 16px;
	background: #6b728c;
	padding: 40px 0;
}

.page section#usage_section .usage_group:after {
	position: absolute;
	bottom: -20px;
	left: calc(50% - 50px);
	border-width: 20px 50px 0 50px;
	border-style: solid;
	border-color: #6b728c transparent transparent transparent;
	width: 0;
	height: 0;
	content: "";
}

.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 {
	margin-bottom: 28px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.page section#usage_section .usage_group .usage_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-star;
	align-items: stretch;
	margin: -10px;
}

.page section#usage_section .usage_group .usage_list li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	border-radius: 6px;
	background: white;
	padding: 6px;
	width: calc(50% - 20px);
	height: 52px;
	color: #6b728c;
	font-weight: bold;
	font-size: 12px;
	text-align: 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;
	margin-top: auto;
	height: 280px;
}

.page #ninja_db_page section#function_section .function_group .inner picture img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page #solution_page .solution_section .head_block {
	margin-bottom: 40px;
}

.page #solution_page .solution_section .head_block .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	width: 40%;
	max-width: 100%;
}

.page #solution_page .solution_section .head_block .text * {
	letter-spacing: 0;
	text-align: left;
}

.page #solution_page .solution_section .head_block .text .section_head {
	margin-bottom: 8px;
}

.page #solution_page .solution_section .head_block .img {
	padding: 20px;
	width: 60%;
	max-width: 100%;
}

.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 {
	display: block;
	margin-bottom: 16px;
	color: #012fa6;
	font-weight: bold;
	font-size: 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 {
	margin-bottom: 30px;
	box-shadow: 0px 4px 24px rgba(0, 52, 154, 0.2);
	border-radius: 20px;
	background: #ffffff;
}

.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 {
	display: block;
	position: relative;
	padding: 60px 120px 30px 60px;
	width: 100%;
	height: 100%;
}

.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 {
	display: block;
	color: #012fa6;
	font-weight: bold;
	font-size: 16px;
}

.page #solution_page .solution_case_section .title_block .title span {
	color: black;
	font-weight: bold;
	font-size: 24px;
}

.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 {
	border-radius: 10px;
	padding: 5px;
	width: 80px;
	height: auto;
	font-weight: bold;
	font-size: 14px;
	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 {
	margin-left: 16px;
	width: calc(100% - 96px);
	color: black;
	font-size: 16px;
	line-height: 32px;
}

.page #solution_page .solution_case_section .arrow {
	position: absolute;
	top: 50%;
	right: 60px;
	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-weight: bold;
	font-size: 40px;
	line-height: 46px;
}

.page #solution_child_page section#title_section .title_block .title_box .page_title .small {
	display: block;
	margin-bottom: 36px;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	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 {
	border-radius: 10px;
	background: #f6f6f6;
}

.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 {
	margin-bottom: 16px;
	border-radius: 100px;
	background: #535353;
	padding: 6px 24px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
}

.page #solution_child_page section#problem_and_resolve_section .block .inner .section_head {
	margin-bottom: 24px;
	color: #535353;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
}

.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 {
	margin-bottom: 14px;
	color: #012fa6;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
}

.page #solution_child_page section#point_section .container .point_block .section_head span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	text-align: left;
}

.page #solution_child_page section#point_section .container .point_block .desc {
	margin-bottom: 30px;
	padding: 0 90px;
	font-size: 16px;
	line-height: 32px;
}

.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 {
	border-radius: 12px;
	background: #eaeefd;
	padding: 60px;
}

.page #price_page .price_section .container .inner .section_head {
	margin-bottom: 24px;
}

.page #price_page .price_section .container .inner .section_head .small {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 38px;
}

.page #price_page .price_section .container .inner .section_head span {
	margin-bottom: 0;
	font-size: 28px;
	line-height: 44px;
}

.page #price_page .price_section .container .inner .btn_wrapper {
	display: flex;
	justify-content: center;
}

.page #price_page .price_section .container .inner .btn_wrapper .btn {
	color: white;
	font-size: 16px;
}

.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 {
	display: none;
	content: "";
}

.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 {
	padding-bottom: 40px;
	font-size: 32px;
	line-height: 48px;
}

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

#shadow-host-companion {
	display: none !important;
}

#toc_container {
	border: none;
	background: #F6F9FF;
}

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

.share-btn-wrap {
	-moz-column-gap: 0.625rem;
	display: flex;
	column-gap: 0.625rem;
	justify-content: end;
	margin-bottom: 3.75rem;
}

.entry-content {
	margin-bottom: 3.75rem !important;
}

@media (max-width: 1159px) {

.page .kv .container.with_bkg_img {
	margin: 0 auto;
	padding: 0;
	width: 1040px;
	max-width: 100%;
}

.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;
	z-index: 10000;
	background: rgba(255, 255, 255, 0.95);
	width: 100vw;
}

header nav .header_navi_list#gnavi_body {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background: white;
	padding: 20px;
	padding: 0;
	width: 100vw;
	height: calc(100vh - 80px);
}

header nav .header_navi_list#gnavi_body .header_navi_item {
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	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 {
	position: absolute !important;
	bottom: 60px;
	width: calc(50% - 60px) !important;
	height: 60px;
}

header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(2) {
	right: 0;
	left: 60px;
}

header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(1) {
	right: 60px;
	left: 50%;
}

header nav .header_navi_list#gnavi_body .header_navi_item.btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px 8px;
	color: white;
	text-align: 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-bottom: 1px solid #e0e3f0;
	border-radius: 0;
	padding: 0;
}

header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child {
	border-bottom: none !important;
	width: 100%;
	height: 80px;
}

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 {
	margin-left: 90px;
	padding: 8px 8px 8px 8px !important;
	width: calc(100% - 90px) !important;
	font-size: 20px;
}

header nav .header_navi_list#gnavi_body .header_navi_item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e0e3f0;
	padding: 8px 8px 8px 60px;
	width: 100%;
	height: 80px;
	color: #012fa6;
	font-weight: bold;
	font-size: 24px;
}

header nav .header_navi_list#gnavi_body .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	padding: 22px 10px;
	width: calc(100% - 16px) !important;
	height: auto !important;
	font-size: 14px !important;
}

header nav .header_navi_list#gnavi_body .header_navi_item a {
	display: flex;
	display: flex;
	justify-content: center;
	justify-content: center;
	align-items: center;
	align-items: center;
	padding: 8px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 18px;
	text-align: center;
}

header nav .header_navi_list#gnavi_body * {
	pointer-events: none;
}

header nav .header_navi_list#gnavi_body.on {
	justify-content: flex-start;
	z-index: 10000;
	height: calc(100vh - 80px);
}

header nav .header_navi_list#gnavi_body.on .header_navi_item {
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item {
	position: absolute;
	bottom: 20px;
	left: 0;
	margin: 0;
	width: calc(50% - 60px);
	height: auto;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item:nth-last-child(2) {
	right: 0;
	left: 60px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item:nth-last-child(1) {
	right: 60px;
	left: 50%;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px 8px;
	color: white;
	text-align: 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 {
	border-bottom: 1px solid #e0e3f0;
	width: 100%;
	height: 80px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu .child.right a {
	padding: 8px 8px 8px 90px;
	font-size: 20px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e0e3f0;
	padding: 8px 8px 8px 60px;
	width: 100%;
	height: 80px;
	color: #012fa6;
	font-weight: bold;
	font-size: 24px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	height: 60px;
}

header nav .header_navi_list#gnavi_body.on * {
	pointer-events: all;
}

header nav .header_navi_list#gnavi_body.off {
	display: none;
	justify-content: flex-start;
	z-index: 10000;
	height: calc(100vh - 80px);
}

header nav .header_navi_list#gnavi_body.off .header_navi_item {
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item {
	position: absolute;
	bottom: 20px;
	left: 0;
	margin: 0;
	width: calc(50% - 60px);
	height: auto;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item:nth-last-child(2) {
	right: 0;
	left: 60px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item:nth-last-child(1) {
	right: 60px;
	left: 50%;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px 8px;
	color: white;
	text-align: 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 {
	border-bottom: 1px solid #e0e3f0;
	width: 100%;
	height: 80px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu .child.right a {
	padding: 8px 8px 8px 90px;
	font-size: 20px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e0e3f0;
	padding: 8px 8px 8px 60px;
	width: 100%;
	height: 80px;
	color: #012fa6;
	font-weight: bold;
	font-size: 24px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	height: 60px;
}

header nav .header_navi_list#gnavi_body.off * {
	pointer-events: all;
}

header nav .header_navi_list .header_navi_item.menu_btn_wrapper {
	display: flex;
	position: static;
	justify-content: center;
	align-items: center;
	z-index: 10001;
	margin: 0;
}

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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
}

header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span {
	position: absolute;
	transition: 0.5s;
}

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) {
	position: absolute;
	top: calc(50% - 1px);
	transform: rotate(35deg);
}

header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn.open span:nth-child(3) {
	position: absolute;
	top: calc(50% - 1px);
	transform: rotate(-35deg);
}

header nav .header_navi_list .header_navi_item.menu_btn_wrapper #menu_btn span {
	margin: 4px 0;
	background: #012fa6;
	width: 48px;
	height: 2px;
}

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 {
	margin-bottom: 30px;
	font-size: 24px;
}

footer .footer_info_block .desc {
	margin-bottom: 16px;
	font-size: 16px;
}

footer .footer_info_block .btn_list .btn_wrapper {
	padding: 0 8px;
}

.container {
	padding: 0 60px;
	width: 100%;
	max-width: 100%;
}

.flex {
	margin: 0;
}

.flex [class^=col_] {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}

.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 {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 36px;
}

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 {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 36px;
}

#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 {
	margin: 0 auto;
	width: 480px;
	max-width: 100%;
}

#home section.kv .flex .text .kv_catch {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
}

#home section.kv .flex .text .kv_text {
	margin-bottom: 30px;
	font-size: 16px;
	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;
	margin: 0 auto;
	width: 535px;
	max-width: 100%;
	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 {
	margin-bottom: 32px;
	font-size: 28px;
}

#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;
	padding: 0 20px;
	height: auto;
}

#home section.solution_section .solution_list {
	padding: 40px;
}

#home section.solution_section .solution_list .solution {
	margin-bottom: 60px;
	padding: 0;
}

#home section.solution_section .solution_list .solution:last-child {
	margin-bottom: 0;
}

#home section.solution_section .solution_list .solution .solution_img img {
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
	height: 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;
	margin-left: -60px !important;
	padding-left: 60px !important;
	width: calc(100% + 120px);
}

.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 {
	margin: 16px 8px !important;
	width: calc((100vw - 168px) / 3) !important;
}

.case_study .slider .slide a img {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case_study .slider .slide a .info {
	padding: 16px;
}

.sponsor_section .sponsor > * {
	padding: 6px;
	width: 25%;
}

.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 {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 23px;
}

body.archive .article_block .article_list .article_item {
	padding: 0 8px 48px;
	width: 50%;
}

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 {
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
	max-width: 100% !important;
}

.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 {
	-webkit-overflow-scrolling: touch;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 100% !important;
	overflow-x: scroll;
	white-space: nowrap;
}

.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 {
	display: table;
	width: 100%;
}

.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 {
	background: #eaeefd;
	padding: 0 !important;
	height: 350px;
}

.page .kv .container.with_bkg_img {
	background-position: right -20px bottom -20px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	padding: 0 60px;
	width: 100%;
	max-width: 100%;
}

.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 {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 19px;
}

.page .kv .container.with_bkg_img .kv_info .text .kv_catch_img {
	margin-bottom: 16px;
	width: 280px;
	max-width: 100%;
	height: auto;
}

.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;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page .title_block .page_title {
	font-size: 32px;
	line-height: 37.5px;
	text-align: center;
}

.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 {
	padding: 0 20px;
	width: 33.3333333333%;
}

.page section#feature_section .feature_list li img {
	margin-bottom: 20px;
	width: 95px;
	height: 95px;
}

.page section#feature_section .feature_list li .text {
	font-size: 16px;
}

.page section#function_section .function_group .col_6 {
	padding: 0 8px;
	width: 50%;
}

.page section#function_section .function_group .col_6 .inner {
	padding: 24px;
}

.page section#function_section .function_group .col_6 .inner .head {
	margin-bottom: 16px;
	font-size: 14px;
}

.page section#function_section .function_group .col_6 .inner .desc {
	margin-bottom: 16px;
	font-size: 10px;
	line-height: 2em;
}

.page section#function_section .function_group .col_6 .inner .function_list li {
	margin: 8px;
	border-radius: 4px;
	padding: 6px;
	width: calc(50% - 16px);
	height: 32px;
}

.page section#function_section .function_group .col_6 .inner .function_list li img {
	-o-object-fit: contain;
	width: 16px;
	height: 16px;
	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 {
	margin-bottom: 30px;
	padding: 24px 0;
}

.page section#usage_section .usage_group:after {
	position: absolute;
	bottom: -16px;
	left: calc(50% - 35px);
	border-width: 17px 35px 0 35px;
	border-style: solid;
	border-color: #6b728c transparent transparent transparent;
	width: 0;
	height: 0;
	content: "";
}

.page section#usage_section .usage_group .col_6 {
	padding: 0 24px;
	width: 50%;
}

.page section#usage_section .usage_group .col_6 .head {
	margin-bottom: 20px;
	font-size: 14px;
}

.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 {
	margin-bottom: 10px;
	font-size: 20px;
}

.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 {
	margin-bottom: 50px;
	width: 100%;
}

.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 {
	margin-bottom: 20px;
	font-size: 24px;
}

.page #ninja_db_page section#function_section .function_group .col_6 .inner .text .desc {
	margin: 0 auto;
	width: 400px;
	max-width: 100%;
	font-size: 16px;
	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 {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.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 {
	padding: 0;
	width: 100%;
}

.page #solution_page .solution_section .head_block .img img {
	margin: auto;
	width: calc(100% - 100px);
}

.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 {
	margin: auto;
	width: calc(100% - 100px);
}

.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-weight: bold;
	font-size: 28px;
	line-height: 38px;
}

.page #solution_child_page section#title_section .title_block .title_box .page_title .small {
	display: block;
	margin-bottom: 19px;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}

.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 {
	margin-bottom: 16px;
	border-radius: 100px;
	background: #535353;
	padding: 4px 24px;
	color: white;
	font-size: 22px;
	line-height: 38px;
}

.page #solution_child_page section#problem_and_resolve_section .block .inner .section_head {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 28px;
	line-height: 44px;
}

.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 {
	margin-bottom: 14px;
	color: #012fa6;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
}

.page #solution_child_page section#point_section .container .point_block .section_head span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	text-align: left;
}

.page #solution_child_page section#point_section .container .point_block .desc {
	margin-bottom: 40px;
	padding: 0 55px;
	font-size: 16px;
	line-height: 32px;
}

.page.price .page_title {
	padding: 40px 0 !important;
	font-size: 32px;
}

.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 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 40px;
}

.page #price_page .price_section .container .inner .btn_wrapper {
	display: flex;
	justify-content: center;
}

.page #price_page .price_section .container .inner .btn_wrapper .btn {
	color: white;
	font-size: 16px;
}

footer .footer_info_block .btn_list {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .footer_info_block .btn_list .btn_wrapper {
	margin-bottom: 20px;
	width: 316px;
}

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 {
	margin-bottom: 40px;
	width: 100%;
}

footer .footer_nav nav .nav_block:last-child {
	margin-bottom: 0;
}

}

@media screen and (max-width: 1023px) {

.container {
	padding: 0 20px;
	width: 768px;
	max-width: 100%;
}

}

@media (max-width: 1000px) {

.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 {
	margin-left: 0;
	padding: 40px;
	width: 100%;
}

}

@media screen and (max-width: 859px) {

.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 {
	margin-bottom: 50px;
}

.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: 0.7em;
}

.share-btn-wrap {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	margin-bottom: 2.5rem;
}

.entry-content {
	margin-bottom: 3.75rem !important;
}

}

@media screen and (max-width: 767px) {

* {
	font-size: 16px;
}

h1,
h2,
h3 {
	font-size: 20px;
}

h4,
h5,
h6 {
	font-size: 18px;
}

.container {
	padding: 0 10px;
	width: 480px;
}

.flex [class^=col_] {
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}

}

@media (max-width: 767px) {

.pc_on {
	display: none;
}

.pc_on.sp_on {
	display: block;
}

.tb_on {
	display: none;
}

.sp_on {
	display: block;
}

header {
	padding: 0 16px;
	height: 60px;
}

header nav .header_navi_list#gnavi_body {
	display: none;
	position: absolute;
	top: 60px !important;
	left: 0;
	background: white;
	padding: 20px;
	padding: 0;
	width: 100vw;
	height: calc(100vh - 60px);
}

header nav .header_navi_list#gnavi_body .header_navi_item {
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
	text-align: center;
}

header nav .header_navi_list#gnavi_body .header_navi_item.btn_item {
	width: calc(50% - 16px) !important;
	height: 60px;
}

header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(2) {
	right: 0;
	left: 8px !important;
}

header nav .header_navi_list#gnavi_body .header_navi_item.btn_item:nth-last-child(1) {
	right: 8px !important;
	left: 50%;
}

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 {
	border-bottom: 1px solid #e0e3f0;
	width: 100%;
	height: 60px;
}

header nav .header_navi_list#gnavi_body .header_navi_item.parent .child_menu .child.right a {
	margin-left: 44px !important;
	padding: 6px 6px 6px 0 !important;
	width: calc(100% - 44px) !important;
	font-size: 20px;
}

header nav .header_navi_list#gnavi_body .header_navi_item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e0e3f0;
	padding: 8px 8px 8px 60px;
	width: 100%;
	height: 60px;
	color: #012fa6;
	font-weight: bold;
	font-size: 24px;
}

header nav .header_navi_list#gnavi_body .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	height: 60px;
}

header nav .header_navi_list#gnavi_body .header_navi_item a {
	display: flex;
	display: flex;
	justify-content: center;
	justify-content: center;
	align-items: center;
	align-items: center;
	padding: 8px;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 18px;
	text-align: center;
}

header nav .header_navi_list#gnavi_body .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	height: 60px;
}

header nav .header_navi_list#gnavi_body * {
	pointer-events: none;
}

header nav .header_navi_list#gnavi_body.on {
	flex-wrap: wrap !important;
	justify-content: flex-start;
	z-index: 10000;
	height: calc(100vh - 60px);
	overflow-y: scroll;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item {
	margin-right: 0;
	margin-bottom: 0;
	width: 100% !important;
	height: auto;
	text-align: center;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: calc(50% - 8px) !important;
	height: 60px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	color: white;
	text-align: center;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.btn_item:last-child {
	right: 0;
	left: auto;
}

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 {
	border-bottom: 1px solid #e0e3f0;
	width: 100%;
	height: 60px !important;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item.parent .child_menu .child.right a {
	padding: 6px 6px 6px 0 !important;
	font-size: 20px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e0e3f0;
	padding: 8px 8px 8px 60px;
	width: 100%;
	height: 60px !important;
	color: #012fa6;
	font-weight: bold;
	font-size: 24px;
}

header nav .header_navi_list#gnavi_body.on .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 12px) !important;
	height: 40px !important;
}

header nav .header_navi_list#gnavi_body.on * {
	pointer-events: all;
}

header nav .header_navi_list#gnavi_body.off {
	display: none;
	justify-content: flex-start;
	z-index: 10000;
	height: calc(100vh - 60px);
}

header nav .header_navi_list#gnavi_body.off .header_navi_item {
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	height: auto;
	text-align: center;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item {
	position: absolute;
	bottom: 20px;
	left: 0;
	margin: 0;
	width: 50%;
	height: 60px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	color: white;
	text-align: center;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.btn_item:last-child {
	right: 0;
	left: auto;
}

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 {
	border-bottom: 1px solid #e0e3f0;
	width: 100%;
	height: 60px !important;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item.parent .child_menu .child.right a {
	padding: 6px 6px 6px 0 !important;
	font-size: 20px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #e0e3f0;
	padding: 8px 8px 8px 60px;
	width: 100%;
	height: 60px !important;
	color: #012fa6;
	font-weight: bold;
	font-size: 24px;
}

header nav .header_navi_list#gnavi_body.off .header_navi_item a.btn {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	height: 60px;
}

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 {
	padding: 8px 16px !important;
	font-size: 18px !important;
}

header nav .header_navi_list .header_navi_item a.btn {
	padding: 12px !important;
	width: calc(100% - 12px) !important;
	height: 40px !important;
	font-size: 14px !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;
	position: static;
	justify-content: center;
	align-items: center;
	z-index: 10001;
	margin: 0;
}

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 {
	margin-bottom: 30px;
	font-size: 20px;
}

footer .footer_info_block .desc {
	margin-bottom: 40px;
	font-size: 14px;
}

footer .footer_info_block .btn_list {
	flex-wrap: wrap;
}

footer .footer_info_block .btn_list .btn_wrapper {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

footer .footer_info_block .btn_list .btn_wrapper:last-child {
	margin-bottom: 0;
}

footer .footer_info_block .btn_list .btn_wrapper .btn {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

footer .footer_link_block {
	background: #012fa6;
	padding: 30px 40px;
}

footer .footer_link_block .footer_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

footer .footer_link_block .footer_link .logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: auto;
}

footer .footer_link_block .footer_link .logo .copyright {
	color: #a2b6e9;
	font-size: 14px;
	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 {
	padding: 0 16px;
	width: 100%;
}

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 {
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 42px;
}

#home section.kv .flex .text .kv_text {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0;
}

#home section.kv .flex .text .btn_list {
	flex-wrap: wrap;
}

#home section.kv .flex .text .btn_list .btn_wrapper {
	margin: 0 0 16px 0;
	width: 100%;
}

#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 {
	margin-bottom: 20px;
	font-size: 14px;
}

#home section.top_functions .function_desc .text .sub_head span {
	margin-bottom: 25px;
	font-size: 24px;
}

#home section.top_functions .function_desc .text .desc {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2;
}

#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 {
	margin-right: 20px;
	width: 47px;
	height: 47px;
}

#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 {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 28px;
}

#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 {
	margin-right: 0;
	box-shadow: 10px 10px #cfd8fb;
	padding: 20px;
}

#home section.solution_section .solution_list .solution {
	margin-bottom: 60px;
	padding: 0;
}

#home section.solution_section .solution_list .solution:nth-child(2) {
	margin-bottom: 40px;
}

#home section.solution_section .solution_list .solution .solution_img img {
	margin: 0 auto;
	width: 100%;
	height: 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 > * {
	padding: 4px !important;
	width: 33.3333333333%;
}

#home section.sponsor_section .sponsor > * img {
	padding: 6px 18px !important;
}

#home section.news_section {
	padding-bottom: 0 !important;
}

#home section.news_section .section_head {
	margin-bottom: 0 !important;
	font-size: 20px;
}

#home section.news_section .news_list li {
	align-items: stretch;
}

#home section.news_section .news_list li .date {
	display: flex;
	align-items: center;
	margin-right: 16px;
	min-width: 100px;
}

#home section.news_section .news_list li .cat {
	padding: 5px 12px 3px;
}

#home section.news_section .link_wrapper {
	margin-top: -24px;
	margin-bottom: 20px;
}

#home section.news_section .link_wrapper a {
	font-size: 14px;
}

.case_study .slider {
	margin-top: -16px;
	margin-bottom: 24px;
}

.case_study .slider .slick-list {
	margin-bottom: 10px;
	margin-left: -16px !important;
	padding-left: 16px !important;
	width: calc(100% + 32px);
}

.case_study .slider.slide_num_1 .slide {
	margin: 6px 12px !important;
	width: calc(100vw - 64px) !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 {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case_study .slider.slide_num_1 .slide a .info {
	padding: 12px 16px;
	width: 100%;
}

.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 {
	margin: 16px 6px !important;
	width: calc((100vw - 44px) / 2) !important;
	width: 160px !important;
	max-width: calc(50vw - 44px) !important;
	max-width: 160px !important;
}

.case_study .slider .slide a .info {
	padding: 12px;
}

.case_study .slider .slide a .info .title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}

.case_study .slider .slide a .info .text {
	margin-bottom: 12px;
	font-size: 10px;
	line-height: 18px;
}

.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;
	margin: 0 !important;
	padding: 15px 0 !important;
}

.news_section .news_list li.sp_on a .date {
	display: flex;
	align-items: center;
	margin-right: 16px;
	width: auto;
	min-width: 100px;
}

.news_section .news_list li.sp_on a .cat {
	margin-right: 0;
	width: auto;
	min-width: auto;
}

.news_section .news_list li.sp_on a .title {
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
}

.news_section .news_list li .date {
	display: flex;
	align-items: center;
	margin-right: 16px;
	font-size: 14px;
}

.news_section .news_list li .cat {
	padding: 5px 12px 3px;
	font-size: 10px;
}

.news_section .news_list li a {
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
}

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 {
	margin-bottom: 8px;
	font-size: 12px;
	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 {
	padding: 8px;
	font-size: 10px;
	line-height: 12px;
}

body.archive .article_block .article_list .article_item {
	padding-bottom: 20px;
	width: 100%;
}

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 {
	padding: 0 16px 16px;
	font-size: 10px;
}

.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 {
	margin-right: auto;
	margin-left: auto;
	width: 100% !important;
	max-width: 100% !important;
}

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

.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 {
	-webkit-overflow-scrolling: touch;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 100% !important;
	overflow-x: scroll;
	white-space: nowrap;
}

.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 {
	display: table;
	width: 100%;
}

.single-case_study .entry-content .overview,
.single-news .entry-content .overview,
.single-useful_info .entry-content .overview,
.single-event_report .entry-content .overview {
	margin-bottom: 80px;
	font-size: 16px !important;
	line-height: 26px;
}

.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 {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 1.5em;
}

.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 {
	margin-bottom: 12px;
	font-size: 14px;
}

.single-news .page_title,
.single-useful_info .page_title,
.single-event_report .page_title {
	margin-bottom: 16px;
	font-size: 18px;
}

.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 {
	justify-content: flex-start;
	height: 155px !important;
}

.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 {
	margin-right: -16px;
	margin-left: -16px;
	background-size: cover !important;
	width: calc(100% + 32px);
	height: 230px !important;
}

.page .kv {
	background: #eaeefd;
	padding: 0 !important;
	height: 118.5vw;
}

.page .kv .container.with_bkg_img {
	background: none !important;
	background-position: right bottom !important;
	background-size: contain !important;
	background-repeat: no-repeat !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;
	padding-top: 36px;
	padding-bottom: 24px;
	height: 50%;
	height: 45.4545454545%;
}

.page .kv .container.with_bkg_img .kv_info .text .kv_catch_1 {
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 16px;
}

.page .kv .container.with_bkg_img .kv_info .text .kv_catch_img {
	margin-bottom: 16px;
	width: 200px;
	max-width: 100%;
	height: auto;
}

.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;
	background-position: center bottom !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	height: 54.5454545455%;
}

.page .kv .container {
	height: 100%;
}

.page .kv .container picture {
	display: block;
	width: 100%;
	height: 100%;
}

.page .kv .container picture img {
	-o-object-fit: contain;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.page .in_page_navi {
	position: sticky;
	top: 60px;
	z-index: 10000;
	margin-top: 0px;
	padding: 10px 0;
	text-align: center;
}

.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);
	border-radius: 100px;
	background: white;
	padding: 12px;
}

.page .in_page_navi ul li.current a {
	border-radius: 100px;
	background: #eaeefd;
	color: #012fa6;
	font-weight: bold;
}

.page .in_page_navi ul li a {
	padding: 6px 15px;
	color: #5c73ad;
	font-size: 12px;
}

.page .title_block .page_title {
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

.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 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.page section#feature_section .feature_list li:last-child {
	margin-bottom: 0;
}

.page section#feature_section .feature_list li img {
	margin: 0 20px 0 0;
	width: 47px;
	height: 47px;
}

.page section#feature_section .feature_list li .text {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.page section#feature_section .feature_list li .text br {
	display: none;
}

.page section#function_section .function_group .col_6 {
	margin-bottom: 16px;
	padding: 0;
	width: 100%;
}

.page section#function_section .function_group .col_6:last-child {
	margin-bottom: 0;
}

.page section#function_section .function_group .col_6 .inner .head {
	margin-bottom: 20px;
	font-size: 14;
	line-height: 1.2;
}

.page section#function_section .function_group .col_6 .inner .desc {
	margin-bottom: 14px;
	font-size: 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 {
	margin: 0 24px 24px;
	border-right: none;
	border-bottom: 1px solid white;
	padding: 0 0 24px;
	width: calc(100% - 48px);
}

.page section#usage_section .section_body .usage_group .col_6:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.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 {
	position: relative;
	height: 300px;
	overflow-x: scroll;
}

.page section#usage_section .section_body .usage_list_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 300px;
}

.page #ninja_db_page section#function_section .section_head {
	margin-bottom: 12px;
}

.page #ninja_db_page section#function_section .desc_large {
	margin-bottom: 8px;
	font-size: 18px;
}

.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 {
	margin-bottom: 16px;
	font-size: 18px;
}

.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-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-align: left;
}

.page #solution_child_page section#title_section .title_block .title_box .page_title .small {
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

.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 {
	margin-left: -16px;
	border-radius: 0;
	background: #f6f6f6;
	width: 100vw;
}

.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 {
	margin-bottom: 10px;
	border-radius: 100px;
	background: #535353;
	padding: 6px 17px;
	color: white;
	font-size: 14px;
	line-height: 16px;
}

.page #solution_child_page section#problem_and_resolve_section .block .inner .section_head {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
}

.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 {
	margin-bottom: 16px;
	color: #012fa6;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.page #solution_child_page section#point_section .container .point_block .section_head span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}

.page #solution_child_page section#point_section .container .point_block .desc {
	margin-bottom: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 2;
}

.page.price .page_title {
	padding: 40px 0 32px !important;
	font-size: 24px;
}

.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 {
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 29px;
}

.page #price_page .price_section .container .inner .btn_wrapper {
	display: flex;
	justify-content: center;
}

.page #price_page .price_section .container .inner .btn_wrapper .btn {
	color: white;
	font-size: 16px;
}

#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 {
	padding: 4px 24px;
	font-size: 22px;
}

footer .footer_nav nav {
	margin: 0 !important;
}

footer .footer_nav nav .nav_block {
	padding: 0 0 60px;
	width: 100%;
}

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 {
	padding-bottom: 32px;
	font-size: 28px;
	line-height: 48px;
}

#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 {
	display: block;
	position: sticky;
	top: 0;
	left: calc(100vw - 75px);
	background-image: url(../img/arrow_black.png);
	background-position: center;
	background-size: 50px;
	background-repeat: no-repeat;
	background-color: rgba(234, 238, 253, 0.8);
	width: 50px;
	height: 100%;
	content: "";
}

.page .in_page_navi ul {
	padding: 10px;
}

.single-case_study .entry-content ul.task_and_effect .item .label {
	padding: 6px 16px;
	font-size: 14px;
	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 {
	margin-bottom: 16px;
	padding-bottom: 16px;
	font-size: 16px;
	line-height: 24px;
}

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 {
	justify-content: flex-start;
	order: 3;
	margin-top: 24px;
	margin-right: 0;
	width: 100%;
	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 {
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 24px;
}

.post-type-archive .page section {
	padding: 0 0 50px !important;
}

}

@media screen and (max-width: 479px) {

.container {
	padding: 0 10px;
	width: 100%;
	max-width: 100%;
}

}

