/* CSS Document */
.page-works #breadcrumbs,.page-works-list #breadcrumbs{
	background: transparent;
	z-index: 2;
}
.page-works .site-banner{
	position: relative;
	height: 585px;
	top:-40px;
}
.page-works .site-banner.site-banner-solution{
	
}
.site-banner_bg_img{
	position: absolute;
	width: 100%;
	height: 585px;
	z-index: 0;
}
.site-banner_bg_overlay{
	position: absolute;
	width: 100%;
	height: 585px;
	z-index: 1;
}
.site-banner_bg_img img, .site-banner_bg_overlay img{
	width: 100%;
	height: 585px;
	object-fit: cover;
}
.page-works .site-banner .container{
	max-width: 1135px !important;
	z-index: 2;
	/*position: relative;
	 display: flex;*/
	position: relative;
	height: 585px;
}
.site-banner .content{
	width: 630px;
	margin-top: 170px;
}
.site-banner .eye_catch_block{
	position: absolute;
	width: 480px;
	right: 0;
	bottom: 0;
}

.page-works .site-banner.site-banner-solution{
	position: relative;
	height: 450px;
	top:-40px;
}
.site-banner-solution .site-banner_bg_img{
	position: absolute;
	width: 100%;
	height: 450px;
	z-index: 0;
}
.site-banner-solution .site-banner_bg_overlay{
	position: absolute;
	width: 100%;
	height: 450px;
	z-index: 1;
}
.site-banner-solution .site-banner_bg_img img, .site-banner-solution .site-banner_bg_overlay img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.page-works .site-banner.site-banner-solution .container{
	max-width: 1135px !important;
	z-index: 2;
	/*position: relative;
	 display: flex;*/
	position: relative;
	height: 450px;
}
.site-banner.site-banner-solution .content{
	width: 630px;
	margin-top: 130px;
}
.site-banner.site-banner-solution .eye_catch_block{
	width: 280px;
	height: 280px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-33%);
    -webkit-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
}
.site-banner.site-banner-solution .eye_catch_image{
	height: 100%;
} 
.site-banner.site-banner-solution .eye_catch_image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #fff;
}
.page-works .site-banner h1,
.page-works .site-banner p,
.page-works .site-banner li,
.page-works-list .site-banner h1,
.page-works-list .site-banner p{
	color: #fff;
}
.page-works .site-banner h1{
	font-size: 36px;
	line-height: 1.3em;
}
.page-works .site-banner .content p{
	font-weight: normal;
	margin-top: 20px;
}
.page-works .site-banner .catlist{
	margin-top: 30px;
}
.page-works .catlist .tax_btn{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}
.page-works .catlist .tax_btn a:link, .page-works .catlist .tax_btn a:hover{
	color: #fff;
	font-weight: bold;
}
.page-works .catlist .tax_btn a{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 4px 16px;
	height: auto;
	display: block;
}
.site-banner .eye_catch_block dl{
	margin-top: 8px;
	text-align: right;
}
.site-banner .eye_catch_block dl dt{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.site-banner .eye_catch_block dl dd{
	font-size: 12px;
	margin-bottom: 8px;
	
}
.page-works a[target="_blank"]::after {
    font-family: "Font Awesome 6 Free";
    content: "\f35d"; /* アイコンのUnicode */
    font-weight: 900; /* solid スタイル */
    margin-left: 5px; /* 文字との間隔 */
    font-size: 0.8em; /* アイコンのサイズ調整 */
}


.project-detail .project_nav{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	border-bottom: 4px solid #DDDDDD;
}
.project_nav_wrap{
	display: flex;
	justify-content: space-between;
	column-gap: 8px;
}
.project_nav_wrap .project_nav_item{
	background: #F7F7F7;
}
.project_nav_item a{
	color: #000;
	font-size: 14px;
	display: block;
	width: calc((1050px - (16px * 4)) / 5);
	height: 45px;
	line-height: 45px;
	padding: 0 16px;
	position: relative;
}
.project_nav_item a:link, .project_nav_item a:visited,.project_nav_item a:hover{
	color: #000;
	font-weight: bold;
}
.project_nav_item a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f107"; /* fa-angle-down の Unicode */
    font-weight: 900; /* Solid スタイル */
    margin-left: 5px; /* テキストとの間隔 */
	position: absolute;
	right: 8px;
	top: 0px;
}
.page-works .post-single{
	margin-top: 80px;
}
.project_section{
	margin-top: 56px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.project_section_title{
	width: 250px;
}
.project_section_body{
	width: 725px;
	font-size: 16px;
	line-height: 1.8em;
}
.project_section_body p, .project_section_body dd, .project_section_body dt, .project_section_body li{
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 1em;
}

.project_section_title p{
	font-size: 26px;
	font-weight: bold;
	color: #1E2978;
}
.project_section_title h2{
	font-size: 10px;
	font-weight: bold;
	color: #999;
	line-height: 1.3em;
}
.client_outline{
	margin-bottom: 24px;
}
.client_table{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 16px;
}
.client_table dt, .client_table dd{
	padding: 8px 8px;
}
.client_table dt{
	width: 20%;
}
.client_table dd{
	width: 80%;
}
.project_result_body, .project_result_body p{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}
.project_result_body .important{
	color: #AF0000;
	font-size: 40px;
	margin: 0 8px;
}

.page-works .sollist{
}
.page-works .sollist .sol_btn{
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 24px;
}
.page-works .sollist .sol_btn a:link, .page-works .sollist .sol_btn a:hover{
	color: #fff;
	font-weight: normal;
}
.page-works .sollist .sol_btn a{
	color: #fff;
	background: #1E2978;
	border-radius: 30px;
	padding: 8px 20px;
	height: 30px;
}


.overview_img{
	margin: 24px 0;
	background: #F2F4F7;
	padding: 16px 16px;
}
.overview_img figure{
	padding: 8px;
	background: #fff;
}
.overview_img figure img{
	display: block;
	margin: auto;
	/*filter: grayscale(100%);*/
}
.overview_img p.block_caption{
	text-align: center;
	font-size: 13px;
	padding: 4px 4px 0;
	background: transparent;
	margin-bottom: 0;
}

#process{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	background: #F2F4F7;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url("../../images/works/bg_process.png");
}
.project_block{
	background: #fff;
	padding: 32px;
	margin-bottom: 48px;
}
.project_section_body p.project_point{
	font-size: 28px;
	font-weight: bold;
	color: #1E2978;
	margin-bottom: 24px;
}
.project_section_body p.project_point span{
	font-size: 36px;
}
.project_section_body h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 24px 0;
}
.project_section_body h4{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 16px 0;
}
.process_img{
	margin: 24px 0;
}
.process_img figure{
	border: 1px solid #ddd;
	padding: 8px 16px;
}
.process_img figure img{
	display: block;
	margin: auto;
    /*filter: grayscale(100%);*/
}

.process_img p.block_caption{
	text-align: center;
	font-size: 13px;
	padding: 4px 4px 0 4px;
	background: #fff;
	margin-bottom: 0;
}

#output{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	background: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url("../../images/works/bg_output.png");
}
.output_pc_wrap {
    width: 100%; /* 必要に応じて調整 */
    aspect-ratio: 16 / 9;
    overflow-y: auto; /* 縦スクロールを有効化 */
    overflow-x: hidden; /* 横スクロールを防ぐ */
    position: relative;
	border: 2px solid #e5e5e5;
	border-radius: 12px;
}
.output_pc_wrap figure {
    margin: 0;
}
.output_pc_wrap img {
    display: block;
    width: 100%; /* 幅を100%にしてレイアウトを崩さない */
    height: auto; /* 縦スクロールを可能にするためにauto */
}
.output_pc_wrap + .output_sp_wrap{
	margin-top: 48px;
}
.output_sp_wrap {
    width: 47%; /* 必要に応じて調整 */
    aspect-ratio: 1 / 1.9;
	margin-right: auto;
	margin-left: auto;
    overflow-y: auto; /* 縦スクロールを有効化 */
    overflow-x: hidden; /* 横スクロールを防ぐ */
    position: relative;
	border: 2px solid #e5e5e5;
	border-radius: 12px;
}
.output_sp_wrap figure {
    margin: 0;
}
.output_sp_wrap img {
    display: block;
    width: 100%; /* 幅を100%にしてレイアウトを崩さない */
    height: auto; /* 縦スクロールを可能にするためにauto */
}
.output_site_title{
	margin-top: 32px;
}
.output_site_title dt, .output_site_title dd{
	text-align: right;
	margin-bottom: 4px;
	line-height: 1.2em;
	font-size: 14px;
}

#related_works{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	background: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 0px;
}
.project_section_one .project_section_title{
	margin-bottom: 56px;
}
@media (max-width: 768px) {
	.project_block{
		padding: 16px;
	}
	
}

/* list */
.works_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works_list .works_list_item{
	width: 308px;
	margin-bottom: 40px;
}
.works_list .works_list_item a {
	color: #000;
}
.works_list_item_fig{
	background: linear-gradient(to bottom, #EDEDED, #E2E2E2);
	padding: 20px 15px 20px;
	margin-bottom: 12px;
}
.item_type_projects .works_list_item_fig{
	background: linear-gradient(to bottom, #EDEDED, #E2E2E2);
	padding: 20px 15px 20px;
	margin-bottom: 12px;
	height: 198px;
	overflow: hidden;
}
.item_type_projects .works_list_item_fig img{
	width: 100%;
	height: 156px;
	padding: 20px;
	object-fit: contain;
	margin: auto;
	display: block;
	background: #fff;
}
.project_list .item_type_projects .works_list_item_fig{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.works_list_item_body .item_client{
	font-size: 13px;
	margin-bottom: 4px;
}
.works_list_item_body .item_title{
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
.works_list_item .item_tag .tax_btn{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 16px;
	line-height: 1.2em;
}
.works_list_item .item_tag .tax_btn a:link, .works_list_item .item_tag .tax_btn a:hover{
	color: #666;
	font-weight: normal;
}
.works_list_item .item_tag .tax_btn a{
	color: #666;
	border: 1px solid #fff;
	border-radius: 18px;
	padding: 4px 8px;
	height: 18px;
	font-size: 14px;
	background: #fff;/*#F5F5F5;*/
}
.works_list_item--dummy {
  visibility: hidden;
  pointer-events: none;
}

#works_list .project_list_section_body{
	width: 1000px;
	margin: auto;
}
#works_list .works_list_item_body h3.item_title{
	font-weight: bold;
}
#works_list .works_list_item .item_tag .tax_btn a{
	background: #F5F5F5;
}
@media(max-width:768px){
	#works_list .project_list_section_body{
		width: 100%;
	}
}

.page-works-list .site-banner{
	background-image: url("../../images/works/bg_list.png");
	background-size: cover;
	background-position: center;
	margin-top: -40px;
	height: 254px;
	position: relative;
	z-index: -1;
	width: 100%;
}
.page-works-list .site-banner .content{
	width: auto;
	margin-top: auto;
	position: relative;
	z-index: 2;
}
.page-works-list .site-banner h1{
	color: #fff;
	font-size: 36px;
}
.page-works-list .site-banner p{
	font-size: 16px;
	margin-top: 16px;
	font-weight: normal;
}

.tax_nav_wrap{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	background: #F5F5F5;
	padding-top: 48px;
	padding-bottom: 32px;
	margin-bottom: 48px;
	border-top: 1px #ddd solid;
}
/* .tax_nav_list を2カラム構成にする */
.tax_nav_list {
  display: grid;
  grid-template-columns: 120px 1fr; /* 左: dt、右: dd */
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 24px;
}

/* dt（見出し） */
.tax_nav_list dt {
  margin: 0;
  color: #1E2978;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

/* dd を flex にしてリンクを横並び */
.tax_nav_list dd {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

/* 各リンク */
.tax_nav_list dd a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
	border-radius: 24px;
  color: #1E2978;
	border: 1px solid #1E2978;
  text-decoration: none;
}

/* ホバー・アクティブ */
.tax_nav_list dd a:hover,
.tax_nav_list dd a.current {
  background-color: #1E2978;
  color: #fff;
  opacity: 1;
}

/* 矢印アイコン */
/*
.tax_nav_list dd a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
*/

/* スマホ対応 */
@media (max-width: 767px) {
  .tax_nav_list {
    grid-template-columns: 1fr;
  }

  .tax_nav_list dt {
    margin-bottom: 4px;
  }

  .tax_nav_list dd {
    flex-direction: none;
    gap: 6px;
  }
}



/* ol , ul */
.project_section_body ol{
	
}
.project_section_body ul {
	list-style: disc;
    list-style-type: disc;
	padding-left: 0;
	margin-bottom: 1.5em;
}
.project_section_body ul li {
    padding: .0em .0em .0em 0;
	margin-bottom: 0.5em;
	list-style: disc;
}
.project_section_body ul li::marker {
    color: #000;
    font-size: 1.1em;
}
.project_section_body ol {
	/*
	list-style: disc;
    list-style-type: disc;
	*/
	padding-left: 0.2em;
	margin-bottom: 1.5em;
	counter-reset: li;
}
.project_section_body ol li {
    padding: .0em .0em .0em 0;
	margin-bottom: 0.5em;
    display: flex;
    align-items: baseline;
}
.project_section_body ol li::before {
    display: inline-block;
    min-width: 1.6em;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.6em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

@media screen and (max-width: 767px) {
	
	.page-works .post-single{
		margin-top: 40px;
	}

  /* タイトルサイズ調整 */
  .page-works .site-banner h1,
  .page-works-list .site-banner h1 {
    font-size: 24px;
    text-align: center;
  }

  .page-works .site-banner .content p,
  .page-works-list .site-banner p {
    font-size: 14px;
    text-align: center;
  }

  .project_nav_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 0 16px;
    margin-top: 0;
  }

  .project_nav_item a {
    width: 100%;
    height: auto;
    padding: 12px 8px;
    font-size: 14px;
    background: #F5F5F5;
    border-radius: 8px;
    text-align: center;
    line-height: 1.4em;
    position: relative;
  }

  .project_nav_item a::after {
    content: "\f107"; /* fa-angle-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }


  /* project_section */
  .project_section {
    flex-direction: column;
	  margin-top: 42px;
    gap: 24px;
  }

  .project_section_title,
  .project_section_body {
    width: 100%;
  }

  .project_section_title p {
    font-size: 26px;
    text-align: center;
  }

  .project_section_title h2 {
    font-size: 10px;
    text-align: center;
  }

  /* output wrap */
  .output_pc_wrap,
  .output_sp_wrap {
    width: 100%;
    height: auto;
    max-height: 500px;
  }

  /* works_list (一覧) */
  .works_list {
    justify-content: center;
    gap: 24px;
  }

  .works_list .works_list_item {
    width: 90%;
    max-width: 360px;
  }

  /* overview */
  .overview_img {
    padding: 12px;
  }

  /* tax_nav_list already handled (OK) */

  /* breadcrumbs */
  .page-works #breadcrumbs, .page-works-list #breadcrumbs {
	  background: var(--color-blue);
	  overflow-x: auto;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
	  /*
    padding: 8px 16px;
    font-size: 14px;
	  */
  }

  /* process caption */
  .process_img p.block_caption,
  .overview_img p.block_caption {
    font-size: 12px;
  }

  /* .project_result_body の文字サイズ */
  .project_result_body,
  .project_result_body p {
    font-size: 20px;
  }

  .project_result_body .important {
    font-size: 28px;
  }

  /* client_table */
/*
  .client_table dt,
  .client_table dd {
    width: 100%;
  }
*/
	.client_table dt{
		white-space: nowrap;
	}
}


@media screen and (max-width: 767px) {
	.page-works-list .site-banner{
		margin-top: 0;
	}
  .site-banner {
    height: auto !important;
    padding: 0;
	  top:0;
  }

  .site-banner_bg_img,
  .site-banner_bg_overlay,
  .site-banner_bg_img img,
  .site-banner_bg_overlay img {
	  /* height: auto !important;*/
  }

  .site-banner .container {
    display: block;
    height: auto !important;
  }

  .site-banner .content {
    width: 100% !important;
    margin-top: 72px;
    text-align: center;
  }

  .site-banner .eye_catch_block {
    position: static !important;
    transform: none !important;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }

  .site-banner .eye_catch_block figure {
    margin: 0 auto;
    width: 100%;
    max-width: 320px; /* お好みで調整 */
  }

  .site-banner .eye_catch_block img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .project_nav_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px;
    padding: 0px;
  }
  .project_nav_item a {
    min-width: 120px;
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .client_table {
    display: block;
  }

  .client_table dt, .client_table dd {
    width: 100%;
    padding: 4px 0;
  }

  .client_table dt {
    font-weight: bold;
    margin-top: 8px;
	  margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .works_list .works_list_item {
    width: 100%;
    max-width: 100%;
  }
	.project_section_body ul{
		padding: 0;
		margin: 0;
	}
	.page-works .sollist .sol_btn {
		margin-right: 0px;
		margin-bottom: 12px;
	}
	.project_section_body p.project_point{
		margin-bottom: 8px;
	}
}


