@charset "UTF-8";
/* CSS Document */


	
	
/* what
--------------------- */
#what {
	background: #F2F1EC url("../img/common/bg_motif03.svg") no-repeat center / 100%;
}
	#what .text {
		max-width: 500px;
		margin: 0 auto;
	}
		#what .text .txt:nth-last-child(1) {
			margin-top: 20px;
			text-align: right;
		}
			#what .text .txt:nth-last-child(1) span {
				font-size: 2.2rem;
				padding-left: 10px;
			}


	
	
/* company
--------------------- */
#company table {
	width: 100%;
	border-collapse: collapse;
}
	#company table th {
		width: 200px;
		padding:  20px 15px;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.7rem;
		font-weight: 500;
		text-align: left;
	}
	#company table td {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		padding: 20px 15px 20px 0;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.5rem;
	}
		#company table td iframe {
			width: 100%;
			height: 100%;
			aspect-ratio: 16 / 9;
			margin: 10px 0;
		}


	
	
/* achievements
--------------------- */
.achievements {
	width: 100%;
	overflow: hidden;
	position: relative;
}
	.achievements a.link-area {
		display: block;
		text-align: right;
	}

	.achievements .swiper-container {
		padding-bottom: 40px;
		position: relative;
	}
		.achievements .swiper-container a.swiper-slide {
			display: block;
			position: relative;
			padding-bottom: 15px;
		}
			.achievements .swiper-container a.swiper-slide h3 {
				font-size: 1.8rem;
				font-weight: 500;
				line-height: 1.5em;
				margin-bottom: 6px;
				margin-top: 20px;
			}

			 .achievements .swiper-container a.swiper-slide .sub-txt {
				 font-size: 1.3rem;
			}

			 .achievements .swiper-container a.swiper-slide .more {
				 width: 140px;
				 height: 40px;
				 font-size: 1.4rem;
				 font-weight: 700;
				 line-height: 40px;
				 margin-top: 20px;
				 position: relative;
			}
			 .achievements .swiper-container a.swiper-slide .more:before {
				 content: "";
				 width: 40px;
				 height: 40px;
				 background: #313030 url("../img/common/icon_arrow_beige.svg") no-repeat center / 14px;
				 position: absolute;
				 top: 0;
				 right: 0;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			 .achievements .swiper-container a.swiper-slide:hover .more:before {
				 width: 30px;
				 height: 30px;
				 top: 5px;
				 right: 5px;
			}


		 .achievements .swiper-container .swiper-pagination {
			bottom: 0;
		}
			 .achievements .swiper-container .swiper-pagination .swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				background: #F2F1EC;
				border: none;
				opacity: 1.0;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.achievements .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
				width: 20px;
				border-radius: 10px;
				background: #313030;
			}


	
	
/*free
--------------------- */
#free {
	background: #F2F1EC url("../img/common/bg_motif03.svg") no-repeat center / 100%;
}
	#free .text {
		width: 50%;
		padding-right: 5%;
	}
		#free .text .title {
			margin-bottom: 20px;
		}
			#free .text .title h2 {
				font-size: 3.0rem;
			}

		#free .text .txt {
			font-size: 1.4rem;
			line-height: 1.8em;
		}

	#free .pht {
		margin-top: 50px;
		width: 50%;
	}






/* 1360px */
@media screen and (max-width: 1360px) {








}





/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* what
--------------------- */
#what {
	background: #F2F1EC url("../img/common/bg_motif03.svg") no-repeat center top 100px / 100%;
}
	#what .text .txt:nth-last-child(1) span {
		font-size: 2.0rem;
	}


	
	
/* company
--------------------- */
#company table th {
	width: 150px;
	font-size: 1.6rem;
}
#company table td {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	font-size: 1.4rem;
}


	
	
/* achievements
--------------------- */
.achievements .swiper-container a.swiper-slide {
	padding-bottom: 5px;
}
	.achievements .swiper-container a.swiper-slide h3 {
		font-size: 1.6rem;
		margin-top: 16px;
	}

	 .achievements .swiper-container a.swiper-slide ul.cat {
		 margin-top: 10px;
	}
		 .achievements .swiper-container a.swiper-slide ul.cat li {
			 border-radius: 3px;
			 font-size: 1.1rem;
			 margin-right: 6px;
			 margin-top: 6px;
		}

	 .achievements .swiper-container a.swiper-slide .more {
		 width: 120px;
		 height: 30px;
		 font-size: 1.3rem;
		 line-height: 30px;
		margin-top: 15px;
	}
	 .achievements .swiper-container a.swiper-slide .more:before {
		 width: 30px;
		 height: 30px;
		 background: #313030 url("../img/common/icon_arrow_beige.svg") no-repeat center / 12px;
	}
	 .achievements .swiper-container a.swiper-slide:hover .more:before {
		 top: 0;
		 right: 0;
	}


	
	
/*free
--------------------- */
#free .text .title {
	margin-bottom: 20px;
}
	#free .text .title h2 {
		font-size: 2.4rem;
	}








}





/* max 768px */
@media screen and (max-width: 768px) {


	
	
/* company
--------------------- */
#company table {
	border-bottom: solid 1px #ddd;
}
#company table th {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 20px  15px  8px  15px;
	font-size: 1.6rem;
}
#company table td {
	display: block;
	width: 100%;
	border-top: none;
	border-bottom: none;
	padding: 0  15px  20px  15px;
	font-size: 1.3rem;
}
		#company table td iframe {
			aspect-ratio: 4 / 3;
		}


	
	
/*free
--------------------- */
#free .inner {
	display: block;
}
	#free .text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
		#free .text .title {
			margin-bottom: 20px;
		}
			#free .text .title h2 {
				font-size: 2.1rem;
			}
	
		#free .text .txt {
			font-size: 1.3rem;
		}


	#free .pht {
		width: 100%;
		margin-top: 25px;
	}










}