@charset "Shift_JIS";
* {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ŸàƒSƒVƒbƒN  Medium', meiryo, sans-serif!important;
}
h1 {
    font-size: 1.33em;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 3.125% 0;
}
h1 span {
    display: block;
    font-weight: normal;
    font-size: .5em;
    padding-top: .5em;
}
h1 a {
    text-decoration: none;
    color: #333;
}
nav ul {
    padding: 6.25% 4.6875%;
    border-top: .08333em solid #2b2b2b;
}
nav ul a:before {
    content: '';
    width: 1.25%;
    padding-top: 1.875%;
    background: url(../images/arrow.png) no-repeat 0 0;
    background-size: cover;
    margin-right: 3.125%;
    display: inline-block;
}
nav ul a {
    color: #333;
    font-size: 1.08333em;
    line-height: 1.923;
}
#Message,
#Info,
#Recruit1,
#Recruit2,
#Recruit3 {
    border-top: 0.08333em solid #fff;
}
#Message h2,
#Info h2,
#Recruit1 h2,
#Recruit2 h2,
#Recruit3 h2 {
    font-size: 1.08333em;
    color: #fff;
    background-color: #545454;
    padding: 9.375% 0;
    padding-left: 4.6875%;
    position: relative;
    cursor: pointer;
}
#Message h2:after,
#Info h2:after,
#Recruit1 h2:after,
#Recruit2 h2:after,
#Recruit3 h2:after {
    content: "";
    position: absolute;
    background: url(../../common/images/icon-plus.png) no-repeat 0 0;
    right: 5%;
    top: 40%;
    width: 4.375%;
    padding-top: 4.375%;
    background-size: contain;
}
#Message h2.active:after,
#Info h2.active:after,
#Recruit1 h2.active:after,
#Recruit2 h2.active:after,
#Recruit3 h2.active:after {
    background: url(../../common/images/icon-minus.png) no-repeat 0 0;
    top: 50%;
}
.contents {
    background-color: #ccc;
    padding-bottom: 10.15625%;
}
.contents section {
    background-color: #fff;
}
.contents section > div {
    padding: 7.8125% 4.375% 13.28125%;
    color: #333;
    font-size: 1.08333em;
    display: none;
}
.contents p {
    margin-bottom: 1em;
}
#Info div {
    padding: 0;
    background-color: #ededed;
}
#Info dl {
    padding: 4.375%;
    border-bottom: .08333em solid #ccc;
}
#Info dl a {
    color: #333;
}
#Info dl dt {
    margin-bottom: 1em;
}
#Recruit1 a {
    display: block;
    background-color: #e60012;
    vertical-align: middle;
    padding: 10% 2em;
    padding-left: 1.2em;
    color: #fff;
    text-decoration: none;
    line-height: 1.9;
    position: relative;
    font-size: 1.1em;
}
#Recruit1 a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 18%;
    right: 5%;
    font-size: 2.5em;
}
#Recruit2 .joblist,
#Recruit3 .joblist{
    border: 0.08333em solid #e6e6e6;
    margin-bottom: 10.9375%;
}
#Recruit2 .joblist dt,
#Recruit3 .joblist dt{
    background-color: #e6e6e6;
    font-weight: bold;
    padding: 4.6875% 1em;
}
#Recruit2 .joblist dd,
#Recruit3 .joblist dd{
    padding: 1em 1em 2em;
    line-height: 1.429;
}
#Recruit2 .method,
#Recruit3 .method{
    margin-bottom: 1.5em;
}
#Recruit2 .method dt,
#Recruit3 .method dt {
    font-weight: bold;
    margin-bottom: 1em;
}
#Recruit2 .method li,
#Recruit3 .method li {
    list-style: decimal;
    list-style-position: inside;
}
#Recruit2 ul,
#Recruit3 ul {
    margin-bottom: 1em;
}
#Recruit2 > div div,
#Recruit3 > div div {
    line-height: 1.429;
    background-color: #e6e6e6;
    padding: 1em;
}
#Recruit2 > div div p:last-child,
#Recruit3 > div div p:last-child {
    margin-bottom: 0;
}
