@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

body{
    color:black;
    /*font-weight: 500;*/
}
a {
    text-decoration: none;
    color: black;
}
.message-body a {
    color: rgb(135, 151, 45);
}
.message-body a:hover {
    color:rgba(255, 0, 0, 0.274);
}
.buttonBox a:hover {
    color:black;
}
.contents p {
    font-size:18px;
    font-weight:bold;
    text-align:left;
}
.contents h2 {
    text-align: left;
    font-weight: bold;
}
.container a, .container a:link, .container a:visited, .container a:hover, .container a:active {
    text-decoration: none;
    color: black;
}
.container {
	padding-top:50px;
}
.breadcrumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px 40px;
    color: #7e7e7e;
    font-size: 10px;
}
.breadcrumb li:not(:last-child):after {
    margin: 0 1em;
    color: black;
    content: ">";
}





/*全体の設定
---------------------------------------------------------------------------*/
.heading {
    text-align: center;
    font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
}
.headingtitle {
    font-size:35px;
}
.heading.heading-header .heading-tagline {
    margin-top: 0px;
    margin-bottom: 20px;
}
.heading-tagline {
    margin-top: -12px;
    font-family: "Sorts Mill Goudy", YuMincho, 游明朝, serif;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0.1em;
    padding-bottom: 21px;
}
.heading-tagline:before, .heading-tagline:after {
    margin: 10px;
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #222;
}
::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
/*メッセージ
---------------------------------------------------------------------------*/
.message {
    padding-top: 30px;
    padding-bottom: 30px;
}
.message-heading {
    margin-top: 0px;
    font-size: 18px;
    font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
    font-weight: 550;
    letter-spacing: 0.06em;
    text-align: center;
    padding:0px 20px 0px 20px;
}
.message-subtitle {
    margin-top: -12px;
    font-family: "Sorts Mill Goudy", YuMincho, 游明朝, serif;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0.1em;
    padding-bottom: 21px;
    text-align: center;
}
.message-subtitle:before, .message-subtitle:after {
    margin: 10px;
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #222;
}
.message-body {
    margin-top: 26px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
/*募集要項
---------------------------------------------------------------------------*/
.requirements {
    padding:30px 20px 10px 20px;
    background-color: #EEF1F2;
}
.requirements-table {
    margin: auto;
    font-size:13px;
}
.requirements-table tr {
    border-top: 1px solid #958d8d;
}
.requirements-table td {
    padding: 20px 0;
}
.requirements-table th {
    padding-right: 20px;
    white-space: pre;
}
.td-inner {
    padding-left: 20px;
    border-left: 1px solid #958d8d;
}
.buttonBox {
    font-weight: 500;
}
/*社員の声
---------------------------------------------------------------------------*/
.voice {
    padding-top: 30px;
}
.voiceList {
    padding-left: 0%;
    padding-right: 0%;
    display:flex;
    flex-wrap: wrap;
    justify-items: center;
}
.voiceList-inner {
    width: calc(50%); 
    padding: 0px 10px 15px 10px;
    text-align: center;
    line-height: 1.5;
}
.voiceList-name {
    font-size:25px;
}
.voiceList-position {

}

/*画面幅599px以下(スマホ)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/



/*画面幅600px以上1024pxまで(タブレット)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
@media screen and (min-width:600px){

}
*/



/*画面幅1025px以上(PC)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:600px){

/*全体の設定
---------------------------------------------------------------------------*/
.heading {
    text-align: center;
    font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
}
.headingtitle {
    font-size:35px;
}
.heading.heading-header .heading-tagline {
    margin-top: 0px;
    margin-bottom: 20px;
}
.heading-tagline {
    margin-top: -12px;
    font-family: "Sorts Mill Goudy", YuMincho, 游明朝, serif;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0.1em;
    padding-bottom: 21px;
}
.heading-tagline:before, .heading-tagline:after {
    margin: 10px;
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #222;
}
::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
/*メッセージ
---------------------------------------------------------------------------*/
.message {
    padding-top: 30px;
    padding-bottom: 30px;
}
.message-heading {
    margin-top: -10px;
    font-size: 26px;
    font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
    font-weight: 550;
    letter-spacing: 0.06em;
    text-align: center;
}
.message-subtitle {
    margin-top: -12px;
    font-family: "Sorts Mill Goudy", YuMincho, 游明朝, serif;
    font-style: italic;
    vertical-align: middle;
    letter-spacing: 0.1em;
    padding-bottom: 21px;
    text-align: center;
}
.message-subtitle:before, .message-subtitle:after {
    margin: 10px;
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #222;
}
.message-body {
    margin-top: 40px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
/*募集要項
---------------------------------------------------------------------------*/
.requirements {
    padding:30px 20px 10px 20px;
    background-color: #EEF1F2;
}
.requirements-table {
    margin: auto;
    font-size:initial;
}
.requirements-table tr {
    border-top: 1px solid #958d8d;
}
.requirements-table td {
    padding: 20px 0;
}
.requirements-table th {
    padding-right: 20px;
    writing-mode:initial;
}
.td-inner {
    padding-left: 20px;
    border-left: 1px solid #958d8d;
}
.buttonBox {
    font-weight: 500;
}
/*社員の声
---------------------------------------------------------------------------*/
.voice {
    padding-top: 30px;
}
.voiceList {
    padding-left: 20%;
    padding-right: 20%;
    display:flex;
    flex-wrap: wrap;
    justify-items: center;
}
.voiceList-inner {
    width: calc(33%); 
    padding:10px 10px 10px 10px;
    text-align: center;
    line-height: 2;
}
.voiceList-name {
    font-size:25px;
}
.voiceList-position {

}


}
/*PC*/