/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.h-parent h2::after {
	content: "";
	display: block;
	width: 62px;
	height: 3px;
	background-color: #e60000;
	margin-top: 12px;
	margin-left: -10px;

}

.lower-head h2::after {
	content: "";
	display: block;
	width: 62px;
	height: 3px;
	background-color: #e60000;
	margin-top: 12px;

}

.Qoutes::after {
	content: '\201C';
	color: #000;
	font-size: 50px;
	margin-left: 0;
	margin-top: -12px;
	position: absolute;
	top: 0;
	left: 0;
}

header li.menu-item a.elementor-item-active {
	background: #fff;
	box-shadow: 0px 11px 12px -3px rgba(0, 0, 0, 0.4);
	color: #DC0823 !important;
}

header li.menu-item a.elementor-item-active:hover {
	background: #fff;
	box-shadow: 0px 11px 12px -3px rgba(0, 0, 0, 0.4);
	color: #DC0823 !important;
}


header.elementor.elementor-location-header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 2;
	transition: 0.3s ease-in-out;
}

.white-bg-menu img {
	width: 60px;
}

.fixed-class-name .white-bg-menu img {
	width: 50px;
}

.footer-right-side li.menu-item a::after {
	display: none;
}

.logged-in header.elementor.elementor-location-header {
	top: 32px;
}

.fixed-class-name header>div {
	background: #2e2e2e;
}

.fixed-class-name header>div.white-bg-menu {
	background: #fff;
}

header li.menu-item.current-menu-item a::after {
	display: none;
}

header li.menu-item a {
	border-radius: 30px;
	padding: 13px 18px !important;
	color: #fff !important;
}

header li.menu-item a:after {
	display: none;
}

header li.menu-item {
	margin-right: 10px;
}

header li.menu-item:last-child {
	margin-right: 0px;
}

header .white-bg-menu li.menu-item a {
	color: #000 !important;
	font-weight: 500;
}

.brand_slider .e-con-inner {
	display: flex;
	flex-flow: column !important;
	justify-content: center !important;
}

.elementor .elementor-element {
	margin: 0px;
}

.elementor-element.custom-bg {
	max-width: 1036px;
	width: 100%;
}

@media(min-width: 1366px) {
	.elementor-element>div.e-con-inner {
		max-width: 1366px;
		margin: 0 auto;
	}
}

.abt-gallery .gallery-item {
	height: 364px;
}

.abt-gallery .gallery-item>div {
	height: 100%;
}

.abt-gallery .gallery-icon.landscape img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 100%;
	object-position: top;
}

.crisis-section-block {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center !important;
	align-items: center !important;
}

.crisis-section-block>div {
	background: #fff;
	padding: 20px 12px;
	width: 169px;
	height: 122px;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	display: flex;
	text-align: center;
	justify-content: center;
	margin: 0 auto !important;
}

header .white-bg-menu li.menu-item.current-menu-item a {
	color: #DC0823 !important;
}

/* form */
/* ===== Contact Form 7 – Basic Reset ===== */
.contact-form-wrapper form ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 20px;
}

/* Full-width fields */
.contact-form-wrapper form ul li:nth-child(7),
.contact-form-wrapper form ul li:nth-child(8),
.contact-form-wrapper form ul li:nth-child(9) {
	grid-column: span 2;
}

/* Labels */
.contact-form-wrapper form label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #111;
}

/* Inputs, Selects, Textarea */
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper select,
.contact-form-wrapper textarea {
	width: 100%;
	padding: 12px 14px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background-color: transparent;
	box-sizing: border-box;
}

/* Placeholder */
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
	color: #aaa;
}

/* Textarea height */
.contact-form-wrapper textarea {
	min-height: 160px;
	resize: vertical;
}

/* Focus state */
.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
	outline: none;
	border-color: #999;
}

.contact-form-wrapper form label {
	position: relative;
}

.contact-form-wrapper form ul li strong {
	position: absolute;
	top: 30px;
	opacity: 0.3;
	left: 12px;
}

.contact-form-wrapper form ul li {
	position: relative;
}

.contact-form-wrapper form ul li br {
	display: none;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="text"]:active,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
	background-color: #fff !important;
}

/* Submit Button */
.contact-form-wrapper input[type="submit"] {
	width: 100%;
	padding: 14px;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Submit Hover */
.contact-form-wrapper input[type="submit"]:hover {
	background: #f5f5f5;
}

.contact-form-honeypot {
	display: none !important;
}

.contact-form-response {
	margin: 1.5em 0 0;
	padding: 0.75em 1em;
	border: 2px solid #00a0d2;
	border-radius: 8px;
}

.contact-form-response[hidden] {
	display: none;
}

.contact-form-response--success {
	border-color: #46b450;
}

.contact-form-response--error {
	border-color: #dc3232;
}

.contact-form-response--pending {
	border-color: #ffb900;
}

/* Bootcamp / homepage YouTube embeds — Elementor JS does not size static iframes */
#bootcamp .elementor-widget-video .elementor-wrapper {
	--video-aspect-ratio: 16 / 9;
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 100%;
	position: relative;
	border-radius: 42px;
	overflow: hidden;
}

#bootcamp .elementor-element-2b7398e {
	width: 100% !important;
	max-width: 100% !important;
}

#bootcamp .elementor-widget-video .elementor-wrapper .elementor-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

#bootcamp .elementor-widget-video .elementor-wrapper iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* Leadership team portraits */
.team-custom-slider .elementor-widget-theme-post-featured-image {
	aspect-ratio: 322 / 377;
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
	max-width: 322px;
}

.team-custom-slider .elementor-element.elementor-widget-theme-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
}

.founder-profile .elementor-widget-image img {
	width: 100% !important;
	max-width: 280px;
	aspect-ratio: 3 / 4;
	height: auto !important;
	object-fit: cover;
	object-position: center 22%;
	border-radius: 15px;
}

.elementor-page-199.is-inner-page header.elementor-location-header {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	z-index: 10;
}

.elementor-page-199 header .white-bg-menu,
.elementor-page-199 header .white-bg-menu > div,
.elementor-page-199.fixed-class-name header > div.white-bg-menu {
	background: transparent !important;
	box-shadow: none !important;
}

.elementor-page-199.fixed-class-name header > div.white-bg-menu {
	background: #2e2e2e !important;
}

.elementor-page-199 header .white-bg-menu li.menu-item a {
	color: #fff !important;
}

.elementor-page-199 header .white-bg-menu li.menu-item a.elementor-item-active,
.elementor-page-199 header .white-bg-menu li.menu-item.current-menu-item a {
	color: #DC0823 !important;
	background: #fff;
}

.elementor-page-199 .gallery-video-section {
	margin-top: 0;
}

.elementor-page-199 #content.site-main,
.elementor-page-199 .page-content {
	margin-top: 0;
	padding-top: 0;
}

.is-inner-page header.elementor-location-header {
	position: relative;
	top: initial !important;
}

.is-inner-page.fixed-class-name header.elementor-location-header {
	position: fixed;
	width: 100%;
	top: 0px;
}

/* Sub Header Css */
.section-heading {
	padding-top: 5rem !important;
}

.abt-brand .elementor-widget-image:nth-of-type(1) img {
	max-width: 200px;
}

.abt-brand .elementor-widget-image:nth-of-type(2) img {
	max-width: 170px;
}

.abt-brand .elementor-widget-image:nth-of-type(3) img {
	max-width: 100px;
}

.system-ul ul {
	padding: 0;
	padding-left: 20px;
}

.gallery-video-section {
	height: 87vh;
}

.gallery-video-section .elementor-widget-video,
.gallery-video-section .elementor-widget-container,
.gallery-video-section .elementor-wrapper,
.gallery-video-section .elementor-video {
	width: 100%;
	height: 100%;
}

.gallery-video-section .elementor-video iframe {
	width: 100%;
	height: 100%;
	min-height: 87vh;
	border: 0;
}

h3.elementor-heading-title.elementor-size-default span {
	font-size: 25px;
}

.contact-form-wrapper input[type="text"].has-value,
.contact-form-wrapper input[type="email"].has-value,
.contact-form-wrapper textarea.has-value {
	background: #fff !important;
}

.image-box-wrapper .elementor-image-box-wrapper {
	gap: 5em;
}

.image-box-wrapper .elementor-image-box-wrapper figure.elementor-image-box-img img {
	width: 64px;
}

.box-holder-wrapper .elementor-element.elementor-widget-button {
	position: absolute;
	width: 100%;
	height: 100%;
}

.box-holder-wrapper .elementor-element.elementor-widget-button a.elementor-button.elementor-button-link {
	width: 100%;
	height: 100%;
	color: transparent;
	background: transparent;
}

.elementor-element.box-holder-wrapper {
	border-radius: 30px;
}

.elementor-element.box-holder-wrapper:hover {
	box-shadow: 0px 3px 10px 0px #ccc;
	position: relative;
	transform: scale(1.02) !important;
}

.new-table-wrapper {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px !important;
}

.new-table-wrapper>div>div {
	display: flex;
	align-items: center;
}

.new-table-wrapper>div>div:nth-child(2) {
	flex: 1;
}

.new-table-wrapper>div>div:nth-child(3) {
	height: 123px;
}

.new-table-wrapper>div>div p span {
	color: #c31d14;
	display: block;
}

.new-table-wrapper>div>div p {
	text-align: center;
}

.new-table-wrapper>div>div {
	padding: 15px;
}

/* Mobile Responsive */
@media(max-width: 1024px) {
	.new-table-wrapper>div>div p {
		font-size: 13px;
		text-align: center;
	}

	.elementor-element.box-holder-wrapper {
		border-radius: 20px;
	}

	h3.elementor-heading-title.elementor-size-default span {
		font-size: 18px;
	}

	.elementor-element.inside-table-wrapper>div {
		display: flex;
		flex-flow: row;
	}

	.elementor-element.inside-table-wrapper>div>div {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	header li.menu-item.current-menu-item a,
	header li.menu-item a:active,
	header li.menu-item a:focus {
		/* 		background-color: #fff !important; */
	}

	header li.menu-item.current-menu-item:first-child a,
	header .white-bg-menu li.menu-item.current-menu-item a {
		background-color: #fff !important;
		color: #DC0823 !important;
	}

	header>div>div>div:first-child {
		z-index: 1 !important;
		position: relative !important;
		width: 100px !important;
	}

	header .white-bg-menu li.menu-item a {
		color: #fff !important;
	}

	header .white-bg-menu li.menu-item.current-menu-item a,
	header .white-bg-menu li.menu-item a:focus {
		color: #DC0823 !important;
	}

	.elementor-menu-toggle {
		margin: 0px !important;
		align-items: flex-end !important;
		justify-content: flex-end !important;
		background: transparent !important;
		width: 33px;
		margin-left: auto !important;
		margin-top: 22px !important;
		padding: 0px;
	}

	.white-bg-menu .elementor-menu-toggle {
		margin-top: 0px !important;
	}

	.elementor-menu-toggle svg {
		color: #fff !important;
		fill: #fff !important;
	}

	.white-bg-menu .elementor-menu-toggle svg {
		fill: #000 !important;
	}

	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: static !important;
		width: 100%;
		background: #000;
		border-radius: 10px;
		padding: 13px;
		margin-top: 6px;
	}

	.white-bg-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute !important;
		top: 45px;
	}

	.elementor-element.elementor-element-8ac4771.elementor-nav-menu__align-end.elementor-nav-menu--dropdown-tablet.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu {
		position: static !important;
	}

	header>div>div>div:last-child {
		position: absolute;
		margin-right: 15px;
		padding-right: 30px;
	}

	header>div.white-bg-menu>div {
		display: flex !important;
		flex-flow: row wrap !important;
		justify-content: space-between !important;
	}

	header li.menu-item.current-menu-item:nth-child(1)~li.menu-item.current-menu-item a {
		background: transparent;
	}
}

@media(max-width: 980px) {
	.crisis-section-block {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.contact-form-wrapper form ul {
		grid-template-columns: 1fr;
	}

	.contact-form-wrapper form ul li {
		grid-column: span 1 !important;
	}
}

@media(min-width: 768px) {
	footer .elementor-nav-menu li a {
		text-align: right;
		display: block;
	}
}
@media(min-width: 768px){
	.new-table-wrapper h3.elementor-heading-title span{
		display: none;
	}
}
@media (max-width: 767px) {
	.new-table-wrapper h3.elementor-heading-title span {
		display: inline-block;
		margin-right: 10px;
	}
	.new-table-wrapper {
		grid-template-columns: 1fr;
	}

	.new-table-wrapper>div>div:nth-child(2)::before {
		content: '従来サービス';
		background: #F9F9F9;
		width: 100%;
		height: 40px;
		text-align: center;
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
		margin-top: -38px;
		font-weight: 600;
	}

	.new-table-wrapper>div>div:nth-child(2) {
		margin-top: 38px;
		position: relative;
		background: #fff !important;
	}

	.new-table-wrapper>div>div:last-child {
		position: relative;
	}

	.new-table-wrapper>div>div:last-child::before {
		content: 'KOKOROZASHI';
		width: 100%;
		text-align: center;
		background: #c31d14;
		height: 36px;
		color: #fff;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin-top: -36px;
	}

	.new-table-wrapper>div>div:nth-child(3) {
		height: auto;
		margin-top: 36px;
	}

	.new-table-wrapper>div:first-child {
		display: none;
	}

	q {}

	.new-table-wrapper>div {
		margin-bottom: 30px !important;
	}

	.elementor-element.box-holder-wrapper {
		border-radius: 15px;
	}

	.btn-wrapper a {
		width: 100% !important;
	}

	.abc_parent span.elementor-heading-title.elementor-size-default {
		font-size: 10px !important;
	}

	p {
		font-size: 16px !important;
	}

	.section-heading {
		padding-top: 3rem !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.shift-circle img {
		transform: rotate(90deg) !important;
		padding: 10px !important;
	}

	.founder-profile img {
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.section-heading {
		padding-top: 3.5rem !important;
	}

}

/* ipad pro */
@media (min-width: 1025px) and (max-width: 1366px) {
	.elementor-7 .elementor-element.elementor-element-4a81a15 {
		padding: 50px 34px 50px 34px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.abt-brand .elementor-widget-image:nth-of-type(1) img {
		max-width: 160px;
	}

	.abt-brand .elementor-widget-image:nth-of-type(2) img {
		max-width: 140px;
	}

	.abt-brand .elementor-widget-image:nth-of-type(3) img {
		max-width: 90px;
	}
}

@media (max-width: 767px) {
	.abt-brand .elementor-widget-image:nth-of-type(1) img {
		max-width: 130px;
	}

	.abt-brand .elementor-widget-image:nth-of-type(2) img {
		max-width: 110px;
	}

	.abt-brand .elementor-widget-image:nth-of-type(3) img {
		max-width: 80px;
	}
}

@media(max-width: 430px) {
	.crisis-section-block {
		grid-template-columns: 1fr;
	}

	.crisis-section-block>div {
		width: 100%;
		height: 98px;
		margin: 0 auto !important;
	}

	footer .elementor-nav-menu {
		padding-left: 0px;
	}

	footer .elementor-nav-menu a {
		padding-left: 10px !important;
	}
}