@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 60vh;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/recruit/mimgsp.webp);
	background-position: center top;
	background-size: cover;
	z-index: 1;
}

#mimg .txtBox {
	position: absolute;
	width: 95%;
	height: auto;
	z-index: 1000;
	margin-top: 45vh;
	margin-left: 5%;
	margin-right: auto;
}
#mimg .p1 {
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: ;
	color: #FFF;
    text-align: left;
}
#mimg .p2 {
	width: auto;
	height: auto;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 500;
    text-align: left;
	margin-top: 5px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 25px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 0px;
	float: left;
}
#contents01 .txt{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	float: left;
	margin-top: 10px;
}
#contents01 .txt2{
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #333;
	font-weight: 500;
	text-align: left;
	float: left;
	margin-top: 15px;
}
#contents01 .tblBox {
	width: 320px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 5px;
	word-break: break-all;
}
#contents01 .tblBox table {
	min-width: 320px;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents01 .tblBox td {
	min-width: ;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 4px;
}


#section02 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents02 {
	position: relative;
	width: 320px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
h3 {
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	font-weight: 400;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 0px;
	float: left;
}
.h3ac {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	font-weight: ;
	color: #4f97c4;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}
.flowimg {
	width: 320px;
	height: 76px;
	float: left;
	margin-top: 20px;
}
.flowimg img{
	width: 320px;
	height: 76px;
}

#flow {
	position: relative;
	width: 300px;
	height: auto;
	padding: 10px 10px;
	outline: 1px solid #4f97c4;
	outline-offset: -1px;
	float: left;
	margin-top: 25px;
	z-index:1;
}
#flow::after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 20px;
    border: 30px solid transparent;
    border-top: 10px solid #4f97c4;
}

#flow.last::after{
    content: none;
}

#flow .no{
	position: absolute;
	width: auto;
	height: auto;
	padding: 3px 8px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 1px;
	border-radius: 9px;
	background-color: #4f97c4;
	z-index: 2;
	top: -8px;
	left: 5px;
}
#flow .t1{
	width: 100%;
	height: 25px;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	font-weight: 500;
	color:#4f97c4;
	letter-spacing: 1px;
	border-bottom: 1px dotted #4f97c4;
	float: left;
	margin-top: 5px;
}
#flow .t2{
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}
#flow .t2 a{
	font-weight: 500;
	color: #4f97c4;
	border-bottom: 1px solid #4f97c4;
}



#section03 {
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents03 {
	width: 320px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.Form {
	margin-top: 20px;
}
.Form-Item {
	width: 300px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 15px;
   padding-bottom: 15px;
   flex-wrap: wrap;
}
.Form-Item-Label {
   max-width: inherit;
   display: flex;
   align-items: center;
   font-size: 13px;
}
.Form-Item-Label.isMsg {
   margin-top: 0;
}
.Form-Item-Label-Required {
   border-radius: 4px;
   padding-top: 4px;
   padding-bottom: 4px;
   width: 32px;
   font-size: 10px;
}
.Form-Item-Input {
   margin-left: 0;
   margin-top: 10px;
   width: 300px;
   height: 35px;
   flex: inherit;
   font-size: 13px;
}
.Form-Item-Textarea {
   margin-top: 10px;
   margin-left: 0;
   height: 150px;
   width: 300px;
   flex: inherit;
   font-size: 13px;
}
.Form-Btn {
   margin-top: 24px;
   padding-top: 8px;
   padding-bottom: 8px;
   width: 160px;
   font-size: 15px;
}  
  
  
}
