@charset "UTF-8";
/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

h1 {
  margin-left: 8.0921052632%;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1599px) {
  h1 {
    margin-left: 4.625rem;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 736px) {
  h1 {
    margin-left: 3.0625rem;
    margin-left: 0;
  }
}

.form {
  width: 82.8947368421%;
}
@media only screen and (max-width: 1260px) {
  .form {
    width: 94%;
  }
}
.form h2 {
  margin-bottom: 5rem;
  font-size: 1.5625rem;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .form h2 {
    margin-bottom: 3rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 736px) {
  .form h2 {
    margin-bottom: 2rem;
  }
}
.form h2 span {
  border-bottom: solid 5px #000;
  display: inline-block;
  padding-bottom: 0.25em;
}
.form p {
  font-size: 1.25rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1599px) {
  .form p {
    font-size: 1rem;
  }
}
.form p.policy {
  text-align: right;
}
.form p.policy a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.form p.read {
  margin-bottom: 2.285714285rem;
  font-size: 1rem;
}
@media only screen and (max-width: 1599px) {
  .form p.read {
    margin-bottom: 2.285714285rem;
  }
}
@media only screen and (max-width: 736px) {
  .form p.read {
    margin-bottom: 1.142857143rem;
    font-size: 0.8543mm;
  }
}
.form p span, .form th span {
  color: #e60012;
}
.form table {
  width: 100%;
}
.form table:first-child {
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 1599px) {
  .form table:first-child {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 736px) {
  .form table:first-child {
    margin-bottom: 1.125rem;
  }
}
.form table th, .form table td {
  background: #efefef;
  border-bottom: solid 4px #fff;
  padding: 0.6875rem 2.3125rem;
  font-size: 1.25rem;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  .form table th, .form table td {
    font-size: 1rem;
    padding: 0.6875rem 1.375rem;
  }
}
@media only screen and (max-width: 736px) {
  .form table th, .form table td {
    display: block;
    font-size: 0.75rem;
  }
}
.form table th {
  width: 19.0476190476%;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  .form table th {
    border-bottom: none;
    width: auto;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .form table td {
    padding-top: 0;
  }
}
.form input[type=text],
.form textarea {
  border: solid 1px #8b8b8c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25em;
  font-size: 0.875rem;
}
.form input[type=text]:not(.num) {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .form input[type=text]:not(.num) {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  .form input[type=text]:not(.num) {
    width: 100%;
  }
}
.form input[type=text].other {
  width: 10em;
  margin-left: 1em;
}
.form input[type=radio] {
  margin-right: 0.5em;
}
.form input[type=radio]:not(:first-child) {
  margin-left: 1em;
}
.form textarea {
  width: 60%;
  height: 5em;
}
@media only screen and (max-width: 768px) {
  .form textarea {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  .form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form input.num {
    width: 3em;
  }
}
.form .btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .form .btn {
    margin-top: 2.25rem;
  }
}
.form .btn a {
  background: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
  padding: 1.25rem 3.75rem;
  color: #fff;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 1599px) {
  .form .btn a {
    padding: 1.25rem 2.25rem;
    font-size: 1.0625rem;
  }
}
.form .btn a:hover {
  text-decoration: none;
}

figure img,
.images img {
  width: 100%;
}

.top__image {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  background-image: url(http://www.takayama-tekko.co.jp/recruit/img/img01.jpg);
  background-image: image-set(url(http://www.takayama-tekko.co.jp/recruit/img/img01.jpg) 1x, url(http://www.takayama-tekko.co.jp/recruit/img/img01@2x.jpg) 2x);
  background-position-y: 65%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top__image {
    background-position-x: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .top__image {
    background-position-x: 20%;
  }
}
@media screen and (max-width: 480px) {
  .top__image {
    background-position-x: 50%;
  }
}
.top__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.top__title {
  font-size: 3em;
  margin: 0;
  color: #fff;
  text-shadow: 8px 6px 10px rgba(88, 128, 152, 0.3);
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .top__title {
    font-size: 3.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .top__title {
    font-size: 5.5555555556vw;
  }
}

article h1 {
  margin-bottom: 2.6875rem;
}
@media only screen and (max-width: 1599px) {
  article h1 {
    margin-bottom: 1.625rem;
  }
}
@media only screen and (max-width: 736px) {
  article h1 {
    margin-bottom: 1.0625rem;
  }
}
article figure {
  margin-bottom: 8.125rem;
}
@media only screen and (max-width: 1599px) {
  article figure {
    margin-bottom: 4.875rem;
  }
}
@media only screen and (max-width: 736px) {
  article figure {
    margin-bottom: 3.25rem;
  }
}
article .info h2,
article .careers h2 {
  text-align: center;
  font-size: 2.285714285rem;
  font-weight: 400;
  margin-bottom: 1.714285714rem;
  text-decoration: underline;
  text-decoration-color: rgba(230, 0, 16, 0.62);
}
@media only screen and (max-width: 1599px) {
  article .info h2,
article .careers h2 {
    text-align: center;
    font-size: 2.285714285rem;
    font-weight: 400;
    margin-bottom: 1.714285714rem;
    text-decoration: underline;
    text-decoration-color: rgba(230, 0, 16, 0.62);
  }
}
@media only screen and (max-width: 768px) {
  article .info h2,
article .careers h2 {
    font-size: 3.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  article .info h2,
article .careers h2 {
    font-size: 5.5555555556vw;
  }
}
article .careers {
  margin-bottom: 72px;
}
@media only screen and (max-width: 1599px) {
  article .careers {
    margin-bottom: 72px;
  }
}
article .careers li {
  width: 48.75%;
  font-size: 1.375rem;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  article .careers li {
    font-size: 1.125rem;
  }
}
article .careers li a {
  transition: 0.5s ease-in-out;
}
article .careers li a:hover {
  transform: scale(1.15);
}
@media screen and (max-width: 480px) {
  article .careers li a {
    font-size: 10px;
  }
}
article .careers li b {
  font-size: 1.5625rem;
  font-weight: normal;
}
@media only screen and (max-width: 1599px) {
  article .careers li b {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  article .careers li b {
    font-size: 16px;
    margin-bottom: -10px;
    display: block;
  }
}
article .careers li img {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1599px) {
  article .careers li img {
    margin-bottom: 0.75rem;
  }
}
article .info {
  width: 72.3684210526%;
  margin: 0 auto 6.4375rem;
}
@media only screen and (max-width: 1099px) {
  article .info {
    width: 94%;
    margin: 0 auto 3.875rem;
  }
}
@media only screen and (max-width: 736px) {
  article .info {
    margin: 0 auto 2.5625rem;
  }
}
article .info table {
  width: 100%;
}
article .info table th, article .info table td {
  border-bottom: solid 15px #efefef;
  padding: 0.9375rem 0.375rem;
  font-size: 1.1875rem;
  letter-spacing: 0.07em;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  article .info table th, article .info table td {
    border-bottom: solid 7px #efefef;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 736px) {
  article .info table th, article .info table td {
    display: block;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 736px) {
  article .info table th {
    border-bottom: none;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  article .info table td {
    padding-top: 0;
  }
}
article .info table tr:first-child th, article .info table tr:first-child td {
  border-top: solid 15px #efefef;
}
@media only screen and (max-width: 1599px) {
  article .info table tr:first-child th, article .info table tr:first-child td {
    border-top: solid 7px #efefef;
  }
}
@media only screen and (max-width: 736px) {
  article .info table tr:first-child td {
    border-top: none;
  }
}
article .info.detail {
  margin-bottom: 144px;
}
@media only screen and (max-width: 1599px) {
  article .info.detail {
    margin-bottom: 144px;
  }
}
@media only screen and (max-width: 736px) {
  article .info.detail {
    margin-bottom: 72px;
  }
}
article .info.detail section:not(:last-child) {
  margin-bottom: 6.5625rem;
}
@media only screen and (max-width: 1599px) {
  article .info.detail section:not(:last-child) {
    margin-bottom: 3.9375rem;
  }
}
article .info.detail section #tabmenu .tab {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
article .info.detail section #tabmenu .tab li {
  font-size: 1rem;
  padding: 0.85rem 1rem;
  background-color: #EFEFEF;
  color: #000;
  margin-right: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  article .info.detail section #tabmenu .tab li {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
}
article .info.detail section #tabmenu .tab li.active {
  background-color: red;
  color: #fff;
  font-weight: 600;
}
article .info.detail section #tabmenu .content {
  padding: 0;
  margin: 0;
}
article .info.detail section #tabmenu .content li {
  display: none;
}
article .info.detail section #tabmenu .content li table th, article .info.detail section #tabmenu .content li table td {
  border-bottom: solid 1px #000;
  padding: 1.25rem;
  font-size: 1rem;
}
@media only screen and (max-width: 1599px) {
  article .info.detail section #tabmenu .content li table th, article .info.detail section #tabmenu .content li table td {
    padding: 0.75rem;
    font-size: 1.0625rem;
  }
}
@media only screen and (max-width: 768px) {
  article .info.detail section #tabmenu .content li table th, article .info.detail section #tabmenu .content li table td {
    font-size: 0.85rem;
  }
}
article .info.detail section #tabmenu .content li table th {
  background: #efefef;
  width: 14.8181818182%;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  article .info.detail section #tabmenu .content li table th {
    width: auto;
    text-align: left;
  }
}
article .info.detail section #tabmenu .content li table tr:first-child th, article .info.detail section #tabmenu .content li table tr:first-child td {
  border-top: solid 1px #000;
}
@media only screen and (max-width: 736px) {
  article .info.detail section #tabmenu .content li table tr:first-child td {
    border-top: none;
  }
}
article .info.detail section #tabmenu .content li.active {
  display: block;
}
@media screen and (max-width: 480px) {
  article .info.detail section #tabmenu {
    display: none;
  }
}
article .info.detail section #accordion {
  display: none;
}
article .info.detail section #accordion > div {
  margin-bottom: 4px;
}
article .info.detail section #accordion .ac__title {
  padding: 16px 12px;
  color: #000;
  font-size: 1rem;
  background: #efefef;
  position: relative;
  margin: 0;
  transition: 0.3s;
  font-weight: 600;
}
article .info.detail section #accordion .ac__title::before {
  content: "＋";
  position: absolute;
  right: 20px;
}
article .info.detail section #accordion .ac__title.open {
  background-color: red;
  color: #fff;
}
article .info.detail section #accordion .ac__title.open::before {
  content: "－";
}
article .info.detail section #accordion .ac__content {
  padding: 0;
  display: none;
}
article .info.detail section #accordion .ac__content.default {
  display: block;
}
article .info.detail section #accordion .ac__content table {
  width: 100%;
  margin-bottom: 24px;
}
article .info.detail section #accordion .ac__content table tr {
  display: flex;
  flex-direction: column;
}
article .info.detail section #accordion .ac__content table tr :last-of-type {
  border-bottom: 3px solid #efefef;
}
article .info.detail section #accordion .ac__content table tr th {
  border-top: none;
  border-bottom: none;
  background-color: #efefef;
  padding: 12px 8px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  article .info.detail section #accordion .ac__content table tr th {
    font-size: 14px;
  }
}
article .info.detail section #accordion .ac__content table tr td {
  border-top: none;
  border-bottom: none;
  padding: 12px 0px 12px 24px;
  font-size: 0.85rem;
}
@media screen and (max-width: 480px) {
  article .info.detail section #accordion .ac__content table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  article .info.detail section #accordion {
    display: block;
  }
}
article .info.detail section h3 {
  margin-bottom: 0.875rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1599px) {
  article .info.detail section h3 {
    margin-bottom: 0.5rem;
    font-size: 1.1875rem;
  }
}
article .images {
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 1599px) {
  article .images {
    margin-bottom: 7.5rem;
  }
}
article .images img {
  display: block;
}
article .images img:not(:last-child) {
  margin-bottom: 2.8125rem;
}
@media only screen and (max-width: 1599px) {
  article .images img:not(:last-child) {
    margin-bottom: 1.6875rem;
  }
}
@media only screen and (max-width: 736px) {
  article .images img:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
article .entry {
  margin: 0 auto 7.6875rem;
}
@media only screen and (max-width: 1260px) {
  article .entry {
    margin: 0 auto 4.625rem;
  }
}/*# sourceMappingURL=recruit.css.map */