

/* スマホ向けCSS */
@media screen and (max-width:767px) {

body{
	-webkit-text-size-adjust: 100%;
}

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


header{
	width:100%;
	position:relative;
}
.header_bg{
	width:100%;
	/*padding-bottom:100%;
	background-size: cover;
	background:url('../images/header_bg.jpg') no-repeat center bottom;*/
}

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

img {
	width: 100%;
}

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

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

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

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

.right-top {
	right: 0;
	top: 0;
	width: 30vw;
}

.main_image_inner_contents{
	position: absolute;
	top: 22%;
	right: 0%;
	width: 100%;
	z-index: 2;
	text-align: center;
}

.text-wrapper {
	position: relative;
	display: inline-block;
	margin: 2% 6% 0 0;
}

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

.catchcopy {
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}

.text-wrapper > p.catchcopy {
	margin-right: 6%;
	margin-left: 0%;
	text-align: left;
}

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

.catchcopy-line1,
.catchcopy-line2 {
	margin: 0;
	line-height: 1;
	display: flex;
	align-items: baseline;
}

.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: 10vw;
	font-weight: 700;
	letter-spacing: -0.4vw;
}

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

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

.appealBox{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4%;
	margin: 4vw 0 0 0;
	padding-bottom: 1rem;
}

.appeal{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 15%;
	aspect-ratio: 1 / 1;
	min-width: 60px;
	min-height: 60px;
	max-width: 78px;
	background-color: rgba(0, 0, 0, 0.35);
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	backdrop-filter: blur(24px);
	margin: 0;
}

.icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.icon-container img {
	width: 2vw;
	min-width: 16px;
	aspect-ratio: 1 / 1;
	margin: 0;
}

.appeal-text {
	color: #FFFFFF;
	font-size: 10px;
	font-size: clamp(10px, 2vw, 12px);
	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;
}
/**************** メインコンテンツ end *****************/


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

.section_title,
.section_title_w{
	margin:4em auto 3em;
	width:90%;
}

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

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

.section_title_w h2 span{
	font-size: 160%;
    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:3em 0;
}

.work01_inner_content{
	width:100%;
	margin:0 auto;
}

.work01_inner_content h3{
	color:#171717;
	text-align: center;
	font-size: 16px;
}

.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: 14px;
	line-height: 1.5;
	margin:1em auto;
	text-align: justify;
}

.work01_inner_content_mt_elements,
.work01_inner_content_mb_elements{
	width:45%;
}

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

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


/**************** industry-dx（業種別DX）dxカード SP *****************/
#industry-dx.industry-dx {
	position: relative;
	padding: 48px 0 60px;
	overflow: hidden;
}

/* ブラー装飾：PCと同じサイズ・位置、最背面で表示 */
#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;
	z-index: 0;
}
#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: -210.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 .industry-dx-inner {
	position: relative;
	z-index: 1;
	padding: 0 16px;
}

#industry-dx .dx-intro {
	padding: 0 0 30px;
}

#industry-dx .dx-intro-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
	text-align: center;
}

#industry-dx .dx-intro-title {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#industry-dx .dx-intro-lead {
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.95);
	text-align: center;
}

/* SPカードデザイン（Figma node 2500-1090 参照） */
#industry-dx .dx-cards {
	padding-bottom: 0;
}

#industry-dx .dx-cards-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#industry-dx .dx-card {
	padding: 24px 16px;
	gap: 8px;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	/* アコーディオン展開時のスクロールアンカー抑止 */
	overflow-anchor: none;
	display: flex;
	flex-direction: column;
}

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

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

#industry-dx .dx-card-media {
	padding: 8px 0;
	border-radius: 8px;
	overflow: hidden;
	background: #E2E6EB;
}

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

#industry-dx .dx-card-text {
	display: flex;
	flex-direction: column;
	padding: 24px 0 0;
	gap: 16px;
}

#industry-dx .dx-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

#industry-dx .dx-card-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	color: #1A202C;
	line-height: 1.35;
	letter-spacing: 0.02em;
}

#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;
	padding: 6px 12px;
	font-size: 11px;
	line-height: 1;
	border: 1px solid #D1D5DB;
	border-radius: 20px;
	background: #FFFFFF;
	color: #1A202C;
}

#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 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #dd6b20;
	line-height: 1.55;
}

#industry-dx .dx-card-desc {
	margin: 0;
	font-size: 14px;
	color: #4A5568;
	line-height: 1.65;
}

#industry-dx .dx-card-divider {
	border: none;
	margin: 0;
}

#industry-dx .dx-card-link {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 24px 16px 0;
}

#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.is-open .dx-link img {
	transform: rotate(180deg);
}

#industry-dx .dx-card-panel {
	width: 100%;
	box-sizing: border-box;
}

#industry-dx .dx-card-panel-inner {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 24px 0 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);
}

#industry-dx .dx-card.is-open .dx-card-panel-inner {
	opacity: 1;
	transform: translateY(0);
	padding: 24px 8px 0;
	background-color: #F4F7FF;
	border-radius: 6px;
}

#industry-dx .dx-card-panel {
	transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#industry-dx .dx-card-detail {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-bottom: 24px;
}

#industry-dx .dx-card-detail-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

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

#industry-dx .dx-card-detail-media {
	width: 100%;
}

#industry-dx .dx-card-detail-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
}

#industry-dx .dx-card-detail-title {
	margin: 0;
	font-size: 16px;
}

#industry-dx .dx-card-detail-desc {
	margin: 0;
	font-size: 14px;
}

#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;
	margin-bottom: 40px;
	border-radius: 8px;
	background: #dd6b20;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	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 *****************/


/**************** work02 *****************/

#work02{
}

.work02_inner{
	width:100%;
	background:url(../images/work02_bg.webp) no-repeat left bottom;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:10em 0em 54em;
}

.work02_slide_bg{
	width:0;
	background:rgba(255,255,255,.4);
	padding:12% 0 3%;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

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

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

.work02_inner_content > p{
	font-size:100%;
	text-align: justify;
	width:80%;
	margin:1em auto 3em;
	line-height: 2;
    font-weight: 500;
	color:#2d4859;
}

.work02_inner_content dl{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	-webkit-align-items: center;
	align-items: center;
	width:94%;
	margin:2em auto 0;
}

.work02_inner_content dt{
	font-size:120%;
}

.work02_inner_content dd{
	font-size:150%;
	margin:0;
}

.price_red{
	color:#D94447;
}

.work02_inner_content_b_text{
	margin:3em auto;
	width:90%;
}

.work02_inner_content_b_text p{
	font-size:100%;
	font-weight: 500;
	color:#2d4859;
}

.btnArea {
  width: 90%;
  margin: 0 auto;
}
.btnArea .btn {
	width: 100%;
}
.btn {
	display: block;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #cd1c1c;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	border-radius: 5px;
	letter-spacing: 0.1em;
}
.btn:hover {
	opacity: 0.8;
}
/**************** work02 end *****************/



/**************** work03 *****************/
#work03{

}

.work03_inner{
	margin:6em 0;
}

.work03_slide_bg{
	opacity:0;
}

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

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

.work03_text{
	
}

.work03_text ul{
	width:90%;
	margin:0 auto;
	padding:0;
	display: -webkit-flex;
    display: flex;
    justify-content:space-around;
	-webkit-justify-content:space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
}

.work03_text li{
	width:30%;
	text-align: center;
	margin-top:2em;
}

.work03_text li p{
	font-size:14px;
	font-weight:600;
	color:#171717;
}

.work03_text li img{
	width:70%;
}


/**************** work03 end *****************/

/**************** work04 *****************/
#work04{

}

.work04_inner{
	width:100%;
	background:url(../images/work03_bg.webp) no-repeat right bottom;
	background-size:cover;
}

.work04_slide_bg{
	background:rgba(255,255,255,.9);
	padding:15% 0 5%;
}

.work04_inner_content{
	opacity: 1;
	width:100%;
	margin:0 auto;
}
#trigger03 {
	display:none;
}

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

.work04_inner_content > p{
	width: 90%;
    margin: 3em auto;
	line-height: 2;
	font-size: 14px;
}

.work04_process{
	display:flex;
	justify-content:space-around;
	align-items:flex-start;
	flex-wrap: wrap;
	margin-top:2em;
}

.work04_text{
	width:90%;
}

.work04_text h3{
	color:#171717;
	font-size:16px;
	font-weight: 500;
	margin:0;
	border-bottom: 2px solid #44A5B9;
}

.work04_text p{
	font-size:14px;
	color:#171717;
	width:100%;
	margin:1rem 0 2rem;
	line-height: 1.5;
	text-align: justify;
}

/**************** work04 end *****************/

/**************** work05 *****************/
.work05_inner_content {
	margin: 6em 0;
}
/**************** work05 end *****************/

/**************** work06 *****************/
.work06_inner {
    margin-bottom: 10em;
}
.work06_inner_content {
		width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
#work06 h2 {
    color: #334661;
    font-size: 190%;
    font-weight: 700;
    margin: 0 0 30px;
}
#work06 h3 {
    color: #334661;
    margin: 0 0 10px;
    font-size: 14px;
}
.work06_text {
	margin: 0 0 50px;
}
.work06_text p {
    margin: 0 0 20px;	
    font-size: 14px;
}
/**************** work06 end *****************/


/**************** prefectures *****************/
#prefectures{

}

.prefectures_inner{
	width:100%;
	background:url(../images/prefectures_bg.jpg) no-repeat right bottom;
	background-size:cover;
	overflow: hidden;
	zoom:1;
	position:relative;
	padding:0 0 40em;
}

.prefectures_slide_bg{
	width:100%;
	background:rgba(2,14,23,.4);
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

.prefectures_inner_content{
	max-width:1000px;
	margin:5em auto 0;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	-webkit-align-items:center;
	align-items:center;
}

.prefectures_image{
	width:45%;
}

.prefectures_images img{
	width:100%;
}

.prefectures_text{
	width:50%;
}

.prefectures_text h3{
	color:#FFFFFF;
	font-size:180%;
	font-weight:500;
}

.prefectures_text ul{
	display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
	-webkit-justify-content:flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	padding:0;
}

.prefectures_text li{
	font-size:95%;
	color:#FFFFFF;
	font-weight:500;
	padding-right:1em;
}

/**************** prefectures end *****************/


/**************** sns *****************/
.sns{
	display:none;
}
/**************** sns end *****************/


}

@media screen and (max-width:375px) and (min-width:321px){

.work02_inner {
	padding: 10em 0em 60em;
}
}

@media screen and (max-width:320px) {

.work02_inner {
	padding:10em 0em 65em;
}
}