

/* PC&タブレット端末向けCSS */
@media screen and (min-width:768px) {


/**************** ヘッダー内コンテンツ *****************/


header{
	width:100%;
	position:relative;
}
.header_bg{
	width:100%;
}

.header_top{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding: 1% 0;
	background: rgba(1,18,24,.5);
	z-index: 2;
}

img {
	width: 100%;
}

.main_image {
	width: 100vw;
	aspect-ratio: 221 / 100;
	position: relative;
	overflow: hidden;
	margin-left: calc(-50vw + 50%);
}

.main_image .bk-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.decoration {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.left-bottom {
	left: 0;
	bottom: 0;
	width: 20vw;
}

.right-top {
	right: 0;
	top: 0;
	rotate: 180deg;
	width: 26vw;
}

.main_image_inner_contents{
	position: absolute;
	top: 9%;
	right: -1%;
	padding-right: 7%;
	z-index: 2;
	text-align: right;
}

.text-wrapper {
	width: 100%;
	margin-top: 5%;
	position: relative;
	display: inline-block;
}

.title-blur {
	position: absolute;
	width: 100%;
	height: 23.5vw;
	background: rgba(23, 31, 19, 0.7);
	filter: blur(90px);
	top: 60%;
	left: 43%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.catchcopy {
	color: #fff;
	font-size: 3.5vw;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	text-align: left;
	margin-bottom: 1rem;
}

.catchcopy .hp-text {
	font-size: 5vw;
}

.catchcopy-line1,
.catchcopy-line2 {
	margin: 0;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.gradient-text {
	background: linear-gradient(
		135deg,
		#67D9FF 0%,
		#D666FF 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: 'Inter', sans-serif;
}

.gradient-text .large {
	font-size: 7.5vw;
	font-weight: 700;
	letter-spacing: -0.26vw;
}

.gradient-text .small {
	font-size: 5vw;
	font-weight: 700;
	letter-spacing: -0.2vw;
}

.comma {
	letter-spacing: -1.5vw;
}

.appealBox{
	display: flex;
	gap: 1.75vw;
	margin: 0.75vw 0 0 0;
	flex-wrap: wrap;
}

.appeal{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 110px;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(24px);
	padding: 14px;
	gap: 10px;
	box-sizing: border-box;
}

.icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2vw;
	min-width: 24px;
	aspect-ratio: 1 / 1;
}

.icon-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.appeal-text {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	font-family: 'Inter', sans-serif;
}

.appeal-text p {
	margin: 0;
}

/**************** ヘッダー内コンテンツ end *****************/



/**************** メインコンテンツ *****************/
main{
	background:#6076BA;
	overflow: hidden;
}

.breadcrumb_navi,
.breadcrumb_navi li,
.breadcrumb_navi li a {
	color: #fff !important;
}
/**************** メインコンテンツ end *****************/


/**************** 各sectionの見出し *****************/

.section_title,
.section_title_w{
	margin:4em auto 3em;
	text-align: center;
}

.section_title h2,
.section_title_w h2{
	font-weight:600;
}

.section_title h2 span{
	font-size: 148%;
    color:#171717;
	margin: 0;
	letter-spacing: 0.1em;
}

.section_title_w h2 span{
	font-size: 148%;
    color: #FFFFFF;
	margin: 0;
	letter-spacing: 0.1em;
}

/**************** 各sectionの見出し end *****************/



/**************** work01 *****************/
#work01{
	margin-top: 3em;
}

.work01_inner{
}

.work01_inner h2{
	font-size:180%;
    color:#171717;
	margin: 0;
	letter-spacing: 0.1em;
	font-weight:600;
	text-align: center;
}

.work01_slide_bg{
	background:#FFFFFF;
	padding-top: 3em;
}

.work01_inner_content{
	max-width:1000px;
	margin:0 auto;
}

.work01_inner_content h3{
	color:#171717;
	text-align: center;
}

.work01_inner_content_m{
	width:87%;
	margin:2em auto;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.work01_inner_content_m p{
	color:#171717;
    font-size: 95%;
	line-height: 2;
	margin:1em auto;
	text-align: justify;
}

.work01_inner_content_mt_elements,
.work01_inner_content_mb_elements{
	opacity : 0;
	position:relative;
	width:30%;
}

.work01_inner_content_mt_elements img,
.work01_inner_content_mb_elements img{
	width:100%;
}

/**************** work01 end *****************/


/**************** industry-dx（業種別DXシステム開発）dxカード構成 *****************/
#industry-dx.industry-dx {
	position: relative;
	padding: 80px 0 100px;
	margin: 0;
}

#industry-dx .dx-blur {
	position: absolute;
	left: -52px;
	top: 51.617px;
	width: 255px;
	height: 255px;
	background: #FFF;
	filter: blur(140px);
	border-radius: 50%;
	pointer-events: none;
}

#industry-dx .dx-blur--blue {
	left: -179px;
	top: auto;
	bottom: 310.383px;
	background: #002FFF;
}

#industry-dx .dx-blur--right {
	left: auto;
	right: 272px;
	top: 567.617px;
	background: #FFF;
}

#industry-dx .dx-blur--top-right {
	left: auto;
	right: -36px;
	top: 48.383px;
	background: #002FFF;
}

#industry-dx .dx-blur--bottom-right {
	left: auto;
	top: auto;
	right: -177px;
	bottom: -302.617px;
	width: 431px;
	height: 431px;
	border-radius: 431px;
	background: #FFF;
}

.industry-dx-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 80px;
	padding: 0 20px;
	box-sizing: border-box;
}

#industry-dx .dx-intro {
	padding: 0 0 40px;
	display: flex;
	justify-content: center;
}

#industry-dx .dx-intro-inner {
	width: 100%;
	max-width: 1080px;
	padding: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

#industry-dx .dx-intro-title {
	margin: 0;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	border: 1px solid #6076BA;
}

#industry-dx .dx-intro-lead {
	margin: 0;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
	border: 1px solid #6076BA;
}

#industry-dx .dx-cards {
	display: flex;
	justify-content: center;
	padding-bottom: 0;
}

#industry-dx .dx-cards-inner {
	width: 100%;
	max-width: 1080px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

#industry-dx .dx-card {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	color: #1a365d;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	/* アコーディオン展開時にブラウザが自動スクロール補正して
	   「上向きに開く」ように見えるのを防ぐ */
	overflow-anchor: none;
}

#industry-dx .dx-card-top {
	display: flex;
	flex-direction: column;
	gap: 0;
}

#industry-dx .dx-card-row {
	display: flex;
	flex-direction: row;
	gap: 0;
}

#industry-dx .dx-card-media {
	flex: 0 0 38%;
	min-width: 0;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
}

#industry-dx .dx-card-media > img {
	width: 100%;
	height: 100%;
	min-width: 0;
	object-fit: cover;
	display: block;
	border-radius: 12px 0 0 12px;
}

#industry-dx .dx-card-text {
	flex: 1;
	min-width: 0;
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 40px 40px 40px 32px;
	box-sizing: border-box;
}

#industry-dx .dx-card-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 8px;
}

#industry-dx .dx-card-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 1.1px;
	color: #1a365d;
	margin: 0;
}

#industry-dx .dx-card-title-char {
	display: inline-block;
	transform: rotate(1deg);
}

#industry-dx .dx-card-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

#industry-dx .dx-tag {
	display: inline-flex;
	align-items: center;
	align-content: center;
	gap: 4px;
	border: 1px solid #D1D5DB;
	padding: 5px 12px 6px;
	border-radius: 20px;
	min-width: 48px;
	font-size: 11px;
	line-height: 1;
	color: #4A5568;
	background: #fff;
}

#industry-dx .dx-tag img {
	width: 12px;
	height: 12px;
	display: block;
	flex-shrink: 0;
	vertical-align: middle;
}

#industry-dx .dx-tag span {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

#industry-dx .dx-card-catch {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.75px;
	color: #dd6b20;
	margin: 0;
}

#industry-dx .dx-card-desc {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.75px;
	color: #4c5560;
	margin: 0;
}

#industry-dx .dx-card-link {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	padding: 24px 40px 40px;
}

#industry-dx .dx-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #1a365d;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

#industry-dx .dx-link img {
	width: 6px;
	height: 8px;
	display: block;
	transform: rotate(0deg);
}

#industry-dx .dx-card-divider {
	width: 100%;
	border: none;
}

#industry-dx .dx-card.is-open .dx-card-link .dx-card-divider {
	display: none;
}

#industry-dx .dx-card.is-open .dx-card-link {
	margin-top: 8px;
}

#industry-dx .dx-card.is-open .dx-link img {
	transform: rotate(180deg);
}

#industry-dx .dx-card-panel {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: height;
	box-sizing: border-box;
}

#industry-dx .dx-card-panel[hidden] {
	display: none;
}

#industry-dx .dx-card-panel-inner {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 24px 40px 0;
	border-top: none;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: opacity, transform;
}

#industry-dx .dx-card.is-open .dx-card-panel-inner {
	opacity: 1;
	transform: translateY(0);
	padding: 32px 40px 0;
}

#industry-dx .dx-card-detail {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-bottom: 32px;
	padding: 40px 80px;
	background: #F4F7FF;
	border-radius: 10px;
}

#industry-dx .dx-card-detail-row {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 40px;
}

#industry-dx .dx-card-detail-row.is-reverse {
	flex-direction: row;
}

#industry-dx .dx-card-detail-media {
	width: 340px;
	min-width: 280px;
	height: 220px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
}

#industry-dx .dx-card-detail-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#industry-dx .dx-card-detail-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px 0;
	flex: 1;
	min-width: 0;
}

#industry-dx .dx-card-detail-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #1a365d;
	margin: 0;
}

#industry-dx .dx-card-detail-desc {
	font-size: 15px;
	line-height: 1.65;
	letter-spacing: 0.01em;
	color: #4c5560;
	margin: 0;
}

#industry-dx .dx-card-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	width: 427px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 8px;
	background: #dd6b20;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
	text-decoration: none;
}

#industry-dx .dx-card-cta img {
	width: 10px;
	height: 10px;
	display: block;
	filter: brightness(0) invert(1);
	transform: rotate(-90deg);
}

/**************** industry-dx end *****************/


/**************** sns *****************/
.sns{
	position:fixed;
	right:0;
	top:20vh;
	z-index:200;
}

.fb{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-bottom:1em;
}

.fb a{
	color:#FFFFFF;
	background:#414d7a;
	font-weight: bold;
	padding:2.5em 0.5em;
	text-decoration: none;
}

.fb a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.fb i{
	padding-bottom:0.5em;
}

/**************** sns end *****************/


}