



.map{
padding-bottom: 5%;
}

.particular_contents_header{
display: inline-block;
padding-bottom: 5%;
width: 100%;	
}


.particular_contents_box_L{
    width: 40%;
    float: left;
	display: block;
}

.particular_contents_box_R{
    width: 55%;
    float: right;
	display: block;
	padding-top: 3%;
	padding-right: 5%;
	
}

.particular_contents2_box_L{
    width: 55%;
    float: left;
	display: block;

	padding-top: 3%;
	padding-left: 5%;
	
}
.particular_contents2_box_R{
    width: 40%;
	float: right;
	display: block;
}


.particular_title{
font-size: 13px;
font-family: "Times New Roman", Times, "serif";
letter-spacing: 0.09em;
font-weight: 700;
color: #000000;
	padding-bottom: 2%;
}









@media screen and (max-width:768px){

	
.particular_contents_header{
display: flex;
flex-direction: column;
padding-bottom: 7%;
width: 100%;
}	

.particular_contents_box_L{
    width: 100%;
    float: left;
	display: block;
}

.particular_contents_box_R{
    width: 100%;
    float: right;
	display: block;
	padding-top: 1%;
	padding-bottom: 10%;
margin-bottom: 25%;
border-bottom: dotted 3px #987661;
}	
	
.particular_contents2_box_L{
    width: 100%;
	padding-top: 1%;
	padding-left: 0%;
	order: 2;
padding-bottom: 10%;
margin-bottom: 25%;
border-bottom: dotted 3px #987661;
}
.particular_contents2_box_R{
    width: 100%;
	order: 1;
}
	

}





.outline01 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-bottom: 2px dotted #987661;
    letter-spacing: 0.1em;
}

.outline01 ::before{
    border-top: 2px dotted #987661;
}


.outline01 dt {
    padding: 32px 7px 30px 0px;
    width: 120px;
	font-weight: bold;
	font-size: 13.5px;
}


.outline01 dd {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 32px 0 30px 0;
	font-size: 13.5px;
}







table {width: 100%;
}
.tbl-r02 {
padding-top: 3%;
padding-bottom: 15%;
}

.tbl-r02 th {
  background: #987661;
/*  border: solid 1px #ccc;*/
  color: #fff;
  padding: 20px;width: 30%;
	text-align: left;
	border-radius: 10px;
}
.tbl-r02 td {
/*　border: solid 1px #ccc;*/
  padding: 20px;width: 70%;
background: #e9e2de;
border-radius: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {

    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



.flow_box{
width: 100%;
border-top: dotted 3px #987661;
border-bottom: dotted 3px #987661;
background: #e9e2de;
text-align: center;
padding-top: 5%;
padding-bottom: 5%;
display: flex;
}

.step_img{
float: left;
padding-left: 5%;
}
	
.flow_txt{
margin-left: 5%;
padding-left: 5%;
text-align: left;
border-left: dotted 3px #987661;
}

.flow_title{
font-size: 21px;
font-weight: bold;
}



.arrow_box{
text-align: center;
padding-top: 2%;
padding-bottom: 2%;
}



.day_box_tp7{
padding-top: 5%;

}

.day_box_tp14{
padding-top: 11%;

}

.daytitle{
font-size: 23px;
font-weight: bold;
color: #f1a2ba;
}

.daytitle span{
font-size: 18px;
padding-right: 10px;
letter-spacing: 0.01em;
vertical-align: baseline;
    color: #aad6b1;
}

.year_icon{
font-size: 22px;
}
.copy_description2{
    font-size: 13px;
    padding-bottom: 3px;
}

.txt_border{
	padding-bottom: 7%;
    border-bottom: #cca775 3px dotted;
}




@media only screen and (max-width: 768px){

.day_box_tp7{
padding-top: 0%;

}

.day_box_tp14{
padding-top: 0%;

}

}





.job_box{
background-color: #e9e2de;
padding-top: 5%;
padding-bottom: 10%;
padding-left: 10%;
padding-right: 10%;
border-radius: 20px;
}



.tbl-r03 th {
/*  border: solid 1px #ccc;*/
  padding: 20px;width: 30%;
	    border-bottom: dotted 3px #987661;
	background-color: #e9e2de;
	color: #987661;
}
.tbl-r03 td {
    border-bottom: dotted 3px #987661;
  padding: 20px;width: 70%;
	background-color: #e9e2de;
}

.recruitingModuleBlock01 {
    margin: 0 auto;
    padding: 0;
	margin-top: 5%;
	margin-bottom: 5%;
    height: 100px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    position: relative;
	border: solid 1px #987661;
  }
  .recruitingModuleBlock01 .heading {
    font-size: 15px;
    border: none;
    position: absolute;
    top: 27px;
    left: 39px;
  }
  .recruitingModuleBlock01 .heading:after {
    content: "";
    height: 65px;
    width: 1px;
    background-color: #053446;
    position: absolute;
    top: -10px;
    right: -39px;
  }
  .recruitingModuleBlock01 .text {
    margin: 0;
    font-size: 15px;
    line-height: 1.87;
    position: absolute;
    top: 22px;
    left: 183px;
  }
@media only screen and (max-width: 768px){

.job_box{
background-color: #e9e2de;
padding-top: 5%;
padding-bottom: 10%;
padding-left: 5%;
padding-right: 5%;
border-radius: 20px;
}

.tbl-r03 th {
/*  border: solid 1px #ccc;*/
  padding: 20px;width: 100%;
      border-bottom: dotted 3px #987661;
  background-color: #e9e2de;
  color: #987661;
  text-align: left;
}
.tbl-r03 td {
    border-bottom: dotted 3px #987661;
  padding: 20px;width: 100%;
  background-color: #e9e2de;
  text-align: left;
}


.recruitingModuleBlock01 {
    margin: 0 auto;
    padding: 0;
  margin-top: 5%;
  margin-bottom: 5%;
    height: 130px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    position: relative;
  border: solid 1px #987661;
  }
  .recruitingModuleBlock01 .heading {
    font-size: 15px;
    border: none;
    position: absolute;
    top: 27px;
    left: 15px;
  }
  .recruitingModuleBlock01 .heading:after {
    content: "";
    height: 85px;
    width: 1px;
    background-color: #0987661;
    position: absolute;
    top: -10px;
    right: -12px;
  }

  .recruitingModuleBlock01 .text {
    margin: 0;
    font-size: 13px;
    line-height: 1.87;
    position: absolute;
    top: 22px;
    left: 130px;
  }

}


.btn_box{
text-align: center;
padding-top: 5%;
padding-bottom: 15%;
}


.btnarrow7{
    /*矢印の基点とするためrelativeを指定*/
position: relative;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 90%;
    /*ボタンの形状*/
background:#987661;
	margin-top: 25px;
    padding: 20px 50px 20px 20px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
color:#fff;
    text-decoration: none;
border:transparent 1px solid;
    outline: none;
	border-radius: 90px;
	border-color:#987661;
width: 60%;
}

/*hoverした際のボタンの形状*/
.btnarrow7:hover{
background:#987661;
color:#fff;
border-color:#987661;
}

/*矢印と線の形状*/

.btnarrow7:before{
content:"";
    /*絶対配置で線の位置を決める*/
position: absolute;
top:50%;
right:20px;
    /*線の形状*/
width:20px;
height:1px;
background:#fff;
}

.btnarrow7::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 45%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
.btnarrow7:hover::before{
background:#fff;
right:25px;
}

.btnarrow7:hover::after{
    border-left-color: #fff;
    right: 20px;
}

 
@media screen and (max-width: 640px) {
  .last td:last-child {

    width: 100%;
  }
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



.staff_contents_box{
display: inline-block;
background-color: #e9e2de;
    padding-top: 9%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 20px;
	margin-top: 1%;
	margin-bottom: 5%;
}
@media screen and (max-width: 640px) {
.staff_contents_box{
background-color: #e9e2de;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    border-radius: 20px;
	margin-top: 1%;
	margin-bottom: 5%;
}
}	
.staff_contents_box_L{
    width: 35%;
    float: left;
	display: block;
	text-align: left;
}

.staff_contents_box_R{
    width: 60%;
    float: right;
	display: block;
	padding-top: 3%;
	padding-right: 7%;
	text-align: left;
}

.staff_name{
font-size: 25px;
letter-spacing: 0.63px;
line-height: 1.8;
font-weight: bold;
}

.staff_name span{
font-size: 10px;
display: block;
}

.staff_name_cap{
font-size: 12px;
letter-spacing: 0.63px;
line-height: 1.5;
padding-bottom: 3px;
padding-top: 7%;

}

@media screen and (max-width: 640px) {
.staff_contents_box_L{
    width: 100%;
    float: left;
	display: block;
	text-align: left;
	padding-bottom: 15%;
}

.staff_contents_box_R{
   width: 100%;
    float: right;
	display: block;
	padding-top: 3%;
	text-align: left;
}
}