/*
Theme Name: my-lightning
Description: my-lightning css
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@600&display=swap");

:root {
	--font-family: "Work Sans", sans-serif;
	--blue: #81c2fe;
	--green: #83d88c;
	--orange: #ff9278;
}
a,
a:link,
a:visited,
a img {
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
}
a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-10 {
	margin-bottom: 10px;
}
.mt-10 {
	margin-top: 30px !important;
}
.mt-20 {
	margin-top: 30px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-100 {
	margin-left: 100px !important;
}
.prl-35 {
	padding-left: 35px;
	padding-right: 35px;
}
.font-work {
	font-family: var(--font-family);
}
.font-12 {
	font-size: 0.75rem;
}
.font-14 {
	font-size: 0.875rem;
}
.font-15 {
	font-size: 0.9375rem;
}
.font-16 {
	font-size: 1rem !important;
}
.font-18 {
	font-size: 1.125rem !important;
}
.text-blue {
	font-family: var(--font-family);
	color: var(--blue);
	margin-left: 100px;
	margin-bottom: 30px;
}
.text-blue-color {
	color: var(--blue);
	margin-bottom: 10px;
}
.text-green {
	color: var(--green);
	margin-bottom: 10px;
}
.text-orange {
	color: var(--orange);
	margin-bottom: 10px;
}
.w-450 {
	max-width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.w-600 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.w-640 {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

/* Header
-------------------------------------------*/
.site-header {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: none;
	height: 70px;
}
.site-header-logo img {
	max-height: 36px;
	padding-left: 1.5rem;
}
.header_scrolled .site-header {
	height: unset;
	background-color: rgb(255 255 255 / 90%);
}
.global-nav-list > li > a {
	font-family: var(--font-family);
	font-weight: bold;
}
.global-nav-list > li > a:hover,
.global-nav-list > li.current-menu-item > a {
	color: var(--blue);
}
.global-nav-list > li .global-nav-name {
	font-size: 1rem;
}
/* Contents
-------------------------------------------*/
.home .site-body {
	padding-top: 20px;
}
.p-kv {
	max-width: 1280px;
	margin: 0 auto 65px;
}
.p-kv > .wp-block-group__inner-container {
	position: relative;
	height: 810px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: var(--green);
	margin: 0 0 0 140px;
	padding: 0 0 137px 0;
}
.p-kv .vk_heading.vk_heading-style-plain .vk_heading_title {
	position: relative;
	z-index: 4;
	float: right;
	width: 700px;
	margin-bottom: 1rem;
	padding: 120px 85px 40px 0;
	font-family: var(--font-family);
	font-size: 5rem !important;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -2px;
	text-align: right;
}
.p-kv__detail {
	position: relative;
	float: right;
	z-index: 4;
	clear: both;
	display: block;
	width: 630px;
	padding: 0 85px 0 0;
	color: #fff;
	text-align: right;
}
.p-kv__detail img {
	width: 100%;
	max-width: 400px;
}
.p-kv .wp-block-button {
	margin-bottom: 4rem;
}
.wp-block-button a {
	font-family: var(--font-family);
	font-size: 1.125rem;
	min-width: 210px;
	padding: 10px 35px;
	line-height: 1.5;
}
/* slider */
.wp-block-vk-blocks-animation {
	z-index: 3;
}
.wp-block-vk-blocks-slider {
	position: absolute;
	left: -140px;
	top: -90px;
	width: 640px;
	background: #fff;
	z-index: 2;
}
.vk_slider a {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
}
.vk_slider_item:hover {
	filter: brightness(0.8);
}
.swiper-pagination,
.vk_slider .swiper-button-prev {
	display: none;
}
.vk_slider .swiper-button-next {
	top: unset;
	bottom: 1.5rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px #ccc;
}
.vk_slider .swiper-button-next:after {
	padding-left: 3px;
}
.vk_slider_item .vk_slider_item_container {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 3rem;
}
.slider-text-s {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0;
}
.slider-text {
	position: relative;
	bottom: 0;
	font-size: 1.5rem;
	font-weight: bold;
}
/* p-top-news */
.p-top-news h2 {
	display: flex;
	justify-content: center;
	font-size: 3.5rem !important;
	font-family: var(--font-family);
	font-weight: bold;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 60%;
	transform-origin: 60%;
	height: 110px;
	margin-top: 3rem;
	line-height: 0.9;
	color: #dddddd;
	overflow: hidden;
}
.p-top-news .wp-block-vk-blocks-heading {
	display: flex;
	justify-content: center;
}
.p-top-news h2 em {
	font-style: normal;
}
li a,
p a {
	text-decoration: none;
}
/* p-top-techology */
.p-top-techology {
	max-width: 1000px;
	margin: 0 auto 9rem;
}
.p-top-techology .wp-block-column:first-child {
	margin-right: -11rem;
	z-index: 2;
}
.p-top-techology .wp-block-column:last-child {
	position: relative;
	z-index: 1;
}
.p-top-techology h2 {
	font-family: var(--font-family);
	font-size: 6.25rem !important;
	position: relative;
	top: 70px;
	line-height: 1;
}
.p-top-techology h2:before {
	display: block;
	content: "";
	position: absolute;
	left: -220px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background: var(--blue);
	width: 210px;
	height: 8px;
}
.p-top-techology .wp-block-column:first-child p {
	width: 72%;
}
.p-top-techology .wp-block-image img {
	width: 100%;
}
.p-top-techology .wp-block-image a,
.wp-block-button__link {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	display: block;
}
.p-top-techology .wp-block-image a:hover,
.wp-block-button__link:hover {
	opacity: 0.7;
}
.p-top-techology .vk_button .vk_button_link.btn {
	position: absolute;
	right: 10px;
	bottom: 30px;
	padding: 0;
	background: none;
	border: 0;
	min-width: 30px;
}
.p-top-techology .vk_button .vk_button_link_before {
	font-size: 2.5rem;
}
/* p-top-about */
.p-top-about .wp-block-column.left {
	min-width: 900px;
	margin: 0 0 0 -80px;
}
.p-top-about .wp-block-column.right {
	margin: 0 0 0 -220px;
	padding-right: 70px;
}
.p-top-about h2 {
	font-family: var(--font-family);
	font-size: 6.25rem !important;
	color: #000;
	position: relative;
	top: 0;
	padding-top: 160px;
	margin-bottom: 20px;
	line-height: 1;
}
.p-top-about .wp-block-buttons {
	margin-bottom: 140px;
}
.p-top-about-lists {
	margin-left: -120px;
}
.p-top-about-lists .vk_button_link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.875rem;
	font-weight: bold;
	border-radius: 0;
	height: 165px;
}
.p-top-about-lists .vk_button_link .fas {
	margin-bottom: 6px;
	margin-right: 0;
}

/* Footer
-------------------------------------------*/
.site-footer,
.site-footer a {
	font-family: var(--font-family);
	font-size: 1.125rem;
}
.site-footer .row {
	justify-content: space-between;
}
.site-footer .col-lg-4:nth-of-type(1) {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: center;
}
.site-footer .col-lg-4:nth-of-type(2) {
	flex: 0 0 35%;
	max-width: 35%;
	display: flex;
	flex-wrap: wrap;
}
.site-footer .col-lg-4:nth-of-type(3) {
	flex: 0 0 35%;
	max-width: 35%;
}
.site-footer .col-lg-4:nth-of-type(2) h4,
.site-footer .col-lg-4:nth-of-type(3) h2 {
	font-family: var(--font-family);
	font-size: 2.625rem;
	line-height: 1;
	margin: 0 0 40px;
}
.site-footer .col-lg-4:nth-of-type(2) .widget_text {
	width: 100%;
	margin-bottom: 0;
}
.site-footer .col-lg-4:nth-of-type(2) .widget_nav_menu {
	width: 50%;
}
.widget_nav_menu > div > ul li a,
.widget_nav_menu > ul li a {
	border: 0;
}
.site-footer-copyright p {
	text-align: right;
}
@-webkit-keyframes footerSpriteImage {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
}

@keyframes footerSpriteImage {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
}
.l-footer__logo {
	margin: 0 0 0 20px;
}
.l-footer__logo span {
	display: block;
	margin: 7px 0 0;
	text-align: center;
}
.l-footer__logo span img {
	width: 100px;
}
.l-footer__logoLink {
	display: inline-block;
	overflow: hidden;
}
.l-footer__logoLink:before {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.l-footer__logoLink--pc {
	width: 148px;
	height: 148px;
}
.l-footer__logoLink--pc:before {
	width: 148px;
	height: 5032px;
	animation: footerSpriteImage 2.75s steps(34) infinite alternate-reverse;
}
@media screen and (min-width: 769px) {
	.l-footer__logoLink--pc:before {
		background-image: url(/wp-content/uploads/2021/07/sprite_logo.png);
		background-size: 148px 5032px;
	}
}
.l-footer__logoLink--sp {
	visibility: hidden;
	width: 0;
	height: 0;
}
.l-footer__logoLink--sp:before {
	animation: footerSpriteImage 2.75s steps(34) infinite alternate-reverse;
}
.page_top_btn {
	background-color: var(--blue);
	width: 45px;
	height: 45px;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 50%;
	outline: none;
	right: 1%;
	bottom: 2%;
	transition: 0.3s ease-in-out;
	transition-delay: 0.1s;
	animation: animScale 3.5s ease-out;
}
.scrolled .page_top_btn {
	border-radius: 50%;
	opacity: 0.8;
}
.scrolled .page_top_btn:hover {
	opacity: 1;
}
.lang-nav {
	position: fixed;
	right: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 110px;
	z-index: 6;
}
.lang-nav h2,
.bogoflags,
.bogoflags-before:before {
	display: none;
}
.bogo-language-switcher {
	margin: 0;
	padding: 0;
	text-align: center;
}
.bogo-language-switcher .first {
	margin: 0;
	border-bottom: 4px solid #a9e4ff;
}
.bogo-language-switcher .last {
	margin: 0;
}
.bogoflags-us:before,
.bogoflags-jp:before {
	content: "";
}
ul.bogo-language-switcher li {
	font-family: var(--font-family);
	font-size: 0.875rem;
	display: block;
	padding: 16px 0;
}
.bogo-language-switcher a {
	text-decoration: none;
}

/* Page
----------------------------------------------*/
/* post-name-story */
.post-name-story .sec p strong {
	font-family: var(--font-family);
	font-weight: bold;
}
.post-name-story .sec {
	margin-bottom: 70px;
}
body.page:not(.home) .entry-body {
	max-width: 1000px;
	margin: auto;
}
body:not(.home) .vk_animation h1 {
	position: absolute;
	top: -130px;
	left: -150px;
}
h2.c-title {
	font-family: var(--font-family);
	position: relative;
	margin: 70px 0 2rem 80px;
	padding: 0 0 0 20px;
	font-size: 2.25rem;
	line-height: 1;
}
h2.c-title::before {
	content: "";
	position: absolute;
	left: -80px;
	top: 17px;
	display: block;
	background: var(--blue);
	width: 80px;
	height: 4px;
}
.p-toptext {
	font-weight: bold;
	margin: 0 0 60px;
	font-size: 1.25rem;
}
.post-name-story .sec h4 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.3;
}
/* parent-pageid-126 */
.wp-block-separator {
	margin: 60px 0;
}
.post-name-story01 {
	background: #e9f5fb;
}
.post-name-story02 {
	background: #e9f4e7;
}
.post-name-story03 {
	background: #ffe8e5;
}
.page-child.story .site-body::before {
	content: "";
	display: block;
	position: absolute;
	left: 60px;
	top: 0;
	width: 300px;
	height: 500px;
	background: #fff;
}
.page-child.story .group01 {
	margin: 0 50px 100px 100px;
	height: 300px;
}
.page-child.story .group01 h2 {
	margin-top: 0;
}
.post-name-story01 h2.c-title::before {
	background: var(--blue);
}
.post-name-story02 h2.c-title::before {
	background: var(--green);
}
.post-name-story03 h2.c-title::before {
	background: var(--orange);
}
.page-child.story .sec01,
.page-child.story .sec02 {
	background: #fff;
	margin: 100px -60px 60px;
	padding: 80px 20px;
}
.page-child.story .sec01 .wp-block-group__inner-container {
	max-width: 860px;
	margin: auto;
}
.page-child.story .sec01 a {
	text-decoration: underline;
}
.post-name-story03 .sec01 h3 {
	font-family: var(--font-family);
	font-weight: bold;
	color: var(--orange);
	margin: 0 0 30px;
	line-height: 1;
	font-size: 1.75rem;
}
.post-name-story02 .sec01 .w-400 .wp-block-columns {
	margin-bottom: 0;
	font-size: 1.125rem;
}
.border-green {
	max-width: 1000px;
	margin: 60px -70px 80px;
	padding: 60px;
	border: 6px solid var(--green);
}
.sec02 .border-green {
	margin: 60px 40px 80px;
}
.sec03.border-green {
	background: #fff;
	margin: 60px 40px 80px;
}
.post-name-story02 .border-green .wp-block-columns {
	margin-bottom: 10px;
}
.step {
	font-family: var(--font-family);
	font-weight: bold;
	font-size: 1.25rem;
	color: var(--green);
	margin-bottom: 10px;
}
.post-name-story02 .bg-img {
	max-width: 1200px;
	margin: 0 -170px 60px;
}
.bg-darkgray {
	max-width: 1200px;
	margin: 0 -60px 60px;
	padding: 80px 70px;
	background: #abc8d8;
}
.bg-darkgray p {
	background: #fff;
	margin-top: -60px;
	padding: 70px 15px 20px;
	font-size: 1.125rem;
	line-height: 1.2;
	z-index: 0;
	height: 150px;
}
.post-name-story03 .sec01 .wp-block-vk-blocks-grid-column {
	max-width: 690px;
	margin: 0 auto 60px;
}
.sec-link {
	background: var(--blue);
	margin: 0 -60px 20px;
	padding: 110px 140px;
	color: #fff;
}
.post-name-story02 .sec-link {
	background: var(--green);
}
.post-name-story03 .sec-link {
	background: var(--orange);
}
.sec-link h2 {
	position: relative;
	font-family: var(--font-family);
	font-size: 2.25rem;
	margin: 0 0 45px;
	padding-left: 100px;
	line-height: 1;
}
.sec-link h2::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 17px;
	display: block;
	background: #fff;
	width: 80px;
	height: 4px;
}
.sec-link em {
	font-family: var(--font-family);
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
}
.sec-link p:nth-of-type(2) {
	margin: 0 0 30px;
	font-size: 1.5rem;
	line-height: 1.3;
}
.sec-link p:nth-of-type(3) {
	font-size: 0.875rem;
}
.link-all .wp-block-column {
	position: relative;
}
.link-all .wp-block-column figure {
	margin-top: 60%;
}
.link-all .wp-block-column a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.link-all .wp-block-column p:hover {
	opacity: 0.8;
}
/* post-name-technology */
.post-name-technology .sec.wp-block-columns {
	flex-direction: column;
}
.post-name-technology .sec .wp-block-column:first-child {
	margin-left: 60px;
}
.h3-bg.wp-block-column:not(:first-child) {
	margin: -90px 0 50px;
}
.h3-bg.wp-block-column .wp-block-group {
	max-width: 770px;
	padding: 20px 30px 1px;
}
.h3-bg.wp-block-column .wp-block-group em {
	font-family: var(--font-family);
	font-size: 1rem;
	font-style: normal;
}
.p-sectionText {
	margin: 0 100px 30px 0;
}
.bg-number {
	margin-bottom: 30px;
}
.bg-number p {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	margin: 0 0 5px;
	padding: 0 30px;
	background: #eeeeee;
}
.bg-number p em {
	font-family: var(--font-family);
	font-style: normal;
	width: 65px;
	margin: 0 30px 0 0;
	font-size: 3.125rem;
	color: #fff;
}
.sec-content {
	margin: 0 0 90px 125px;
}
.bg-blue {
	margin: 0 calc((100vw - 1000px) / -2) 100px 0;
	padding: 100px calc((100vw - 1000px) / 2) 80px 120px;
	background: #e9f5fb;
}
.bg-blue h3 em {
	font-family: var(--font-family);
	font-style: normal;
	font-size: 1rem;
}
/* post-name-product */
.post-name-product .sec01 .wp-block-button__link {
	font-size: 1.125rem;
	font-weight: bold;
	max-width: 220px !important;
	margin: auto;
	height: 50px;
}
.tit-blue {
	margin: 0 235px 60px 0;
	padding: 15px 30px 20px;
}
.tit-blue em {
	font-size: 1rem;
	font-style: normal;
}
.product-sectionBody {
	margin: 0 60px 80px 125px;
}
.post-name-product .sec02 .bg-number p em {
	width: 110px;
	margin: 0;
	font-size: 1.25rem;
}
.post-name-product .sec03 .wp-block-group__inner-container {
	max-width: 640px;
	margin: auto;
}
.post-name-product .sec03 h4 {
	color: var(--blue);
	font-size: 1.5rem;
	margin: 0 0 40px;
}
.post-name-product .sec03 table,
.post-name-product .sec03 table td {
	font-size: 0.875rem;
	border: 0;
}
.post-name-product .sec03 table td {
	border-bottom: 1px solid var(--blue);
	padding: 20px 0;
	vertical-align: top;
}
.post-name-product .sec03 table tr:last-child > td {
	border-bottom: 0;
}
.post-name-product .sec03 table tr > td:first-child {
	color: var(--blue);
	font-weight: bold;
}
.border-blue {
	padding: 50px 25px 45px;
	background: #fff;
	border: 2px solid var(--blue);
}
.border-blue h5 {
	font-size: 1.5rem;
	color: var(--blue);
	margin-bottom: 30px;
}
.target-area h4,
.target-area em {
	font-family: var(--font-family);
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	color: var(--blue);
}
.target-area h5 {
	font-size: 1.5rem;
	margin-top: 0;
}
.target-area em {
	font-size: 1rem;
}
.target-area .wp-block-separator {
	margin: 50px 0;
}
/* post-name-about */
.post-name-about .position {
	font-size: 1.125rem;
	font-weight: bold;
	color: var(--blue);
	margin-bottom: 0;
}
.post-name-about .name {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.2;
}
.post-name-about .border-blue {
	max-width: 1000px;
	border: 6px solid var(--blue);
	margin: 0 auto 155px;
	padding: 40px 0;
	text-align: center;
}
.post-name-about .border-blue h2 {
	font-family: var(--font-family);
	font-size: 1.875rem;
	font-weight: bold;
	font-style: normal;
	color: var(--blue);
}
.post-name-about .border-blue p {
	font-size: 1.5rem;
}
.post-name-about .bg-gray {
	margin: 0 calc((100vw - 1000px) / -2) 0 -70px;
	padding: 100px 0 100px;
}
.post-name-about .bg-gray h2 {
	margin-top: 0;
	margin-bottom: 90px;
}
.post-name-about .bg-gray h2.c-title::before {
	background: #fff;
}
.post-name-about .bg-gray a:not(.wp-block-button__link) {
	text-decoration: underline;
}
.post-name-about .bg-gray table,
.post-name-about .bg-gray table td {
	border: 0;
	max-width: 800px;
	margin: auto;
}
.post-name-about .bg-gray table td {
	border-bottom: 1px solid #fff;
	padding: 20px 1.5rem;
}
.post-name-about .bg-gray table tr > td:first-child {
	width: 13rem;
	font-size: 0.875rem;
	color: #aaaaaa;
	text-align: right;
}
.post-name-about .bg-gray table tr > td:last-child {
	font-size: 1rem;
}
.post-name-about .bg-gray table tr:last-child > td {
	border-bottom: 0;
}
/* post-name-news */
body:not(.home).post-name-news .vk_animation h1 {
	left: -236px;
}
.postListText_date {
	padding-left: 10px;
}
.postListText_title {
	position: relative;
	padding: 10px;
}
.postListText_title:hover {
	position: relative;
	background: var(--blue);
	color: #fff;
}
.postListText_title a:hover {
	text-decoration: none;
	color: #fff;
}

/* post-name-recruitment */
body:not(.home).post-name-recruitment .vk_animation h1 {
	left: -245px;
}
/* post-name-contact */
.postListText_title {
	width: 100%;
	padding-top: 10px;
}
.post-name-contact .w-640 {
	margin-bottom: 150px;
}
/* post-name-company */
.map .wp-block-group__inner-container {
	max-width: 100vw !important;
}
.contact-company .wp-block-group__inner-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.contact-company .wp-block-group__inner-container p {
	font-size: 1.125rem;
	margin-bottom: 0;
}
.contact-company .wp-block-group__inner-container p:first-child {
	font-size: 1.5rem;
	font-weight: bold;
}

/* Archive,Single
----------------------------------------------*/
.vk_post_btnOuter,
.vk_post_btn,
.vk_post_excerpt,
.archive .archive-header,
.entry-meta-item-updated,
.entry-meta-item-author {
	display: none;
}
body.blog .vk_animation h1 {
	position: absolute;
	top: -130px;
	left: -520px;
}
body.archive .vk_animation h1,
body.single .vk_animation h1 {
	position: absolute;
	top: -130px;
	left: -30px;
}
.blog .site-body,
.archive .site-body,
.single .site-body {
	padding-top: 120px;
}
.blog .site-body-container,
.single .site-body-container,
.archive .site-body-container {
	max-width: 1000px;
}
.sub-section--col--two {
	width: 180px;
	padding: 0 20px 0 0;
	margin: 100px 0 0 100px;
}
.archive .sub-section--col--two,
.single .sub-section--col--two {
	margin: 60px 0 0 90px;
}
.sub-section--col--two,
.sub-section--col--two a {
	font-family: var(--font-family);
	font-size: 1.125rem;
	padding-left: 0;
	font-weight: bold;
}
.sub-section--col--two a {
	padding: 10px !important;
}
.sub-section--col--two a:hover {
	color: var(--blue);
	background: none !important;
}
.sub-section--col--two .widget {
	margin-bottom: 10px;
}
.main-section--col--two {
	width: calc(100% - 280px);
}
.main-section--col--two .widget {
	margin-bottom: 0;
}
.blog h2.c-title {
	margin: 0 0 0 -200px;
}
.single h2.c-title,
.archive h2.c-title {
	margin: 0 0 0 280px;
}
.blog .vk_posts,
.single .vk_posts,
.archive .vk_posts,
.single .main-section {
	margin-top: 40px;
}
.vk_posts-mainSection .vk_post-col-sm-12.media:first-child {
	border-top: 0;
}
.vk_posts-mainSection .vk_post-col-lg-12.media {
	padding: 10px 0;
}
.vk_post .media-img {
	width: 20%;
}
.vk_posts-mainSection .vk_post-col-lg-12 .vk_post_title {
	font-size: 14px;
}
.vk_post_imgOuter_singleTermLabel {
	padding: 2px 5px;
}
.vk_post-btn-display.media .vk_post_body {
	padding-bottom: 0;
}
.vk_post .vk_post_title a:hover {
	color: var(--blue);
}
.single .entry-title {
	font-size: 1.125rem;
}
.single .entry-header {
	padding: 0 0 25px;
	border-bottom: 1px solid #ffd34f;
}
.next-prev {
	height: 160px;
}
.next-prev .card {
	border: 0;
}
.card-intext .card-intext-inner .vk_post_body {
	border-radius: 5px;
}
body.blog .vk_animation h1.pcImg,
body.archive .vk_animation h1.pcImg,
body.single .vk_animation h1.pcImg {
	display: block;
}
body.blog .vk_animation h1.spImg,
body.archive .vk_animation h1.spImg,
body.single .vk_animation h1.spImg {
	display: none;
}
/* .break-grid */
.wp-block-media-text.break-grid {
	max-width: 1000px;
	margin: 0 auto 70px;
}
.wp-block-media-text.break-grid .wp-block-media-text__media {
	margin-right: -400px;
}
.wp-block-media-text.break-grid .wp-block-media-text__content {
	position: relative;
	max-width: 560px;
	margin: 280px 0 0 -60px;
	padding: 0;
}
.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__media {
	margin-right: 0;
	margin-left: -400px;
}
.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__content {
	position: relative;
	max-width: 560px;
	margin: 280px -60px 0 0;
	padding: 0;
}

/* SP,Tab
----------------------------------------------*/
@media screen and (max-width: 1199px) {
	.p-kv {
		width: auto;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.p-kv .vk_heading.vk_heading-style-plain .vk_heading_title {
		width: 600px;
		padding: 100px 85px 20px 0;
		font-size: 4.375rem !important;
	}
	.p-kv__detail h2 {
		font-size: 1.625rem !important;
	}
	.p-top-techology h2,
	.p-top-about h2 {
		font-size: 5rem !important;
	}
	.p-top-about {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.p-top-about .wp-block-column.left {
		min-width: 700px;
		margin: 0;
	}
	.p-top-about h2 {
		padding-top: 120px;
	}
	.p-top-about-lists {
		margin-left: 0;
	}
	.p-top-about .wp-block-buttons {
		margin-bottom: 90px;
	}
	.p-top-about-lists .vk_button_link {
		height: 135px;
		font-size: 1.25rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.vk-mobile-nav-widget h1 {
		display: none;
	}
	.post-name-about .bg-gray {
		margin: 0 calc((100vw - 930px) / -2) 0 -70px;
		padding: 100px 0 100px;
	}
	body.archive .vk_animation h1,
	body.single .vk_animation h1 {
		left: -140px;
	}
	.archive h2.c-title,
	.single h2.c-title {
		margin: 0 0 0 170px;
	}
	/* .break-grid */
	.wp-block-media-text.break-grid .wp-block-media-text__media {
		margin-right: -340px;
	}
	.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__media {
		margin-right: 0;
		margin-left: -340px;
	}
}
@media screen and (max-width: 991px) {
	.vk-mobile-nav-open .bogo-language-switcher {
		display: flex;
		justify-content: center;
	}
	.bogo-language-switcher .first {
		border-bottom: 0;
		border-right: 4px solid #a9e4ff;
	}
	.bogo-language-switcher li {
		padding: 0 15px !important;
	}
	.site-header-logo img {
		margin-left: 0;
		padding-left: 0;
	}
	.product-sectionBody {
		margin: 0 0 80px 0;
	}
	.post-name-product .ml-60 {
		margin-left: 0 !important;
	}
	.tit-blue {
		margin: 0 0 60px 0;
	}
	.bg-blue {
		margin: 0;
		padding: 40px 20px 40px 20px;
	}
	.post-name-about .bg-gray {
		margin: 0;
		padding: 80px 20px;
	}
	.blog .site-body,
	.archive .site-body,
	.single .site-body {
		padding-top: 10px;
	}
	.blog .site-body-container,
	.single .site-body-container,
	.archive .site-body-container {
		display: flex;
		flex-wrap: wrap-reverse;
	}
	body.blog .vk_animation h1.pcImg,
	body.archive .vk_animation h1.pcImg,
	body.single .vk_animation h1.pcImg {
		display: none;
	}
	body.blog .vk_animation h1.spImg,
	body.archive .vk_animation h1.spImg,
	body.single .vk_animation h1.spImg {
		display: block;
	}
	body.blog .vk_animation h1 {
		top: -10px;
		left: -80px;
		width: 50px;
	}
	body.archive .vk_animation h1,
	body.single .vk_animation h1 {
		top: -10px;
		left: -20px;
		width: 50px;
	}
	.blog h2.c-title {
		margin: 0 0 100px 80px;
	}
	.archive h2.c-title {
		margin: 0 0 0 150px;
	}
	.single h2.c-title {
		margin: 0 0 0 110px;
	}
	.sub-section--col--two {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 0;
		margin: 0px 0 -140px 60px;
	}
	.sub-section--col--two .widget {
		margin-bottom: 0;
	}
	.localNavi {
		display: flex;
	}
	.archive .sub-section--col--two,
	.single .sub-section--col--two {
		margin: 20px 0 0 60px;
	}
	.main-section--col--two {
		width: 100%;
		margin-left: 50px;
	}
	.vk_posts {
		margin-left: 0;
		margin-right: 0;
	}
	/* .break-grid */
	.wp-block-media-text.break-grid {
		max-width: 690px;
	}
	.wp-block-media-text.break-grid .wp-block-media-text__media {
		margin-right: -250px;
	}
	.wp-block-media-text.break-grid .wp-block-media-text__content {
		margin: 240px 0 0 -210px;
	}
	.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__media {
		margin-right: 0;
		margin-left: -250px;
	}
	.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__content {
		margin: 240px -210px 0 0px;
	}
}
@media screen and (max-width: 800px) {
	.vk-mobile-nav-open img {
		width: 100px;
	}
	.lang-nav {
		display: none;
	}
	.site-header {
		height: 50px;
	}
	.site-header-logo img {
		margin-right: unset;
		margin-left: unset;
	}
	.home .site-body {
		padding-top: 0;
	}
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 1180px;
	}
	.wp-block-vk-blocks-slider {
		top: 100px;
	}
	.p-kv .vk_heading.vk_heading-style-plain .vk_heading_title {
		width: auto;
		height: auto;
		padding: 25px 10px 0 0;
		font-size: 2.2rem !important;
		letter-spacing: 0.4px;
		line-height: 1;
		float: none;
	}
	.p-kv .wp-block-vk-blocks-slider,
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		height: 800px !important;
	}
	.p-kv__detail {
		position: absolute;
		top: unset !important;
		bottom: 0;
		overflow: hidden;
		float: none;
		margin-top: 30px;
		padding: 0 15px 0 0;
	}
	.p-top-news .wp-block-column:first-child {
		flex-basis: 3rem !important;
	}
	.p-top-news .wp-block-column:last-child {
		flex-basis: calc(100% - 6rem) !important;
	}
	.p-top-news h2 {
		font-size: 2rem !important;
		width: 15rem;
		height: 40px;
		margin: 0;
		position: relative;
		bottom: -110px;
		-webkit-transform-origin: 40%;
		transform-origin: 40%;
	}
	.p-top-news h2 br {
		display: none;
	}
	.p-top-news h2 em {
		padding-right: 0.5rem;
	}
	.p-top-techology h2,
	.p-top-about h2 {
		font-size: 2.5rem !important;
	}
	.p-top-techology .wp-block-column:first-child p {
		width: 100%;
	}
	.p-top-techology .wp-block-column:not(:only-child) {
		flex-grow: 1;
	}
	.p-top-techology__detail {
		position: relative;
		top: 100px !important;
	}
	.p-top-about {
		position: relative;
		display: block;
	}
	.p-top-about .wp-block-column.left {
		position: relative;
		bottom: 0;
	}
	.p-top-about .wp-block-column.right {
		position: absolute;
		bottom: -70px;
		right: 0;
		left: 0;
		margin: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.p-top-about h2 {
		text-shadow: 0 0 2px #fff;
	}
	.p-top-about .wp-block-buttons {
		margin-bottom: 40px;
	}
	.p-top-about-lists .vk_button_link {
		height: 75px;
	}
	.site-footer .col-lg-4:nth-of-type(1) {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.site-footer .col-lg-4:nth-of-type(2) {
		flex: 0 0 50%;
		max-width: 50%;
		display: flex;
		flex-wrap: wrap;
	}
	.site-footer .col-lg-4:nth-of-type(3) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	body:not(.home) .vk_animation h1 {
		position: absolute;
		top: -50px;
		left: -30px;
		width: 50px;
	}
	h2.c-title {
		margin: 40px 0 2rem 50px;
		padding: 0 0 0 10px;
		font-size: 1.3rem;
	}
	h2.c-title::before {
		width: 35px;
		height: 2px;
		left: -30px;
		top: 9px;
	}
	.p-toptext {
		margin: 0 0 60px 1.5rem;
		font-size: 1rem;
	}
	.post-name-story .sec h4 {
		font-size: 1.2rem;
	}
	.font-14 {
		font-size: 13px;
	}
	/* page */
	.page-child.story .site-body {
		padding-top: 20px;
	}
	.page-child.story .site-body::before {
		left: 0;
		width: 150px;
		height: 320px;
	}
	.page-child.story .group01 {
		margin: 0 50px 100px 40px;
		height: auto;
	}
	.page-child.story .group01 .text-blue-color {
		font-size: 12px;
	}
	h3,
	.page-child.story .group01 h2,
	.page-child.story .sec01 h3,
	.page-child.story .sec01 h3 span,
	.page-child.story .sec01 .text-green span {
		font-size: 16px !important;
	}
	.post-name-story01 .sec01 .wp-block-columns.column-reverse {
		flex-direction: column-reverse;
	}
	.post-name-story01 .sec01 .wp-block-columns.column-reverse img {
		margin: auto;
	}
	.sec-link {
		margin: 0;
		padding: 50px 25px 35px;
	}
	.page-child.story .sec01,
	.page-child.story .sec02 {
		background: #fff;
		margin: 80px 0px 40px;
		padding: 40px 20px;
	}
	.page-child.story .sec01 .w-450,
	.page-child.story .sec01 .wp-block-group__inner-container,
	.page-child.story .sec02 .w-450,
	.page-child.story .sec02 .wp-block-group__inner-container {
		margin-top: 10px;
		margin-left: unset;
		margin-right: unset;
	}
	.page-child.story .sec01 .wp-block-columns,
	.page-child.story .sec02 .wp-block-columns {
		margin-bottom: 0;
	}
	.page-child.story .sec01 .w-450 img,
	.page-child.story .sec02 .w-450 img {
		width: 70px;
	}
	.border-green {
		margin: 30px 20px 40px !important;
		padding: 30px 10px;
		border: 3px solid var(--green);
	}
	.border-green .prl-35 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.post-name-story02 .bg-img {
		margin: 0 -50px 60px;
	}
	.sec-content {
		margin: 0px 0 90px 10px;
	}
	.post-name-about .bg-gray {
		padding: 40px 20px;
	}
	body.blog .vk_animation h1 {
		top: -30px;
		left: -85px;
		width: 50px;
	}
	body.archive .vk_animation h1,
	body.single .vk_animation h1 {
		top: -10px;
		left: -20px;
		width: 50px;
	}
	.archive h2.c-title,
	.single h2.c-title {
		margin: 20px 0 0 70px;
	}
	.blog h2.c-title {
		margin: 20px 0 100px 0px;
	}
	.sub-section--col--two {
		margin: 30px 0 -140px 60px;
	}
	.archive .sub-section--col--two,
	.single .sub-section--col--two {
		margin: 30px 0 0 60px;
	}
	/* .break-grid */
	.wp-block-media-text.break-grid {
		width: auto;
		display: block;
	}
	.wp-block-media-text.break-grid .wp-block-media-text__media,
	.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__media {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.wp-block-media-text.break-grid .wp-block-media-text__content,
	.wp-block-media-text.has-media-on-the-right.break-grid .wp-block-media-text__content {
		margin: -80px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.l-footer__logo {
		margin: 0 0 30px;
	}
	.l-footer__logoLink--pc {
		visibility: hidden;
		width: 0;
		height: 0;
	}
	.l-footer__logoLink--sp {
		visibility: visible;
		display: inline-block;
		width: 92.5px;
		height: 92.5px;
	}
	.l-footer__logoLink--sp:before {
		width: 92.5px;
		height: 3145px;
		background-size: 92.5px 3145px;
		background-image: url(/wp-content/uploads/2021/07/sp_sprite_logo.png);
	}
}
@media screen and (max-width: 767px) {
	.p-kv > .wp-block-group__inner-container {
		margin-left: 25px;
		padding-bottom: 1000px;
		height: auto;
	}
	.wp-block-vk-blocks-slider {
		left: -30px;
	}
	.p-kv__detail {
		width: 100%;
		text-align: left;
	}
	.p-kv__detail h2 {
		text-align: left !important;
		padding: 0 1rem;
	}
	.p-kv .wp-block-button {
		margin-bottom: 2rem;
	}
	.site-footer .col-lg-4:nth-of-type(2),
	.site-footer .col-lg-4:nth-of-type(3) {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.post-name-about .border-blue {
		margin: 0 auto 60px;
	}
	.post-name-about .bg-gray h2 {
		margin-bottom: 40px;
	}
	.post-name-about .bg-gray table td,
	.post-name-about .bg-gray table tr > td:first-child {
		width: 100%;
		text-align: left;
		display: block;
		padding: 0 10px 10px;
	}
	.post-name-about .bg-gray table tr > td:first-child {
		border-bottom: 0;
		padding: 10px 10px 5px;
	}
}
@media screen and (max-width: 650px) {
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 940px;
	}
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		width: 100% !important;
		height: 730px !important;
	}
	.p-kv .wp-block-vk-blocks-slider {
		width: 95%;
		height: 730px !important;
	}
	.p-top-techology {
		position: relative;
		margin-bottom: 5rem;
	}
	.p-top-techology h2 {
		top: 0;
		padding-left: 40px;
	}
	.p-top-techology h2:before {
		left: -180px;
	}
	.p-top-techology .wp-block-column:first-child {
		margin-right: 0;
	}
	.p-top-techology__detail {
		position: absolute;
		bottom: 20px;
		top: unset !important;
		padding: 0 2rem;
	}
	.p-top-techology__detail p {
		text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
			0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff,
			0 0 1px #fff;
	}
	.p-top-about .wp-block-column.left {
		min-width: unset;
	}
	.p-top-about-lists .wp-block-column {
		flex-basis: calc(50% - 1em) !important;
		margin: 0 5px;
	}
}
@media screen and (max-width: 600px) {
	body:not(.home) .vk_animation h1 {
		left: -30px;
	}
	h2.c-title {
		margin: 40px 0 2rem 50px;
	}
	h2.c-title::before {
		width: 30px;
	}
	.p-toptext {
		margin: 0 0 60px 2.5rem;
	}
	.wp-block-vk-blocks-grid-column-item img {
		width: 100%;
	}
	body.blog .vk_animation h1 {
		top: -10px;
		left: -80px;
		width: 50px;
	}
	body.archive .vk_animation h1,
	body.single .vk_animation h1 {
		left: -20px;
	}
	.archive h2.c-title,
	.single h2.c-title {
		margin: 0 0 0 70px;
	}
	.media {
		flex-direction: column;
	}
	.vk_post .media-img,
	.vk_post .media-body {
		width: 100%;
	}
	.vk_post .media-img {
		margin-bottom: 10px;
	}
	.wp-block-media-text.break-grid .wp-block-group.has-background {
		padding: 20px !important;
	}
}
@media screen and (max-width: 560px) {
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 850px;
	}
	.p-kv .wp-block-vk-blocks-slider,
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		height: 630px !important;
	}
}
@media screen and (max-width: 480px) {
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 750px;
	}
	.p-kv .wp-block-vk-blocks-slider,
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		height: 530px !important;
	}
	.p-kv__detail h2 {
		font-size: 1.4rem !important;
	}
	.p-top-about-lists .vk_button_link {
		font-size: 0.9rem;
	}
	.p-top-about-lists .vk_button_link .fas {
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 425px) {
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 660px;
	}
	.p-kv .wp-block-vk-blocks-slider,
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		height: 460px !important;
	}
	.slider-text {
		font-size: 1.12rem;
	}
	.p-top-about .wp-block-buttons {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 375px) {
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 620px;
	}
	.p-kv .wp-block-vk-blocks-slider,
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		height: 400px !important;
	}
}
@media screen and (max-width: 320px) {
	.p-kv > .wp-block-group__inner-container {
		padding-bottom: 550px;
	}
	.p-kv .wp-block-vk-blocks-slider,
	.p-kv .wp-block-vk-blocks-slider .vk_slider_item {
		height: 350px !important;
	}
	.p-top-about-lists .wp-block-column {
		margin: 0px 2px;
	}
}
