/**********************
  メイン
***********************/
#main {
}
.minner {
	/*width: 1000px;
	margin-right: auto;
	margin-left: auto;*/
}
#mpic {
	position: relative;
	container-type: inline-size;
}
#mpic img {
	width: 100%;
}
.best1 {
	position: absolute;
	font-family: impact;
	/*font-size: 7em;*/
	font-size: 9cqw;
	font-weight: bold;
	letter-spacing: 0.2em;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.3,1);
	text-shadow: 3px 3px #202f55;*/
	color: #202f55;
	text-shadow: 0.3cqw 0.3cqw #ffffff, -0.3cqw -0.3cqw #ffffff, 0.3cqw -0.3cqw #ffffff, -0.3cqw 0.3cqw #ffffff;
}
.lloyd {
	position: absolute;
	font-family: impact;
	/*font-size: 2em;*/
	font-size: 3cqw;
	letter-spacing: 0.2em;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.3,1);
	color: white;
	text-shadow: 0.3cqw 0.3cqw #202f55;
}
.content {
	margin-top: 60px;
	margin-bottom: 80px;
}
.greet {
	text-align: center;
}
/*** sns ***/
.sns-w {
	/*background: #685e55;*/
	background-color: rgba(104,94,85,0.1);
}
.sns-t {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
.ameba {
	text-align: center;
	margin-bottom: 20px;
}
.ameba img {
	height: 50px;
}
.ame-kiji {
	/*display: flex;*/
	margin: 0 10% 40px 10%;
	border: 2px solid #3f4360;
}
#feed {
	background: white;
}
#feed a {
	color: #444;
	text-decoration: underline;
	margin-left: 20px;
}
.a-ttl {
	/*height: 30px;*/
  	background: #3f4360;
	color: #fff;
	padding: 5px 20px;
	border: 2px solid #3f4360;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.a-ttl a {
	/*color: white;
	text-decoration: none;*/
}
.a-ttl img {
	position: absolute;
	top: 6px;
	height: 17px;
	margin-left: 15px;
}
.a-kij {
	display: flex;
	/*height: 30px;*/
	padding: 10px 5px 10px 5px;
	/*width: 100%;*/
  	/*overflow: hidden;*/
	/*border: 2px solid #3f4360;*/
	line-height: 150%;
	border-bottom: 1px dotted #c0c0c0;
	margin: 0 10px;
}
.a-kij:last-child {
	padding-bottom: 10px;
	border-bottom: none;
}
.a-kij span {
	color: #4169e1;
	font-weight: bold;
}
.sns {
	display: flex;
	justify-content: center;
	padding: 20px 0px;
	padding-bottom: 40px;
}
.sns img {
	height: 67px;
}
.sns a:not(:last-child) {
	margin-right: 30px;
}

/*** 業務内容 ***/
.workw {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin-top: 40px;
	/*padding: 20px 40px;*/
	/*border-top: 3px solid #3f4360;*/
}
.wrk {
	flex: 1;
	padding: 15px;
	border: 1px dotted black;
}
.wrk:not(:last-child) {
	margin-right: 20px;
}
.img-title {
	container-type: inline-size;
	position: relative;
}
.workw img {
	max-width: 100%;
	height: auto;
}
.workw h3 {
	display: block;
	width: 65%;
	text-align: center;
	font-size: 6.5cqw;
	font-weight: normal;
	text-shadow: 1px 1px black;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 100%;
	padding: 5px 0px;
	backdrop-filter: blur(5px);
}
.img-title span {
	display: block;
	font-size: 80%;
	color: darkgray;
	line-height: 100%;
	padding-top: 5px;
}
.wrk .nai {
	margin-top: 10px;
	line-height: 140%;
	letter-spacing: 0.1em;
}
.nai span {
	display: block;
	font-weight: bold;
	color: #543f32;
	padding-bottom: 10px;
}
.prof-table{
	width: 100%;
	margin-top: 40px;
	/*border-top: 3px solid #3f4360;
	border-bottom: 1px solid #f3f3f2;*/
}
.prof-table tr {
	border-bottom: solid 2px white;
}
.prof-table th {
	background: #3f4360;
	/*border-bottom: 1px solid #fff;*/
	width: 200px;
	/*text-align: left;*/
	padding: 10px 0;
	color: white;
	position: relative;
}
.prof-table th:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: -10px;
	border-left: 10px solid #3f4360;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.prof-table td{
	/*border-bottom: 1px solid #f3f3f2;
	border-right: 1px solid #f3f3f2;*/
	padding: 10px 0 10px 25px;
	/*background: #eee;*/
	background-color: rgba(104,94,85,0.1);
}
.prof-table .dan0,
.prof-table .dan1 {
	display: inline-block;
	width: 100px;
}

/**********************
  レスポンシブ設定
***********************/
/* モニター幅960px以下 */
@media only screen and (max-width:1040px) {
}
@media only screen and (max-width:840px) {
}
/* iPad 縦 */
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:740px) {
	.prof-table th {
		width: 25%;
		/*padding-left: 15px;*/
	}
	.prof-table .dan1 {
		display: block;
		font-weight: bold;
	}
	.workw {
		width: 100%;
		display: block;
	}
	.wrk {
		/*display: flex;*/
		margin-left: 1px;
		margin-bottom: 15px;
		box-sizing: border-box;
		overflow: auto;
	}
	.wrk:not(:last-child) {
		margin-right: 0px;
	}
	.img-title {
		flex-shrink: 0; /*これをしないと画像が小さくなる*/
		float: left;
		width: 170px;
		margin-right: 15px;
	}
	.img-title img {
		margin-bottom: 10px;
	}
	.img-title .nai {
	}
	.workw h3 {
		top: 55px;
	}
	.wrk .nai {
		margin-top: 0px;
		line-height: 160%;
	}
	
}
@media only screen and (max-width:695px) {
	.greet .kai {
		display: block;
	}
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:580px) {
	.prof-table .dan2 {
		display: block;
	}
}
@media only screen and (max-width:500px) {
	.prof-table .dan3 {
		display: block;
	}
	.ame-kiji {
		width: 90%;
		display: block;
		margin: 0 auto 40px auto;
	}
	.a-ttl {
		/*height: 30px;
		width: 100%;
		padding: 5px 10px;
		box-sizing: border-box;*/
	}
	.a-kij {
		/*width: 100%;*/
		box-sizing: border-box;
		display: block;
	}
	#feed a {
		margin-left: 0;
	}
	.a-kij span {
		display: block;
		/*text-align: center;*/
		/*margin-bottom: 5px;*/
	}
}
@media only screen and (max-width:440px) {
	.prof-table .dan4 {
		display: block;
	}
	.greet .del {
		display: none;
	}
}
@media only screen and (max-width:400px) {
	/*.prof-table .dan5 {
		display: block;
	}*/
	.img-title {
		float: none;
		width: 200px;
		margin: 0 auto 10px auto;
	}
	.workw h3 {
		top: 70px;
	}
}
@media only screen and (max-width:370px) {
	.prof-table .dan5 {
		display: block;
	}
}