/* Business */

:root {

/* Color */

--job: #0cb76d;
--job_sub: #eef6f2;
--office: #0098d8;
--office_sub: #eff5f8;

}

h3.title {
	font-size: 1.4em;
}

/* Header */

#header {
	background: rgba(255,255,255,0);
}
.scrolled #header {
	background: rgba(255,255,255,0.9);
}
#header_inner {
	min-width: 980px;
}
.scrolled #header_inner {
	padding: 1em 44px;
	background: #fff;
	transition: all 200ms ease-in-out;
}
#header_business_title {
	float: left;
	margin-top: 3px;
	margin-left: 1.3em;
	padding-left: 1.2em;
	border-left: 1px solid #2560c2;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	color: #2560c2;
	transition: all 200ms linear;
}
#header_business_title span {
	display: block;
	margin-bottom: 0.5em;
	font-family: 'Inter',sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0.06em;
}

/* Hero */

#business_hero {
	margin-bottom: 5em;
	padding-top: 145px;
	padding-top: 160px;
	padding-bottom: 50px;
	padding-bottom: 90px;
	background: #44bcd6 url('../images/business/business_hero_bg.jpg') no-repeat center / cover;
}
#business_hero .inner {
	padding: 0 50px;
	max-width: 1500px;
	max-width: 1450px;
}
#business_hero_copy {
	position: relative;
	margin-bottom: 2em;
	margin-bottom: 0;
	margin: 0 auto;
	width: 90%;
	opacity: 0;
	transform: scale(0.9);
	animation: hero_copy_motion 600ms 1 ease-in-out 800ms forwards;
	z-index: 2;
}
@keyframes hero_copy_motion {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
#business_hero_panes {
	position: relative;
	margin-top: -24px;
	z-index: 1;
}
#business_hero_job,
#business_hero_office {
	opacity: 0;
	transform: scale(0.9);
}
#business_hero_job {
	animation: hero_pane_motion 600ms 1 ease-in-out 1200ms forwards;
}
#business_hero_office {
	animation: hero_pane_motion 600ms 1 ease-in-out 1400ms forwards;
}
@keyframes hero_pane_motion {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

#_business_hero_copy h2 {
	width: 100%;
}
#_business_hero_copy h2 {
	font-size: 6.2em;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: 0.02em;
	color: #fff;
}
#business_hero_copy h2 span {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.3em;
	line-height: 1.2em;
}
#business_hero_estimate {
	position: absolute;
	top: 0;
	right: 0;
}
#business_hero_estimate a {
	display: block;
	position: relative;
	padding: 0.8em 1em 0.88em 75px;
	padding: 1.2em 1em 0.88em 72px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	color: #df0024 !important;
	background: #fff;
	text-decoration: none;
	border-radius: 10px;
	transform: scale(0.95);
	animation: business_hero_estimate 1300ms ease-in-out infinite;
}
@keyframes business_hero_estimate {
	
	0% {
		transform: scale(0.95);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.95);
	}
	
}
#business_hero_estimate a span {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.8em;
	line-height: 1em;
}
#business_hero_estimate a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	content: '';
	width: 40px;
	height: 53px;
	background: url('../images/common/icon_tap_red.png') no-repeat center / 100%;
}
#business_hero_estimate a::after {
	position: absolute;
	bottom: -34px;
	left: 0;
	content: '';
	width: 42px;
	height: 36px;
	background: url('../images/business/business_hero_estimate_after.png') no-repeat center / 100%;
}
.business_hero_pane {
	float: left;
	width: 48%;
}
.business_hero_pane a {
	display: block;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
	transition: all 200ms ease-in-out;
}
.business_hero_pane a:hover {
	transform: scale(0.98);
	transition: all 300ms ease-in-out;
}
.business_hero_pane:nth-of-type(even) {
	float: right;
}
.business_hero_pane_text {
	position: relative;
	padding: 1.3em 2em;
	padding-right: 70px;
	color: #fff;
	background: #ccc;
}
#business_hero_job .business_hero_pane_text {
	background: var(--job);
}
#business_hero_office .business_hero_pane_text {
	background: var(--office);
}
.business_hero_pane_text h3 {
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #fff;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}
.business_hero_pane_text h3 span {
	display: block;
	margin-bottom: 0.2em;
	font-size: 0.6em;
	line-height: 1em;
}
.business_hero_pane_text p {
	float: left;
	padding: 21px 0 20px 0;
	font-size: 1.3em;
	font-size: 1.2em;
	/* letter-spacing: 0; */
	/* border-right: 1px solid #fff; */
}
.business_hero_pane_text::before {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	content: '';
	width: 30px;
	height: 30px;
	background: url('../images/business/business_hero_pane_text_arrow.png') no-repeat center / 100%;
}

/* Job Office */

.business_front_section {
	margin-bottom: 5em;
	overflow: hidden;
}
#business_job {
	color: var(--job);
}
#business_office {
	color: var(--office);
}
.business_front_section h3.title {
	margin-bottom: 3em;
	margin-bottom: 2.5em;
}
.business_front_section h3.title_en {
	margin-bottom: 2em;
	padding-bottom: 1em;
	font-size: 0.93em;
	line-height: 1.2em;
	border-bottom: 1px solid #000;
}
#business_job h3.title_en {
	border-bottom: 1px solid var(--job);
}
#business_office h3.title_en {
	border-bottom: 1px solid var(--office);
}
.business_front_section h3.title_ja {
	float: left;
	margin-right: 0.5em;
	font-size: 4.5em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.02em;
}
.business_front_section .heading p {
	float: left;
	/* margin-top: 5px; */
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
.business_front_image {
	position: relative;
	aspect-ratio: 3 / 1.25;
	aspect-ratio: 3 / 1.5;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.parallax {
	width: 100%;
	height: 100%;
	height: 500px;
	overflow: hidden;
	background-size: cover !important;
}
.business_front_features {
	position: relative;
	margin: -80px auto 4.5em auto;
	width: calc(100% - 40px);
	z-index: 2;
}
/* .business_front_feature {
	float: left;
	width: 48%;
	border: 3px solid #000;
	border-radius: 20px;
	overflow: hidden;
}
.business_front_feature:nth-of-type(even) {
	float: right;
}
#business_job .business_front_feature {
	border: 3px solid var(--job);
}
#business_office .business_front_feature {
	border: 3px solid var(--office);
}
.business_front_feature_image {
	display: none;
	background: #ddd;
	aspect-ratio: 3 / 2;
}
.business_front_feature h4 {
	padding: 1.3rem 2rem;
	font-size: 2.5em;
	line-height: 1.4em;
	text-align: center;
	background: #ccc;
}
#business_job .business_front_feature h4 {
	background: var(--job_sub);
}
#business_office .business_front_feature h4 {
	background: var(--office_sub);
}
.business_front_feature h4 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.2em;
} */
.business_front_feature {
	float: left;
	padding: 1.8em 2.5em;
	width: 48%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
}
#business_job .business_front_feature {
	/* background: var(--job_sub); */
	border: 1px solid var(--job);
}
#business_office .business_front_feature {
	/* background: var(--office_sub); */
	border: 1px solid var(--office);
}
.business_front_feature:nth-of-type(even) {
	float: right;
}
.business_front_feature .heading {
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dashed #000;
}
#business_job .business_front_feature .heading {
	border-bottom: 1px dashed var(--job);
}
#business_office .business_front_feature .heading {
	border-bottom: 1px dashed var(--office);
}
.business_front_feature h4 {
	float: left;
	margin-right: 1em;
	padding: 0;
	width: 55px;
	height: 55px;
	font-size: 1.9em;
	letter-spacing: 0;
	line-height: 53px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 10px;
}
#business_job .business_front_feature h4 {
	background: var(--job);
}
#business_office .business_front_feature h4 {
	background: var(--office);
}
.business_front_feature h5 {
	float: left;
	font-size: 2em;
	line-height: 1.4em;
}
.business_front_feature h5 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.2em;
}

/* Flow */

.business_front_flow {
	margin-bottom: 4.5em;
}
.business_front_flow_panes {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 3.5em auto;
}
.business_front_flow_pane {
	position: relative;
}
.business_front_flow_pane:not(:last-of-type) {
	margin-right: 8%;
}
.business_front_flow_pane:not(:last-of-type)::before {
	position: absolute;
	top: 40px;
	right: calc(-20px - 16%);
	content: '';
	width: 20px;
	height: 53px;
	mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100%;
	mask-image: url('../images/business/business_front_flow_pane_arrow.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
	-webkit-mask-image: url('../images/business/business_front_flow_pane_arrow.png');
}
#business_job .business_front_flow_pane:not(:last-of-type)::before {
	background: var(--job);
}
#business_office .business_front_flow_pane:not(:last-of-type)::before {
	background: var(--office);
}
#_business_job .business_front_flow_pane {
	width: 28%;
}
#_business_office .business_front_flow_pane {
	width: 19%;
}
.business_front_flow_pane {
	width: 19%;
}
.business_front_flow_pane h4 {
	margin-bottom: 0.5em;
	font-size: 1.15em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	text-align: center;
}
.business_front_flow_icon {
	margin: 0 auto 1.5em auto;
	padding: 25px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
}
#business_job .business_front_flow_icon {
	background: var(--job_sub);
}
#business_office .business_front_flow_icon {
	background: var(--office_sub);
}
.business_front_flow_pane p {
	font-size: 0.9em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
}
.business_front_flow_tel a {
	display: block;
	padding: 2em;
	color: #fff !important;
	border-radius: 20px;
	text-decoration: none;
}
#business_job .business_front_flow_tel a {
	background: var(--job);
}
#business_office .business_front_flow_tel a {
	background: var(--office);
}
.business_front_flow_tel h5 {
	float: left;
	margin-top: 4px;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.03em;
}
.business_front_flow_tel_pane {
	float: right;
	padding: 0.8em;
	border: 1px solid #fff;
	border-radius: 10px;
}
.business_front_flow_tel_pane h6 {
	float: left;
	margin-right: 1em;
	padding: 0.5em 0.8em;
	line-height: 1.2em;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
#business_job .business_front_flow_tel_pane h6 {
	color: var(--job);
}
#business_office .business_front_flow_tel_pane h6 {
	color: var(--office);
}
.business_front_flow_tel_pane p {
	float: left;
	font-size: 2em;
	line-height: 1.2em;
}
.business_front_flow_tel_pane p span {
	display: block;
	margin-bottom: 0.3em;
	font-size: 0.4em;
	line-height: 1em;
	letter-spacing: 0.02em;
}

/* Faq */

.business_front_faq_pane {
	width: calc((100% - 150px) / 3) !important;
}
.business_front_faq_panes .swiper-wrapper {
	transition-timing-function: linear !important;
}
.business_front_faq_card {
	position: relative;
	border-radius: 30px;
	cursor: pointer;
	cursor: default;
}
.business_front_faq_card {
	display: table;
	padding: 2.5em 2.5em 2.8em 2.8em;
	padding: 2em;
	width: 100%;
	min-height: 7em;
	background: #ddd;
	z-index: 10;
}
#business_job .business_front_faq_card {
	background: var(--job_sub);
}
#business_office .business_front_faq_card {
	background: var(--office_sub);
}
.business_front_faq_card h4 {
	display: table-cell;
	font-size: 1em;
	font-size: 0.95em;
	line-height: 1.7em;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	vertical-align: middle;
}
.business_front_faq_card p {
	font-size: 0.92em;
	letter-spacing: 0.07em;
	text-align: right;
}
.business_front_faq_card_under {
	transform: translate(50px, -25px);
	transform: translate(40px, -25px);
	padding: 3.6em 2.5em 2.8em 2.8em;
	padding: 3em 2em 2em 2em;
	color: #fff;
	background: #000;
	z-index: 1;
}
#business_job .business_front_faq_card_under {
	background: var(--job);
}
#business_office .business_front_faq_card_under {
	background: var(--office);
}
.business_front_faq_card_under::before {
	position: absolute;
	bottom: 16px;
	right: 17px;
	content: '';
	width: 26px;
	height: 26px;
	background: url('../images/common/icon_card_under.png') no-repeat center / 100%;
	background: none;
}
.business_front_faq_card_under h4 {
	display: block;
	font-size: 1em;
	font-size: 0.95em;
	line-height: 1.7em;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	min-height: 5.1em;
	min-height: 4.8em;
}

.no_swiper .business_front_faq_pane {
	width: 46% !important;
}
.no_swiper .business_front_faq_pane:nth-of-type(odd) {
	float: left;
}
.no_swiper .business_front_faq_pane:nth-of-type(even) {
	float: right;
}
.no_swiper .swiper-wrapper {
	display: block !important;
}
.no_swiper .business_front_faq_card_under {
	padding: 4em 2.5em 2em 2.5em !important;
}


/* Estimate */

#business_estimate {
	padding-top: 5em;
}
#business_estimate_personal {
	padding-bottom: 8.81em;
	margin-bottom: 5.06em;
}
#business_estimate_addresses {
	margin-bottom: 3.5em;
}
#business_estimate_personal .estimate_field,
.estimate_address .estimate_field {
	margin-bottom: 1.9em;
	}
#business_estimate_addresses h5 {
	margin-bottom: 2em;
	font-size: 1.3em;
	font-weight: 600;
}
#business_estimate_personal h6,
#business_estimate_addresses h6 {
	position: relative;
	display: inline-block;
	margin-bottom: 1.3em;
	font-size: 1.13em;
	font-weight: 600;
}
#business_estimate_personal .estimate_field.required h6::before,
#business_estimate_addresses .estimate_field.required h6::before {
	position: absolute;
	bottom: 0;
	right: -34px;
	content: '※';
	color: #05c5d1;
}
.submit_ooo #business_estimate_personal,
.submit_ooo #business_estimate_addresses {
	display: none;
}
#business_estimate_personal .estimate_field {
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
}
#business_estimate_personal input,
#business_estimate_personal textarea {
	margin: 0 !important;
	width: 100% !important;
}

#business_data h3.title {
	padding-left: 45px;
	font-size: 1.8em;
	letter-spacing: 0.065em;
}
#business_data h3.title::before {
	width: 33px;
	height: 33px;
}
.business_data_pane {
	float: left;width: 31%;
	padding: 3.5em 1em;
	border: solid 1px #ddd;
	border: solid 3px #2560c2;
	color: #2560c2;
	border-radius: 6px;
	text-align: center;
	background: #fcfcfc;
	background: #fff;
}
.business_data_pane:nth-of-type(2) {
	margin: 0 3.5%;
}
.business_data_pane .value {
	font-family: 'Nova Mono', monospace;
	font-family: 'Courier Prime', monospace;
	font-family: 'Roboto Mono', monospace;
	color: #df0024;
	color: #2560c2;
	font-size: 3.3em;
	font-weight: 400;
	letter-spacing: 0em;
}
.business_data_pane .unit {
	color: #df0024;
	color: #2560c2;
}
.business_data_pane h4 {
	margin-bottom: 1.5em;
	font-size: 1.1em;
}
.business_data_pane h4 span {
	margin-left: 0.35em;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
.counter .comma {
	font-family: 'Inter', sans-serif;
	font-size: 0.85em;
}
.business_data_pane .note {
	margin-top: 2em;
	font-weight: 400;
	font-size: 0.75em !important;
	letter-spacing: 0.05em;
}
#business_data_works {
	background: #fff url('../images/business/icon_business_works.png') no-repeat center / 74%;
}
#business_data_network {
	background: #fff url('../images/business/icon_business_network.png') no-repeat center / 74%;
}
#business_data_history {
	background: #fff url('../images/business/icon_business_history.png') no-repeat center / 74%;
}


@media screen and (max-width: 1330px) and (min-width: 601px) {
	
	#business_hero .inner {
		padding: 0 30px;
	}
	.business_hero_pane_text {
		padding: 1.3em 1.5em;
		padding-right: 60px;
	}
	.business_hero_pane_text::before {
		right: 20px;
	}
	.business_hero_pane_text h3 {
		font-size: 2em;
		margin-right: 15px;
		padding-right: 15px;
	}
	.business_hero_pane_text p {
		padding-top: 15px;
		font-size: 1em;
		letter-spacing: 0.05em;
	}
	.business_hero_pane_text .only_mobile {
		display: block !important;
	}
	
}

@media screen and (max-width: 1170px) and (min-width: 601px) {
	
	.business_front_flow_tel h5 {
		margin-top: 11px;
        font-size: 1.3em;
        letter-spacing: 0;
	}
	
}
@media screen and (max-width: 1116px) and (min-width: 601px) {
	
	.inner {
		padding: 0 100px;
	}
	
}


@media screen and (max-width: 1040px) and (min-width: 601px) {
	
	.inner {
	    min-width: 980px !important;
	}
	.business_hero_pane_text h3 {
		font-size: 1.6em;
	}
	.business_hero_pane_text p {
		font-size: 1em !important;
		line-height: 1.5em !important;
	}
	
	#header h1#header_logo {
		width: 320px;
	}
	#header_business_title {
		margin-top: 4px;
		font-size: 1.1em;
	}
	#business_hero_switch {
		margin-top: 9px;
	}
	
	.business_data_pane h4 {
		letter-spacing: 0;
	}
	.business_data_pane h4 span {
		letter-spacing: 0.03em;
	}
	.business_data_pane .value {
		letter-spacing: -0.05em;
	}
	.business_data_pane .note {
		letter-spacing: 0.01em;
	}
	
	.business_front_feature {
		padding: 1.8em 2em;
	}
	.business_front_feature h4 {
		margin-right: 0.5em;
	}
	.business_front_feature h5 {
		font-size: 1.9em;
	}
	
}