@charset "UTF-8";
html {
    font-size: 100%;
}
body {
    font-family: 'YuGothic','Yu Gothic',sans-serif;
}
img {
    max-width: 100%;
    vertical-align: none;
}
a {
    color:gainsboro;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
#header h1{
font-size: 10px;
color: gainsboro;
 font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", serif;
  font-weight: 600;
}
/*---メイン---*/
#recruit {
    background-color: #983123;
}
h2 {
    color: #ffffff;
    font-weight: bolder;
      width: 85%;
  max-width: 700px;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
  margin-top: 20px;
}
.mainvisual img {
    width: 600px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
#recruit h2 {
  font-family: "Yu Mincho", serif;
  padding-top: 20px;
}
#recruit h2 p {
    font-size: small;
}

.recruit-list {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}

.recruit-list dt {
  font-weight: bolder;
  margin-top: 15px;
  padding-left: 8px;
  font-size: large;
   display: inline-block;
  background: #ffffff; /* お好みの色 */
  padding: 0.2em 0.4em; /* 文字の周りの余白 */
  color:#983123; /* 文字色 */
  border-radius: 5px;

}

.recruit-list dd {
  margin-left: 10px;
  color: #ffffff;
}
.attention {
    text-align: center;
    margin: auto;
    max-width: 700px;
    width: 80%;
    border: double 5px #983123;
    border-radius: 10px;
    background-color: #ffffff;
}
.mobile-only-br {
    display: none;
}
.text {
    font-weight: 900;
    color: #983123;
}
.text p {
    font-size: small;
}

.note {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #ffffff;
  padding-bottom: 20px;
}

#fulltime {
    background-color: #983123;
    margin-top: -15px;
    padding-bottom: 20px;
}
#fulltime h2 {
    font-family: "Yu Mincho", serif;
  padding-top: 20px;
}
#fulltime h2 p {
    font-size: small;
}
.text2 {
    color: #ffffff;
    width: 80%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}
#footer {
  background: #F7F7E9;    /* やさしい薄い色 */
  text-align: center;
  padding: 30px 10px;
  margin-top: 10px;
  font-size: 0.9rem;
margin-top: -15px;
}

#footer h3 {
    color: #983123;

}

#footer p {
  margin: 4px 0;
  color: #983123;
}



/*-----------------------------------------------------
スマートフォン
------------------------------------------------------*/
@media screen and (max-width: 767px) {
    /* スマホで見たときだけ、この改行を表示させる */
    .mobile-only-br {
        display: block; /* <br>タグをブロック要素にすることで強制的に改行させる */
    }
}
