body{
	margin: 0;
	min-width: 1200px;
	overflow-x: hidden;
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img{
	pointer-events: none;
}
.waku{
	width: 100%;
	justify-content: space-between;
	padding-top: 140px;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 1200px;
}
@media screen and (max-width:450px) {
	.waku{
		padding: 0px;
	}
}
/* 全項目共通 */
	.menu_waku{
		margin: -100px 7%;
		padding: 100px 0px;
		box-sizing: border-box;
	}
	.menu_waku_last{
		margin-bottom: 100px;
		padding-bottom: 0px;
	}
	.scroll_effect{
		transition: 0.8s ease-in-out;
		transform: translateY(30px);
		opacity: 0;
	}
	.scroll_effect.on{
		transform: translateY(0);
		opacity: 1.0;
	}
/* トップ画面 */
	.menu_waku_top{
		margin-top: 0px;
		margin-bottom: 125px;
		margin-right: 0px;
		padding: 0px;
	}
	.top_contents_waku{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.top_contents{
		width: 50%;
	}
	/* タイトル */
	.top_contents_title{
		display: flex;
		flex-direction: column;
	}
	.top_eng_title{
		font-size:  clamp(23px, 1.25vw, 25px);
		font-weight: bold;
		color: #6093C6;
	}
	.top_jpn_title{
		font-size: clamp(40px, 4.25vw, 45px);
		margin-top: 7px;
		letter-spacing: 2px;
	}
	.top_mozi{
		margin-top: 45px;
		font-size: clamp(18px, 1.5vw, 20px);
	}
/* トップ画像 */
	.top_contents_img_waku{
		width: 59%;
		animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	}
	@keyframes slideIn {
	  0% {
		transform: translateX(180px);
		opacity: 0;
	  }
	  100% {
		transform: translateX(0);
	  }
	  40%,100% {
		opacity: 1;
	  }
	}
	.top_contents_img{
		width: 100%;
		height: 560px;
		object-fit: cover;
		object-position: left;
		box-sizing: border-box;
		/* border-radius: 20px; */
	}
/* 独自の制度 */
	.menu_waku1{
		margin: -100px 0%;
	}	
	.contents_waku{
		display: flex;
		flex-direction: column;
		align-items: center;
		background: linear-gradient(90deg, rgb(0 164 255), rgb(166 210 255));
		box-sizing: border-box;
		padding: 120px 0px;
	}
	.menu_title{
		color: white;
		font-size:  clamp(40px, 1.25vw, 45px);
		font-weight: bold;
		letter-spacing: 4px;
	}
	.contents{
		width: 800px;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 30px;
		background-color: white;
		padding: 35px 3%;
		box-sizing: border-box;
		border-radius: 20px;
	}
	.title_waku{
		/* width: 35%; */
		margin-right: 40px;
	}
	.title_box{
		width: 200px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mozi{
		/* width: 50%; */
		font-size: clamp(16px, 1.25vw, 18px);
		line-height: 30px;
	}
	/* アイコン */
	.icon_waku{
		height: 120px;
		width: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		border-radius: 100px;
		margin-bottom: 10px;
		background-color: #ecf6fe;
	}
	.icon_img{
		width: 70px;
	}
	.contents_title{
		font-size: clamp(16px, 1.25vw, 18px);
		/* font-weight: bold; */
		color: #6093C6;
	}
/* 働きやすさ */
	.menu_waku2{
		display: flex;
		flex-direction: row;
		margin-bottom: 70px;
	}
	.l_contents_waku{
		width: 45%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.menu_icon_waku{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.menu2_icon_circle,.menu3_icon_circle{
		width: 120px;
		height: 120px;
		background-color: #ecf6fe;
		border-radius: 100px;
		box-sizing: border-box;
		margin-bottom: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.menu_circle_img{
		width: 70px;
	}
	.l_contents_title{
		font-size: clamp(33px, 1.25vw, 33px);
		font-weight: bold;
		color: #6093C6;
		margin-bottom: 20px;
	}
	.l_contents_mozi{
		font-size: clamp(18px, 1.25vw, 20px);
	}
	.r_contents_waku{
		width: 50%;
	}
	.r_contents{
		background-color: #ecf6fe;
		margin-bottom: 20px;
		padding:30px;
		box-sizing: border-box;
		border-radius: 20px;
	}
	.r_contents_title{
		font-size: 28px;
		font-weight: bold;
		color: #6093C6;
		margin-bottom: 15px;
	}
	.r_contents_mozi{
		font-size: clamp(16px, 1.25vw, 18px);
	}
/* 出産・育休 */	
	.menu_waku3{
		display: flex;
		flex-direction: row;
		background-color: #ecf6fe;
		margin: -100px 0%;
	}
	.menu_waku3_contents{
		width: 100%;
		display: flex;
		flex-direction: row;
		margin: 0px 7%;
	}
	.menu3_icon_circle{
		background-color: white;
	}
	.r_contents2{
		background-color: white;
	}
/* 福利厚生一覧 */
	.menu4_contents_waku{
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		padding: 120px 0px;
	}
	.menu4_title{
		color: #6093C6;
		font-size: clamp(40px, 1.25vw, 45px);
		letter-spacing: 5px;
	}
	.menu4_contents{
		width: 100%;
		border-top: 2px solid gainsboro;
		border-bottom: 2px solid gainsboro;
		box-sizing: border-box;
		margin-top: 20px;
	}
	.menu4_item_box{
		display: flex;
		flex-direction: row;
		align-items: baseline;
		box-sizing: border-box;
		margin: 35px 0px;
	}
	.menu4_item_box:first-child{
		border-bottom: 2px dotted gainsboro;
		padding-bottom: 35px;
	}
	.menu4_item_title{
		width: 20%;
		font-size: clamp(18px, 1.25vw, 20px);
		font-weight: bold;
		letter-spacing: 4px;
	}
	.menu4_item_mozi{
		font-size: clamp(18px, 1.25vw, 20px);
		line-height: 33px;
	}
@media screen and (max-width:450px) {
	/* トップ */
	.top_contents_waku{
		flex-direction: column-reverse;
	}
	.top_contents{
		width: 100%;
	}
	.top_contents_img_waku{
		width: 100%;
	}
	.top_eng_title{
		font-size: 25px;
	}
	.top_jpn_title{
		font-size: 55px;
	}
	.top_mozi{
		font-size: 38px;
	}
	.top_contents_img{
		width: 100%;
		height: 700px;
		margin-bottom: 70px;
	}
	/* 独自の制度 */
	.menu_title{
		font-size: 65px;
	}
	.contents{
		width: 1100px;
		flex-direction: column;
		padding: 85px 5%;
	}
	.title_waku{
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.title_box{
		width: unset;
	}
	.icon_waku{
		width: 230px;
		height: 230px;
		margin-bottom: 20px;
		border-radius: 200px;
	}
	.icon_img{
		width: 140px;
	}
	.contents_title{
		font-size: 40px;
	}
	.mozi{
		font-size: 35px;
		line-height: 58px;
		display: flex;
	}
	/* 制度 */
	.menu_waku2{
		flex-direction: column;
	}
	.menu_waku3_contents{
		flex-direction: column;
	}
	.menu2_icon_circle,.menu3_icon_circle{
		width: 230px;
		height: 230px;
		border-radius: 200px;
		margin-bottom: 20px;
	}
	.menu_circle_img{
		width: 140px;
	}
	.l_contents_waku{
		width: unset;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}
	.l_contents_title{
		font-size: 65px;
	}
	.l_contents_mozi{
		font-size: 40px;
	}
	.r_contents_waku{
		width: unset;
	}
	.r_contents{
		padding: 40px 30px;
		margin-bottom: 35px;
	}
	.r_contents_title{
		font-size: 40px;
		display: flex;
	}
	.r_contents_mozi{
		font-size: 35px;
	}
	/* 福利厚生 */
	.menu4_title{
		font-size: 65px;
	}
	.menu4_item_title{
		width: 30%;
		font-size: 35px;
		margin-right: 40px;
	}
	.menu4_item_mozi{
		width: 64%;
		font-size: 35px;
		line-height: 53px;
	}
}	