@charset "utf-8";
/* CSS Document */
/*=================
共通
=================*/
*{line-height: 1.5;box-sizing: border-box;}
#work_experience_details{background-color: #ffd87b;}
.detail_page .h1_ttl{
	color: #234083;
	margin-bottom: 40px;
	font-size: 40px;
}
.detail_page .content_box img{width:  100%;}

.detail_page .content_box{
	padding: 80px 100px;
	text-align: left;
}
@media screen and (max-width: 1120px){
	.detail_page .content_box{padding: 5%;}
}
@media screen and (max-width: 750px){
	.detail_page .content_box{padding: 20px;}
	.detail_page .h1_ttl{margin-bottom: 20px;font-size: 20px;display: block;}
}
/*=ぼたん=*/
.detail_page .btn{margin: 60px auto 0;}
.detail_page .btn_line{border: solid 2px #365cb2;}
@media screen and (max-width: 750px){.detail_page .btn{margin: 30px auto 0;}}
/*=================
youtube
=================*/
.detail_page .yt-wrap {
  max-width: 680px; 
  width: 100%;      
  aspect-ratio: 16 / 9;
  margin: 0 auto;
	margin-bottom: 40px;   
}
.detail_page .yt-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 750px){.detail_page .yt-wrap{margin-bottom: 20px;}}
/*=================
会社概要
=================*/
.detail_page .corporate_box{
	background-color: #f3fcfd;
	display: flex;
	padding: 40px 50px;
	border: solid 1px #2379c2;
	align-items: flex-start;
    justify-content: space-between;
	column-gap: 35px;
	max-width: 900px;
    margin: 0 auto;
}
.detail_page .map-wrap {
  max-width: 255px; 
  width: 100%;      
  aspect-ratio: 51 / 46;
  margin: 0 auto;    
}
.detail_page .map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.detail_page .corporate_box p{
	font-size: 18px;
	margin-bottom: 25px;
}
.detail_page .corporate_box a{color: #2379c2;}
.detail_page .corporate_box>div{ flex-grow: 1;} 
.detail_page .corporate_box table{
	box-sizing: border-box;
	border-collapse: collapse;
}
.detail_page .corporate_box th{width: 92px;}
.detail_page .corporate_box td{font-weight: 400;}
@media screen and (max-width: 1000px){
	.detail_page .corporate_box{padding: 5%;}
}
@media screen and (max-width: 750px){
	.detail_page .corporate_box{
		flex-direction: column;
		padding: 20px;
		row-gap: 20px;
	}
	.detail_page .map-wrap {
	  max-width: 600px;   
	  aspect-ratio: 16 / 9; 
	}
	.detail_page .corporate_box p{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.detail_page .corporate_box th{
		width: 100%;
		display: block;
	}
	.detail_page .corporate_box td{
		width: 100%;
		display: block;
		padding: 0 0 5px;
	}
}