@charset "utf-8";
.recruit.contents {
  padding-bottom: 0;
}
.recruit .menu li {
  width: 33.3%;
}
.recruit.regular .menu li {
	width: 48%;
}
.recruit h1 {
  background-color: #494d55;
  background-image: none;
  display: block;
  height: auto;
  margin-bottom: 50px;
  padding: 0;
}
.recruit h1 > div {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--pc-contents-max-width);
  width: var(--pc-contents-width);
}
.recruit h1 span {
  align-items: center;
  background-color: var(--red);
  display: flex;
  font-size: 2.2rem;
  font-weight: normal;
  height: auto;
  justify-content: center;
  line-height: 1;
  margin-right: 1em;
  padding: 0 2em;
  width: auto;
}
.recruit h1 strong {
  display: inline;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: left;
  width: auto;
}
.recruit h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.recruit .block:nth-of-type(even) {
  background-color: var(--light-gray);
}
.recruit .block:last-of-type {
  padding-bottom: 100px;
}
.recruit .detail {
  padding: 2.5em 0;
}
.recruit .detail dl {
  border-bottom: solid 1px var(--dark-gray);
  display: flex;
  flex-wrap: wrap;
}
.recruit .detail dl:last-of-type {
  border-bottom: none;
}
.recruit .detail dl dt,
.recruit .detail dl dd {
  padding: 1.5em 2.5em;
  word-break: break-all;
}
.recruit .detail dl dt {
  background-color: var(--light-gray);
  font-size: 1.8rem;
  font-weight: bold;
  width: 25%;
}
.recruit .block:nth-of-type(even) dl dt {
  background-color: #696c72;
  color: #FFF;
}
.recruit .detail dl dd {
  align-items: center;
  background-color: #FFF;
  display: inline-table;
  width: 75%;
}
.recruit .link_btn_01 {
  margin-left: auto;
  margin-right: auto;
  width: var(--block-02-width);
}
.recruit .mfp_thanks p {
  margin: 1em 0;
}
/* フォーム関連 */
.mailform select {
  background-image: url(../images/icon_select_arrow.svg);
  background-position: center right 0.5em;
  background-repeat: no-repeat;
  background-size: 1em;
  border: solid 1px var(--dark-gray);
  border-radius: 5px;
  margin: 0.3em 0;
  padding: 0.15em 0.3em;
  width: 100%;
}
.mailform input[type="button"],
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform input[type="text"],
.mailform button,
.mailform textarea {
  border: solid 1px var(--dark-gray);
  border-radius: 5px;
  padding: 0.15em 0.5em;
  margin: 0;
}
.mailform input[type="email"],
.mailform input[type="tel"],
.mailform input[type="text"],
.mailform textarea {
  width: 60%;
}
.mailform button {
  text-align: center;
}
.mailform input[type="radio"],
.mailform input[type="checkbox"] {
  margin-right: 0.5em;
}
.mailform label {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
.mailform {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--pc-contents-max-width);
  width: var(--pc-contents-width);
}
.mailform p:nth-of-type(1) {
  padding-bottom: 1em;
}
.mailform p:nth-of-type(1) .note {
  color: var(--red);
  padding: 0 0 0 0.5em;
}
.mailform dl {
  border-top: solid 1px #494d55;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mailform dl:first-of-type {
  border-top: none;
}
.mailform form > div > dl:first-of-type {
  border-top: solid 1px #494d55;
}
.mailform dt {
  background-color: var(--light-gray);
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  padding: 3rem;
  width: 30%;
}
.mailform dt.required::after {
  content: "*";
  color: var(--red);
  font-size: 1.4rem;
  margin: 0 0 0 0.3em;
}
.mailform dt br {
  display: block;
}
.mailform dd {
  padding: 3rem;
  width: 70%;
}
.mailform dd > p {
  margin-bottom: 1rem;
  width: 100%;
}
.mailform select {
  width: 80%;
}
.mailform dd.name {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mailform dd.name label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3rem 0 0;
  width: 50%;
}
.mailform dd.name label:nth-of-type(2) {
  padding-right: 0;
}
.mailform dd.name label input[type="text"] {
  margin: 0 0 0 1.5rem;
  width: 85%;
}
.mailform dd.birthday {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mailform dd.birthday select {
  margin-right: 1rem;
  width: 21%;
}
.mailform .caution {
  border: solid 1px var(--red);
  margin: 2em auto;
  padding: 2em;
  width: 80%;
}
.mailform .submit_btn {
  display: flex;
  justify-content: center;
  margin: 2em auto;
  width: 70%;
}
.mailform .submit_btn button {
  border-radius: 30px;
  font-family: Poppins,"游ゴシック体","游ゴシック",YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Sans","メイリオ",sans-serif;
  font-size: clamp(15px, 2vw, 2.5rem);
  margin: 0 0.5em;
  width: 30%;
}
.mailform .submit_btn button.link_btn_01 {
  border: none;
  color: #FFF;
}
.mailform .submit_btn button.link_btn_02 {
  border: solid 2px var(--red);
  color: var(--red);
}
.mailform .submit_btn button.link_btn_01::after {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_arrow_white.svg");
  width: 0.95em;
  height: 0.95em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .recruit h1 {
    margin-bottom: 0.8em;
  }
  .recruit h1 > div {
    width: 100%;
  }
  .recruit h1 span {
    font-size: 1.8rem;
    padding: 0 1em;
  }
  .recruit h1 strong {
    font-size: 1.8rem;
  }
  .recruit .block {
    padding: 2.5em 0 0 0;
  }
  .recruit.parttime .block {
    border-top: solid 2px var(--red);
  }
  .recruit .block:nth-of-type(even) {
    background-color: transparent;
  }
  .recruit.parttime .block:first-of-type {
    padding-top: 2.5em;
  }
  .recruit .block:last-of-type {
    padding-bottom: 0 !important;
  }
  .recruit .block > div {
    margin-bottom: 0;
  }
  .recruit .detail {
    padding: 1.5em 0;
  }
  .recruit .detail dl {
    display: block;
    border-bottom: none;
  }
  .recruit .detail dl dt {
    background-color: #696c72;
    color: #FFF;
    padding: 0.5em 1.2em;
    width: 100%;
  }
  .recruit .detail dl dd {
    padding: 0.5em 1.2em 2em 1.2em;
  }
  .recruit .detail dl dd {
    width: 100%;
  }
  /* フォーム関連 */
  .mailform select,
  .mailform input[type="email"],
  .mailform input[type="tel"],
  .mailform input[type="text"],
  .mailform textarea {
    width: 90%;
  }
  .mailform p:nth-of-type(1) .note {
    display: block;
    padding: 0;
  }
  .mailform dl {
    display: block;
  }
  .mailform dt {
    padding: 1rem;
    width: 100%;
  }
  .mailform dd {
    padding: 2rem 1rem;
    width: 100%;
  }
  .mailform dd.name {
    display: block;
  }
  .mailform dd.name label {
    display: block;
    padding: 0;
    width: 100%;
  }
  .recruit .link_btn_01 {
    margin-bottom: 2em;
    width: 80%;
  }
  .mailform .caution {
    border: solid 1px var(--red);
    font-size: 0.85em;
    margin-top: 1em;
    padding: 1em 1.5em;
    width: 100%;
  }
  .mailform .submit_btn {
    width: 100%;
  }
  .mailform .submit_btn button {
    width: 45%;
  }
  .recruit .mfp_thanks p br {
    display: none;
  }
}