@charset "UTF-8";
.recruit h3.page-top-title {
  font-size: 4rem;
}

.sub-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

p.dummy {
  background: #d1d1d1;
  width: 100%;
  height: 500px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.requirements-txt {
  font-size: 1.6rem;
  margin-top: 50px;
}

.course-dl dt {
  color: #17a79f;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.course-dl dt::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.course-dl dt span {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}

.course-dl dd {
  font-size: 1.6rem;
  line-height: 2;
}

.course-dl dd span {
  font-size: 1.4rem;
}

.course-dl dd + dt {
  margin-top: 30px;
}

.information__unit {
  display: flex;
  flex-flow: column;
  margin-bottom: 60px;
}

.information__unit .link_btn {
  margin-top: 10px;
  margin-bottom: 40px;
}

.information__unit .important-subjects {
  font-size: 1.4rem;
}

.course-title__list {
  display: flex;
  justify-content: space-between;
}

.course-title__list li {
  width: calc(66.6666% - 5px);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  color: #17a79f;
  padding: 10px;
  border: 1px solid #17a79f;
  border-bottom: 0;
  margin-bottom: 10px;
}

.course-title__list li:last-child {
  width: calc(33.33333% - 10px);
}

.course-box {
  display: flex;
  justify-content: space-between;
}

.course-box li {
  width: calc(66.6666% - 5px);
  background: #17a79f;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

.course-box li span {
  display: block;
  font-size: 1.2rem;
}

.course-box li:last-child {
  width: calc(33.33333% - 10px);
}

.course-box li .txt-box {
  margin-top: 10px;
  border-top: 1px solid #FFF;
  padding: 10px 5px 0;
  font-size: 1.2rem;
  text-align: left;
}

.course-box li .txt-box span {
  font-size: 1.1rem;
}

table.table_std td {
  letter-spacing: 0.09em;
}

table.table_std td .space {
  display: block;
  content: "";
  margin: 9px 0;
}

table.table_std td .notes {
  display: inline-block;
}

table.table_std td .notes.spacing {
  letter-spacing: 0;
}

table.table_std td a {
  color: #000;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

table.table_std td a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #abd8d4;
  justify-content: center;
  margin-right: 5px;
}

table.table_std td p + a {
  margin-top: 10px;
}

table.table_std td.top {
  vertical-align: top;
}

table.table_std td.occupation__link {
  background: #abd8d4;
}

table.table_std td.occupation__link a::before {
  border-color: transparent transparent transparent #FFF;
}

table.table_std td .person-link__wrap {
  width: 100%;
  display: flex;
}

table.table_std td .person-link__wrap .person-link__list:first-child {
  margin-right: 5px;
}

table.table_std td .person-link__wrap .person-link__list a span {
  display: inline-block;
}

table.table_std td .person-link__wrap .person-link__list a span:first-of-type {
  min-width: 5em;
}

.tab {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}

.tab li {
  width: calc(33.33333% - 10px);
  font-size: 1.4rem;
  cursor: pointer;
  text-align: center;
  padding: 10px 5px;
  background: #c4c4c4;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tab li span {
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
}

.tab li::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #17a79f;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.tab li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.tab li.active {
  color: #17a79f;
  background: #abd8d4;
  font-weight: bold;
  cursor: auto;
  position: relative;
}

.tab li.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 40%;
  right: 20px;
}

.tab-inner {
  background: #abd8d4;
  padding: 20px;
}

.tab-content .tab-box {
  display: none;
  width: 100%;
}

.tab-content .tab-box.current {
  display: block;
}

.recruit-message__container {
  display: flex;
  border: 1px solid #17a79f;
  padding: 3%;
}

.recruit-message__container .recruit-message__img {
  width: 48%;
  margin-right: 4%;
}

.recruit-message__container .recruit-message__img img {
  width: 100%;
}

.recruit-message__container .recruit-message__text {
  width: 48%;
}

.recruit-message__container .recruit-message__text span {
  color: #17a79f;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
}

.requirements_02 .tab li {
  width: 100%;
}

.requirements_02 .tab li::before, .requirements_02 .tab li::after {
  display: none;
}

.requirements_02 .course-box li {
  width: 100%;
}

.requirements_02 .course-title__list li {
  width: 100%;
}

.requirements_02 .icon-list {
  width: 100%;
  max-width: 784px; /* IE11用 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.requirements_02 .icon-list li {
  width: 50%;
}

.requirements_02 .ob-og-list {
  border-right: none;
  border-bottom: none;
}

.requirements_02 .ob-og-list .icon-list {
  display: block;
}

.requirements_02 .ob-og-list .icon-list li {
  width: 100%;
}

.table_res {
  overflow-x: inherit;
  width: auto;
}

.category-paragraph {
  padding-top: 50px;
}

.category__main-block {
  margin-top: 100px;
  background: #FFF;
  padding: 50px;
}

#toggleHead {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

#toggleHead div {
  background: #17a79f;
  color: #FFF;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 20px;
  opacity: 0.5;
}

#toggleHead div:last-of-type {
  margin-right: 0;
}

#toggleHead div.on, #toggleHead div:hover {
  opacity: 1;
}

#map02, #map03 {
  display: none;
}

.toggleBodyWrap {
  display: flex;
  justify-content: space-between;
}

.toggleBodyWrap .diagram {
  width: 70%;
  order: 2;
}

.toggleBodyWrap .diagram img {
  width: 100%;
}

.toggleBodyWrap .course__list {
  width: 25%;
  order: 1;
}

.toggleBodyWrap .course__list dl {
  margin-bottom: 30px;
}

.toggleBodyWrap .course__list dl:last-of-type {
  margin-bottom: 0;
}

.toggleBodyWrap .course__list dl dt {
  background: #17a79f;
  padding: 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.toggleBodyWrap .course__list dl dt span {
  font-size: 1.3rem;
}

.toggleBodyWrap .course__list dl dd {
  border-right: 2px solid #17a79f;
  border-left: 2px solid #17a79f;
  padding: 10px;
}

.toggleBodyWrap .course__list dl dd:last-of-type {
  border-bottom: 2px solid #17a79f;
}

.toggleBodyWrap .course__list dl dd p {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 5px;
}

.toggleBodyWrap .course__list dl dd ul {
  display: flex;
  flex-direction: column;
}

.toggleBodyWrap .course__list dl dd ul li {
  background: #17a79f;
  padding: 10px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.toggleBodyWrap .course__list dl dd ul li:last-of-type {
  margin-bottom: 0;
}

.toggleBodyWrap .course__list dl dd ul li.category01 {
  background: #5ec4ff;
}

.toggleBodyWrap .course__list dl dd ul li.category02 {
  background: #778fd6;
}

.toggleBodyWrap .course__list dl dd ul li.category03 {
  background: #179d9f;
}

.toggleBodyWrap .course__list dl dd ul li.category04 {
  background: #0075ba;
}

@media screen and (max-width: 834px) and (orientation: portrait) {
  .recruit h3.page-top-title {
    font-size: 2.4rem;
  }
  .requirements-txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .course-dl {
    margin-bottom: 10px;
  }
  .course-dl dt {
    font-size: 1.8rem;
  }
  .course-dl dt span {
    font-size: 1.2rem;
    display: block;
  }
  .course-dl dd {
    font-size: 1.4rem;
  }
  .course-dl dd span {
    font-size: 1.2rem;
  }
  .course-dl dd + dt {
    margin-top: 30px;
  }
  .information__unit {
    margin-bottom: 10px;
  }
  .information__unit .link_btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .information__unit .important-subjects {
    font-size: 1.2rem;
    line-height: 2;
  }
  .accordion-container + .information__unit {
    margin-top: 10px;
  }
  .information__unit + .course-dl {
    margin-top: 40px;
  }
  .course-title__list {
    display: flex;
    justify-content: space-between;
  }
  .course-title__list li {
    width: calc(66.6666% - 5px);
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #17a79f;
    padding: 10px;
    border: 1px solid #17a79f;
    border-bottom: 0;
    margin-bottom: 10px;
  }
  .course-title__list li:last-child {
    width: calc(33.33333% - 10px);
  }
  .course-box li {
    width: 100%;
    margin-bottom: 0;
  }
  .course-box li:last-child {
    width: 100%;
  }
  table.table_std td.center {
    text-align: left;
  }
  table.table_std td .person-link__wrap {
    flex-flow: column;
  }
  table.table_std td .person-link__wrap .person-link__list:first-child {
    margin-right: 0;
  }
  .recruit-message__container {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 50px;
  }
  .recruit-message__container .recruit-message__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .recruit-message__container .recruit-message__text {
    width: 100%;
  }
  .requirements_02 table.table_std .icon-list {
    max-width: auto;
  }
  .requirements_02 table.table_std .icon-list li {
    width: 100%;
  }
  .table_res {
    overflow-x: auto;
    width: 100%;
    position: relative;
    padding-top: 2em;
    font-size: 1.2rem;
  }
  .table_res table {
    width: 600px;
  }
}
@media screen and (max-width: 834px) and (orientation: portrait) and (max-width: 760px) and (orientation: portrait) {
  .table_res::before {
    content: "右へスクロールしてください→";
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 834px) and (orientation: portrait) {
  .accordion-container dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #17a79f;
    background: #abd8d4;
    cursor: pointer;
    padding: 5px 5%;
    position: relative;
    min-height: 70px;
  }
  .accordion-container dt.direction-row {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
  }
  .accordion-container dt.direction-row span {
    margin-left: 10px;
  }
  .accordion-container dt span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .accordion-container dt::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #17a79f;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .accordion-container dt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .accordion-container dt.open {
    cursor: auto;
    position: relative;
  }
  .accordion-container dt.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 40%;
    right: 20px;
  }
  .accordion-container dd {
    background: #abd8d4;
    padding: 0 5% 5%;
  }
  .accordion-container .accordion-content {
    display: none;
  }
  .accordion-container.no-accordion .accordion-content {
    display: block;
  }
  .accordion-container.no-accordion dt {
    cursor: default;
    position: relative;
  }
  .accordion-container.no-accordion dt::before {
    content: "";
    background: none;
  }
  .accordion-container.no-accordion dt::after {
    content: "";
    border-width: 0;
  }
  .accordion-container + .accordion-container {
    border-top: 1px solid #17a79f;
  }
  .accordion-container + .course-dl {
    margin-top: 80px;
  }
  .category__main-block {
    padding: 30px 5%;
  }
  #toggleHead {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #toggleHead div {
    width: 100%;
    margin-bottom: 20px;
  }
  #toggleHead div:last-of-type {
    margin-bottom: 0;
  }
  .toggleBodyWrap {
    flex-direction: column;
  }
  .toggleBodyWrap .diagram {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .toggleBodyWrap .course__list {
    width: 100%;
    order: 2;
  }
}
/*# sourceMappingURL=maps/recruit.css.map */
