@charset "UTF-8";

article {
    width: auto;
}

.asterisk{
font-size: 1.2rem;
}

#employment h1{
	color:white;
	font-size:48px;
	font-weight:bold;
	text-shadow: 1px 1px 2px black;
}
#employment.page h2::before {
    height: 0px;
    bottom: 14px;
}

#employment main{
	margin:0;
	}

.emp_intro{
	font-weight:bold;
	position:relative;
	padding:4em 0;
}
.emp_mini{
	font-size:35px;
}

.emp_main{
    font-size:55px;
    color: #54215b;
    line-height: 1em;
}
.emp_main span{
	font-size:30px;
}

.enp_main h2:before{
width:0;	
}


.emp_introtxt{
	margin-top:30px;
	font-weight:normal;
	padding-right:40%;
}
.emp_introtxt p{
	font-size:18px;
	display:block;	
	margin-bottom:1em;
}

   .emp_img {
    width: 30%;
    height: 30%;
  border-radius: 50%;
    position: absolute;
    right: 0;
    top: 10%;
}

.emp_img img{
padding:10px;
}


#employment .main{
	background-color:#fafafa;
	padding:50px 50px 30px;
      animation-name: fade;
     animation-duration: 1s;
}

.boshu{
	margin-bottom:20px;
}
.boshu_cont{
	margin-bottom:6px;
	font-weight:bold;
}
.boshu ul{
	padding-left:1em;
}

.boshu ul li a{
	text-decoration:underline;
}


.boshu .asterisk #text {
  margin-left: 1px

}

.boshu .asterisk::before {
  content: "※";
}

#employment .page h2:before {
width:0%;
}

.block_html ul li {
    list-style: none;
}

.block_html ul li, .block_html ol li{
     padding:0;
}

/****************レスポンシブ****************/


@media only screen and (max-width: 1024px){
	 .emp_img {
display: flex;
position: static
}
	.boshu ul {
    padding: 0;
}
	.boshu ul a{
	color: #54215b;
	}
	.emp_introtxt {
        padding-right: 0%;
    }
	.emp_main {
    font-size: 60px;
	}
	.page h2 span{
　　　　padding:0;
}
		#employment h1 {
    font-size: 38px;
    text-shadow: 1px 1px 1px black;
}
}
@media only screen and (max-width: 767px){

	.emp_main {
    font-size: 35px;
		line-height:nomal;
	}
	.emp_main span {
    font-size: 20px;
     }
      #employment h1{
    font-size: 15px;
     }
    .emp_introtxt p {
    font-size: 15px;
    line-height: 3rem;
     }
     #employment .main {
       padding: 20px 20px;
     }
     .block_html ul li, .block_html ol li {
    line-height: 3rem;
   }
}
@media only screen and (max-width: 599px){
	 .emp_img {
width: 40%;
}
	.emp_intro {
		padding:0;
	}
	.emp_main {
    font-size: 25px;
	}
	.emp_main span {
   font-size: 15px;
}
	.emp_introtxt p {
    font-size: 10px;
}

	.emp_introtxt p {
        margin-bottom:0;
        line-height: 2.5rem;
	}
	
	#employment .main {
    padding: 20px 15px 0px;
    animation-name: fade;
    animation-duration: 1s;
    width: 90%;
   font-size: 1.2rem;
  line-height: 2rem;
}
	
#employment main li {
    font-size: 12px;
}
	.emp_introtxt {
    margin-top: 0px;
   margin-bottom:20px;
    line-height: 2.5rem;
	}
#employment h2:first-child {
    margin: 0 0 15px;
   line-height: 2.5rem;
}
	.boshu span {
    font-size: 10px;
	}
.asterisk{
font-size: 1.0rem;
}

}