<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*******************************************************
採用データ
*******************************************************/


@media print,all and (min-width: 768px) {

	section.info{
		min-width:1000px;
		margin:0 auto;
	}

	section.info h1{
		margin:0 0 35px;
		padding:15px 0;
		background-color:#E50D13;
		color:#FFFFFF;
		text-align:center;
		font-size:34px;
		font-weight:normal;
	}

	.info_nav ul{
		margin-bottom:70px;
		text-align:center;
		font-size:0;
	}

	.info_nav ul li{
		margin:0 10px;
		display:inline-block;
		font-size:16px;
		border:#CCCCCC solid 1px;
	}

	.info_nav ul li a{
		width:335px;
		line-height:65px;
		display:block;
	}

	.info_nav ul li a:hover{
		background-color:#FCE6E7;
		text-decoration:none;
	}

	.info_nav ul li.current a{
		background-color:#E9E9E9;
		color:#000000;
		text-decoration:none;
	}

	.info_contents{
		width:980px;
		margin:0 auto 80px;
		padding:0 10px;
		border-bottom:#E9E9E9 solid 1px;
	}

	.info_contbox01{
		width:980px;
		margin:0 auto;
		padding:30px 0;
		display:table;
		border-top:#E9E9E9 solid 1px;
	}

	.info_contbox01 &gt; dt{
		width:10em;
		font-size: 18px;
		color:#000;
		display:table-cell;
	}

	.info_contbox01 &gt; dd{
		display:table-cell;
		font-size:16px;
		color:#666666;
	}

  .info__list-01 {
  
  }
  .info__list-01 &gt; dt {
    font-weight: 700;
    font-size: 18px;
  }
  .info__list-01 &gt; dd {
    margin-bottom: 1em;
  }

	.info_contbox01 ul{
		list-style:disc;
		padding-left:1.5em;
	}

	.info_contbox01 table th,
	.info_contbox01 table td{
		border:#CCCCCC solid 1px;
		padding:5px 20px;
		font-size:14px;
		text-align:center;
	}

	.info_contbox01 table thead{
		font-weight:bold;
	}

	.info_contbox01 table tbody th{
		font-weight:bold;
		background-color:#E9E9E9;
	}

	#history table{
		width:50%;
	}

	#history table tbody th{
		width:7em;
	}

	#flow ul{
		padding:0;
		list-style:none;
	}

	#flow ul li{
		width: min(100%, 500px);
		padding-bottom:25px;
		background-image:url(img/flow_icon_arrow.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		background-size:20px auto;
	}

	#flow ul li:last-child{
		background:none;
	}

	#flow ul p{
		padding:20px;
		border:#CCCCCC solid 1px;
    text-align: center;
	}

	#flow ul li:last-child p{
		background-color:#E9E9E9;
	}

  .message__catch-01 {
    max-width: 980px;
    margin: 105px auto 96px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.75em;
    text-align: center;
    border-radius: 25px;
    padding: 18px 0;
    background-color: #ffdddc;
  }

  .message__video {
   margin: 0 auto 60px;
  }

  .message__100th {
    float: right;
    width: 247px;
  }
  .message__100th img {
    display:block;
    margin: 0 auto 0px;
  }
  .message__100th p {
    font-size: 16px;
    line-height: 1.5 !important;
    text-align: center;
  }

}

@media print,all and (max-width: 767px) {

	section.info h1{
		margin:0 0 30px;
		padding:10px 0;
		background-color:#E50D13;
		color:#FFFFFF;
		text-align:center;
		font-size:24px;
		font-weight:normal;
	}

	.info_nav ul{
		margin-bottom:50px;
		text-align:center;
		font-size:0;
	}

	.info_nav ul li{
		margin:0 10px 10px;
		display:inline-block;
		font-size:16px;
		border:#CCCCCC solid 1px;
	}

	.info_nav ul li a{
		width:300px;
		line-height:50px;
		display:block;
	}

	.info_nav ul li a:hover{
		background-color:#FCE6E7;
		text-decoration:none;
	}

	.info_nav ul li.current a{
		background-color:#E9E9E9;
		color:#000000;
		text-decoration:none;
	}

	.info_contents{
		margin:0 auto 40px;
		padding:0 15px;
		border-bottom:#E9E9E9 solid 1px;
	}

	.info_contbox01{
		margin:0 auto;
		padding:30px 0;
		border-top:#E9E9E9 solid 1px;
	}

	.info_contbox01 &gt; dt{
		/*width:10em;*/
		margin-bottom:0.7em;
		font-size: 24px;
		color:#000;
	}

	.info_contbox01 &gt; dt br{
		display:none;
	}

	.info_contbox01 &gt; dd{
		font-size:14px;
		color:#666666;
	}

  .info__list-01 {
  
  }
  .info__list-01 &gt; dt {
    font-weight: 700;
    font-size: 18px;
  }
  .info__list-01 &gt; dd {
    margin-bottom: 1em;
  }


	.info_contbox01 ul{
		list-style:disc;
		padding-left:1.5em;
	}

	.info_contbox01 table th,
	.info_contbox01 table td{
		border:#CCCCCC solid 1px;
		padding:5px 10px;
		font-size:14px;
		text-align:center;
	}

	.info_contbox01 table thead{
		font-weight:bold;
	}

	.info_contbox01 table tbody th{
		font-weight:bold;
		background-color:#E9E9E9;
	}

	#history table{
		width:100%;
	}

	#history table tbody th{
		width:6em;
	}

	#flow ul{
		padding:0;
		list-style:none;
	}

	#flow ul li{
		width:100%;
		padding-bottom:25px;
		background-image:url(img/flow_icon_arrow.png);
		background-repeat:no-repeat;
		background-position:center bottom;
		background-size:20px auto;
	}

	#flow ul li:last-child{
		background:none;
	}

	#flow ul p{
		padding:20px;
		border:#CCCCCC solid 1px;
    text-align: center;
  }

	#flow ul li:last-child p{
		background-color:#E9E9E9;
	}


  .message__catch-01 {
    max-width: 600px;
    margin: 30px 15px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75em;
    text-align: justify;
    border-radius: 25px;
    padding: 16px 16px;
    background-color: #ffdddc;
  }

  .message__video {
     margin: 0 15px 30px;
  }


  .pc{display: none;}


  .message__100th {
    max-width: 247px;
    margin: 0 auto;
  }
  .message__100th img {
    display:block;
    margin: 0 auto;
  }
  .message__100th p {
    font-size: 18px;
    line-height: 1.25 !important;
    text-align: center;
  }

}



/*******************************************************
採用メッセージ
*******************************************************/

.picNote{
	margin-top: 10px;
	text-align: right;
	font-size: 0.7rem;
}

.message_contents p.message_mainImg{
	margin-bottom: 0;
}



#slideImg{
	max-width:1280px;
	position:relative;
}

#slideImg li{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
}

#slideImg li{
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity:0;
}

#slideImg li img{
	width: 100%;
	height: auto;
}

#slideImg li:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
}

.msg_name{
	margin-top: 0.3em;
	font-size: 0.9rem;
	text-align: right;
}


@media print,all and (min-width: 768px) {

	.message_contents{
		width:1000px;
		margin:0 auto 80px;
	}

	.message_contents h2{
		margin:50px 0 20px;
		font-size:26px;
		font-weight:normal;
	}

	.message_contents p{
		margin-bottom:1.5em;
		color:#666666;
		line-height:2;
	}

}

@media print,all and (max-width: 767px) {

	.message_contents{
	}


	.message_contents h2{
		margin:50px 0 20px;
		padding:0 15px;
		font-size:26px;
		font-weight:normal;
	}

	.message_contents p{
		padding:0 15px;
		margin-bottom:1.5em;
		color:#666666;
		line-height:2;
	}

	.message_contents p.message_mainImg{
		padding:0;
	}

	.message_contents p.message_mainImg img{
		height:auto;
		width:100%;
	}

	.msg_name{
		font-size: 0.7rem;
		text-align: right;
	}

}
</pre></body></html>