.waku {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.waku2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.waku .right {
	width: 200px;
	right: 0px;
	position: absolute;
	top: -120px;
}

.left h2 {
	text-align: center;
	font-size: 40px;
	color: hsla(0, 0%, 50%, 1.00);
	font-weight: 800;
}

.left .logo {
	width: 94%;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}

.sphed {
	width: 100%;
	height: 60px;
	position: fixed;
	opacity: 1;
	z-index: 5;
	background-color: hsla(0, 0%, 100%, 1.00);
	top: 0px;
	-webkit-box-shadow: 1px 0px 1px 1px hsla(0, 0%, 79%, 1.00);
	box-shadow: 1px 0px 1px 1px hsla(0, 0%, 79%, 1.00);
}

.sphed .splogo {
	width: 120px;
	margin-top: 15px;
	margin-left: 13px;
}

.list {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	text-align: center;
	line-height: 80px;
	position: relative;
}

.list ul {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.list ul li {
	float: left;
	width: 225px;
  font-size: clamp(0.9750rem, calc(0.9750rem + ((1vw - 0.225rem) * 0.3750)), 1.1250rem);
	text-align: center;
	color: hsla(0, 0%, 50%, 1.00);
}

.list ul a {
	display: block;
	color: hsla(0, 0%, 50%, 1.00);
}

.list ul a:hover {
	color: hsla(0, 0%, 50%, 1.00);
}

.company {
	margin-top: 60px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.company h3 {
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 50%, 1.00);
	font-size: 24pt;
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: hsla(0, 0%, 50%, 1.00);
	font-weight: bold;
}

.company dl {
	font-size: 10pt;
	color: hsla(0, 0%, 30%, 1.00);
	margin-bottom: 20px;
}

.company dl span {
	display: block;
}

.company dl dt {
	padding-right: 0px;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100px;
}

.company dl dd {
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
}

.staff {
	margin-top: 100px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.staff h3 {
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 50%, 1.00);
	font-size: 24pt;
	padding-bottom: 10px;
	margin-bottom: 40px;
	color: hsla(0, 0%, 50%, 1.00);
	font-weight: bold;
}

.staff dl {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.staff dl dt {
	width: 70%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.staff dl dd {
	text-align: center;
	margin-top: 10px;
}

.staff dl dd li {
	font-size: 8pt;
	color: hsla(0, 0%, 30%, 1.00);
}

.staff .fast {}

.staff .middle {}

.staff .name {
	font-size: 10pt;
}

.access {
	margin-top: 70px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.access h3 {
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 50%, 1.00);
	font-size: 24pt;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: hsla(0, 0%, 50%, 1.00);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.access iframe {
	width: 100%;
	height: 400px;
}

.access div {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.about {
	margin-top: 50px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.about img {
	width: 90%;
	margin-bottom: 30px;
}

.about p {
	margin-bottom: 20px;
	color: hsla(0, 0%, 31%, 1.00);
	text-align: center;
	font-size: 13px;
}

.about span {
	display: block;
	padding-top: 10px;
}

.about font {
	display: block;
	padding-top: 10px;
}

.tyousei {
	margin-bottom: 50px;
}

.works {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	display: table;
}

.works a {
	display: block;
}

.works a:hover {}

.works .box0 {
	display: block;
}

.works .box {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 30px;
	background-color: #EFEFEF;
}

.works .box img {
	width: 100%;
}

.overwrap {
	overflow: hidden;
}

.over {
	position: relative;
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
}

.over:hover {
	transform: scale(1.1);
}

.over:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
	/* 円形グラデーション */
	transition-duration: 0.3s;
	opacity: 0;
	/* 見えないように透過しておく */
	content: "read more";
	/* 表示するテキスト */
	background: radial-gradient(rgba(0, 0, 0, 0.6), #000000);
	/* けっこう暗くしないと文字が見にくいので注意 */
	display: flex;
	/* 文字の中央配置 */
	justify-content: center;
	/* 文字の中央配置 */
	align-items: center;
	/* 文字の中央配置 */
	color: #fff;
	font-size: 22px;
	text-shadow: 0 0 2px #000;
	filter: blur(4px);
	/* ブラー効果 */
}

.over:hover:before {
	opacity: 1;
	/* マウスオーバーで可視化 */
	transform: scale(1.3);
	/* 文字の拡大率 */
	filter: blur(0);
	/* ブラー効果を解除 */
}

.works .box .box1 {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.works .box .box2 {
	margin-top: 10px;
}

.works .box .box2 ul {}

.works .box .box2 ul li {
	font-size: 10pt;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: hsla(0, 0%, 30%, 1.00);
	line-height: 23px;
	text-align: center;
}

.works .box .box2 ul li:first-child {
	font-weight: bold;
	color: hsla(0, 0%, 0%, 1.00);
	font-size: 11pt;
	margin-bottom: 10px;
}

.works .box .box2 ul li:last-child {
	color: hsla(0, 0%, 30%, 1.00);
}

.works .box .box2 ul li span {
	display: block;
}

.works .box .box2 p {
	text-align: center;
	font-weight: 900;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	background-color: #9FA0A0;
	height: 10px;
	line-height: 10px;
	color: hsla(0, 0%, 100%, 1.00);
	margin-top: 10px;
	width: 40%;
}

.sp {
	display: none;
}


/* ドロワーメニュー
------------------------------------------------- */
.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}

.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 100;
	/*   transform: translateX(0);
  transition: transform .5s;
 */
}

/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s;
}

.menu-trigger.active span {
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

.spsrid {
	width: 250px;
	height: 100%;
	padding-top: 100px;
	background-color: rgba(0, 0, 0, 1.00);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(250px);
	transition: all .5s;
}

nav.open {
	transform: translateZ(0);
}

.spsrid li {
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.spsrid li a {
	color: hsla(0, 0%, 70%, 1.00);
	text-align: center;
	padding: 10px 0;
	display: block;
}

/*アニメーション始まり*/
/* 基本のスタイル */
.content.delighter {
	transition: all .3s ease-out;
	transform: translateX(-100%);
	opacity: 0;
}

/* スタート時のスタイル */
.content.delighter.started {
	transform: none;
	opacity: 1;
}

/* エンド時のスタイル */
.content.delighter.started.ended {
	border: solid red 10px;
}

.delighter.left {
	transform: translate(100%);
	opacity: 0;
	transition: all .75s ease-out;
}

.delighter.left.started {
	transform: none;
	opacity: 1;
}

.delighter.right {
	transform: translate(100%);
	opacity: 0;
	transition: all .75s ease-out;
}

.delighter.right.started {
	transform: none;
	opacity: 1;
}

.sample-text1 {
	font-size: 20px;
	font-weight: bold;
	animation-name: fadein;
	animation-duration: 3s;

}

@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}