@charset "UTF-8";
/* ============================================ */
/* requirement
/* ============================================ */
/* ===== employee-course ===== */
#employee-course {
  padding: 120px 0 0;
}

@media screen and (max-width: 768px) {
  #employee-course {
    padding: 50px 0 0;
  }
}
/* ===== guideline ===== */
#guideline {
  padding: 100px 0;
}
#guideline.fresh01 {
  background-color: var(--color-lightpink);
}
#guideline.fresh02 {
  background-color: #d3f5f6;
}
#guideline .human-rights .link {
  margin: 60px 0 0;
}
#guideline .human-rights .link p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.8;
  text-align: center;
}
#guideline .human-rights .g-btn {
  margin: 1em auto 0;
}

@media screen and (max-width: 768px) {
  #guideline .human-rights .link {
    margin: 50px 0 0;
  }
  #guideline .human-rights .link p {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}
@media screen and (max-width: 670px) {
  #guideline.fresh02 {
    padding: 5px 0 100px 0;
  }
}
/* ============================================ */
/* タブ切替
/* ============================================ */
/* ===== course-box ===== */
.course-box .g-box.red {
  border: 1px solid var(--color-red);
}
.course-box .g-box.red .transfer {
  color: var(--color-red);
}
.course-box .g-box.aqua {
  border: 1px solid var(--color-aqua);
}
.course-box .g-box.aqua .transfer {
  color: var(--color-aqua);
}
.course-box .g-title.underline {
  margin: 0 0 0.3em;
}
.course-box .notes {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.1em 0 0;
  line-height: 1.5;
}
.course-box .transfer {
  margin: 0 0 0.7em;
}
.course-box .notes02 {
  margin: 0.7em 0 0;
}

@media screen and (max-width: 1400px) {
  .course-box .g-title.underline {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 1024px) {
  .course-box .g-box-wrap {
    flex-direction: column;
  }
  .course-box .g-box.half {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .course-box .g-title.underline {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .course-box .notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* ===== tab切替 ===== */
.switch-area .tab {
  display: flex;
  flex-wrap: wrap;
}
.switch-area .tab li {
  flex: 1;
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--color-white);
  padding: 15px 10px 30px;
  margin: 0 5px;
  height: 110px;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
  z-index: 1;
}
.switch-area .tab li .small {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  margin: 0.3em 0 0;
}
.switch-area .tab .tab-course::before {
  position: absolute;
  left: 0;
  top: -65px;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: var(--color-white);
  border-radius: 15px;
  padding: 10px;
}
.switch-area .tab .tab01 {
  background-color: var(--color-red);
  margin: 0 5px 0 30px;
  position: relative;
}
.switch-area .tab .tab01::before {
  content: "N社員コース";
  color: var(--color-red);
  width: calc(200% + 10px);
}
.switch-area .tab .tab02 {
  background-color: #ff9fb2;
}
.switch-area .tab .tab03 {
  background-color: var(--color-aqua);
  position: relative;
}
.switch-area .tab .tab03::before {
  content: "A社員コース";
  color: var(--color-aqua);
  width: calc(200% + 10px);
}
.switch-area .tab .tab03 .small {
  margin: 0.6em 0 0;
}
.switch-area .tab .select {
  z-index: 3;
}
.switch-area .tab .tab04 {
  background-color: var(--color-blue);
  margin: 0 30px 0 5px;
}
.switch-area .tab .tab-off {
  pointer-events: none;
  margin: 0 30px 0 5px;
}
.switch-area .tab-content {
  position: relative;
  background: var(--color-white);
  border-radius: 15px;
  margin: -20px 0 0;
  z-index: 2;
}
.switch-area .tab-content .cont {
  padding: 40px 60px 50px;
  border-radius: 15px;
}
.switch-area .tab-content .cont01 {
  border: solid 2px var(--color-red);
}
.switch-area .tab-content .cont02 {
  border: solid 2px #ff9fb2;
}
.switch-area .tab-content .cont03 {
  border: solid 2px var(--color-aqua);
}
.switch-area .tab-content .cont04 {
  border: solid 2px var(--color-blue);
}
.switch-area .tab-content .hide {
  display: none;
}

.switch-off .tab {
  display: block;
}
.switch-off .tab li {
  width: calc((100% - 90px) / 4);
  margin: 0 0 0 30px;
  cursor: auto;
}
.switch-off .tab li::before {
  width: calc(400% + 30px) !important;
}

@media screen and (max-width: 1400px) {
  .switch-area .tab li {
    font-size: 18px;
    font-size: 1.125rem;
    height: 100px;
  }
  .switch-area .tab li .small {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .switch-area .tab .tab-course::before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .switch-area .tab .tab01 {
    margin: 0 5px 0 20px;
  }
  .switch-area .tab .tab01::before {
    width: calc(200% + 10px);
  }
  .switch-area .tab .tab04 {
    margin: 0 20px 0 5px;
  }
  .switch-area .tab .br-custom2 {
    display: none;
  }
  .switch-area .tab-content .cont {
    padding: 40px 30px 50px;
  }
  .switch-off .tab li {
    width: calc((100% - 70px) / 4);
    margin: 0 0 0 20px;
  }
  .switch-off .tab li::before {
    width: calc(400% + 30px) !important;
  }
}
@media screen and (max-width: 768px) {
  .switch-area .tab {
    flex-direction: column;
  }
  .switch-area .tab li {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 10px;
    margin: 0;
    height: auto;
  }
  .switch-area .tab li .small {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .switch-area .tab .tab-course::before {
    padding: 5px 10px;
    top: -45px;
    width: 100%;
  }
  .switch-area .tab .tab01 {
    margin: 0 0 15px;
  }
  .switch-area .tab .tab03 {
    margin: 80px 0 15px;
  }
  .switch-area .tab .tab04 {
    margin: 0;
  }
  .switch-area .tab .br-custom {
    display: none;
  }
  .switch-area .tab-content {
    margin: 0;
  }
  .switch-area .tab-content .cont {
    padding: 20px;
  }
  .switch-off .tab li {
    width: 100%;
    margin: 0;
  }
  .switch-off .tab li::before {
    width: 100% !important;
  }
}
@media screen and (max-width: 360px) {
  .switch-area .tab li .small {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
/* ===== table ===== */
.g-table {
  width: 100%;
}
.g-table tr + tr {
  border-top: dashed 2px #ccc;
}
.g-table th,
.g-table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  padding: 0.9em;
}
.g-table th {
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .g-table th,
.g-table td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  .g-table tr {
    display: block;
  }
  .g-table th,
.g-table td {
    display: block;
  }
  .g-table th {
    padding: 1.1em 0.7em 0;
  }
  .g-table td {
    padding: 0 0.7em 1.1em;
  }
}
/* table内 個別スタイル */
.g-table .flex-wrap-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-table .flex-wrap-half .box {
  width: 45%;
}
.g-table .flex-wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-table .flex-wrap01 .box:nth-of-type(1) {
  width: 27%;
}
.g-table .flex-wrap01 .box:nth-of-type(2) {
  width: 36%;
}
.g-table .flex-wrap01 .box:nth-of-type(3) {
  width: 27%;
}
.g-table .flex-wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-table .flex-wrap02 .box:nth-of-type(1) {
  width: 20%;
}
.g-table .flex-wrap02 .box:nth-of-type(2) {
  width: 80%;
}
.g-table .number-people {
  width: 40px;
  display: inline-block;
  text-align: right;
}
.g-table .circle {
  position: relative;
  padding: 0 0 0 20px;
  display: block;
}
.g-table .circle::before {
  content: "●";
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.g-table .course-sp {
  display: none;
}
.g-table .text-margin {
  margin-top: 20px;
}
.g-table .link {
  text-decoration: underline;
}
.g-table .area-other {
  text-align: right;
  display: block;
}

@media (hover: hover) {
  .g-table .link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .g-table .flex-wrap-half {
    flex-direction: column;
  }
  .g-table .flex-wrap-half .box {
    width: 100%;
  }
  .g-table .flex-wrap-half .box:not(:first-of-type) {
    margin: 20px 0 0;
  }
  .g-table .flex-wrap-half.alma-mater .box {
    margin: 0 0 0;
  }
  .g-table .flex-wrap01 {
    flex-direction: column;
  }
  .g-table .flex-wrap01 .box {
    width: 100% !important;
  }
  .g-table .flex-wrap01 .box:not(:first-of-type) {
    margin: 20px 0 0;
  }
  .g-table .flex-wrap01.name .box {
    margin: 0 !important;
  }
  .g-table .flex-wrap02 {
    flex-direction: column;
  }
  .g-table .flex-wrap02:not(:first-of-type) {
    margin: 20px 0 0;
  }
  .g-table .flex-wrap02 .box {
    width: 100% !important;
  }
  .g-table .course-sp {
    display: block;
  }
}

/*# sourceMappingURL=requirement.css.map */