@import url("style.css");

.t-l {
	text-align: left;
}
.t-r {
	text-align: right;
	margin: 0 0 0 auto;
}
.t-c {
	text-align: center;
	margin: 0 auto;
}

.w80p {
	width: 80%;
}

.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}

.main-img {
	margin-bottom: 30px;
	width: 100%;
}

.other-top {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 500px;
	overflow: hidden;
}

.wear-kv {
	background: url(../images/wear/wear-kv.jpg) no-repeat center center / cover;
}
.dunnage-kv {
	background: url(../images/dunnage/dunnage-kv.jpg) no-repeat center center / cover;
}
.company-kv {
	background: url(../images/company/company-kv.jpg) no-repeat center center / cover;
}
.privacy-kv {
	background: url(../images/privacy/privacy-kv.jpg) no-repeat center center / cover;
}



.wear-section01, .wear-section04, .wear-section05, .dunnage-section01, .company-section01, .privacy-section01 {
	background: #144B64;
	text-align: center;
	color: #fff;
	padding: 100px 0
}
.wear-section04 {
	background: #fff;
}

.section-inner {
	color: #fff;
}
.wear-section04 .section-inner {
	color: #666666;
}

.wear-copy {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	padding: 0 150px 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.wear-section04 .wear-copy {
	border-bottom: 1px solid #666666;
}

.wear-section02 .l-inner, .wear-section03 .l-inner {
	padding: 50px 0;
}

.wear-section02 {
	background: url(../images/wear/workingwear-bg.jpg) no-repeat center center / cover;
}
.wear-section03 {
	background: url(../images/wear/uniform-bg.jpg) no-repeat center center / cover;
}
.wear-section02 .section-inner > img:first-child, .wear-section03 .section-inner > img:first-child {
	margin-bottom: 100px;
}
.wear-section03 {
	text-align: right;
}
.wear-section03 img {
	margin: 0 0 0 auto;
}

.uniform-list, .uniform-list02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px 0;
}
.uniform-list > div, .uniform-list02 > div {
	width: calc(100% / 3);
	border-right: 1px solid #666666;
	padding: 10px 0;
	margin-bottom: 40px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;	
	align-items: center;
}
.uniform-list02 > div {
	width: 50%;	
	border-right: 1px solid #fff;
}
.uniform-list > div:nth-child(3n) {
	border-right: none;
}
.uniform-list02 > div:nth-child(2n) {
	border-right: none;
}
.uniform-list > div p, .uniform-list02 > div p {
	margin-bottom: 20px;
	position: absolute;	
	top: 20px;	
	left: 50%;
	transform: translateX(-50%);
}
.uniform-list > div img, .uniform-list02 > div img {
	margin-top: 50px;
	max-width: 70%;	
}


.col_box_01 , .col_box_02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.col_box_01 > div:first-child {
	width: 28%;
}
.col_box_01 > div:last-child {
	width: 68%;
}
.col_box_02 > div {
	width: 48%;
	margin-bottom: 15px;
}
.col_box_02 > div img {
	width: 100%;
}
._reverse {
	flex-direction: row-reverse;
}

.dunnage-section01 .l-inner {
	text-align: left;
}

.dunnage-copy, .company-copy {
	margin-bottom: 50px;
}
.dunnage_col{
	margin-bottom: 80px;
}
.dunnage_col .p-top-service__btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.greeting-name {
	margin: 30px 0 50px auto;
}

.privacy-h4 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 80px 0 30px;
	padding-bottom: 10px;
}

.privacy-list {
	list-style-type: disc;
	list-style-position: inside;
}
.privacy-list li {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
	margin-bottom: 10px;
}

/*  スマホ対応  */
@media screen and (max-width: 767px) {

	.none_pc {
		display: none;
	}

	.other-top {
		padding: 0 10%;
	}

	.w80p {
		width: 100%;
	}

	.main-section {
		width: 100%;
		padding: 3.5rem 1.25rem;
	}

	.wear-copy {
		font-size: max(1.625rem, 12px);
		padding: 0 10px;
	}

	.wear-section01, .wear-section04, .wear-section05 {
		padding: 30px 0;
	}
	.section-inner {
		width: 96%;
		margin: 0 auto;
	}
	.uniform-list, .uniform-list02 {
		display: block;
	}
	.uniform-list > div, .uniform-list02 > div {
		width: 100%;
		border-right: none;
	}
	.uniform-list > div img, .uniform-list02 > div img {
		max-width: 90%;
	}

    .venue-list{
        grid-template-columns:1fr; /* １列だけ */
        column-gap:0;
    }
    .venue-num{
        margin-left:1em;          /* 字下げして見やすく */
    }
    .right-align{
        justify-self:start;       /* 右寄せを解除 */
        text-align:left;
    }
}

	.col_box_01 > div, .col_box_02 > div {
		width: 100% !important;
		margin-bottom: 20px;
	}
	._reverse {
		flex-direction: row;
	}

	.dunnage_col .p-top-service__btn {
		justify-content: center;
	}




	.privacy-h4 {
		font-size: 30px;
		margin-top: 40px;
	}
}