@charset "UTF-8";
/* CSS Document */

body{
	padding-top: 0;
}
@media (min-width: 576px){
	body{
		padding-top: 52px;
	}
	.main_nav_wrap {
		position: fixed;
	}
}




.main_wrap {
	width: 100%;
	max-width: 1560px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	background-image: url("../images/main_image_s.jpg");
	background-size: cover;
	background-position: center;
	aspect-ratio: 10 / 19;
	position: relative;
	padding-top: 36vw;
}
@media (min-width: 576px){
	.main_wrap {
		width: calc(100%  - 20px);
		aspect-ratio: 10 / 4.7;
		border-radius: 16px;
		display: flex;
		align-items: center;
		background-image: url("../images/main_image.jpg");
		padding-top: 0;
	}
}

@media (min-width:992px){
	.main_wrap {
	}
}

.design_creative {
	text-align: center;
	font-size: 32px;
	color: rgba(255,255,255,0.8);
	text-shadow: 0 1px 4px rgba(15,85,100,1.00);
}

.main_wrap_filter1 {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: brightness(70%) grayscale(80%);
	border-radius: 0;
	z-index: 0;
}
@media (min-width: 576px){
	.main_wrap_filter  {
		border-radius: 16px;
	}
}
.main_catch {
	margin-bottom: 0;
	width: 90%;
	z-index: 10;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
		
}
.main_catch > img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 530px;
}
.main_wrap_innner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
	padding-left: 24px;
	padding-right: 24px;
}


@media (min-width:576px){
	.main_catch {
		max-width: 580px;
		margin-left: 0;
		margin-right: 0;
	}
	.main_wrap_innner {
		padding-left: 10%;
		padding-right: 10%;
	}
	.main_wrap_innner > div{ 
		max-width: 530px;
	}

}

.main_wrap_text {
	font-size: 15px;
	line-height: 1.9;
	color: white;
	margin-top: 32px;
	padding: 0 24px;
}
.main_wrap_text br {
	display: none;
}

@media (min-width:576px){
	.main_wrap_text br {
		display: block;
	}
	.main_wrap_innner {
		display: flex;
		width: 100%;
		column-gap: 80px;
		align-items: center;
	}
	.main_wrap_innner > * {
		width: 50%;
	}
	.main_wrap_text {
		font-size: 18px;
		line-height: 1.9;
		color: white;
		padding: 0;
	}
}



/* 私たちのビジネス */

.business_wrap {
	margin-top: 36px;
}
@media (min-width:992px){
	.business_wrap {
		margin-top: 120px;
	}
}
.business_wrap_inner {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}


.business_wrap h2 {
	text-box-trim: trim-both;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 48px;
	color: #222;
	text-align: center;
}
@media (min-width: 576px){
	.business_wrap h2 {
		font-size: 32px;
		column-gap: 24px;
	}
}

.business_wrap h2::before,
.business_wrap h2::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #ccc;
}
.business_wrap h2 span::before {
	content: 'Our Business';
	line-height: 1;
	font-size: 15px;
	display: block;
	margin-bottom: 4px;
	font-weight: 100;
}
@media (min-width: 576px){
	.business_wrap h2 span::before {
		font-size: 18px;
	}
}
.business_list_wrap {
	background: #FFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, rgba(225,224,209,0.80) 50%,  rgba(225,224,209,0.80) 70%, rgba(255, 255, 255, 0) 90%);
	padding: 36px 0;
}

.business_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	column-gap: 32px;

}
@media (min-width: 1200px){
	.business_list {
		column-gap: 52px;
	}
}

.business_list a {
	color: #222;
	text-decoration: none;
	transition: 0.5s;
	margin: 0;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
}

.business_arrow {
	width: 60px;
	display: inline-block;
	margin-top: -80px;
	z-index: 10;
	will-change: transform;
	transform: scale(1);
	transition: 0.5s;
}
@media (min-width: 576px){
	.business_arrow {
		width: 64px;
		margin-top: -90px;
	}
}

.business_list a:hover .business_arrow {
	will-change: transform;
	transform: scale(1.2);
	filter: saturate(1.2) brightness(1.2);
}

.business_list p{
	margin-bottom: 0;	
}
.business_list dt {
	font-size: 22px;
	text-align: left;
	 line-height: 1.3;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 2.5 / 1;
	display: flex;
	align-items: flex-start;
	color: white;
	font-weight: 500;
	text-shadow: #666 0 1px 2px;
	justify-content: flex-start;
	border-radius: 8px;
	line-height: 1.4;
	transition: 0.5s;
	position: relative;
	padding: 24px;
	margin: 0 6px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.54),  0 2px 8px 1px rgba(0,0,0,0.20);
}
@media (min-width: 1200px){
	.business_list dt {
		aspect-ratio: 41 / 20;
	}
}
.business_list a:hover dt {
	will-change: transform;
	transform: scale(1.03);
	margin: 0;
}
.business_list dt > div {
	border-radius: 8px;
/*	mix-blend-mode:multiply;*/
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	transition: 0.5s;
}
.business_list a:hover dt > div {
	will-change: transform;
	backdrop-filter: blur(0);
}

.business_list dt > span {
	display: flex;
	align-items: center;
	justify-content: center;
	mix-blend-mode:normal;
	z-index: 5;

}
.business_list_creative dt {
	background-image: url("../images/creative.jpg");
}
.business_list_apple dt {
	background-image: url("../images/apple.jpg");
}
.business_list_education dt {
	background-image: url("../images/education.jpg");
}

.business_list_creative dt > div  {
    background-image: linear-gradient(0deg, #e0c3591a, #e0c35999 30%, #b1a059cc);
}
.business_list_apple dt > div  {
  background-image: linear-gradient(0deg, #82599c1a, #82599c99 30%, #82599ccc);
}
.business_list_education dt > div  {
  background-image: linear-gradient(0deg, #3ea9ce1a, #3ea9ce99 30%, #3ea9cecc);
}

.business_list dd {
	background-image: linear-gradient(0deg, transparent, #ffffff 20%);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 24px 20px 64px;
	color: #777;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-top: -8px;
	z-index: 8;
}
.business_list a:hover dt > div {
	opacity: 0.5;
}
.business_list a:hover{
	margin-top: -10px;
}



@media (min-width: 1200px){
	.business_list dd {
		padding: 32px 42px 120px;
	}
}
.business_text {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	color: #666;
	margin-top: 42px;
}
.business_text br {
	display: none;
}
@media (min-width: 576px){
	.business_text {
		font-size: 21px;
		text-align: center;
	}
	.business_text br {
		display: block;
	}
}


/*　取り扱い製品　*/

.product_wrap {
	margin-top: 64px;
	padding: 42px 0 300px;
	background-color: #FFF;
}
@media (min-width: 576px){
	.product_wrap {
		margin-top: 160px;
		padding: 120px 0 400px;
	}
}
.product_row {
	display: block;
}




.product_wrap h2 {
	font-size: 28px;
	margin-bottom: 36px;

	line-height: 1.1;
	font-weight: 400;
}
.product_wrap h2::before {
	font-size: 15px;
	margin-bottom: 6px;

	font-weight: 200;
	line-height: 1.1;
	color: #888;
	content: 'Main Products';
	display: block;
}
@media (min-width: 576px){
	.product_wrap h2 {
		font-size: 32px;
		margin-bottom: 48px;
	}
	.product_wrap h2::before {
		font-size: 20px;
		margin-bottom: 8px;
	}
}
@media(min-width: 1200px){
	.product_row {
		display: flex;
		gap: 24px 100px;
	}
	.product_wrap h2 {
	}
}


.product_row dl {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px , 1fr));
	gap: 5px;
}
@media(min-width: 1200px){
	.product_row dl {
		width: 70%;

	}
}

.product_row dl div {
	background-color: rgba(241,241,241,0.6);
	padding: 12px;
	border-radius: 4px;
}
@media(min-width: 576px){
	.product_row dl div {
		padding: 24px;
		min-height: 92px;
		border-radius: 4px;
	}
}

.product_row dl dt {
	font-size: 17px;
	font-weight: 400;
}
.product_row dl dd {
	margin: 0;
	line-height: 1.4;
	color: #666;
	font-weight: 300;
	font-size: 14px;
}
.product_row ul.product_row_logolist {
	list-style: none;
	margin: 0;
	margin-top: 36px;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 24px;
}
@media (min-width: 567px){
	.product_row ul.product_row_logolist {
		margin-top: 0;
		gap: 36px;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}



@media(min-width: 1200px){
	.product_row ul {
		margin-top: 0;
		display: grid;
		gap: 42px;
		grid-template-columns: 1fr;
	}
}

.product_row ul li {
	margin: 0;
}

.product_row ul img {
	display: inline-block;
}
.apple {
	width: 100%;
	max-width: 160px;
}
.autodesk {
	width: 100%;
	max-width: 150px;
}
.jamf {
	width: 100%;
	max-width: 145px;
}
.adobe_platinum_resaller {
	width: 100%;
	max-width: 170px;
}


.continue_wrap {
	display: flex;
	align-items: center;
	column-gap: 0;
	text-box-trim: trim-both;
	position: relative;
	margin-top: 64px;
}
.continue_wrap::before,
.continue_wrap::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: rgba(168,168,168,0.50);
}
.continue_wrap > div {
	display: block;
	text-box-trim: trim-both;
	position: relative;
	padding: 18px 22px;
	border: solid 1px rgba(168,168,168,0.50);
	width: calc(100% - 20px);
	border-radius: 4px;
	box-shadow: 0 1px 2px 0 rgba(68,68,68,0.28), 0 1px 3px 2px rgba(68,68,68,0.08);
}
@media (min-width: 768px){
	.continue_wrap > div {
		display: flex;
		align-items: center;
		column-gap: 120px;
		text-box-trim: trim-both;
		position: relative;
		justify-content: space-between;
		padding: 28px 42px;
		max-width: 1080px;
		border-radius: 8px;
	}	
}
.continue_wrap > div p {
	margin: 0;
	font-size: 17px;
}

.continue_link a {
	justify-content: end;
	display: flex;
	column-gap: 8px;
	align-items: center;
	text-decoration: none;
	color: black;
	white-space: nowrap;
	font-weight: 500;
	font-size: 17px;
}
.continue_link a::after {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	font-size: 180%;
	font-weight: 300;
}

/*　事例　*/
.case_wrap_all {
	margin-top: -280px;
}
.case_wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 0 36px;
}
.case_wrap a {
	text-decoration: none;
	padding: 0 16px 22px;
	background-color: rgba(227,219,217,1.00);
	border-radius: 8px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	row-gap: 6px;
	margin-bottom: 24px;
	transition: 0.5s;
	overflow-y: hidden;
	position: relative;
}
@media (min-width: 576px){
	.case_wrap a {
		padding: 0 calc(10%) 42px;
		row-gap: 8px;
	}
	
}


.case_wrap a:hover {
	background-color: rgba(240,233,231,1.00);
}
.case_wrap p {
	margin: 0;
}
.case_wrap .case_category {
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: rgba(255,255,255,0.6);
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	padding: 6px;
	line-height: 1.1;
	color: #666;
}
.case_wrap p.case_samnail {
	margin-top: 12px;
}
.case_wrap p.case_title {
	margin-top: 24px;
	color: #222;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 500;
}
.case_wrap p.case_title span {
	font-size: 80%;
	font-weight: 200;
	display: inline-block;
	margin-left: 8px;
}
.case_wrap p.case_catch {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
}

.case_wrap p.case_arrow {
	text-align: center;
}
.case_wrap p.case_arrow span{
	margin-top: 16px;
	color: #000;
	font-size: 52px;
}



/* ニュース */
#news {
	margin-top: 64px;
}
@media (min-width: 576px) {
	#news {
		margin-top: 160px;
	}
}
	.news_list {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 8px;
	}


@media (min-width: 576px) {
	.news_list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
		gap: 72px 56px;
	}
}


.title_wrap {
	display: block;
	margin-bottom: 48px;
	padding-bottom: 6px;
	border-bottom: solid 1px #666;
}
@media (min-width: 576px) {
	.title_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		column-gap: 16px;
		margin-bottom: 48px;
		padding-bottom: 6px;
		border-bottom: solid 1px #666;
	}
}




#news .title_wrap h2::before {
	content: 'News Release';
	line-height: 1;
	color: rgba(22,106,90,1.00);
	font-weight: 200;
	display: block;

	font-size: 15px;
	margin-bottom: 4px;
}
@media (min-width: 576px) {
	#news .title_wrap h2::before {
		font-size: 18px;
		margin-bottom: 6px;
	}
}


.title_wrap a {
	text-decoration: none;
	color: #222;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1;
	white-space: nowrap;
	column-gap: 8px;
}
.title_wrap a::after {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	font-size: 160%;
}
.title_wrap a:hover {
	color: rgba(30,99,177,1.00);
}


ul.news_list,
ul.news_list li {
	list-style: none;
	margin: 0;
	padding: 0
}

.news_list a {
	text-decoration: none;
	color: #222;
	line-height: 1.6;
	display: grid;
	grid-template-columns: 120px auto;
	gap: 16px 12px;
	padding: 9px;
	background-color: #fff;
}
@media (min-width: 576px){
	.news_list a {
		grid-template-columns: 160px auto;
		gap: 16px 28px;;
		padding: 0;
		background-color: transparent;
	}
}



 p {
	margin-bottom: 0;
}
.news_list .news_cate {
	display: inline-block;
	line-height: 1;
	leading-trim: both;
	text-box-edge: cap alphabetic;
	font-size: 13px;
	background-color: #FFF;
	padding: 4px;
	border-radius: 3px;
	margin-bottom: 8px;
}
.news_list .news_date {
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.1;
	color: #888;
}
.news_list  .news_text {
	font-size: 15px;
}

.news_list .cate_seminar {
	background-color: #67B5D7;
	color: #FFF;
}
.news_list .cate_product {
	background-color: #B4564A;
	color: #FFF;
}
.news_list .cate_casestudies {
	background-color: #8C4AB7;
	color: #FFF;
}
.news_list .cate_company {
	background-color: #50A88E;
	color: #FFF;
}
.news_list .cate_others {
	background-color: #666;
	color: #FFF;
}


/* お知らせ */
#information {
	margin-top: 64px;
	margin-bottom: 48px;
}
#information h2 {
	font-weight: 400;
}
#information .title_wrap h2::before {
	content: 'Information';
	line-height: 1;
	color: rgba(22,106,90,1.00);
	font-weight: 200;
	display: block;

	font-size: 15px;
	margin-bottom: 4px;
}
@media (min-width: 576px) {
	#information .title_wrap h2::before {
		font-size: 18px;
		margin-bottom: 6px;
	}
	#information {
		margin-top: 108px;
		margin-bottom: 96px;
	}
}

/* その他のリンク  */

.other_linkwrap {
	padding: 80px 10px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.other_linkwrap .other_link {
	display: grid;
	grid-template-columns: 100%;
	gap: 24px calc(4%);
}
.other_linkwrap .other_link a {
	display: flex;
	align-items: center;
	column-gap: 36px;
	padding: 24px;
	background-color: white;
	border-radius: 8px;
	color: #222;
	text-decoration: none;
	transition: 0.5s;
}
.other_linkwrap .other_link a:hover {
	background-color: #efecea;
}

.other_link_img {
	width: 420px;	
}
.other_link_img img {
	border-radius: 4px;
	object-fit:contain;
	line-height: 1;
}
.other_link_text {
	display: flex;
	gap: 24px 56px;
	align-items: center;
	column-gap: 16px;
	justify-content: space-between;
	width: 100%;
}
.other_link_text::after {
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	font-size: 200%;
	font-weight: 300;
}
.other_link_text_j {
	font-size: 24px;
	font-weight: 300;
	display: block;
}
.other_link_text_e {
	font-size: 14px;
	color: var(--fill_brown);
	line-height: 1;
	display: block;
}







