/* max-width 960px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px

	z-index
   1  body .site

*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.top-img {
  background-image: url(../img/job-description/img-top-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 11rem 0 2rem;
  border-radius: 200px 0 0 / 200px 0 0 0;
}
.top-img h2 {
  font-size: 132px;
  color: #fff;
  letter-spacing: 3px;
}
.top-img h2 span.initials {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  display: inline-block;
}
.top-img p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top-img {
    background-image: url(../img/job-description/img-top-back-sp.webp);
    background-position: top left;
    padding: 1.5rem 0 21rem;
    border-radius: 110px 0 0 / 110px 0 0 0;
  }
  .top-img h2 {
    font-size: 46px;
  }
  .top-img p {
    font-size: 16px;
  }
}

/***************************** 募集要項 ***************************/
.recruitment {
  background-color: #f7f7f7;
  padding-top: 0.001rem;
  padding-bottom: 0.001rem;
  position: relative;
}
.recruitment .frame .recruitment-box,
.recruitment .frame .recruitment-box .recruit-button,
.recruitment .frame .recruitment-box .recruit-button * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recruitment .frame .recruitment-box.new .recruit-button {
  margin-top: 2rem;
}
.recruitment .frame .recruitment-box.career .recruit-button {
  margin-top: -1px;
}
.recruitment .frame .recruitment-box .recruit-button.color-change,
.recruitment .frame .recruitment-box .recruit-button.color-change-p {
  background-color: #d4e7ff;
}
.recruitment .frame .recruitment-box .recruit-button.color-change-p {
  border-radius: 0 0 100px / 0 0 100px 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.recruitment .frame .recruitment-box .recruit-button.color-change-p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruitment .frame .recruitment-box.new .recruit-button.color-change-p {
  margin-top: 0;
}
.recruitment .frame .recruitment-box.margin-t {
  margin-top: 2rem;
}
.recruitment .frame .recruitment-box button {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #122487;
  border-bottom: 1px solid #122487;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruitment .frame .recruitment-box button p {
  color: #122487;
  font-size: 34px;
}
.recruitment .frame .recruitment-box button div {
  width: 60px;
  height: 60px;
  border: 1px solid #122487;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.recruitment .frame .recruitment-box button div::before,
.recruitment .frame .recruitment-box button div::after {
  content: "";
  position: absolute;
  background-color: #122487;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recruitment .frame .recruitment-box button div::before {
  width: 32px;
  height: 1px;
}
.recruitment .frame .recruitment-box button div::after {
  width: 1px;
  height: 32px;
}
.recruitment .frame .recruitment-box button.on-click div::after {
  background-color: transparent;
}
.recruitment .frame .recruitment-box .hide-text {
  display: none;
  padding: 1rem 0 5rem;
  position: relative;
  background-color: #fff;
}
.recruitment .frame .recruitment-box .hide-text table {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}
.recruitment .frame .recruitment-box .hide-text table th {
  width: 330px;
  color: #122487;
  font-size: 20px;
  text-align: justify;
  border-bottom: 1px solid #122487;
  padding: 2rem 0;
  vertical-align: middle;
}
.recruitment .frame .recruitment-box .hide-text table td {
  line-height: 160%;
  padding: 1rem 0;
  padding-left: 1rem;
  vertical-align: middle;
  position: relative;
}
.recruitment .frame .recruitment-box .hide-text table td::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 1px;
  background-color: #abbed3;
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruitment .frame .recruitment-box .hide-text table td span,
.recruitment .frame .recruitment-box .hide-text table td a {
  font-size: 16px;
  font-weight: bold;
}
.recruitment .frame .recruitment-box .hide-text table td a {
  color: #122487;
}
.recruitment .frame .recruitment-box .hide-text table td a.mail {
  border-bottom: 1px solid #122487;
}
.recruitment .frame .recruitment-box .hide-text table td a.mail:hover {
  border-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .recruitment .frame .recruitment-box .recruit-button.color-change-p {
    border-radius: 0 0 50px / 0 0 50px 0;
  }
  .recruitment .frame .recruitment-box .hide-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitment .frame {
  }
  .recruitment .frame .recruitment-box button p {
    font-size: 20px;
  }
  .recruitment .frame .recruitment-box .recruit-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .recruitment .frame .recruitment-box .hide-text table tr {
    border-bottom: 1px solid #122487;
  }
  .recruitment .frame .recruitment-box .hide-text table th,
  .recruitment .frame .recruitment-box .hide-text table td {
    display: block;
  }
  .recruitment .frame .recruitment-box .hide-text table th {
    width: 100%;
    border-bottom: 0;
    padding: 1rem 0 0;
  }
  .recruitment .frame .recruitment-box .hide-text table td {
    padding-left: 0;
  }
  .recruitment .frame .recruitment-box .hide-text table td::after {
    content: none;
  }
}
