@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  recruit  ----------*/
.tab-block {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .tab-block {
    margin-bottom: 50px;
  }
}
.tab-block .tab-content {
  padding: 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .tab-block .tab-content {
    padding: 0 12px 25px;
  }
}
.tab-block .tab-content .item {
  max-width: 876px;
  margin: 0 auto;
}
.tab-block .tab-content .item .item-title .single {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .title-area {
    width: calc(100% - 25px);
    margin: 0 auto;
    height: 100%;
  }
}
.title-area .title-group {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  font-weight: 700;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .title-area .title-group {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}
.title-area .title-group .title {
  font-size: 4.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .title-area .title-group .title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.title-area .title-group .sub {
  font-size: 2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  line-height: 1;
}

.note {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 16px;
}
.note.red {
  color: var(--crimson);
}

.item .lead {
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .item .lead {
    margin-bottom: 40px;
  }
}
.item .lead-link {
  color: var(--gold);
  text-decoration: underline;
}
.item .attention {
  display: block;
  color: var(--crimson);
  margin-top: 20px;
}
.item .border-text {
  display: block;
  max-width: 760px;
  font-size: 1.6rem;
  font-weight: 500;
  border: 2px solid var(--gold);
  padding: 5px 10px;
  margin: 30px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .item .border-text {
    width: calc(100% - 12px);
  }
}

.notes .note {
  position: relative;
  font-size: 1.4rem;
  padding-left: 15px;
}
.notes .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

#recruit .ex-outline:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
#recruit .ex-outline .sub-head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
#recruit .ex-outline .block-notice {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .block-notice {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
#recruit .ex-outline .table-title {
  background-color: var(--gold);
  padding: 1em;
  margin: 1em 0 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-title {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 0;
    background-color: #be0000;
  }
}
#recruit .ex-outline .table-recruit {
  width: 100%;
  background-color: #ebeced !important;
}
@media screen and (min-width: 769px) {
  #recruit .ex-outline .table-recruit + .list-notice {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit {
    margin-bottom: 12px;
  }
}
#recruit .ex-outline .table-recruit th,
#recruit .ex-outline .table-recruit td {
  border: 1px solid #fff;
}
#recruit .ex-outline .table-recruit th {
  background-color: var(--gold);
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  padding: 1.5em 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit th {
    font-size: 1.3rem;
    padding: 1em 0.5em;
    width: auto;
    box-sizing: border-box;
  }
}
#recruit .ex-outline .table-recruit td {
  font-size: 1.2rem;
  padding: 1.5em 0.6em;
  letter-spacing: -0.02em;
}
#recruit .ex-outline .table-recruit .sp-h250 {
  height: 250px;
}
#recruit .ex-outline .table-recruit .num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #BE0000;
  padding-right: 3px;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .major {
    width: 7em;
  }
}
#recruit .ex-outline .table-recruit .vertical-title {
  background-color: #be0000;
  color: #fff;
  text-align: center;
  padding: 1em 0.647em;
  width: 2.572%;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .vertical-title {
    min-width: 30px;
    max-width: 35px;
    width: 6%;
  }
}
#recruit .ex-outline .table-recruit .vertical-title span {
  letter-spacing: 0.1em;
}
#recruit .ex-outline .table-recruit .align-left {
  text-align: left;
}
#recruit .ex-outline .table-recruit .align-center {
  text-align: center;
}
#recruit .ex-outline .table-recruit .col-style-a {
  text-align: center;
  width: 12%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .col-style-a {
    width: 15%;
  }
}
#recruit .ex-outline .table-recruit .col-style-split {
  text-align: center;
  font-size: 1.6rem;
  width: 9%;
  background-color: #fcf2f2;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .col-style-split {
    font-size: 1.2rem;
  }
}
#recruit .ex-outline .table-recruit .col-style-b {
  text-align: center;
  font-size: 1.6rem;
  width: 18%;
  background-color: #fcf2f2;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .col-style-b {
    font-size: 1.2rem;
  }
}
#recruit .ex-outline .table-recruit .col-style-c {
  font-size: 1.4rem;
  line-height: 1.6;
}
#recruit .ex-outline .table-recruit .col-style-c .indent-num .list-item {
  text-indent: -1em;
  padding-left: 1em;
}
#recruit .ex-outline .table-recruit .list {
  width: auto !important;
  margin: 0 !important;
}
#recruit .ex-outline .table-recruit .list li {
  margin: 0 0 0.5em !important;
  padding: 0 !important;
}
#recruit .ex-outline .table-recruit .col-w-50 {
  width: 50%;
}
#recruit .ex-outline .table-recruit .discreet_link {
  text-decoration: underline;
}
#recruit .ex-outline .table-recruit .discreet_link.-cs {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit .notice {
    color: var(--gold);
  }
  #recruit .ex-outline .table-recruit dl {
    margin: 1em 0;
  }
  #recruit .ex-outline .table-recruit .sub-title {
    color: #000;
  }
  #recruit .ex-outline .table-recruit .mb5 {
    margin-bottom: 5px;
  }
  #recruit .ex-outline .table-recruit .mb10 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit.table-schedule .category {
    width: 27%;
  }
  #recruit .ex-outline .table-recruit.table-schedule .detail {
    width: 73%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .table-recruit.table-num .category {
    width: 27%;
  }
  #recruit .ex-outline .table-recruit.table-num .plan-num {
    width: 20%;
    padding: 1em 0.5em 0.5em;
  }
  #recruit .ex-outline .table-recruit.table-num .plan-num span {
    font-size: 1.1rem;
    width: 100%;
    position: relative;
    display: block;
    margin-inline: auto;
  }
  #recruit .ex-outline .table-recruit.table-num .plan-num span:nth-of-type(1) {
    padding-top: 1.5em;
  }
  #recruit .ex-outline .table-recruit.table-num .plan-num span:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: calc(100% + 14px);
    height: 1px;
    background-color: #fff;
    top: 10px;
    left: -7px;
    z-index: 1;
  }
  #recruit .ex-outline .table-recruit.table-num .plan-num span:nth-of-type(2) {
    padding: 5px 0 0px;
  }
  #recruit .ex-outline .table-recruit.table-num .plan-num span:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #recruit .ex-outline .table-recruit.table-num .detail {
    width: 53%;
  }
  #recruit .ex-outline .table-recruit.table-num .num-group + .num-group {
    margin-top: 10px;
    position: relative;
  }
  #recruit .ex-outline .table-recruit.table-num .num-group + .num-group::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--deepgray);
    top: -3px;
    left: 0;
    z-index: 1;
  }
}
#recruit .ex-outline .table-recruit-flex {
  table-layout: fixed;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#recruit .ex-outline .table-recruit-flex th {
  padding: 0.25em;
  font-size: 1.2rem;
}
#recruit .ex-outline .table-recruit-flex td {
  letter-spacing: -0.05em;
  padding: 1.5em 0.4em;
}
#recruit .ex-outline .table-recruit-flex .-cs {
  color: var(--gold);
  text-align: center;
  line-height: 1.167;
  pointer-events: none;
}
#recruit .ex-outline .table-recruit-flex .-cs a {
  text-decoration: none;
}
#recruit .ex-outline .table-recruit-flex .indent {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
#recruit .ex-outline .table-recruit-flex .col-style-a {
  text-align: center;
  width: 8%;
  padding: 1.5em 0.5em;
  font-size: 1.2rem;
}
#recruit .ex-outline .table-recruit-flex .col-style-b {
  font-size: 1.2rem;
  width: 21%;
  background-color: #fcf2f2;
  padding: 1.5em 0.5em;
  text-align: left;
}
#recruit .ex-outline .table-recruit-flex .col-style-c {
  font-size: 1.2rem;
  width: 9%;
}
#recruit .ex-outline .table-recruit-flex .vertical-title {
  padding: 0.1em;
}
#recruit .ex-outline .table-recruit-flex col.w-min {
  width: 10.58%;
}
#recruit .ex-outline .table-recruit-flex col.col {
  width: 30%;
}
#recruit .ex-outline .table-recruit-flex col.w-ss {
  width: 20%;
}
#recruit .ex-outline .table-recruit-flex col.w-s {
  width: 25%;
}
#recruit .ex-outline .table-recruit-flex col.w-ms {
  width: 33%;
}
#recruit .ex-outline .table-recruit-flex col.w-m {
  width: 45%;
}
#recruit .ex-outline .table-recruit-flex col.w-l {
  width: 66%;
}
#recruit .ex-outline .table-recruit-flex dl {
  text-align: left;
}
#recruit .ex-outline .table-recruit-flex dl dt {
  color: #be0000;
}
#recruit .ex-outline .table-recruit-flex dl dd {
  margin: 0;
}
#recruit .ex-outline .table-recruit-flex .quote {
  border-bottom: 7px solid #fff;
  box-sizing: border-box;
}
#recruit .ex-outline .table-recruit-flex .recruit-link {
  color: var(--gold);
  text-decoration: underline;
  display: block;
  text-align: center;
  line-height: 1.167;
}
#recruit .ex-outline .table-recruit-flex .recruit-link:hover {
  text-decoration: none;
}
#recruit .ex-outline .table-recruit-flex .recruit-link.-cs {
  color: var(--black);
  pointer-events: none;
  text-decoration: none;
}
#recruit .ex-outline .change-point {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .change-point {
    margin-bottom: 20px;
  }
}
#recruit .ex-outline .change-point > p, #recruit .ex-outline .change-point span, #recruit .ex-outline .change-point td {
  font-size: 1.4rem;
}
#recruit .ex-outline .table-recruit-wide .col-style-a {
  width: 20%;
}
#recruit .ex-outline .table-recruit-wide .col-style-70 {
  width: 70%;
  padding: 1.5em;
}
#recruit .ex-outline .small {
  font-size: 1.1rem;
}
#recruit .ex-outline .indent-list {
  font-weight: 500;
  text-align: left;
  padding-left: 1em;
  text-indent: -0.1em;
  counter-reset: item;
}
#recruit .ex-outline .indent-list .list-item {
  position: relative;
  list-style: none;
}
#recruit .ex-outline .indent-list .list-item::after {
  position: absolute;
  left: -1em;
  top: 0;
  content: counters(item, ".") ". ";
  counter-increment: item;
}
#recruit .ex-outline .slide-down-menu {
  width: 100%;
  max-width: 876px;
  margin: 0 auto;
}
#recruit .ex-outline .slide-down-menu__cat {
  position: relative;
}
#recruit .ex-outline .slide-down-menu__cat .trans_target {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  transition: 0.5s;
  transform: rotate(0deg);
  transform-origin: center center;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .slide-down-menu__cat .trans_target {
    right: 0.5em;
  }
}
#recruit .ex-outline .slide-down-menu__cat.is-active .trans_target {
  transform: rotate(180deg);
}
#recruit .ex-outline .slide-down-menu dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .slide-down-menu dd + dd {
    margin-top: 15px;
  }
}
#recruit .ex-outline .slide-down-sp-contents__cat {
  background-color: #d8dadc;
  padding: 0.5em;
  margin-bottom: 5px;
}
#recruit .ex-outline .slide-down-sp-contents__cat .contents-title {
  width: 90%;
}
#recruit .ex-outline .slide-down-sp-contents__disc {
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .sp-sec {
    margin: 0 !important;
    margin-bottom: 5px !important;
  }
}
#recruit .ex-outline .bg-gray {
  background-color: var(--lightgray);
}
#recruit .ex-outline .inner-contents {
  padding: 2.5em;
  margin-top: 2.5em;
}
#recruit .ex-outline .col-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .col-block {
    flex-direction: column-reverse;
  }
}
#recruit .ex-outline .col-block.col-2 .col {
  margin: 0 1em;
  width: auto;
  font-size: 1.4rem;
  max-width: 550px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #recruit .ex-outline .col-block.col-2 .col {
    width: 100%;
    margin: 0.5em 1em;
    text-align: left;
  }
  #recruit .ex-outline .col-block.col-2 .col img {
    max-width: 112px;
    margin: 0 auto;
    display: block;
  }
}
#recruit .ex-outline .grid-table {
  display: grid;
}
#recruit .ex-outline .grid-table .grid-table-head {
  display: flex;
  min-height: 80px;
  border-bottom: 1px solid #fff;
}
#recruit .ex-outline .grid-table .grid-table-head .table-head__col {
  background-color: var(--gold);
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
}
#recruit .ex-outline .grid-table .grid-table-head .table-head__col.split {
  display: flex;
  flex-direction: column;
}
#recruit .ex-outline .grid-table .grid-table-head .table-head__col.head1 {
  min-width: 150px;
}
#recruit .ex-outline .grid-table .grid-table-head .table-head__col.head2 {
  min-width: 140px;
}
#recruit .ex-outline .grid-table .grid-table-head .table-head__col.head3 {
  width: 100%;
}
#recruit .ex-outline .grid-table .grid-table-head .table-head__col .single {
  width: 100%;
  min-height: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .ex-outline .grid-table .grid-table-head .col-item.split {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .ex-outline .grid-table .grid-table-head .col-item.split .col-item-half {
  width: 50%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .ex-outline .grid-table .grid-table-head .col-item.split .col-item-half:nth-of-type(1) {
  border-right: 1px solid #fff;
}
#recruit .ex-outline .grid-table .grid-table-body {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col .col-item {
  width: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col .col-item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.vertical {
  background-color: var(--crimson);
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 40px;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.categoy {
  background-color: #E8E8E8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 110px;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.number {
  background-color: #FCF2F2;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.number.split {
  min-width: 70px;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.number .num {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--crimson);
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.number:not(:last-of-type) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.detail {
  background-color: #E8E8E8;
  text-align: left;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.detail .col-item {
  justify-content: flex-start;
  padding: 0 1em;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.detail .col-item.double {
  min-height: 160px;
}
#recruit .ex-outline .grid-table .grid-table-body .table-body__col.detail:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  #recruit .sp-ac .ex-outline-item {
    background: none;
    box-shadow: none;
  }
  #recruit .sp-ac .ex-outline-head {
    font-size: 2rem;
    font-weight: 700;
    min-height: initial;
    pointer-events: none;
    margin-bottom: 20px;
  }
  #recruit .sp-ac .ex-outline-head::before, #recruit .sp-ac .ex-outline-head::after {
    display: none;
  }
  #recruit .sp-ac .ex-outline-head .title-group {
    padding: initial;
  }
  #recruit .sp-ac .switching-content {
    line-height: initial;
    height: auto;
    overflow: initial;
    opacity: 1;
  }
  #recruit .sp-ac .switching-content .inner {
    line-height: initial;
    height: auto;
    overflow: initial;
    padding: initial;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #recruit .sp-ac .ex-outline-item {
    margin-bottom: 0;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  }
  #recruit .sp-ac .ex-outline-head {
    min-height: initial;
    width: 100%;
    height: 100%;
    padding: 24px 12px;
    position: relative;
    background: var(--lightgray);
  }
  #recruit .sp-ac .ex-outline-head::before {
    display: none;
  }
  #recruit .sp-ac .ex-outline-head::after {
    position: absolute;
    content: "";
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    width: 5px;
    height: 5px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
    transition-duration: 0.3s;
  }
  #recruit .sp-ac .ex-outline-head.-active::after {
    top: calc(50% + 4px);
    transform: translateY(-50%) rotate(-135deg);
  }
  #recruit .sp-ac .ex-outline-head .title-group .title {
    font-size: 1.8rem;
    font-weight: 500;
    width: 85%;
  }
  #recruit .sp-ac .switching-content {
    width: 100%;
    border: 0 solid transparent;
    padding: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.1s;
  }
  #recruit .sp-ac .switching-content.-open {
    border: 1px solid transparent;
    padding: 0.1em 0;
    line-height: normal;
    margin-bottom: 0;
    height: auto;
    opacity: 1;
  }
  #recruit .sp-ac .switching-content .inner {
    padding: 24px 12px;
  }
}
#recruit .schedule-table {
  margin-bottom: 30px;
}
#recruit .schedule-table .schedule-head {
  display: grid;
  grid-template-columns: 17.12% 15.98% 66.43%;
  grid-template-rows: 1fr;
  grid-template-areas: ".  . .";
  grid-gap: 2px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-head {
    grid-template-columns: 26.4% 22.25% 50%;
  }
}
#recruit .schedule-table .schedule-head .head {
  font-size: 1.6rem;
  color: #fff;
  background: var(--gold);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-head .head {
    font-size: 1.1rem;
    padding: 12px 6px;
  }
}
#recruit .schedule-table .schedule-body {
  display: grid;
  grid-template-columns: 4.338% 95.662%;
  grid-template-rows: 1fr;
  grid-template-areas: ".  .";
  grid-gap: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-body {
    grid-template-columns: 7.338% 92.662%;
  }
}
#recruit .schedule-table .schedule-body .vertical-block {
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--crimson);
  grid-column: 1/2;
  margin-right: 2px;
}
#recruit .schedule-table .schedule-body .vertical-block .vertical {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#recruit .schedule-table .schedule-body .detail-block {
  grid-column: 2/3;
}
#recruit .schedule-table .schedule-body .detail-block .row:not(:last-of-type) {
  margin-bottom: 2px;
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group {
  display: grid;
  grid-template-columns: 13.127% 16.707% 69.453%;
  grid-template-rows: 1fr;
  grid-template-areas: ". . .";
  grid-gap: 2px;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-body .detail-block .row .item-group {
    grid-template-columns: 20% 24.2% 53.7%;
  }
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group .item {
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-body .detail-block .row .item-group .item {
    font-size: 1.2rem;
  }
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group .item:nth-of-type(1) {
  background: var(--lightgray);
  justify-content: center;
  text-align: center;
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group .item:nth-of-type(2) {
  background: #fcf2f2;
  justify-content: center;
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group .item:nth-of-type(3) {
  max-width: 582px;
  background: var(--lightgray);
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-body .detail-block .row .item-group .item:nth-of-type(3) {
    font-size: 1.2rem;
    padding: 12px;
  }
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group .item .num {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--crimson);
  line-height: 1;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #recruit .schedule-table .schedule-body .detail-block .row .item-group .item .num {
    font-size: 1.8rem;
  }
}
#recruit .schedule-table .schedule-body .detail-block .row .item-group .item.text {
  letter-spacing: 0.07em;
}
#recruit .list-notice {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
#recruit .list-notice li:not(:last-of-type) {
  margin-bottom: 5px;
}
#recruit .box3 .split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--lightgray);
  padding: 40px 14.18%;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .split {
    padding: 24px 12px;
    flex-direction: column;
  }
}
#recruit .box3 .split .text {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .split .text {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
#recruit .box3 .split .link-item {
  width: 193px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gold);
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .split .link-item {
    max-width: 375px;
  }
}
#recruit .box3 .info-block .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--lightgray);
  padding: 35px;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .info-block .info {
    padding: 0;
  }
}
#recruit .box3 .info-block .info .text-wrap {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .info-block .info .text-wrap {
    padding: 20px 20px 0;
  }
}
#recruit .box3 .info-block .info .column {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .info-block .info .column {
    justify-content: center;
    padding: 0 20px;
  }
}
#recruit .box3 .info-block .link-container {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #recruit .box3 .info-block .link-container {
    align-items: center;
    row-gap: 16px;
    margin-bottom: 20px;
  }
}
#recruit .box4 .table-head {
  grid-template-columns: 17.12% 15.98% 66.43%;
}
@media screen and (max-width: 768px) {
  #recruit .box4 .table-head {
    grid-template-columns: 26.4% 22.25% 50%;
  }
}
#recruit .box4 .table-body {
  width: 100%;
}
#recruit .box4 .table-body .detail-block {
  grid-column: 1/4;
}
#recruit .box4 .table-body .detail-block .row .item-group {
  grid-template-columns: 17.12% 15.98% 66.43%;
}
@media screen and (max-width: 768px) {
  #recruit .box4 .table-body .detail-block .row .item-group {
    grid-template-columns: 26.4% 22.25% 50%;
  }
}
#recruit .box4 .table-recruit .col-style-b {
  background: var(--lightgray);
}
#recruit .link-container {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #recruit .link-container {
    margin-bottom: 50px;
  }
}

#faq .info-block {
  max-width: 876px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  #faq .accordion.qa .accordion-item {
    box-shadow: none;
  }
}
#faq .accordion.qa .accordion-item:not(:last-of-type) {
  margin-bottom: 10px;
}
#faq .link-container {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #faq .link-container {
    margin-bottom: 50px;
  }
}
#faq .link-container .link-item {
  max-width: 240px;
  height: 65px;
  font-size: 1.8rem;
  font-weight: 500;
}
#faq .note {
  margin-top: 0;
}

#qualification .item .lead.strong {
  font-size: 1.6rem;
  color: var(--crimson);
}

/*# sourceMappingURL=recruit.css.map */