
/*-----------------------------
------------------------------*/
img {
width: 100%;
height: auto;
}


/*-----------------------------
募集要項メニュー
------------------------------*/
.outline_menu ul {
	display: flex;
	text-align: center;
	margin-bottom: 50px;	
}
.outline_menu ul li {
	width: 45%;
	margin: 0 auto;
	padding-top: 0.8em;
	font-size: 1.2em;
    height:96px;
    background-color:#FFFFFF;
    border:1px solid #D5BC44;
	position:relative;
}
.outline_menu ul li:hover {
 background-color: #F9F7EA;
	transition: .2s;
}
.outline_menu ul li .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.outline_menu ul .current {
    background-color: #F9F7EA;
}
.outline_menu ul .current::after {
 content: "▼";
 color: #D5BC44;
 position: absolute;
 font-size: 1em;
 bottom: 0px;
 display: block;
 left: 48.5%;
}

.outline_menu .business {
	font-size: 0.76em;
	padding-bottom: 0.5em;
	color: #D5BC44;
	font-weight: normal;
}

@media screen and (max-width: 768px){
.outline_menu ul li {
	width: 49%;
	font-size: 1.0em;
    height:90px;
    
}
}
@media screen and (max-width: 490px){
.outline_menu ul {
	display: block;	
}
	.outline_menu ul li {
	width: 90%;
	font-size: 1.1em;
    height:90px;
    margin-bottom: 10px;
}
}
	
/*-----------------------------
募集要項
------------------------------*/
.youkou_title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-left: 10px;
}


.outline {
border: 1px dotted #CCC;
font-size: 14px;
max-width: 960px;
width: 95%;
margin: auto;
margin-bottom: 50px;
line-height: 1.8em;
}


.outline tr {
	color: #333;
	border-bottom: 1px dotted #CCC;
}

.outline th {
	width: 150px;
	display: inline-block;
	}
	
.outline td {
	padding: 15px;
	border-left: 1px dotted #CCC;
}

.outline dt {
font-weight: bold;
}

.outline dd {
padding-bottom: 15px;
}

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

.youkou_title {
	font-size: 1.2em;
}	
.outline { 
display: block;
}

.outline tr,
.outline td {
width: 100%;
display: block;
border-right: none;
border-left: none;
}

}



/*------------------------------------
top-person
---------------------------------------*/

.mainphoto {
	text-align:center;
	background-color:#FEFDF5;
	margin:0 auto 40px;
	max-width: 1024px;
	position:relative;
}


.profile {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Roboto', -apple-system, Meiryo, sans-serif;
  font-weight: bold;
	background:#333;
	color:#FFF;
	padding:30px;
	text-align:left;
	position:absolute;
	left:35px;
	bottom:-40px;
	font-size: 13px;
	background-image: linear-gradient(
	-45deg,
	#333 25%,
	#282828 25%,
	#282828 50%,
	#333 50%,
	#333 75%,
	#282828 75%,
	#282828 100%,
	#333 100%
);
background-size: 10px 10px;
background-attachment: fixed;
}

.profile .name {
font-size: 2.5em;
letter-spacing: 0.1em;
}

.profile .eng {
	letter-spacing: 0.1em;
    font-family: futura-pt, futura-pt-condensed, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Roboto', -apple-system, Meiryo, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.2em;
}

.profile .katagaki {
padding-bottom: 15px;
font-weight: normal;
font-size: 0.9em;
}
.profile ul {
font-weight: normal;

}

.photo {
	width:800px;
	height:auto;
	margin:15px auto;
	text-align:center;
}
.photo img {
	width:100%;
	height:auto;
}


@media screen and (max-width: 768px){
.profile {
position: static;
}
}


#president-comment-area {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Roboto', -apple-system, Meiryo, sans-serif;
line-height: 2em;
text-align: justify;
font-feature-settings: "palt";
letter-spacing: 0;
}

#president-comment-area .photo {
position: relative;
}
#president-comment-area .photo:before {
content: "";
background-image: url(../../person/img/bg.png) repeat;
width: 100%;
position: absolute;
top: -20px;
left: -20px;
}


.president-txtbox,
.president-txtbox2{
margin-top: 100px;
} 

.president-txtbox2{
display: flex;
justify-content: space-between;
}

.president-txtbox2>div {
width: 48%
}

.president-txtbox p {
margin:0 0 1em 0;
}

.photo {
	width:90%;
}


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

.president-txtbox2{
display: block;
}

.president-txtbox2>div {
width: 100%
}

.president-txtbox{
margin-top: 60px;
}
.president-txtbox2{
margin-top: 50px;
margin-bottom: 100px;
}
}



/*------------------------------------
募集要項・会社概要
---------------------------------------*/

.youkoured {
	font-size:15pt;
	color:red;
}


.voices ul {
display: flex;
justify-content: space-between;
}

.voices ul li {
width: 31%;
}

.outlink {
	font-size: 12pt;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid #000;
}

@media (max-width: 787px) {
.message-box img {
	width: 100%;
	height:auto;
}

.headline {
width: 92%;
text-align: left;
margin: 10px auto 35px;
line-height: 1.8em;
}
}



.flow a {
color: blue;
text-decoration: underline;
}

.flow a:hover {
opacity: 0.5;
}

.flow .attention {
width: 100%;
}

.beforecolona {
font-size: 80%;
color: #999;
margin-bottom: 30px;
}
.flow span {
display: block;
transform: none;
}
.flow .beforecolona span {
display: inline-block;
transform: rotate(-90deg);
}



.require ul{
margin-top: 10px;
}
.require ul li {
padding-left: 20px;
position: relative;
}

.require ul li:before {
content:"・";
position: absolute;
left:0;
top: 0;
}