@charset "UTF-8";
/* CSS Document */
/*Theme Name:shutokatsumata
description:Wordpressoriginalテーマ
Version:1.0
author:natsuki
*/
.body__wapper{
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D8E8EF;
}

.work_h1{
	font-size: 66px;
    color: #1F5059;
	padding-top: 80px;
    padding-bottom: 10px;
	margin: 0 auto;
}
.work_menu{
	margin: 0 auto;
	width: 90%;
}
.work_menu_line{
	display: flex;
	justify-content: space-between;
}
.work_menu_line li{
	font-size: 1.6rem;
	color: #8D7848;
	padding: 15px;
	font-weight: 600;
}
@media(max-width:960px){
	.work_menu_line{
		flex-direction: column;
	}
}
.work_subtitle {
	display: inline-block;
	text-align: center;
	padding-top:80px;
	padding-bottom: 30px;
	color: #8D7848;
	font-size: 3.0rem;
	font-weight: 600;
}
.work_clientname{
	display: block;
	text-align:center;
	padding-bottom: 30px;
	color:#1F5059;
	font-size: 1.5rem;
}
.work_container{
display: grid;
	gap:10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-bottom: 40px;
}
.work_container p{
	padding-top: 45%;
	background-color:rgba(255,255,255,0.3);
	    color: #1F5059;
    font-size: 2.0rem;
}
.work_container p b{
	font-weight: 300;
	font-size: 1.0rem;
}
.work_box{
	display: block;
	height: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	background-color: rgba(255,255,255,0.3);
}

.work_box img{
	object-fit: contain;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media(max-width:960px){
	.work_box{
	width: 100%;
	padding-top: 100%;
}
	.work_container{
	gap:5px;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	margin-bottom: 40px;
}
}