@charset "UTF-8";
/* CSS Document */
body{
	letter-spacing: 1px;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
section{
	margin: 100px 0;
}
.section-title{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.section-title-sub{
	font-size: 22px;
}
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 0.7s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.text-margin{
	margin-bottom: 1.5em;
}
.text-title{
	font-weight: 500;
}
/*-----------------------------header-----------------------------------*/
header{
	
}
.top-img{
	width: 100%;
}
.top{
	position: relative;
}
.page-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Shippori Mincho', serif;
	font-size: 6vw;
	/*background-color: rgba(255,255,255,0.2);*/
	padding: 0.25em;
	white-space: nowrap;
	color: #144870;
}

.upper-left{
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
}

.upper-left img{
	margin-left: 1vw;
	width: 10vw;
	min-width: 80px;
}
.dli-close{
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 3vw;
	min-width: 30px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}

.dli-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}














/*-----------------------------main-----------------------------------*/
main{
	max-width: 1050px;
	margin: 0 auto;
	width: 95%;
	display: block;
}
/*---------------top---------------------*/
.top-title{
	background: linear-gradient(#FFF 30%, #2ca6e0 30%);
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.top-text{
	color: #fff;
	margin-top: 150px;
}
.top-text p:nth-child(1){
	font-size: 40px;
	font-weight: 500;
	margin-left: 10px;
	margin-bottom: -30px;
}
.top-text p:nth-child(2){
	font-size: 100px;
	font-family: 'Shippori Mincho', serif;
}

/*---------------about-work---------------------*/
.wrap-title{
	text-align: center;
}
.section-title{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #144870;
}
.section-title-sub{
	font-size: 22px;
	border-top: 2px solid #29abe2;
	border-bottom: 1px solid #29abe2;
	padding: 15px 0;
}

.wrap-item{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.work-item{
	border: 1px solid #29abe2;
	padding: 10px;
	width: 30%;
	margin-bottom: 30px;
	/*display: flex;
	flex-direction: column;*/
}
.item-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.item-top p:nth-child(1){
	font-size: 30px;
	color: #144870;
}
.item-top p:nth-child(2){
	display: flex;
	align-items: center;
	color: #29abe2;
}
.item-top p:nth-child(2) img{
	width: 1rem;
	margin-right: 5px;
}
.dummy{
	border: 0px;
}
.bottom{
	/*margin-top: auto;*/
}


.second-title{
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #29abe2;
}

table{
	font-size: 18px;
	width: 100%;
}
.ws{
	white-space: nowrap;
}
tr{
	width: 100%;
	border-bottom: 1px solid #29abe2;
}
.border-bottom{
	border-bottom: 1px solid #29abe2;
}
td{
	padding: 5px;
}
.employmentinformation a{
	display: block;
	background-color: #e95513;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	padding: 0.5em;
	font-weight: 500;
	border-radius: 30px;
	width: 30%;
	margin: 50px auto;
	text-align: center;
	transition: .2s;
	border: 3px solid #e95513;
}
.employmentinformation a:hover{
	background-color: #fff;
	color: #e95513;
	border: 3px solid #e95513;
}









/*-----------------------------footer-----------------------------------*/
footer{
	max-width: 1050px;
	margin: 0 auto;
	width: 95%;
}
.footer-top{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 20px;
}
.footer-top img{
	width: 100%;
}
.footer-top-item{
	width: 45%;
	margin: 0 10px;
}
.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.footer-bottom-item{
	display: flex;
	align-items: center;
}
.footer-bottom-item:nth-child(1){
	width: 80%;
}
.footer-bottom-item:nth-child(1) img{
	width: 400px;
	margin-right: 20px;
}
.nkk-adress{
	font-size: 16px;
	line-height: 1.5;
	margin-top: -10px;
}
.nkk-adress{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	margin-top: -10px;
}



@media screen and (max-width: 1300px){
	main{
		width: 95%;
	}
	footer{
		width: 95%;
	}
	.footer-bottom-item:nth-child(1) img{
		width: 350px;
	}
}





@media screen and (max-width: 800px){
	main{
		width: 95%;
	}
	footer{
		width: 95%;
	}
	.footer-bottom{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-bottom-item:nth-child(1){
		width: 100%;
	}
	.footer-bottom-item:nth-child(2){
		width: 150px;
	}
	.nkk-adress{
		margin-top: -10px;
	}
}

@media screen and (max-width: 480px){
	header{
		width: 100%;
		height: 50vh;
	}
.top-img{
		height: 50vh;
		object-fit: cover;
	}
	section{
		margin: 50px 0;
	}
	.section-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.footer-top{
		flex-wrap: wrap;
		margin-bottom: -10px;
	}
	.footer-top-item{
		width: 70%;
		margin-bottom: 10px;
	}
	
	.footer-bottom-item{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-bottom-item:nth-child(1){
		width: 90%;
	}
	.footer-bottom-item:nth-child(1) img{
		width: 250px;
		margin-right: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer-bottom-item:nth-child(2){
		width: 100px;
	}
	.nkk-adress{
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	
	.top-title{
		background: none;
		background-color: #2ca6e0;
		flex-wrap: wrap;
	}
	.top-text{
		color: #fff;
		margin-top: 20px;
		text-align: center;
	}
	.top-text p:nth-child(1){
		font-size: 20px;
		font-weight: 500;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	.top-text p:nth-child(2){
		font-size: 40px;
		font-family: 'Shippori Mincho', serif;
	}
	.top-title img{
		width: 80%;
	}
	
	
	
	
	
	
	
	.section-title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.section-title-sub{
		font-size: 16px;
		padding: 5px 0;
	}

	.wrap-item{
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.work-item{
		padding: 5px;
		width: 46%;
		margin-bottom: 5px;
	}
	.item-top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}
	.item-top p:nth-child(1){
		font-size: 20px;
		color: #144870;
	}
	.item-top p:nth-child(2){
		font-size: 12px;
		display: flex;
		align-items: center;
		color: #29abe2;
	}
	.item-top p:nth-child(2) img{
		width: 1rem;
		margin-right: 5px;
	}
	.dummy{
		border: 0px;
	}
	.bottom{
		font-size: 15px;
		/*margin-top: auto;*/
	}
	
	
	table{
		font-size: 14px;
	}
	
	.second-title{
		padding-bottom: 10px;
	}

	
	
	
	.employmentinformation a{
		font-size: 20px;
		width: 80%;
		margin: 50px auto;
	}
	
	
	
	
}



























