@charset "utf-8";
.main_photo{
    width: 100%;
    margin: 0 auto;
    height: 220px;
    background-image: url(../images/profile/img_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    /*text-shadow: 2px 2px 2px #000000;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 4px solid #dcdddd;
}
.pankuzu{
	width: 100%;
	margin: 0 auto;
	padding: 7px 0;
	font-size: 1.4rem;
	background-color: #efefef;
}
.pankuzu ul{
	width: 90%;
	margin: 0 auto 3px;
}
.pankuzu ul li{
	display: inline-block;
	padding-right: 30px;
}
.pankuzu ul li a{
	color: #3e3a39;
	position: relative;
}
.pankuzu ul li a:after{
	position: absolute;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 8px;/*画像の幅*/
	height: 12px;/*画像の高さ*/
	background-image: url(../images/list/png_04.png);
	bottom: 3px;
	right:  -20px;
}
.main_photo h1{
    font-size: 2.7rem;
	position: relative;
	padding: 30px 30px 70px;
	font-weight: bold;
	background-color: rgba(61,87,164,.8);
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 5px rgba(61,87,164,.8);
	text-align: center;
}
.main_photo h1:before {
  content: 'RECRUITMENT';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: calc(100% - 60px);/*画像の幅*/
  height: auto;/*画像の高さ*/
  background-image: url("");
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	bottom: 35px;
	font-size: 1.3rem;
	letter-spacing: .2em;
	font-weight: normal;
	text-align: center;
}
.main_photo h1:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url("../images/list/png_03.png");
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	bottom: 8px;
	right:  47%;
	text-align: center;
}
.about{
	width: 90%;
	margin: 35px auto 0;
}
h2{
    font-size: 2.0rem;
	padding: 10px 30px;
    background-image: url(../images/common/pn_06.png);
    background-repeat: no-repeat;
    background-position: 5px 14px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #24346c;
	line-height: 1.3em;
}
h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 52px;
  border-bottom: 2px solid #2a82c5;
}

.about_table{
	width: 100%;
	margin: 15px auto 20px;
	max-width: 1000px;
}
.about_table table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.about_table th {
  display: block;
  padding: 15px 10px 4px 20px;
  text-align: left;
  line-height: 1.6;
}
.about_table td {
  display: block;
  padding: 4px 5px 14px 20px;
  border-bottom: 1px dashed #898989;
  line-height: 1.6;
}
.recruit_contact{
  text-align: center;
  font-size: clamp(1.4rem,1.8vw,1.8rem);
  width: min(100%,800px);
  margin: 0 auto clamp(50px,8vw,100px);
  line-height: 1.6;
  
  span{
    font-size: clamp(1.6rem,2.0vw,2.0rem);
    font-weight: bold;
  }
  a{
    color: #231815; 
  }
}

.relation{
    width: 90%;
	margin: 0px auto 20px;
	padding-top: 15px;
}
@media (min-width:401px){
.main_photo{
    height: 340px;
}
.main_photo h1{
	width: 380px;
	padding: 30px 30px 70px;
	font-size: 3.0rem;
}
.main_photo h1:before {
  width: 100%;/*画像の幅*/
	right: 0%;
}
.pankuzu{
	width: 100%;
	padding: 7px 0 7px 10px;
}
.pankuzu ul{
	width: 100%;
	max-width: 1000px;
}
	.wall{
		width: 100%;
		margin: 0 auto;
		max-width: 1000px;
	}
.about{
	width: 100%;
  margin-top: 70px;
}

h2{
    font-size: 3.0rem;
	padding: 10px 40px;
    background-position: 25px 22px;
}

.about_table{
  margin: 25px auto 50px;
  width: 90%;
}
.about_table th {
  display: table-cell;
  width: 35%;
  padding: 18px 10px 18px 25px;
  border-bottom: 1px dashed #898989;
  border-right: 1px solid #d8d8d8;
  font-weight: normal;
  font-size: 1.6rem;
  background-color: #F0ECEC;
}
.about_table td {
  display: table-cell;
  padding: 18px 5px 18px 20px;
  border-bottom: 1px dashed #898989;
  font-size: 1.6rem;
}


.relation{
    width: 100%;
    max-width: 1000px;
    margin-bottom: 30px;
}	
}
@media (min-width:600px){
  .about_table th {
    width: 180px;
  }
}
@media (min-width:860px){
  .about_table th {
    width: 210px;
    padding: 18px 10px 18px 35px;
    font-size: 1.7rem;
  }
  .about_table td {
    padding: 18px 5px 18px 35px;
    font-size: 1.7rem;
  }
  
}