.d_none {
	display: none;
}
@media screen and (min-width: 768px) {
.d_block_md {
	display: block;
}
}

#enterprise .main {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}

#enterprise .main_bg {
	position: absolute;
	width: 1920px;
	height: 560px;
	left: 50%;
	margin-left: -960px;
}

#enterprise .main_bg::before{
	content:'';
	width: 732.729px;
	height: 122.9px;
	position: absolute;
	left: 333px;
	top: -4px;
	background: var(--Surface-Graphic-Brand-Blue, #024AD8);
	transform: matrix(1,0,0.34202,-0.939693,0,0);
}

#enterprise .main_bg::after{
	content:'';
	width: 839.328px;
	height: 595.94px;
	position: absolute;
	left: 1540px;
	bottom: -18px;
	background: var(--Surface-Graphic-Brand-Blue, #024AD8);
	transform: matrix(1,0,0.34202,-0.939693,0,0);
}

#enterprise .main_text {
	position: relative;
	z-index: 1;
	display: flex;
	max-width: 1920px;
	height: 100%;
/*	margin: 0 auto;*/
	padding: var(--Semantic-Space-Outer-S, 32px) 0;
	font-family: var(--font-family-Default, "Forma DJR Japanese Micro");
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	align-self: stretch;
}

#enterprise .main_text h1 {
	display: flex;
	padding: var(--Semantic-Space-Outer-SSS, 20px) var(--Semantic-Space-Outer-S, 32px);
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	color: var(--Text-Default, #000);
	font-feature-settings: 'palt' on;
	font-size: var(--font-size-Display-M, 44px);
	font-style: normal;
	font-weight: var(--font-weight-Regular, 400);
	line-height: var(--line-height-Display-M, 60px); /* 136.364% */
	letter-spacing: var(--letter-spacing-Display-M, 5.28px);
}

#enterprise .main_text p {
	display: flex;
	padding: 0 var(--Semantic-Space-Outer-S, 32px);
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	color: #000;
	font-size: var(--font-size-Body-L, 18px);
	font-style: normal;
	font-weight: var(--font-weight-Regular, 400);
	line-height: var(--line-height-Body-M, 28px); /* 155.556% */
	letter-spacing: var(--letter-spacing-Body-L, 0.234px);
}


@media screen and (max-width: 767px) {
#enterprise .main_bg {
	width: 100%;
	left: unset;
	margin-left: unset;
}
	
#enterprise .main_bg::before{
	width: 370.525px;
	height: 62.148px;
	left: -82px;
	top: -2px;
}  
	
#enterprise .main_bg::after{
	width: 839.328px;
	height: 530.701px;
	left: 100%;
	top: unset;
	bottom: -16px;
}
	
#enterprise .main_text {
	padding: var(--Semantic-Space-Inner-LLL, 16px) var(--Semantic-Space-Inner-LLL, 16px) var(--Semantic-Space-Inner-LLL, 16px) 0;
}
	
#enterprise .main_text h1 {
	padding: 0 0 0 var(--Semantic-Space-Inner-LLL, 16px);    
	color: var(--Text-Default, #000);
	font-feature-settings: 'palt' on;
	font-size: var(--font-size-Heading-LL, 32px);
	font-weight: var(--font-weight-Regular, 400);
	line-height: var(--line-height-Heading-LL, 44px); /* 137.5% */
	letter-spacing: var(--letter-spacing-Heading-LL, 1.152px);
}
	
#enterprise .main_text p {
	margin-top: 20px;
	width: 100%;
	padding: 0 var(--Semantic-Space-Outer-L, 64px) 0 var(--Semantic-Space-Inner-LLL, 16px);
}
}







/*===========================

enterprise_content

============================*/
.enterprise_content {
	padding: var(--Semantic-Space-Outer-S, 32px) var(--Semantic-Space-Outer-S, 32px) 0;
	background: var(--Surface-Section-Default, #F7F7F7);
}
.enterprise_list {
	padding: var(--Semantic-Space-Outer-S, 32px) 0;
}
.enterprise_item {
  display: flex;
  max-width: calc(1920px - 64px);
  min-height: 352px;
  margin: 0 auto;
  gap: var(--Semantic-Space-Outer-S, 32px);
  align-self: stretch;
  position: relative;
  overflow: hidden;
  border-radius: var(--Semantic-Corner-Radius-L, 8px);
  background: var(--Background-Default, #FFF);
}

.enterprise_img {
    width: 35%;
    min-width: 230px;
    max-width: 910px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.enterprise_img img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.enterprise_img::after {
    content: '';
    width: 839.328px;
    height: 250%;
    position: absolute;
    left: 100%;
    bottom: -25%;
    background: #fff;
    transform: matrix(1, 0, 0.34202, -0.939693, 0, 0);
}

.enterprise_text {
    display: flex;
    padding: var(--Semantic-Space-Outer-S, 32px) var(--Semantic-Space-Outer-S, 32px) var(--Semantic-Space-Outer-S, 32px) 0;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Semantic-Space-Outer-S, 32px);
    position: relative;
}
	
.enterprise_inner {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Semantic-Space-Outer-SS, 24px);
    align-self: stretch;
}

.enterprise_inner h2 {
    font-feature-settings: 'palt' on;
    font-size: var(--font-size-Heading-LL, 32px);
    font-weight: var(--font-weight-Regular, 400);
    line-height: var(--line-height-Heading-LL, 44px);
    letter-spacing: var(--letter-spacing-Heading-LL, 1.152px);
}

.enterprise_inner p {
    font-size: var(--font-size-Body-M, 16px);
    font-weight: var(--font-weight-Regular, 400);
    line-height: var(--line-height-Body-M, 28px);
    letter-spacing: var(--letter-spacing-Body-M, 0.2px);
}

.enterprise_text::after {
	content: "";
    position: absolute;
    width: 1920px;
    height: 124.509px;
    left: 262px;
    bottom: -55px;
    background: var(--Surface-Graphic-Brand-Blue, #024AD8);
    transform: matrix(1, 0, 0.34202, -0.939693, 0, 0);
}

.enterprise_button {
	padding: var(--Semantic-Space-Inner-LL, 12px) var(--Semantic-Space-Outer-SS, 24px);
    gap: var(--Semantic-Space-Inner-M, 8px);
    font-feature-settings: 'palt' on;
    font-size: var(--font-size-Heading-M, 24px);
    line-height: var(--line-height-Heading-M, 36px);
    letter-spacing: var(--letter-spacing-Heading-M, 1.74px);
	background: var(--Background-Dark-Default, #000);
    color: var(--Text-Inverted, #FFF);
    transition: background 0.1s ease-out;
    display: inline-flex;
    align-items: center;
    font-family: var(--font-family-Default, "Forma DJR Japanese Micro");
    font-style: normal;
    font-weight: var(--font-weight-Regular, 400);
    border-radius: var(--Semantic-Corner-Radius-M, 4px);
}

.enterprise_button::after{
  content:'';
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2222%22%20height%3D%2223%22%20viewBox%3D%220%200%2022%2023%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.5325%2011.5125C13.622%2011.423%2013.622%2011.2779%2013.5325%2011.1884L8.25019%205.90606C7.98171%205.63757%207.98171%205.20227%208.25019%204.93379C8.51868%204.6653%208.95398%204.6653%209.22246%204.93379L15.315%2011.0264C15.494%2011.2054%2015.494%2011.4956%2015.315%2011.6745L9.22246%2017.7671C8.95398%2018.0356%208.51868%2018.0356%208.25019%2017.7671C7.98171%2017.4986%207.98171%2017.0633%208.25019%2016.7948L13.5325%2011.5125Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  background-size: contain;
}
@media screen and (min-width: 1024px) {
.enterprise_text {
	width: 65%;
}
}
@media screen and (min-width: 1280px) {
.enterprise_text {
	max-width: 902px;
}
}

@media screen and (min-width: 1440px) {
.enterprise_text {
	max-width: 992px;
}
}

@media screen and (min-width: 1920px) {
.enterprise_item {
	min-height: 395px;
}
.enterprise_text {
	max-width: 1232px;
}
}

@media screen and (min-width: 2560px) {
#enterprise .main_text {
	margin: 0 auto;
    width: 1920px;
}
}

@media screen and (max-width: 767px) {
.enterprise_content {
	padding: 0 var(--Semantic-Space-Inner-LLL, 16px);
}
	
.enterprise_list {
	padding: var(--Semantic-Space-Outer-S, 32px) 0 var(--Semantic-Space-Inner-LLL, 16px);
}

.enterprise_item {
	max-width: unset;
	min-height: unset;
	max-height: unset;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--Semantic-Space-Inner-LLL, 16px);
	align-self: stretch;
}
	
.enterprise_img {
	width: 100%;
	height: 228px;
}

.enterprise_img::after {
	content: none;
}
	
.enterprise_text {
	padding: 0 var(--Semantic-Space-Inner-LLL, 16px) var(--Semantic-Space-Outer-S, 32px) var(--Semantic-Space-Inner-LLL, 16px);
	gap: var(--Semantic-Space-Inner-LL, 12px);
}

.enterprise_inner {
	gap: var(--Semantic-Space-Inner-SS, 4px);
}
	
.enterprise_inner h2 {
	font-size: var(--font-size-Heading-L, 28px);
	line-height: var(--line-height-Heading-L, 40px);
	letter-spacing: var(--letter-spacing-Heading-L, 1.89px);
}

.enterprise_button {
	padding: var(--Semantic-Space-Inner-M, 8px) var(--Semantic-Space-Inner-LLL, 16px);
	gap: var(--Semantic-Space-Inner-SS, 4px);
	font-size: var(--font-size-Body-M, 16px);
	line-height: var(--line-height-Body-M, 28px);
	letter-spacing: var(--letter-spacing-Body-M, 0.2px);
}

.enterprise_text::after {
	width: 205.394px;
	height: 52.398px;
	left: unset;
	right: -45px;
	bottom: -21px;
}
}







