
@media screen and (max-width:600px) {
#recruit{
	margin-top:1rem;
}
}


/***************************** 
          #greeting
*****************************/

#greeting{
	position:relative;
	clear:both;
	padding-bottom:15rem;
}

#greeting .img1{
	position:absolute;
	width:30%;
	max-width:500px;
	left:5%;
	top:9rem;
	z-index:-2;
}
#greeting .txt{
	float:right;
	width:68%;
}
#greeting .txt strong img{
	width:55%;
	margin-bottom:15px;
}
#greeting .txt span img{
	width:25%;
	margin-top:-15px;
	margin-bottom:0;
}
#greeting .txt span{
	text-align:right;
	display:block;
	margin-top:15px;
}
#greeting .txt strong{
	display:block;
	font-size:210%;
	padding-bottom:1rem;
	font-family:serif;
}
#greeting p{
	padding:5rem 0 ;
	text-align:left;
}
#greeting .img2{
	display:none;
}
@media screen and (max-width:1800px) {
#greeting{
	padding-bottom:5rem;
}
}

@media screen and (max-width:1350px) {
#greeting p{
	padding-top:2rem;
}
#greeting{
	padding-bottom:5rem;
}
#greeting .txt{
	width:63%;
}
#greeting .img1{
	left:0;
}
}
@media screen and (max-width:880px) {
#greeting p{
	padding-top:0;
}
#greeting{
	padding-bottom:0;
}
	
#greeting .img1{
	width:45%;
}
#greeting .img2{
	left:0;
	top:25rem;
	width:45%;
}
#greeting .txt img{
	margin-top:5rem;
	width:65%;
}
}
@media screen and (max-width:600px) {
#greeting .img1{
	display:none;
}
#greeting .green{
	left:5%;
	width:95%;
	top:4.5rem;
}
#greeting .txt{
	width:100%;
}
#greeting .txt p{
	padding:0.5rem 0 1rem;
}
#greeting .txt img{
	margin:0 0 1rem;
	width:100%;
}
#greeting .txt strong img{
	width:80%;
	margin-bottom:0;
}
#greeting .txt strong{
	font-size:150%;
}
#greeting .txt span img{
	width: 35%;
}
#greeting .txt span  .img2{
	width:100%;
	display:block;
	margin: 15px auto;
}
}

/***************************** 
          #staff_voice
*****************************/

#staff_voice{
	background:#f5f5f5;
	padding:0.1rem 0;
	z-index:-2;
}
#recruit #staff_voice h3 span {
  background: #f5f5f5;

}
#staff_voice .box{
	position:relative;
	padding:18rem 0 5rem;
}
#staff_voice .inner .photo,
#staff_voice .inner .photo2{
	overflow:hidden;
	height:400px;
	position:absolute;
	top:0;
	z-index:-1;
}
#staff_voice .inner .photo{
	margin-left:10%;
}
#staff_voice .inner .photo2{
	margin-right:10%;
}
#staff_voice .inner .photo img,
#staff_voice .inner .photo2 img{
	width:100%;
}

#staff_voice .photo{
	position:relative;
}
#staff_voice .txt,
#staff_voice .txt2{
	padding:30px 3%;
	text-align:left;
	background:#fff;
	width:63%;
	box-shadow: 0 0 5px rgb(150 150 150 / 100%);
}
#staff_voice .txt{
	margin-left:5px;
}
#staff_voice .txt2{
	margin-left:30%;
}

#staff_voice dt span{
	color:#999;
	display:block;
}
#staff_voice strong{
	padding-right:30px;
	font-size:130%;
	font-weight:normal;
}
#staff_voice dd{
	border-top:1px solid #ddd;
	padding-top:15px;
	margin-top:15px;
}
@media screen and (max-width:1600px) {
#staff_voice .box{
	padding:15rem 0 3rem;
}
}
@media screen and (max-width:600px) {
#staff_voice{
	padding-top:1.5rem;
}
#staff_voice .box{
	padding:13rem 0 1.5rem;
}
#staff_voice .inner{
	margin:1rem 0;
}
#staff_voice .inner .photo,
#staff_voice .inner .photo2{
	margin:0;
}
#staff_voice strong{
	padding-right:20px;
	font-size:110%;
}
#staff_voice .txt,
#staff_voice .txt2{
	padding:20px 5%;
	width:80%;
	margin:5%;
}
}





/***************************** 
        #data
*****************************/

#data{
	overflow:hidden;
}
#data dl{
	float:left;
	width:29.2%;
	padding:15px 1%;
	border:2px solid #000;
	margin-right:2%;
	margin-bottom:25px;
	text-align:center;
}
#data dl:nth-child(3n){
	margin-right:0;
}
#data dd{
	border-top:1px solid #dadada;
	padding-top:15px;
	margin-top:15px;
}
.charm{
	overflow:hidden;
	clear:both;
	padding:5rem 5% 0 0;
}
.charm .left{
	width:40%;
}
.charm .right{
	width:55%;
	margin-top:1rem;
}

.charm li{
	border-bottom:1px solid #dadada;
	padding:10px 15px;
	text-align:left;
	font-size:120%;
}
.charm li span{
	padding-right:20px;
	font-size:150%;
	font-family: 'Playball', cursive;
	
}
@media screen and (max-width:600px) {
#data dl{
	width:96%;
	margin-right:0;
	margin-bottom:15px;
	padding:0 1% 15px 1%;
}
#data dd{
	margin-top:0;
}
.charm{
	padding: 2rem 0 0 0;
}
.charm .left{
	width:70%;
	padding:0 15%;
}
.charm .right{
	width:95%;
}
.charm li{
	padding:10px 0;
	font-size:100%;
}
}


/***************************** 
          #information
*****************************/
#information{
	clear:both;
}
#information dl.top{
	border-top:1px solid #dadada;
}
#information dl{
	border-bottom:1px solid #dadada;
	padding:30px 0;
	overflow:hidden;
	text-align:left;
}
#information dt{
	width:20%;
	padding-left:5%;
	float:left;
	color:#999;
}
#information dd{
	margin-left:25%;
}

@media screen and (max-width:600px) {
#information dt{
	width:90%;
	padding-right:5%;
	float:none;
}
#information dd{
	margin-left:0;
	width:90%;
	padding:10px 5% 0 5%;
}	
#information .right{
	padding-bottom:3rem;
}
#information h3{
	padding:20px 0 0;
}
#information dl{
	padding:20px 0;
}
}



/***************************** 
        article
*****************************/

article{
	overflow:hidden;
}
article strong{
	display:block;
	font-size:150%;
	padding-bottom:2rem;
	font-weight:normal;
}


article div div{
	float:left;
	color:#fff;
	width:30%;
	padding:15px 1%;
	text-align:center;
	transition: 0.5s;
}
article div div:hover{
    opacity: 0.7;
}
article div dt{
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom:15px;
}
article div dd{
	font-size:180%;
}
article div dd a{
	color:#fff;
}
article .line{
	background:#06c755;
	margin-right:2%;
}

article .tel{
	background:#4b7f50;
	margin-right:2%;
}
article .mail{
	background:#315c35;
}

@media screen and (max-width:1250px) {
article div dd{
	font-size:120%;
}
article div dd img{
	width:20%;
}
}

@media screen and (max-width:600px) {
article strong{
	font-size:110%;
}	
article .line,
article .tel,
article .mail{
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}

}



/***************************** 
          #form
*****************************/

#form dl{
	border-top:#e4e4e4 1px solid;
	overflow:hidden;
}
#form dt{
	background:url(../img/line_green.gif) no-repeat left;
	width: 180px;
	padding:30px 10px;
	float:left;
	color:#999;
	text-align:left;
}
#form dt span{
	color:#bf0000;
}

#form dd{
	margin-left: 220px;
	padding:20px;
}
#form  p.reading{
	padding-top:30px;	
	border-top:#e4e4e4 1px solid;
	text-align:center;
}

.scr{
    font-size: 14px;
    overflow: scroll;
    width: 90%;
    max-width:1000px;
    height: 220px;
    margin: 2rem auto;
    background-color: #fff;
    padding: 2rem 5% 0 5%;
    border:1px solid #dadada;
}
.scr h5{
	font-size:1.1rem;
	text-align:left;
	border-bottom:1px solid #dadada;
	padding-bottom:15px;
}
.scr p{
	text-align:left;
	margin-top:15px;
}

.submit {
	text-align:center;
}
.submit p{
	text-align:center;
	padding-bottom:1rem;
}
.submit .doui{
	font-weight:bold;
}

input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #4b7f50;
    border-bottom: 3px solid #4b7f50;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}


#form dd input{
	font-size:16px;
	background:#efefef;
	border:none;
	width:95% !important;
	padding:10px 2.5%;
}

#form textarea{
	font-size:16px;
	border:none;
	background:#efefef;
	width:95% !important;
	min-height:100px;
	padding:10px 2.5%;
}
#form .button {
  display       : inline-block;
  font-size:1rem;
  text-align    : center;
  cursor        : pointer;
  padding       : 1rem 5%;
  background: #4b7f50;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border:0;
  margin-top:2rem;
}
#form .button:hover {
	background:#3b5647;
}



@media screen and (max-width:600px) {
.scr h5{
	font-size:100%;
}
.scr p{
	font-size:90%;
}
#form dt{
	width: 90%;
	padding:20px 5%;
}
#form dd{
	margin-left: 0;
	padding:20px 5%;
	width:90%;
}
#form  p.reading{
	text-align:left;
}
}




/***************************** 
          #thanks
*****************************/
#thanks h3{
	font-size:150%;
	padding-bottom:2rem;
	text-align:left;
}
#thanks p{
	text-align:left;
}
@media screen and (max-width:600px) {
#thanks h3{
	font-size:120%;
	padding-bottom:1rem;
}	
}

