@charset "utf-8";

/* object.css
汎用性が高く、再利用できるパターンとして、小さな単位のコンポーネントを定義
 */
 
/*------------------------------------------------------------------------------------------------------------------------*/
/* デスクトップレイアウト : 701 px ～ 最大*/
/* モバイルレイアウト　　 : 700px以下。           デスクトップレイアウトからスタイルを継承。*/
@media only screen and (max-width: 700px) {
}
/*------------------------------------------------------------------------------------------------------------------------*/

/*共通*/
.movie {
  width: 100%;
	max-width: 600px;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* 背景色  */
/*------------------------------------------------------------------------------------------------------------------------*/


/*背景へのボーダー*/
.bt_ddd{border-top:solid 1px #DDDDDD;}
.bb_ddd{border-bottom:solid 1px #DDDDDD;}


/*------------------------------------------------------------------------------------------------------------------------*/
/* タイトル */
/*------------------------------------------------------------------------------------------------------------------------*/
/*タイトル1*/
.title1{
	color: #2846A1;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px 0;
	line-height: 100%;
}
.title1 span{
	font-size: 18px;
	color: #888888;
	letter-spacing: 0.3rem;
	display: block;
}
@media only screen and (max-width: 700px) {
	.title1{
		font-size: 32px;
		margin: 0 0 30px 0;
	}
	.title1 span{
		font-size: 13px;
	}
}

/*タイトル2*/
.title2{
	color: #2846A1;
	font-size: 46px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 60px;
	line-height: 100%;
}
.title2 span{
	font-size: 16px;
	color: #888888;
	letter-spacing: 0.3rem;
	display: block;
}
@media only screen and (max-width: 800px) {
	.title2{
		font-size: 32px;
		margin: 0 0 30px 0;
	}
	.title2 span{
		font-size: 13px;
	}
}
@media only screen and (max-width: 600px) {
	.title2{
		font-size: 26px;
		margin: 0 0 30px 0;
	}
	.title2 span{
		font-size: 12px;
	}
}

/*タイトル2 実績詳細*/
.title2.works_det{
	font-size: 35px;
	margin: 30px 0 27px 60px;
}
@media only screen and (max-width: 800px) {
	.title2.works_det{
		font-size: 28px;
		margin: 35px 0 31px 0;
	}
}
@media only screen and (max-width: 600px) {
	.title2.works_det{
		font-size: 22px;
		margin: 10px 0 50px 0;
	}
}

/*タイトル3*/
.title3{
	color: #2846A1;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	line-height: 100%;
}
.title3 span{
	font-size: 12px;
	color: #888888;
	letter-spacing: 0.3rem;
	display: block;
	margin: 0;
}
@media only screen and (max-width: 700px) {
	.title3{
		font-size: 20px;
	}
	.title3 span{
		font-size: 12px;
		display: inline-block;
		margin: 0 0 0 10px;
		letter-spacing: 0.15rem;
	}
}

/*タイトル4*/
.title4{
	color: #2846A1;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 40px 0;
}
.title4 span{
	color: #888888;
	display: block;
	font-size: 59%;
}
@media only screen and (max-width: 600px) {
	.title4{
		font-size: 24px;
		margin: 0 0 6vw 0;
	}
}

/*下層メインタイトル*/
.main_title{
	padding: 70px 0 80px 0;
	border-bottom: solid 1px #DDDDDD;
}
@media only screen and (max-width: 800px) {
	.main_title{
		padding: 50px 0 40px 0;
	}
}
@media only screen and (max-width: 600px) {
	.main_title{
		padding: 40px 0 0 0;
	}
}


/*------------------------------------------------------------------------------------------------------------------------*/
/* ボタン */
/*------------------------------------------------------------------------------------------------------------------------*/
/*btn1_囲みボタン*/
.btn1,
a.btn1{
	border:solid 1px #233048;
	color: #233048;
	text-decoration: none;
	padding: 10px 40px 10px 20px;
	font-size: 15px;
	background: url(../images/common/arrow04.png) no-repeat center right 20px #FFFFFF;
	transition:all 0.5s ease 0s;
	display: inline-block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "ＭＳ Ｐ明朝", "MS PMincho";
	text-align: center;
}
.btn1,
a.btn1:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/common/arrow03.png) no-repeat center right 20px #233048;
	transition:all 0.5s ease 0s;
}
@media only screen and (max-width: 700px) {
	.btn1,
	a.btn1{
		padding: 10px 30px 10px 20px;
		font-size: 13px;
		background: url(../images/common/arrow04.png) no-repeat center right 10px #FFFFFF;
		background-size: 5px;
		transition:all 0.5s ease 0s;
	}
	.btn1,
	a.btn1:hover{
		background: url(../images/common/arrow03.png) no-repeat center right 10px #233048;
		background-size: 5px;
	}
}


/*------------------------------------------------------------------------------------------------------------------------*/
/* タイトル＋テーブル */
/*------------------------------------------------------------------------------------------------------------------------*/
.table_layout{
	font-size:0;
}
.table_layout h3{
	display: inline-block;
	width: 220px;
	margin: 0 0 0 20px;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	color: #545454;
	letter-spacing: 0.5rem;
}
.table_layout .right{
	display: inline-block;
	width: calc(100% - 240px);
	margin: 0;
	vertical-align: top;
	font-size: 0;
}
.table_layout table{
	border-bottom:solid 1px #CCCCCC;
	width: 100%;
	font-size: 16px;
}
.table_layout table tr{
	border-top:solid 1px #CCCCCC;
}
.table_layout table th{
	font-weight: bold;
	padding: 30px 20px;
}
.table_layout table td{
	padding: 30px 20px;
	width: 70%;
}
@media only screen and (max-width: 800px) {
	.table_layout h3{
		display: block;
		width: 100%;
		margin: 0 0 20px 10px;
		font-size: 24px;
	}
	.table_layout .right{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.table_layout h3{
		font-size: 20px;
	}
	.table_layout table{
		font-size: 14px;
	}
	.table_layout table th{
		padding: 20px 10px;
	}
	.table_layout table td{
		padding: 20px 10px;
	}

}



/*------------------------------------------------------------------------------------------------------------------------*/
/* works施工実績 */
/*------------------------------------------------------------------------------------------------------------------------*/
#works{
	padding: 0 0 50px 0;
}
#works .sort{
	background: url(../images/common/bg01.png);
	margin: 0 0 60px 0;
	padding: 20px 20px 10px 20px;
}
#works .sort button{
	display:inline-block;
	padding:8px 20px 8px 35px;
	background:url(../images/common/arrow02.png) no-repeat left 15px center #3558B3;
	background-size: 6px;
	color:#FFFFFF;
	cursor:pointer;
	margin:0 10px 10px 0;
	border:solid 1px #3558B3;
	font-size: 13px;
}
#works .sort button.active{
	background:url(../images/common/arrow02.png) no-repeat left 15px center #6E89BE;
	background-size: 6px;
	border:solid 1px #6E89BE;
}
#works .sort button:focus{
  outline: 0 none;
}
#works .container {
	_text-align:justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#works .container li{
	display:inline-block;
	width:calc((100% - 75px) / 4);
	margin: 0 0 20px 0;
	font-size: 14px;
	vertical-align: top;
}
#works .container li:nth-child(4n){
	margin-right:0; 
}
#works .container li img{
	width:100%;
}
#works .container li a:link,
#works .container li a:visited{color: #333333;	text-decoration: none;}
#works .container li a:hover{color: #666666;	text-decoration: none;}
#works .container li p{
	margin: 5px 0 0 0;
	line-height: 110%;
}
#works #container .mix {
	display:none;
}

@media only screen and (max-width: 700px) {
	#works{
		padding: 0 0 50px 0;
	}
	#works .sort{
		margin: 0 0 30px 0;
	}
	#works .sort button{
		padding:5px 15px 5px 30px;
		margin:0 7px 7px 0;
		font-size: 11px;
	}
	#works .container li{
		width:49%;
		margin: 0 0 20px 0;
	}
	#works .container li:nth-child(2n){
		margin-right:0; 
	}
}

/*詳細*/
#works .works_detail img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#works .works_detail .gallery{
	margin:0 0 10px 0;
}
#works .works_detail .gallery li{
	list-style:none;
}
#works .works_detail .slick-prev, 
#works .works_detail .slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 48%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 20px;
    width: 20px;
}
#works .works_detail .slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}
#works .works_detail .slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
#works .works_detail .slick-next:before,
#works .works_detail .slick-prev:before {
    content: '';
}
#works .works_detail .choice-btn li{
	cursor: pointer;
    outline: none;
    background: #333;
    width: calc((100% - 40px) / 5)!important;
    list-style: none;
    float: left;
    display: block;
    margin: 0 10px 10px 0;
}
#works .works_detail .choice-btn li:nth-child(5n){
	margin-right: 0;
}
#works .works_detail .choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

#works .works_detail .choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

#works .works_detail .choice-btn .slick-track {
	transform: unset !important;
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
}
#works .works_detail .detail{
	margin: 100px 0 0 0;
}
#works .works_detail .detail h3{
	font-size: 18px;
    color: #888888;
    letter-spacing: 0.3rem;
    display: block;
	margin: 0 0 20px 20px;
}
#works .works_detail .detail .tbl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works .works_detail .detail .tbl dl{
	width: calc(50% - 10px);
	display: flex;
	border-bottom:solid 1px #cccccc;
	padding: 30px 0;
	font-size: 16px;
}
#works .works_detail .detail .tbl dl:nth-child(1),
#works .works_detail .detail .tbl dl:nth-child(2){
	border-top:solid 1px #cccccc;
}
#works .works_detail .detail .tbl dl dt{
	font-weight: bold;
	width: 100px;
	margin: 0 0 0 30px;
}
#works .works_detail .detail .tbl dl dd{
	width: calc(100% - 140px);
	margin: 0 0 0 10px;
}
#works .works_detail .btn_back{
	margin: 40px auto 10px;
	display: flex;
	justify-content: end;
}
#works .works_detail .btn_back a:link,
#works .works_detail .btn_back a:visited{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 15px 15px 30px;
	font-size: 15px;
	background: url(../images/common/arrow01.png) no-repeat right 30px center #2846A1;
	background-size: 28px;
	transition:all 0.2s ease 0s;
	display: block;
	width: 250px;
	text-align: left;
}
#works .works_detail .btn_back a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/common/arrow01.png) no-repeat right 15px center #485DB2;
	background-size: 28px;
	transition:all 0.2s ease 0s;
}
@media only screen and (max-width: 600px) {
	#works .works_detail .slick-prev, 
	#works .works_detail .slick-next {
		display: none!important;
	}
	#works .works_detail .detail{
		margin: 50px 0 0 0;
	}
	#works .works_detail .detail h3{
		font-size: 14px;
	}
	#works .works_detail .detail .tbl{
		display: block;
	}
	#works .works_detail .detail .tbl dl{
		width: 100%;
		padding: 20px 0;
		font-size: 14px;
	}
	#works .works_detail .detail .tbl dl:nth-child(2){
		border-top:none;
	}
	#works .works_detail .detail .tbl dl dt{
		width: 80px;
		margin: 0 0 0 20px;
	}
	#works .works_detail .detail .tbl dl dd{
		width: calc(100% - 110px);
		margin: 0 0 0 10px;
	}
	#works .works_detail .btn_back{
		margin: 40px 0 10px;
		width: 100%;
	}
	#works .works_detail .btn_back a:link,
	#works .works_detail .btn_back a:visited{
		padding: 15px 15px 15px 30px;
		font-size: 13px;
		background: url(../images/common/arrow01.png) no-repeat right 30px center #2846A1;
		background-size: 28px;
		transition:all 0.2s ease 0s;
		display: block;
		width: 100%;
		text-align: left;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* contactお問い合わせ*/
/*------------------------------------------------------------------------------------------------------------------------*/
#contact{
	padding:0 0 100px 0; 
}
#contact h3{
	font-size: 26px;
	font-weight: bold;
	margin: 50px 0 60px 0;
}
#contact .contact_box{
	border:solid 1px #2E4FAB;
	background: #FFFFFF;
	margin: 60px 0 0 0;
 	padding: 20px 40px;
}
#contact .contact_box h4{
	display:inline-block;
	width: 200px;
	font-size: 18px;
	vertical-align: middle;
	margin: 0;
}
#contact .contact_box h4 span{
	display:block;
	color: #2E4FAB;
	font-weight: normal;
	font-size: 15px;
}
#contact .contact_box div{
	display: inline-block;
	width: calc(100% - 310px);
	vertical-align: middle;
	border-left:solid 1px #2E4FAB;
	padding: 0 10px 0 60px;
	font-size: 22px;
}
#contact .contact_box div span{
	color: #2E4FAB;
}
@media only screen and (max-width: 700px) {
	#contact{
		padding:0 0 30px 0; 
	}
	#contact h3{
		font-size: 20px;
		margin: 30px 0 40px 0;
	}
	#contact .contact_box{
		margin: 30px 0 0 0;
		padding: 10px 20px;
	}
	#contact .contact_box h4{
		width: 130px;
		font-size: 16px;
	}
	#contact .contact_box h4 span{
		font-size: 13px;
	}
	#contact .contact_box div{
		width: calc(100% - 180px);
		padding: 0 10px 0 30px;
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	#contact .contact_box{
		padding: 20px;
	}
	#contact .contact_box h4{
		display:inline-block;
		width: 200px;
		font-size: 16px;
		vertical-align: middle;
		padding: 0 0 10px 0;
	}
	#contact .contact_box h4 span{
		display:inline;
		font-size: 13px;
		margin: 0 0 0 20px;
	}
	#contact .contact_box div{
		display: block;
		width: 100%;
		border-top:solid 1px #2E4FAB;
		border-left:none;
		padding: 20px 0 0 0;
		font-size: 16px;
	}
}


/*------------------------------------------------------------------------------------------------------------------------*/
/* about会社案内*/
/*------------------------------------------------------------------------------------------------------------------------*/
#about{
	padding:0 0 100px 0; 
}
#about .greeting{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 100px 0;
}
#about .greeting .info{
	width: calc(50% - 50px);
}
#about .greeting h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#about .greeting .name{
	text-align: right;
	color: #2746A0;
	font-size: 16px;
	margin: 0 20px 40px 0;
}
#about .greeting p{
	margin: 0 20px 0 0;
}
#about .greeting .photo{
	width: 50%;
}
#about .greeting .photo .main{
	width: 100%;
}
#about .greeting .photo .sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .greeting .photo .sub div{
	width: calc((100% - 10px) / 2);
}
#about .greeting .photo img{
	vertical-align: bottom;
	margin: 0 0 10px 0;
	width: 100%;
}

@media only screen and (max-width: 900px) {
	#about{
		padding:0 0 10vw 0; 
	}
	#about .greeting{
		display: block;
		margin: 0 0 10vw 0;
	}
	#about .greeting .info{
		width: 100%;
		margin: 0 0 5vw 0;
	}
	#about .greeting h3{
		margin: 30px 0 20px 0;
	}
	#about .greeting .name{
		margin: 0 0 40px 0;
	}
	#about .greeting p{
		margin: 0;
	}
	#about .greeting .photo{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	#about .greeting .photo .main{
		width: calc((100% - 10px) / 2);
	}
	#about .greeting .photo .sub{
		width: calc((100% - 10px) / 2);
	}
}
@media only screen and (max-width: 600px) {
	#about .greeting h3{
		font-size: 22px;
	}
	#about .greeting .name{
		font-size: 15px;
		margin: 0 0 20px 0;
	}
	#about .greeting .photo{
		display: block;
	}
	#about .greeting .photo .main{
		width: 100%;
	}
	#about .greeting .photo .sub{
		width: 100%;
	}
}

#zeb{
	margin:	150px 0 0 0;
}
#zeb.table_layout h3{
	letter-spacing: 0.1rem;
}
#zeb p{
	font-size: 14px;
}
#zeb ul{
	border:solid 1px #3558B3;
	background: #FFFFFF;
	padding: 20px;
	margin: 20px 0 0 0;
}
#zeb ul li{
	font-size:	14px;
	text-indent: -1.1rem;
	margin-left: 1.1rem;
}
#zeb ul li::before{
	content: 	"⚫︎";
	color: #3558B3;
	margin: 0 5px 0 0;
}
@media only screen and (max-width: 600px) {
	#zeb{
		margin:	50px 0 0 0;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* recruit採用案内*/
/*------------------------------------------------------------------------------------------------------------------------*/
#recruit{
	padding:0 0 100px 0; 
}
#recruit .catch{
	padding: 100px 0;
	text-align: center;
}
#recruit .catch h3{
	font-size: 42px;
	font-weight: bold;
	line-height: 1.3;
	color: #2746A0;
	margin: 0 0 30px 0;
}
#recruit .catch .slide{
	margin: 70px 0 0 0;
}
#recruit .catch .slide .slick-dots{
	text-align: left;
	bottom: -35px;;
}
#recruit .catch .slide .slick-dots li{
	margin: 0 10px 0 0;
	width: 40px;
}
#recruit .catch .slide .slick-dots li button{
	width: 40px;
	height: 3px;
	background: #777777;
	padding: 0;
}
#recruit .catch .slide .slick-dots li.slick-active button{
	background: #2746A0;
}
#recruit .catch .slide .slick-dots li button:before{
	display: none;
}
#recruit .interview{
	margin: 0 0 100px 0;
}
#recruit .interview .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#recruit .interview .flex .box{
	width: calc((100% - 80px) / 3);
	position: relative;
	margin: 0 0 30px 0;
}
#recruit .interview .flex .box .number{
	position: absolute;
	left: 0;
	top: 0;
	background: #2746A0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	height: 60px;
	z-index: 2;
}
#recruit .interview .flex .box a img{
	vertical-align: bottom;
}
#recruit .interview .flex .box a:hover img{
	opacity: 1;
}
#recruit .interview .flex .box a figure::after{
	display: block;
	width: 0px;
	height: 100%;
	background: #2746A0;
	opacity: 0.5;
	content: "";
	position: absolute;
    left: 0;
    top: 0;
	transition:all 0.2s ease 0s;
}
#recruit .interview .flex .box a:hover figure::after{
	width: 100%;
	height: 100%;
	transition:all 0.2s ease 0s;
}
#recruit .interview .flex .box figure img{
	width: 100%;
}
#recruit .interview .flex .box dl{
	background: url(../images/common/arrow03.svg) no-repeat center right 20px #ffffff;
	position: absolute;
	bottom: -30px;
	right: 0;
	padding: 20px 30px 20px 20px;
	color: #333333;
	width: 180px;
	line-height: 1.5;
}
#recruit .interview .flex .box dl dd{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#recruit .contact_box{
	margin: 100px 0 0 0;
	padding: 60px 20px;
	background: url(../images/common/bg01.png) ;
	text-align: center;
}
#recruit .contact_box h3{
	font-size:20px;
	font-weight: bold;
}
#recruit .btn_more{
	display: inline-block;
	margin: 20px auto 10px;
	width: 300px;
	text-align: left;
}
#recruit .btn_more a:link,
#recruit .btn_more a:visited{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 15px 15px 30px;
	font-size: 15px;
	background: url(../images/common/arrow01.png) no-repeat right 30px center #2846A1;
	background-size: 28px;
	transition:all 0.2s ease 0s;
	display: block;
}
#recruit .btn_more a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/common/arrow01.png) no-repeat right 15px center #485DB2;
	background-size: 28px;
	transition:all 0.2s ease 0s;
}
@media only screen and (max-width: 850px) {
	#recruit .interview{
		margin: 0 0 10vw 0;
	}
	#recruit .interview .flex{
	}
	#recruit .interview .flex .box{
		width: calc((100% - 40px) / 2);
		margin: 0 0 50px 0;
	}
}
@media only screen and (max-width: 600px) {
	#recruit .catch{
		padding: 10vw 0;
		text-align: center;
	}
	#recruit .catch h3{
		font-size: 7vw;
		margin: 0 0 3vw 0;
	}
	#recruit .catch .slide{
		margin: 7vw 0 0 0;
	}
	#recruit .catch .slide .slick-dots{
		bottom: -30px;
	}
	#recruit .catch .slide .slick-dots li{
		margin: 0 5px 0 0;
		width: 30px;
	}
	#recruit .catch .slide .slick-dots li button{
		width: 30px;
		height: 2px;
	}
	#recruit .interview .flex{
		display: block;
	}
	#recruit .interview .flex .box{
		width: 100%;
		margin: 0 0 50px 0;
	}
	#recruit .interview .flex .box .number{
		font-size: 20px;
		width: 55px;
		height: 55px;
	}
	#recruit .interview .flex .box dl{
		bottom: -20px;
		padding: 15px 20px 15px 15px;
		width: 250px;
		display: flex;
		align-items: center;
	}
	#recruit .interview .flex .box dl dd{
		font-size: 16px;
		margin: 0 0 0 20px;
	}
	#recruit .contact_box{
		margin: 60px 0 0 0;
		padding: 30px 10px;
	}
	#recruit .contact_box h3{
		font-size:16px;
	}
	#recruit .btn_more{
		display: block;
		margin: 20px 0 10px;
		width: 100%;
	}
}

/*インタビュー詳細*/
#recruit .interview_detail .title{
	position: relative;
}
#recruit .interview_detail .title .box{
	background: #ffffff;
	max-width: 650px;
	min-width: 50%;
	position: relative;
	top: -100px;
	padding: 30px 30px 30px 100px;
}
#recruit .interview_detail .title .box .number{
	position: absolute;
	left: 0;
	top: 0;
	background: #2746A0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	height: 60px;
	z-index: 2;
}
#recruit .interview_detail .title .box h3{
	font-size: 26px;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
#recruit .interview_detail .title .box dl{
	display: flex;
	align-items: baseline;
}
#recruit .interview_detail .title .box dl dt{
	font-size: 20px;
	font-weight: bold;
}
#recruit .interview_detail .title .box dl dd{
	margin: 0 0 0 30px;
}
#recruit .interview_detail .row{
	margin: 0 0 100px 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#recruit .interview_detail .row.mb{
	margin-bottom: 20px;
}
#recruit .interview_detail .row.photo_right{
}
#recruit .interview_detail .row.photo_left{
	flex-direction: row-reverse;
}
#recruit .interview_detail .row .txt{
	width: calc(50% - 40px);
	padding: 0 20px;
}
#recruit .interview_detail .row .photo{
	width: calc(50% - 20px);
}
#recruit .interview_detail .row .photo img{
	width: 100%;
}

#recruit .interview_detail .row.txt_only .txt{
	width: 100%;
}
#recruit .interview_detail .row.photo_only .photo{
	width: 100%;
}
#recruit .interview_detail .row .txt .q{
	color: #2746A0;
	font-size: 20px;
	font-weight: bold;
	margin:0 0 20px 0;
}
#recruit .interview_detail .row .txt .q::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #2746A0;
	vertical-align: middle;
    margin: 0 10px 0 0;
}
#recruit .interview_detail .row .txt p{
	font-size: 16px;
}
#recruit .interview_detail .profile{
	background: #ffffff;
	padding: 40px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#recruit .interview_detail .profile dl{
	width: 150px;
	text-align: center;
}
#recruit .interview_detail .profile dl dt{
	color:#2746A0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
#recruit .interview_detail .profile dl dd{
	margin: 0;
}
#recruit .interview_detail .profile .txt{
	width: calc(100% - 200px);
	font-size: 16px;
}

@media only screen and (max-width: 648px) {
	#recruit .interview_detail .title{
	}
	#recruit .interview_detail .title .box{
		top: auto;
		padding: 3vw 3vw 3vw 15vw;
		margin: 0 0 10vw 0;
	}
	#recruit .interview_detail .title .box .number{
		font-size: 4vw;
		width: 10vw;
		height: 10vw;
	}
	#recruit .interview_detail .title .box h3{
		font-size: 4.3vw;
		margin: 0 0 2vw 0;
	}
	#recruit .interview_detail .title .box dl dt{
		font-size: 3.5vw;
	}
	#recruit .interview_detail .title .box dl dd{
		margin: 0 0 0 3vw;
	}
	#recruit .interview_detail .row{
		margin: 0 0 10vw;
		display: block;
	}
	#recruit .interview_detail .row.mb{
		margin-bottom: 5vw;
	}
	#recruit .interview_detail .row .txt{
		width: 100%;
		padding: 0;
	}
	#recruit .interview_detail .row .photo{
		width: 100%;
	}
	#recruit .interview_detail .row.photo_right .photo,
	#recruit .interview_detail .row.photo_left .photo{
		margin: 5vw 0 0 0;
	} 
	#recruit .interview_detail .row .txt .q{
		font-size: 18px;
		margin:0 0 2vw 0;
	}
	#recruit .interview_detail .row .txt .q::before{
		margin: 0 1vw;
	}
	#recruit .interview_detail .row .txt p{
		font-size: 14px;
	}
	#recruit .interview_detail .profile{
		padding: 4vw 5vw;
		display: block;
	}
	#recruit .interview_detail .profile dl{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#recruit .interview_detail .profile dl dd{
		margin: 0 auto 20px;
		width: 30vw;
		max-width: 150px;
	}
	#recruit .interview_detail .profile .txt{
		width: 100%;
		font-size: 13px;
	}
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* newsお知らせ*/
/*------------------------------------------------------------------------------------------------------------------------*/
#news dl{
	border-bottom:solid 1px #CCCCCC;
	padding: 30px 20px;
}
#news dl:last-child{
	margin-bottom: 50px;
}
#news dt{
	position: relative;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	padding: 0 60px 0 0;
	font-weight: bold;
}
#news dt span{
	color: #888888;
	font-weight: bold;
	margin: 0 30px 0 0;
	display: block;
}
#news dt.row::after{
	content: '';
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #2846A1;
	border-right: 1px solid #2846A1;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
	transition:all 0.5s ease 0s;
}
#news dt.row.active::after{
	transition:all 0.5s ease 0s;
	transform: rotate(-135deg);
	top: calc(50% - 2px);
}
#news dd{
	display: none;
	font-size: 14px;
	margin: 0;
	padding: 20px 0;
}
@media only screen and (max-width: 900px) {
	#news dt {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	#news dl{
		padding: 10px;
	}
	#news dt{
		font-size: 14px;
		padding: 0 40px 0 0;
	}
	#news dt.row::after{
		width: 10px;
		height: 10px;
		right: 10px;
	}
	#news dd{
		display: none;
		font-size: 14px;
		margin: 0;
		padding: 20px 0;
	}
}

/*zeb*/
#news .flex{
	display: flex;
	justify-content: space-between;
}
#news .flex .zeb{
	width: 160px;
}
#news .flex .text{
	width: calc(100% - 180px);
}
@media only screen and (max-width: 600px) {
	#news .flex{
		display: block;
	}
	#news .flex .zeb{
		width: 100%;
		max-width: 50%;
		margin: 0 auto 20px
	}
	#news .flex .text{
		width: 100%;
	}
}


