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

:root {
	--printing-color: #2757b3;
	--plan-create-color: #9e5f29;
	--solution-color: #28655f;
	--goods-color: #764a71;
}

.tx_area a[target="_blank"]::after,
.modal-content a[target="_blank"]::after,
.works_cont a[target="_blank"]::after {
	display: inline-block;
	content: url(../images/blank.png);
	width: 12px;
	height: 100%;
	vertical-align: middle;
	padding-left: 2px;
}
.title_serv .tit_t {
	width: 100%;
	padding: 30px 0;
	background: #fff;
}
.title_serv .tit_t h1 {
	margin: 0;
}

.wrapper {
	max-width:1080px;
	width:95%;
	margin: auto;
}
.service_wrap::after {
	display: inline-block;
	content: "";
	height: 60px;
}

.tx_area {
	background: #fff;
	margin: 3em 0;
}

#service .read {
	background: #043177;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	width: 100%;
	min-height: 110px;
	text-shadow: 0 0 12px #0009;
}
#service .read .wrapper {
	padding: 3em 0;
}

#service .read p {
	display: inline-block;
	max-width: 1080px;
	width: auto;
	margin: auto;
	font-size: 1rem;
	line-height: 2;
}

.btn_works_wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	inset: 80px 0 0 0;
	z-index: 1;
}
.btn_works {
	display: inline-block;
	text-decoration: none;
	border-radius: 100px;
	background: url(/images/news_ya.png) no-repeat;
	background-color: #043177;
	padding: 8px 1em 8px 60px;
	height: 22px;
	background-position: left 10px;
	margin-top: 1em;
}
.btn_works span {
	padding: 0 1em;
	color: #fff;
	white-space: nowrap;
}
.btn_works:hover {
	opacity: 0.7;
}

.tx_area {
	padding: 50px;
}
.tx_area p {
	display: block;
	text-align: left;
	margin: 0;
	font-size: .98em;
	line-height: 2.2;
}
.tx_area p.note {
	margin-top: 0.8em;
	font-size: .88em;
	line-height: 1.8;
	width: 100%;
}
.tx_area a {
	font-size: .98em;
}

h2 {
	text-align: center;
	font-size: 2em;
	margin: 0;
}
.tx_area .sv_t {
	text-align: center;
	margin: 0 0 2rem 0;
}

.serv_content {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 2em;
	padding: 2.5em 0 1.5em;
	border-bottom : 2px solid #E1E1E1;
}
.serv_content.noborder {
	padding-bottom: 0;
	border-bottom: 0;
}

.serv_content .serv_cont_txt {
	display: inline-block;
	width: calc(68% - 2em);
}
.tx_area h3 {
	font-size: 1.3em;
	vertical-align: bottom;
	border-left: 8px solid #043177;
	padding-left: 10px;
	margin: 0 0 0.8em;
}
.tx_area h4 {
	font-size: 1em;
	text-align: left;
	margin: 0 0 0.3em;
}
.tx_area h4::before {
	content: "●";
	display: inline-block;
	margin-right: 0.2em;
	font-size: 1.15em;
	line-height: 1;
	font-family: "Myriad Web", "Myriad Pro", sans-serif;
}


.tx_area span.serv_tit_small {
	font-size: 85%;
}

.serv_content .serv_cont_pic {
	display: inline-block;
	text-align: center;
	width: 32%;
}
.serv_content .serv_cont_pic > * {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;

}
.serv_content:not(:has(.serv_cont_pic)) .serv_cont_txt {
	width: 100%;
}
.serv_content.large_pic .serv_cont_txt,
.serv_content.large_pic .serv_cont_pic {
	width: 100%;
}
.serv_content.large_pic .serv_cont_pic > * {
	width: 100%;
	max-width: 840px;
	height: auto;
}
.serv_content.large_pic .serv_cont_pic.col2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 2em;
	flex: 1 1 calc(100% / 2);
}
.serv_content.large_pic .serv_cont_pic.col2:has(.pic_caption) {
	gap: 2em;
}

.serv_content.large_pic .serv_cont_pic.col3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2em 1em;
	flex: 1 1 calc(100% / 3);
}

.serv_content.large_pic .serv_cont_pic img,
.serv_content.large_pic .serv_cont_pic video,
.serv_content.large_pic .serv_cont_pic iframe {
	width: 100%;
	display: block;
	max-width: 840px;
	height: auto;
}

.serv_content.large_pic .serv_cont_pic.col2 > div {
	width: calc(50% - 1em);
	max-width: 840px;
}




.serv_content video {
	width: 100%;
	max-width: 840px;
}
.tx_area .serv_content p.pic_caption {
	font-size: .88em;
	line-height: 1.2;
	margin: 0.6em auto 0;
	text-align: center;
}

.copy_service {
	display: flex;
	justify-content: flex-end;
	font-size: 90%;
	color: #333;
	padding: 30px 0 0;
	margin: 0 auto;
	line-height: 1.4;
}
.copy_service p {
	display: inline-block;
	margin-left: auto;
}

.works_wrap {
	background-color: #fff;
	padding: 80px 0 20px;
}
.works_flex {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.works_cont {
	display: inline-flex;
	flex-direction: column;
	flex: 1 1 calc(100% / 4);
	border: 2px solid #043177;
	padding: 10px;
	max-width: calc(100% / 3 - 30px);
	cursor: pointer;
}
.works_cont.is-show:focus {
	outline-offset: 1px;
}

.works_cont.is-show:hover {
	opacity: 0.7;
}

.works_cont img {
	order: 1;
	width: 100%;
	height: auto;
	border: 1px solid #E1E1E1;
}
.works_cont .works_title {
	order: 2;
	font-size: 1.1rem;
	margin: 4px 0 0;
}
.works_cont .works_item {
	order: 3;
	font-size: 1rem;
	text-align: left;
	margin: 0;
}
.works_cont p {
	order: 4;
	margin: 4px 0 8px;
	font-size: .84em;
	line-height: 1.5;
}

ul.works_cat {
	order: 5;
	margin-top: auto;
	display: flex;
	gap: 5px;
	justify-content: flex-end;
}
.works_tag {
	display: inline-block;
	font-size: 0.8em;
	background: #043177;
	color: #fff;
	padding: 3px 8px;
}
.works_image {
	margin-top: 50px;
	text-align: center;
}
.slider .works_image {
	margin-top: 0;
}
.works_image img {
	margin: auto;
	border: 1px solid #E1E1E1;
	max-width: 700px;
	width: 95%;
	height: auto;
}

.works_contact {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 60%;
	max-width: 600px;
	margin: auto;
	border: 3px double #043177;
	background-color: #043177;
	background-image: url(/images/contact_sp_bg.png)!important;
	color: #043177;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none!important;
	text-align: center;
	padding: 0.5em;
	cursor: pointer;
}
.works_contact svg {
	width: 1.2em;
	height: 1.2em;
	margin-right: 6px;
}
.works_contact:hover {
	opacity: 0.8;
}
/*.works_contact::before {
	content: url(/images/contact_sp_icon.svg);
	vertical-align: middle;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 12px;
	padding-bottom: 4px;
}*/
/* 6件表示 + さらに表示 */

.works_cont {
	display: none;
	opacity: 0;
	transition: opacity 0.7s ease;
	transition-duration: 0.8s;
}
.works_cont.is-show {
	display: inline-flex;
	opacity: 1;
}
#worksMore {
	display: inline-flex;
	border-radius: 100px;
	background-color: #043177;
	padding: 8px 2em;
	min-height: 22px;
	font-size: .98em;
	color: #fff;
	margin: 1em auto 0;
	border: none;
}


/* 背景のオーバーレイ */
.modal-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0009;
	align-items: center;
	justify-content: center;
	margin-top: 40px;

	/* 透明にして隠す */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 95;
}
.modal-container.is-ready {
	display: flex !important;
}
.modal-container.modal-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* モーダル本体のボックス */
.modal-body {
	background-color: #fff;
	width: 95%;
	max-width: 1080px;
	height: auto;
	max-height: calc(100vh - 160px);
	position: relative;
	display: flex;
	flex-direction: column;
}

/* 内部のコンテンツエリア（スクロール設定） */
.modal-content {
	overflow-y: auto;
}
/* スクロールバー */
.modal-content::-webkit-scrollbar {
	width: 10px;
}
.modal-content::-webkit-scrollbar-track {
	background: transparent;
	margin: 7px 4px 7px 0;
}
.modal-content::-webkit-scrollbar-thumb {
	background-color: #666;
	border-radius: 8px;
	border: 3px solid transparent;
	background-clip: content-box; 
}
.modal-content .modal_text {
	width: calc(100% - 80px);
	margin: auto auto 30px;
}

.modal-content .works_title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 1em 0 0;

}
.modal-content .works_item {
	font-size: 1em;
	text-align: left;
	margin: 0;
}
.modal-content p {
	margin: 4px 0 8px;
	font-size: .9em;
	line-height: 1.5;
}

/* 右上の閉じるボタン */
.modal-close {
	vertical-align: middle;
	position: absolute;
	inset: 10px 12px auto auto;
	cursor: pointer;
	z-index: 10;
	color: #fff;
	background: #333; 
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 0;
	text-align: center;
	border: none;
	display: inline-flex;
}
.modal-close::before,.modal-close::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 55%;
	height: 2px;
	background: #fff;
	inset: auto;
}
.modal-close::before {
	rotate: 45deg;

}
.modal-close::after {
	rotate: -45deg;
}
.modal-close:hover {
	opacity: 0.7;
}


/* モーダル表示時にbodyのスクロールを止めるためのクラス */
body.no-scroll {
	overflow: hidden;
}


/* スライダー */
.works_slider {
	border: 1px solid #E1E1E1;
	max-width: 700px;
	width: 95%;
	margin: 50px auto auto;
}
.works_slider .slick-list img {
	max-width: 700px;
	height: auto;
	width: 100%;
	border: none;
}

#service .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	padding: 0;
}
#service .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
}
#service .slick-dots li button:before {
	content: "";
	background: #000;
	border-radius: 100px;
	width: 10px;
	height: 10px;
}


#service .slick-arrow:before {
	content: "";
	width: 38px;
	height: 38px;
	background: center center / contain no-repeat;
	background-image: url(../images/slick/slide_arrow_white.svg);
	display: inline-block;
	opacity: 0.5;
	filter: drop-shadow(0 0 4px #0008);
}
#service .slick-arrow:hover:before {
	opacity: 1;
}

#service .slick-arrow {
	z-index: 1;
	top: calc(50% - 19px);
	padding: 0 5px;
}
#service .slick-next {
	transform: scale(-1, 1);
}
#service .slick-prev {
	transform: scale(1, 1);
}

/* works */
/* 絞り込みエリア全体の調整 */
#filterArea {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

/* 選択クリアボタンの行 */
.clear-row {
  display: flex;
  justify-content: flex-start;
}

/* クリアボタンの最低限デザイン */
.clear-btn {
  padding: 6px 14px;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.clear-btn:hover {
  color: #000000;
  background-color: #f5f5f5;
  border-color: #999999;
}

/* 親と子を横並びにするグループ定義 */
.filter-group {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

/* 親チェックボックスのエリア */
.parent-row {
  flex-shrink: 0;
  padding-top: 4px;
}

/* 親のラベルデザイン */
.parent-label {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* 子チェックボックスのエリア */
.child-row {
  display: flex;
  width: 100%;
}

/* 左側のボーダー線で対応 */
.child-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 2px solid #dddddd;
}

/* 子のラベルデザイン */
.child-label {
  font-size: 14px;
  color: #555555;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  user-select: none;
  transition: color 0.2s ease;
}

.child-label:hover,
.parent-label:hover {
  color: #000000;
}

.child-label:has(input:checked) {
  color: #000000;
  font-weight: 500;
}

.filter-area input:focus-visible,
.clear-btn:focus-visible {
  outline: 2px solid #005bac;
  outline-offset: 2px;
}




@media screen and (max-width: 785px) {
	.serv_content {
		flex-direction: column;
	}
	.serv_content .serv_cont_txt,
	.serv_content .serv_cont_pic {
		width: 100%;
	}
	.serv_content .serv_cont_pic {
		max-width: 600px;
		margin: auto;
	}
	.serv_content .serv_cont_pic img {
		margin: auto;
		width: auto;
		max-width: 100%;
	}
	.works_flex {
		gap: 1em;
	}
	.works_cont {
		flex: 1 1 calc(100% / 2);
		max-width: unset;
	}
	
	#service .read .wrapper {
		padding: 1.8em 2.5%;
		backdrop-filter: blur(3px);
	}
	#service .read p {
		font-size: 0.88em;
	}

	h2 {
		font-size: 1.6em;
	}
	.tx_area {
		padding: 4vw;
		padding-top: clamp(30px, 4vw, 4vw);
		padding-bottom: clamp(30px, 4vw, 4vw);
	}
	.tx_area h3 {
		font-size: 1.1em;
	}
	.tx_area p ,.tx_area a {
		font-size: .92em;
	}
	.tx_area p.note {
		margin-top: 0.8em;
	}
	.works_cont .works_title {
		font-size: 1rem;
	}
	.works_cont .works_item {
		font-size: 0.92em;
	}

	/* モーダル本体のボックス */
	.modal-body {
		width: 95%;
	}
	.modal-content {
		border-width: clamp(10px, 3vw, 30px);
		border-top-width: 50px;
	}

	.serv_content.large_pic .serv_cont_pic.col2,
	.serv_content.large_pic .serv_cont_pic.col3 {
		flex-direction: column;
	}
	.serv_content.large_pic .serv_cont_pic.col2 > img,
	.serv_content.large_pic .serv_cont_pic.col2 > video,
	.serv_content.large_pic .serv_cont_pic.col2 > iframe,
	.serv_content.large_pic .serv_cont_pic.col2 > div,
	.serv_content.large_pic .serv_cont_pic.col3 > img,
	.serv_content.large_pic .serv_cont_pic.col3 > video,
	.serv_content.large_pic .serv_cont_pic.col3 > iframe,
	.serv_content.large_pic .serv_cont_pic.col3 > div {
		width: 100%;
	}

	.modal-content .modal_text {
		width: 95%;
	}
	#service .slick-dots {
		bottom: -20px;
	}
	#service .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}
	#service .slick-dots li button ,
	#service .slick-dots li button:before {
		width: 8px;
		height: 8px;
	}
	

	.works_contact {
		width: 100%;
		flex-wrap: nowrap;
		font-size: 24px;
	}


}





/* printing color */
.serv_printing #service {
	background-color: #e9f0f9;
}
.serv_printing #service .read {
	background: url(../service/printing/images/read_bg.webp) no-repeat center/cover #1e448ab3;
	background-blend-mode: multiply;
}
.serv_printing .title_serv .tit_t p,
.serv_printing .serv_menu ul li a,
.serv_printing .tx_area .sv_t,
.serv_printing .works_cont .works_title,
.serv_printing .modal-content h3,
.serv_printing .works_contact {
		color: var(--printing-color);
}
.serv_printing .btn_works,
.serv_printing .works_tag,
.serv_printing #worksMore {
	background-color: var(--printing-color);
}
.serv_printing .tx_area h3 {
	border-left-color: var(--printing-color);
}
.serv_printing .works_cont,
.serv_printing .works_contact {
	border-color: var(--printing-color);
}
.serv_printing .works_contact,
.serv_printing .modal-content::-webkit-scrollbar-thumb {
	background-color: #2757b399;
}
.serv_printing .tx_area h4::before {
	color: #2757b399;
}

/* plan-create color */
.serv_plan-create #service {
	background-color: #f8f1ea;
}
.serv_plan-create #service .read {
	background: url(../service/planning-creative/images/read_bg.webp) no-repeat center/cover #a7651bb3;
	background-blend-mode: multiply;
}
.serv_plan-create .title_serv .tit_t p,
.serv_plan-create .serv_menu ul li a,
.serv_plan-create .tx_area .sv_t,
.serv_plan-create .works_cont .works_title,
.serv_plan-create .modal-content h3,
.serv_plan-create .works_contact {
		color: var(--plan-create-color);
}
.serv_plan-create .btn_works,
.serv_plan-create .works_tag,
.serv_plan-create #worksMore {
	background-color: var(--plan-create-color);
}
.serv_plan-create .tx_area h3 {
	border-left-color: var(--plan-create-color);
}
.serv_plan-create .works_cont,
.serv_plan-create .works_contact {
	border-color: var(--plan-create-color);
}

.serv_plan-create .works_contact,
.serv_plan-create .modal-content::-webkit-scrollbar-thumb {
	background-color: #9e5f2999;
}
.serv_plan-create .tx_area h4::before {
	color: #9e5f2999;
}

/* solution color */
.serv_solution #service {
	background-color: #f0f9f7;
}
.serv_solution #service .read {
	background: url(../service/solution/images/read_bg.webp) no-repeat center/cover #22766db3;
	background-blend-mode: multiply;
}
.serv_solution .title_serv .tit_t p,
.serv_solution .serv_menu ul li a,
.serv_solution .tx_area .sv_t,
.serv_solution .works_cont .works_title,
.serv_solution .modal-content h3,
.serv_solution .works_contact {
		color: var(--solution-color);
}
.serv_solution .btn_works,
.serv_solution .works_tag,
.serv_solution #worksMore {
	background-color: var(--solution-color);
}
.serv_solution .tx_area h3 {
	border-left-color: var(--solution-color);
}
.serv_solution .works_cont,
.serv_solution .works_contact {
	border-color: var(--solution-color);
}
.serv_solution .works_contact,
.serv_solution .modal-content::-webkit-scrollbar-thumb {
	background-color: #28655f99;
}
.serv_solution .tx_area h4::before {
	color: #28655f99;
}

/* goods color */
.serv_goods #service {
	background-color: #f7f2f6;
}
.serv_goods #service .read {
	background: url(../service/goods/images/read_bg.webp) no-repeat center/cover #764a72b3;
	background-blend-mode: multiply;
}
.serv_goods .title_serv .tit_t p,
.serv_goods .serv_menu ul li a,
.serv_goods .tx_area .sv_t,
.serv_goods .works_cont .works_title,
.serv_goods .modal-content h3,
.serv_goods .works_contact {
		color: var(--goods-color);
}
.serv_goods .btn_works,
.serv_goods .works_tag,
.serv_goods #worksMore {
	background-color: var(--goods-color);
}
.serv_goods .tx_area h3 {
	border-left-color: var(--goods-color);
}
.serv_goods .works_cont,
.serv_goods .works_contact {
	border-color: var(--goods-color);
}
.serv_goods .works_contact,
.serv_goods .modal-content::-webkit-scrollbar-thumb {
	background-color: #764a7199;
}
.serv_goods .tx_area h4::before {
	color: #764a7199;
}

body:has(.serv_goods) .btn_works  {
	background-color: var(--goods-color);
}

/* works color */
.serv_works #service {
	background-color: #e9f0f9;
}


/* 3DCG スライド */
.after-triangle {
	position: relative;
}
.after-triangle::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 44px solid transparent;
	border-bottom: 44px solid transparent;
	border-left: 16px solid var(--plan-create-color);
	border-right: 0;
	inset: calc(50% + -50px) -26px auto auto;
}
@media screen and (max-width: 785px) {
	.after-triangle::after {
		border-right: 44px solid transparent;
		border-left: 44px solid transparent;
		border-top: 16px solid var(--plan-create-color);
		border-bottom: 0;
		inset: auto calc(50% + -50px) -26px auto;
	}
}

/* web フロー */
.flow {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 10px;
}

.flow_item {
	width: calc(100% / 3 - 13.4px);
	padding: 20px;
	border-radius: 12px;
	box-shadow: #0002 0 0 6px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;

}

.flow_num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.75em;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	border-radius: 50%;
	background: #a7651bb3;
	color: #fff;
	font: 600 1.4em "inter", "Arial", sans-serif;
}

.flow_item p.flow_title {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0.5em 0 1em;
}

.flow_item p {
	line-height: 1.5;
}

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

	.flow {
		flex-direction: column;
		gap: 20px;
	}

	.flow_item {
		width: 100%;
	}

}
