@charset "UTF-8";
/*---------------------
  2022.11 リニューアル
  事業内容
  デフォルト：モバイル用(767px以下)
  ※必要に応じて、PC・タブレット用に、@media (min-width: 768px)を記述。
 *---------------------*/

.pagetop-img{
	background:url('./img/pagetop-b.jpg');
}
.pagetop-img_w{
	background:url('./work/img/pagetop-w.jpg');
}

.biz{
	margin-bottom: 3.0em;
}

/* 開発実績 */
.works {
	/* padding: var(--v-space) 0; */
	padding: 3.0em 0;
	background-color: #e9e5e9;
}
.work-main{
	padding-bottom: 27px;
}

.works-container {
	display: grid;
	gap: 27px;
}

.offer {
	padding:0;
	margin: 0 auto;
}

.offer a {
	text-decoration: underline;
}

/* リストタイトル */
div.list-title{
	padding: 0.5em;
	margin-bottom:70px;
}
div.list-title p {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-top:0px;
	margin-bottom:0px;
	font-size: clamp(20px, 1.6vw, 30px);
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	background: linear-gradient(transparent 72%, #e0ffff 72%);
}
div.list-title p:after,
div.list-title p:before{
	content:'';
	position: absolute;
	border-radius: 50%;
}
div.list-title p:before {
	top: 1.3em;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}
div.list-title p:after {
	top: 1.1em;
	left: 0.6em;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}

/*** 開発実績：カード ***/
/* 実績カードメイン設定 */
.work-main > div{
	position:relative;
	height:350px;
	display: flex;
	flex-direction: column;
	padding: 60px 27px;
	border-radius: 20px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position:right bottom;
	background-size: 300px auto;
}

.work-main .work .link {
	position: relative;
	display: inline-block;
	width:100px;
	margin-top:30px;

	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	text-align: center;

	background: #2727b3;/*色*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	font-weight: bold;
	border: solid 2px #9999ff;/*線色*/
}

.work-main .work .link:active {
	/*押したとき*/
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* 実績 共通設定 */
.works-container > div{
	height:400px;
	display: flex;
	flex-direction: column;
	padding: 50px 27px;
	border-radius: 20px;
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size: 300px auto;
}

.work{
	background: url(img/work_main.jpg);
}

.work_01{
	background: url(img/work01.jpg);
}

.work_02{
	background: url(img/work02.jpg);
}

.work_03{
	background: url(img/work03.jpg);
}

.work_04{
	background: url(img/work04.jpg);
}

.work_05{
	background: url(img/work05.jpg);
}

.work_06{
	background: url(img/work06.jpg);
}

/* パネル 大サイズ */
.work-main h3 {
	margin-top: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(40px, 4vw, 50px);
	font-weight: 600;
	letter-spacing: 0.2em
}

.work > p {
	margin-left: 18px;
	padding: 0x;
	width:80%;
	font-size: clamp(20px, 1.6vw, 30px);
	font-weight:  500;
}

/* パネル 中サイズ */
.works-container h3{
	font-family: "Montserrat", sans-serif;
	font-size: clamp(30px, 2.5vw, 35px);
	font-weight: 600;
}

/* パネル 中サイズ */
.works-container h4{
	margin-top: 8px;
	margin-left: 16px;
	margin-right: 16px;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(18px, 1.5vw, 25px);
	font-weight: 530;
	border-bottom: 2px dotted #808080;
}

.works-container p {
	margin-left: 25px;
	padding: 0x;
	width:90%;
	font-size: clamp(16px, 1.4vw, 17px);
	font-weight:  350;
}

.work-main p, .works-container p, .works-container h4{
	/* 文字を白で縁取り */
	text-shadow: 
		1px 1px #fff,
		-1px 1px #fff,
		-1px -1px #fff,
		1px -1px #fff,
		1px 0px #fff,
		0px 1px #fff,
		-1px 0px #fff,
		0px -1px #fff;
}

@media (min-width: 768px){
	.works-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.work-main > div{
		position:relative;
		height:350px;
		display: flex;
		flex-direction: column;
		padding: 60px 27px;
		border-radius: 20px;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position:right bottom;
		background-size: 50% auto;
	}
	.works-container > div{
		height:350px;
		display: flex;
		flex-direction: column;
		padding: 60px 27px;
		border-radius: 20px;
		background-color: #ffffff;
		background-repeat:no-repeat;
		background-position:right bottom;
		background-size: min(60%, 350px)  auto;
	}
}

/* 開発実績 物流 */
.h1_sub{
	letter-spacing: 0.3em;
}
.h1_sub2{
	font-size:0.7em;
}

/*写真とテキストのセット表示 */
.imgtext-work {
	margin: 0;
	padding: 3.0em 0;
	background-color: #ffffff;
}

.imgtext-work:first-of-type {
	padding-top: 0;
}

.img-work div{
	display: block;
	width: max(100%, 350px);
	height: 250px;

	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
/* この配置の場合は 狭めの指定でないと、崩れる */
@media (min-width: 500px){
	.img-work div{
		width: 300px;
		height: 250px;
		padding-top: max(10%, 1.0em);
	}
}

.logi01{
	background:url('./work/img/logi01.jpg');
}
.logi02{
	background:url('./work/img/logi02.jpg');
}
.logi03{
	background:url('./work/img/logi03.jpg');
}
.logi04{
	background:url('./work/img/logi04.jpg');
}
.logi05{
	background:url('./work/img/logi05.jpg');
}

