@charset "utf-8";

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#ttl {
  font-weight: bold;
}
#ttl h1 {
  text-align: center;
}
#ttl h1 span {
  display: block;
  text-align: center;
  color: #565656;
}
#page-ttl {
  position: relative;
  color: #fff;
  z-index: 1;
}
#page-ttl h1 {
  position: relative;
  z-index: 3;
  text-align: center;
}
#page-ttl .mask {
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.area #page-ttl {
  background: url(../img/area_bg.jpg) no-repeat center;
  background-size: cover;
}
.bosyu #page-ttl {
  background: url(../img/bosyu_bg.jpg) no-repeat center;
  background-size: cover;
}
.form #page-ttl {
  background: url(../img/form_bg.jpg) no-repeat center;
  background-size: cover;
}
table {
  width: 100%;
}
th,td {
  padding: 1em;
  vertical-align: middle;
}
.form .link a,.area .link a {
  color: #44a5ff;
  text-decoration: underline;
}
.answer,.form td,#breadcrumb,.profilebox p {
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 14px;
}
@media only screen and ( max-width : 768px ) {
  article {
    margin-bottom: 30px;
  }
  #ttl {
    padding: 20px 0;
  }
  #ttl h1,#page-ttl h1 {
    font-size: 35px;
  }
  #ttl h1 span {
    font-size: 16px;
    margin-top: 5px;
  }
  #page-ttl {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .b_ttl span {
    font-size: 22px;
  }
  #ttl h1,#page-ttl h1 {
    font-size: 28px;
    font-family: "goudy old style",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 400;
  }
  th,td {
    display: block;
  }
}

@media print, screen and ( min-width : 769px ) {
  #ttl {
    padding: 25px 0 50px 0;
  }
  #ttl h1,#page-ttl h1 {
    font-size: 35px;
    font-family: "goudy old style",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  #ttl h1 span {
    font-size: 18px;
    margin-top: 10px;
  }
  #page-ttl {
  padding-top: 10%;
	  padding-bottom: 10%;
  }
  article {
    margin-bottom: 50px;
  }
	.answer,.form td,#breadcrumb,.profilebox p {
		font-size: 18px;
		font-family: "goudy old style",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
}

/* ---------------------------------------------------------------------------------------------

　   パンくず

--------------------------------------------------------------------------------------------- */
#breadcrumb {
  position: relative;
  z-index: 3;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li:after {
  content: ">";
  margin: 0 0.5em;
}
#breadcrumb li:last-child:after {
  content: none;
}
#breadcrumb li a {
  text-decoration: underline;
}


@media only screen and ( max-width : 768px ) {
  .int #breadcrumb {
    padding: 10px 0;
  }
  #breadcrumb li {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  .int #breadcrumb {
    padding-top: 40px;
  }
  #breadcrumb li {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   INTERVIEW

--------------------------------------------------------------------------------------------- */
.person_txt {
  background: #252525;
  color: #fff;
}
.person_txt p {
  line-height: 1.8em;
}
.profilebox h3 {
  margin-bottom: 0.5em;
  text-align: left;
  font-weight: 400;
  font-family: "goudy old style",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.article h2 {

}
.query {
  color: #2c1700;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 25px;
}
.query:before {
  content: "";
  background: #000;
  height: 1px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.answer {
  line-height: 1.8em;
  font-weight: 500;
}
#profile .container {
  position: relative;
}
.profilebox {
  background: url(../img/black_bg.jpg) repeat;
  color: #fff;
}
.brown_bg {
  background: url(../img/brown_bg.jpg) repeat;
}
.profilebox h2 {
  text-align: left;
  margin-bottom: 0.5em;
}
.profilebox p {
  line-height: 1.8em;
}
.person_txt .initial span {
  display: block;
}

@media only screen and ( max-width : 768px ) {
  .person_txt,.profilebox {
    padding: 20px;
  }
  .person_txt .jobcat_label {
    font-size: 20px;
  }
  .person_txt .initial {
    font-size: 30px;
  }
  .person_txt .initial span {
    font-size: 20px;
  }
  .person_txt .join {
    font-size: 16px;
  }
  .person_txt p {
    margin-bottom: 10px;
  }
  .person_txt p:last-child {
    margin-bottom: 0;
  }
  .query {
    font-size: 22px;
  }
  .articlebox {
    margin-bottom: 30px;
  }
  .articlebox .image img {
    width: 100%;
  }
}

@media only screen and ( max-width : 480px ) {
  .query {
	 font-size: 4.8vw;
  }
}

@media print, screen and ( min-width : 769px ) {
  .personbox {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .person_ph {
    width: 60%;
  }
  .person_txt {
    width: 40%;
  }
  .articlebox {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .articlebox:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .articlebox:last-child {
    margin-bottom: 0;
  }
  .articlebox div {
    width: 49%;
  }
  .articlebox:nth-child(odd) .image {
    margin-left: 2%;
  }
  .articlebox:nth-child(even) .image {
    margin-right: 2%;
  }
  .articlebox div:last-child {
    margin-right: 0;
  }
  .query {
    font-size: 24px;
  }
  #profile {
    margin-bottom: 100px;
  }
  .profilebox {
    width: 42%;
    padding: 40px;
    position: absolute;
    bottom: -50px;
  }
  .article h2 {
    font-size: 33px;
  }
  .profile_ph {
    float: right;
    width: 62%;
  }
  .person_txt {
    padding: 40px;
  }
  .person_txt .jobcat_label {
  /*  font-size: 24px;*/
  }
  .person_txt .initial {
    font-size: 38px;
  }
  .person_txt .initial span {
    font-size: 20px;
  }
  .person_txt .join {
    font-size: 24px;
  }
  .person_txt p {
    margin-bottom: 30px;
  }
  .person_txt p:last-child {
    margin-bottom: 0;
  }
  #article .b_ttl {
    margin-bottom: 120px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   AREA

--------------------------------------------------------------------------------------------- */
#hanbaisyoku .container {
  background: url(../img/area_bg02.jpg) no-repeat center;
  background-size: 100% auto;
}
.area h3 {
  text-align: left;
  margin-bottom: 0.5em;
}
.areabox li,#honsya li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1.4em;
}
.areabox li:before,#honsya li:before {
  content: "\f111";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
}


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

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  .areabox li {
    display: inline-block;
  }
  .kai {
    margin-left: 20px;
    float: right;
  }
}

/* ---------------------------------------------------------------------------------------------

　   募集要項

--------------------------------------------------------------------------------------------- */

.bosyu th {
  background: #f2dbcd;
  text-align: center;
  border-right: 10px solid #fff;
}
.bosyu td {
  background: #f7f7f7;
  border-left: 10px solid #fff;
}
.bosyu tr {
  border-bottom: 10px solid #fff;
  font-weight: 400;
}
.ph_list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.ph_list li:last-child {
  margin-right: 0;
}

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

@media only screen and ( max-width : 480px ) {
  .bosyu th,.bosyu td {
    border: none;
  }
}

@media print, screen and ( min-width : 769px ) {
}

/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */
.form table {
  border-top: 1px solid #e6e6e6;
}
.form tr {
  border-bottom: 1px solid #e6e6e6;
}
.form th {
  background: #372b29;
  color: #fff;
}
.must {
  color: #fff600;
}

.form input[type="submit"] {
  background: #5a0c18;
  border:none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

@media only screen and ( max-width : 768px ) {
  .form input[type="submit"] {
    padding: 20px 10px;
    font-size: 16px;
    width: 100%;
  }
}

@media only screen and ( max-width : 480px ) {
  .form td {
    padding: 1em 0;
  }
}

@media print, screen and ( min-width : 769px ) {
  .form input[type="submit"] {
    padding: 30px;
    font-size: 27px;
  }
  .form th {
    width: 300px;
  }
}
/*===============================================
thanks
===============================================*/
#thnaks_page {
  color: #fff;
  background-image: url(../img/fv4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
  position: relative; }
  #thnaks_page #wrap {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh; }
    #thnaks_page #wrap #thanks {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      #thnaks_page #wrap #thanks h2 {
        font-size: 24px; }
        #thnaks_page #wrap #thanks h2:before {
          color: #fff;
          content: "\f058";
          font-family: 'FontAwesome';
          font-size: 24px;
          padding-right: 15px; }
      #thnaks_page #wrap #thanks p {
        font-size: 20px;
        margin: 16px 0 32px;
        line-height: 2;
        text-align: center; }
        #thnaks_page #wrap #thanks p a {
          text-decoration: underline;
          color: #e3465e; }
      #thnaks_page #wrap #thanks .top_link a {
        color: #fff;
        background-color: #5a0c18;
        border: 2px solid #5a0c18;
        font-size: 16px;
        font-weight: bold;
        display: block;
        width: 200px;
        padding: 16px 0;
        margin: 32px auto 0;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
        #thnaks_page #wrap #thanks .top_link a:hover {
          color: #5a0c18;
          background-color: #fff;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
        #thnaks_page #wrap #thanks .top_link a:after {
          font-family: 'FontAwesome';
          content: '\f105';
          position: absolute;
          right: 16px;
          top: 18px;
          padding: 0 1px; }