@charset "utf-8";

/* -----------------------------
	作業事例（詳細）
-------------------------------- */
.content-area .inner{
	margin: 40px auto 0;
	padding: 20px 0 80px;
	position: relative;
}
.case-area{
	position: relative;
}
.content-area .cate-box{
	position: relative;
	top: auto;
	gap: 5px;
}
/* .content-area .cate:nth-child(2){
	left: auto;
} */
.content-area .tag{
	display: inline-block;
	margin: 0 15px 0 0;
}
.content-area .inner .flex-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.price-wrap{
	justify-content: flex-start;
	margin: 0;
}
.info-wrap{
	min-width: calc(100% - 160px);
}
@media screen and (max-width: 768px){
	.detail-area{
		padding: 40px 20px;
	}
	.content-area .tag{
		font-size: 1.4rem;
	}
	.price-wrap{
		width: 100%;
	}
	
	.info-wrap{
		min-width: 100%;
	}
}
/* -----------------------------
	画像
-------------------------------- */
/* .img-area{
	display: flex;
	gap: 80px;
	margin: 60px auto 50px;
	position: relative;
}
.img-area span{
	position: absolute;
	background-color: #707070;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 0 0 5px 0;
    font-size: 1.4rem;
    font-family: var(--lato);
    letter-spacing: 0.05em;
	z-index: 1;
}
.img-area .after span{
background-image: linear-gradient(90deg, #FF9B43, #F8E648);
}
.flex-direction-nav a{
	color: #00000000 !important;
}
.img-area .box{
	width: calc((100% - 80px) / 2);
}
.img-area .box img{
	width: 100%;
} */
/* .flex-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0 0;
} */

.img-area{
	display: flex;
	gap: 60px;
	margin: 40px auto 50px;
	position: relative;
}

.img-area .slider-set{
	width: calc((100% - 60px) / 2);
}
.img-area .slider-set .before,
.img-area .slider-set .after{
	width: fit-content;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px 6px;
	border-radius: 0 6px 0 0;
	font-size: 1.6rem;
	font-family: var(--lato);
	letter-spacing: 0.05em;
	line-height: 1;
	min-width: 80px;
	text-align: center;
}
.img-area .slider-set .before {
	background: #727C84;
}
.img-area .slider-set .after {
	background: url(../img/bg-tag.jpg) no-repeat center / cover;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
}
.splide__slide{
	width: 100% !important;
	height: 400px!important;
}
.splide__slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px){
	.img-area{
		flex-wrap: wrap;
		gap: 30px;
		margin: 20px 0 40px;
	}
	.img-area .slider-set{
		width: 100%;
	}
	.img-area .box{
		width: 100%;
	}
	
	.splide__slide{
		height: 240px!important;
	}
	
	.flexslider .slides li,
	#contents_page .flexslider .slides li{
		height: auto !important;
	}
}

/* -----------------------------
	テキストエリア
-------------------------------- */
.txt-area{
	padding: 40px;
	background-color: #F1F4F6;
	margin: 30px 0 0;
	border-radius: 20px;
}
.txt-area.work{
	background-color: #EBF4FB;
	border-radius: 8px;
	position: relative;
	margin: 50px 0 0;
	padding: 60px 40px 40px 40px;
}
.txt-area.customer{
	background-color: #fff;
	border: solid 1px #707070;
}
.txt-area .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 16px;
	margin: 0 0 15px;
    position: relative;
}
.txt-area.work .ttl{
	font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background-color: var(--cmn-color);
    border-radius: 0 27px 27px 0;
    padding: 15px 30px 17px 57px;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 0;
}
.txt-area .ttl::before{
	background: var(--cmn-color);
    border-radius: 3px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 4px;
}
.txt-area.work .ttl::before{
	position: absolute;
    content: "";
    background: url(../img/illust-man.png) no-repeat center / contain;
    width: 56px;
    height: 70px;
    left: 0;
    top: auto;
    bottom: -5px;
}
.txt-area .flex-wrap{
	gap: 40px;
	margin: 0;
	display: flex;
	align-items: center;
}
.txt-area .flex-wrap .ttl{
	padding: 0;
	color: var(--cmn-color);
}
.txt-area .flex-wrap .ttl::before{
	display: none;
}
.txt-area .flex-wrap div{
	width: 150px;
	text-align: center;
}
.txt-area .flex-wrap div .illust img{
	width: 90px;
}
.txt-area .flex-wrap .txt{
	width: calc(100% - 190px);
}
@media screen and (max-width: 768px){
	.content-area .inner{
		margin: 0;
		padding: 0 0 40px;
	}
	.txt-area.work .ttl{
		font-size: 1.6rem;
		border-radius: 0 18px 18px 0;
		padding: 10px 20px 12px 50px;
	}
	.txt-area.work .ttl::before{
		width: 42px;
		height: 53px;
		bottom: -4px;
	}
	.txt-area{
		padding: 30px 15px;
		border-radius: 10px;
	}
	.txt-area.work{
		padding: 30px 15px;
	}
	.txt-area .flex-wrap{
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
	}
	.txt-area .flex-wrap div .illust img{
		width: 70px;
	}
	.txt-area .flex-wrap .txt{
		width: 100%;
	}
}

/* -----------------------------
	関連事例
-------------------------------- */
.kanren-area{
	margin: 0 auto;
	padding: 0 0 15px calc((100% - 1200px) / 2);
}
.kanren-area .kanren-ttl{
	font-size: 2.0rem;
    font-weight: bold;
    padding: 0 0 0 16px;
    margin: 0 0 15px;
    position: relative;
}
.kanren-area .kanren-ttl::before{
	background: var(--cmn-color);
    border-radius: 3px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 4px;
}
.kanren-area .case-list{
	flex-wrap: nowrap;
}
@media screen and (max-width: 768px){
	.case-list{
		padding: 0;
	}
}
