@charset "utf-8";
#main {
  margin: 38px 0 50px;
}
@media screen and (max-width: 768px) {
  #main {
    margin: 19px 0 50px;
  }
}

.headline {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 17px;
  }
}

address {
  font-style: normal;
}

a:hover {
  opacity: .7;
}

.for_pc {
  display: block;
}

.tab_hide {
  display: none;
}

.tab_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.select span {
  color: #cfc2b6;
  padding: 0 0 9px 9px;
  margin: 0 0 0 -9px;
  border-bottom: solid 2px #cfc2b6;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}

span:after {
  display: none;
}

.tab_list {
  margin: 0 auto 80px;
  width: 550px;
}
@media screen and (max-width: 768px) {
  .tab_list {
    margin: 0 0 40px;
    width: auto;
  }
}
.tab_list li {
  width: 50%;
}

.tab_list li:first-child :after {
  content: "";
  border-right: solid 1px #4a3c31;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .tab_list li:first-child :after {
    right: 0;
  }
}

.tab_cntr li:last-child {
  margin: -24px 0 0 0;
}

.inner h2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
}

.inner h2 :before {
  content: "";
  border-left: solid 1px #4a3c31;
  margin: 0 46px 0 38px;
}

.inner span:before {
  content: none;
}

.inner h3 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 43px;
  line-height: 2.0;
  letter-spacing: 0.05em;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}

.inner .btn_rikunavi {
  margin: 0 auto;
  display: block;
  border: 1px solid #4a3c31;
  color: #fff;
  background: #4a3c31;
  max-width: 400px;
  line-height: 48px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}

.inner .btn_rikunavi + .btn_rikunavi {
  margin: 20px auto 0;
}

.inner .btn_rikunavi img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  #main {
    margin: 72px 0 435px;
  }
  .for_pc {
    display: none;
  }
  .inner h2 {
    font-size: 16px;
  }
  .inner h2 :before {
    margin: 0 28px 0 18px;
  }
  .inner h3 {
    font-size: 13px;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
  }
  .inner .btn_rikunavi img {
    width: 12px;
  }
  .inner .btn_rikunavi {
    max-width: 335px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.05em;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.career-contact {
  border: 1px solid #cfc2b6;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-family: sans-serif,'游ゴシック','YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}

.career-contact p {
  line-height: 2.0;
  letter-spacing: 0.05em;
}

.career-contact h3 {
  margin: 34px 0 22px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.career-contact address {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px 19px;
  letter-spacing: 0.08em;
}

.career-contact address p {
  padding-right: 21px;
}

.career-contact address p:last-child {
  padding-right: 15px;
}

.career-contact address a {
  text-decoration: underline;
}

.career-contact address p:first-child {
  letter-spacing: 0.05em;
}

.career-contact address p:last-child {
  margin: 0 0 0 -5px;
  letter-spacing: 0.05em;
}

.career-contact p:last-child {
  margin: 0 0 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #main {
    margin: 35px 0;
  }
  
  .inner h2 {
    font-size: 16px;
  }
  .inner h2 :after {
    margin: 0 18px 0 26px;
    ;
  }
  .career-contact h3 {
    text-align: center;
    margin: 25px 0 19px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .career-contact {
    margin: 0 5px;
  }
  .career-contact p {
    letter-spacing: 0;
    /* line-height: 24px; */
  }
  .career-contact p:last-child {
    letter-spacing: 0.05em;
    font-size: 10px;
    display: inline-block;
    line-height: 22px;
    margin: 0 0 22px;
  }
  .career-contact address {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0 0 8px 16px;
  }
  .career-contact address p {
    /* letter-spacing: 0.06em; */
    /* line-height: 24px; */
    font-size: 13px;
  }
  .career-contact address p:last-child {
    /* letter-spacing: 0.06em; */
    line-height: 24px;
    margin: 0 14px 0 0;
    font-size: 13px;
    padding: 0;
    /* line-height: 22px; */
  }
  .tab_cntr li:last-child {
    margin: 0;
  }
}

.box {
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
  padding: 20px 30px 0;
}
.box p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
/* .box p + p {
  margin: 10px 0 0;
} */
.box p a {
  display: inline;
}

@media screen and (max-width: 768px) {
    .box {
    font-size: 11px;
    line-height: 1.8;
    padding: 15px 20px;

  }
  .box p {
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
  }
  /* .box p + p {
    margin: 10px 0 0;
  } */
  .box p a {
    display: inline;
  }
}
