@charset "UTF-8";
.notes-list {
  margin-top: 5px;
  margin-bottom: unset;
}

h4.career-box-title {
  padding: 10px 20px;
  width: 100%;
  font-size: 2rem;
  background: #00895D;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}

.career-catch {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

h3.career-subtitle {
  position: relative;
  font-weight: 600;
  color: #00895D;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

h3.career-subtitle::before {
  position: absolute;
  content: "●";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

ul.career-link-list li {
  position: relative;
  margin-bottom: 3px;
}

ul.career-link-list li a.link-std.pdf-icon::before {
  background: url(../images/common/PDF_32.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 150px;
}

ul.career-link-list li a.link-std.pdf-icon.sub::before {
  right: 100px;
}

ul.career-link-list li a.link-std.word-icon::before {
  background: url(../images/common/1486565572-microsoft-office-word_81551.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 150px;
}

.career-num-list {
  list-style-position: outside;
  margin-left: 2em;
  margin-bottom: 3vw;
}

.career-num-list > li + li {
  margin-top: 1em;
}

.career-num-list > li p {
  margin-bottom: 10px;
}

.career-num-list a:not(.link-triangle):not(.link-arrow):not(.link_btn) {
  border-bottom: 1px dashed #00895D;
}

.page-bottom-info {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

.page-bottom-info .info-box {
  width: 49%;
  background: #EFEFEF;
  padding: 5%;
}

.page-bottom-info .info-box .info-title {
  color: #fff;
  background: #00895D;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-bottom-info .info-box p {
  line-height: 1.8;
}

.page-bottom-info .info-box a.link-arrow {
  width: 100%;
}

h2.career-index-title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

h2.career-index-title span {
  font-weight: 700;
  color: #00895D;
}

h2.career-index-title span.green-number {
  font-size: 8rem;
}

.index-link-area {
  margin-top: 30px;
}

.index-link-area ul.index-link-box {
  padding: 0 10%;
}

.index-link-area ul.index-link-box li {
  border-top: 1px solid;
  padding: 1rem 0 1rem 1rem;
}

.index-link-area ul.index-link-box li:last-child {
  border-bottom: 1px solid;
}

.index-link-area ul.index-link-box li a {
  display: block;
  position: relative;
  color: #00895D;
  width: 100%;
}

.index-link-area ul.index-link-box li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00895D;
  border-right: 1px solid #00895D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.career-index-block dt {
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #00895D;
  border: 1px solid #00895D;
  background: #FFF;
  padding: 10px;
  width: 50%;
  margin: auto;
  font-size: 1.9rem;
  margin-top: 30px;
}

.career-index-block dt::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #00895D;
  border-right: 1px solid #00895D;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.career-index-block dt:hover {
  opacity: 0.8;
}

.career-index-block dt.active {
  background: #00895D;
  color: #FFF;
}

.career-index-block dt.active:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: all 0.2s ease-in-out;
}

.career-index-block dd {
  display: none;
  line-height: 1.8;
  padding: 20px 30px 20px 53px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}

.career-img {
  margin-bottom: 50px;
  width: 100%;
}

.career-img img {
  width: 100%;
}

.employment-section .employment-paragraph {
  font-size: 1.5rem;
  line-height: 2;
}

.employment_place-content {
  background: #EFEFEF;
  padding: 5%;
}

.employment_place-content h4.employment-title {
  color: #00895D;
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 600;
}

.employment_place-content:nth-child(odd) {
  background-color: white;
}

.employment_place-content .employment-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.employment_place-content .employment-block figure {
  width: 22%;
}

.employment_place-content .employment-block figure img {
  width: 100%;
}

.employment_place-content .employment-block .text-box {
  width: 76%;
  line-height: 2;
}

.employment_place-content .employment-block .text-box.w100 {
  width: 100%;
}

.employment_place-content .employment-block .text-box span {
  display: block;
  color: #00895D;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.employment_place-content .figure-container {
  display: flex;
  flex-wrap: wrap;
}

.employment_place-content .figure-container figure {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.employment_place-content .figure-container figure img {
  width: 100%;
}

.employment_place-content .figure-container figure figcaption {
  margin-bottom: 5px;
}

.employment_place-content .figure-container figure:nth-of-type(4n) {
  margin-right: 0;
}

.employment_place-content ul.empoyment-link-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.employment_place-content ul.empoyment-link-block li {
  width: 48%;
}

.schedule-content div {
  position: relative;
  margin-bottom: 30px;
}

.job_search-block {
  margin-bottom: 20px;
}

.job_search-block .paragraph {
  margin-bottom: 1em;
}

.faq_list dt {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 4em;
  border-top: 1px solid #000;
  cursor: pointer;
  position: relative;
  padding-left: 55px;
}

.faq_list dt::before {
  content: "Q.";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.6em;
  font-size: 3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.faq_list dt::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #00895D;
  border-bottom: 2px solid #00895D;
  transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}

.faq_list dt.is-show {
  border-bottom: 1px solid #000;
}

.faq_list dt.is-show::after {
  transform: rotate(-135deg);
  top: calc(50% - 5px);
}

.faq_list dd {
  padding: 20px 10px 30px 55px;
  color: #00895D;
  font-size: 1.4rem;
  line-height: 2;
  position: relative;
  display: none;
}

.faq_list dd::before {
  content: "A.";
  position: absolute;
  left: 7px;
  top: 20px;
  font-size: 3rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #00895D;
}

.faq_list:last-child dt {
  border-bottom: 1px solid #000;
}

.faq_list:last-child dd {
  border-bottom: 1px solid #000;
}

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

.link-list-content .list-container {
  width: 48%;
}

.link-list-content .list-container .link-list {
  margin-bottom: 30px;
}

.link-list-content .list-container .link-list > li {
  font-weight: 600;
  text-decoration: underline;
}

.link-list-content .list-container .link-list > li + li {
  margin-top: 10px;
}

dl.documents-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

dl.documents-block dt {
  width: 48%;
}

dl.documents-block dd {
  width: 48%;
}

.preparation-tab {
  width: 900px;
  margin: 0 auto;
}

.preparation-tab > * {
  font-family: "Roboto", sans-serif;
}

.preparation-tab .tab_area {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.preparation-tab .tab_area > li {
  width: calc(25% - 5px);
  margin-right: 0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: none;
  color: #00895D;
  background: #EFEFEF;
  font-size: 2rem;
}

.preparation-tab .tab_area > li.active {
  background: #00895D;
  color: #FFF;
}

.panel_area {
  background: #EFEFEF;
  border-top: 1px solid #00895D;
  width: 100%;
  padding: 30px 20%;
  margin: 0 auto;
}

.preparation_panel {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.preparation_panel .preparation-box {
  opacity: 0;
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
}

.preparation_panel.active {
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}

.preparation_panel.active .preparation-box {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.preparation_panel.active .preparation-box:nth-of-type(1) {
  transition: 0.2s all ease-in-out 0s;
  opacity: 1;
}

.preparation_panel.active .preparation-box:nth-of-type(2) {
  transition: 0.2s all ease-in-out 0.1s;
  opacity: 1;
}

.preparation_panel.active .preparation-box:nth-of-type(3) {
  transition: 0.2s all ease-in-out 0.2s;
  opacity: 1;
}

.preparation_panel.active .preparation-box:nth-of-type(4) {
  transition: 0.2s all ease-in-out 0.3s;
  opacity: 1;
}

.preparation_panel.active .preparation-box:nth-of-type(5) {
  transition: 0.2s all ease-in-out 0.4s;
  opacity: 1;
}

.preparation_panel .preparation-green-text {
  color: #00895D;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 2;
}

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

.recruit-block ul.recruit-link-list {
  width: 58%;
}

.recruit-block ul.recruit-link-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

.recruit-block ul.recruit-link-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7.2px;
  border-color: transparent transparent transparent #00895D;
  transform: translateY(-50%);
}

.recruit-block ul.recruit-link-list li.no-icon {
  padding-left: 0;
}

.recruit-block ul.recruit-link-list li.no-icon::before {
  content: none;
}

.recruit-block .recruit-navi-box {
  width: 38%;
}

.recruit-block .recruit-navi-box a.link-arrow {
  width: 100%;
}

.recruit-block .recruit-navi-box a.link-arrow + .notes-list {
  margin-top: 15px;
}

.career.index .index-panel-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20vh;
}

.career.index .index-panel-container.sub {
  margin-bottom: 5vh;
}

.career.index .index-panel-container .index-three-block {
  width: 33.3333333333%;
}

.career.index .index-panel-container .index-three-block .index-panel {
  background: #666;
  height: 30vh;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career.index .index-panel-container .index-three-block .index-panel.cr01 {
  background: url("../career/images/career_index_img01.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.index .index-panel-container .index-three-block .index-panel.cr02 {
  background: url("../career/images/career_index_img02.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.index .index-panel-container .index-three-block .index-panel.cr03 {
  background: url("../career/images/career_index_img03.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.career.index .index-panel-container .index-three-block .panel-title {
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}

.career.index .index-panel-container a {
  width: 100%;
  display: block;
}

.career.index .index-panel-container a .index-panel {
  background: #666;
  height: 40vh;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career.index .index-panel-container a .index-panel .panel-title {
  color: #FFF;
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}

.career.index .index-panel-container a .index-panel ul.panel-subtitle li {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.career.index .index-panel-container a:hover .panel-title {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  h4.career-box-title {
    padding: 5px 15px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  ul.career-link-list li a.link-std.pdf-icon::before {
    right: -77px;
  }
  ul.career-link-list li a.link-std.pdf-icon.sub::before {
    right: -77px;
    height: 50%;
  }
  ul.career-link-list li a.link-std.word-icon::before {
    right: -77px;
  }
  .career-num-list > li .link-arrow {
    width: 100%;
  }
  .page-bottom-info {
    flex-direction: column;
    justify-content: unset;
    padding: 0;
  }
  .page-bottom-info .info-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-link-area {
    margin-bottom: 30px;
  }
  .career-index-block dt {
    width: 100%;
  }
  .career-index-block dt::after {
    right: 16px;
  }
  .career-index-block dd {
    padding: 0;
  }
  .employment_place-content h4.employment-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .employment_place-content .employment-block {
    flex-direction: column;
    justify-content: unset;
  }
  .employment_place-content .employment-block figure {
    width: 100%;
  }
  .employment_place-content .employment-block figure + .text-box {
    margin-top: 20px;
  }
  .employment_place-content .employment-block .text-box {
    width: 100%;
  }
  .employment_place-content .employment-block .text-box span {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .employment_place-content .employment-block .text-box + figure {
    margin-top: 20px;
  }
  .employment_place-content .figure-container figure {
    width: 100%;
    margin-right: 0;
  }
  .employment_place-content ul.empoyment-link-block {
    display: block;
  }
  .employment_place-content ul.empoyment-link-block li {
    width: 100%;
    margin-bottom: 15px;
  }
  .job_search-block .link-arrow {
    width: 100%;
  }
  .faq_list dt {
    font-size: 1.4rem;
    padding: 20px 35px 20px 50px;
    margin: 5px 0;
  }
  .faq_list dt::before {
    font-size: 2.6rem;
  }
  .faq_list dt::after {
    width: 10px;
    height: 10px;
    right: 9px;
    top: calc(50% - 5px);
  }
  .faq_list dd {
    padding: 20px 10px 30px 50px;
  }
  .faq_list dd::before {
    font-size: 2.6rem;
  }
  .link-list-content {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .link-list-content .list-container {
    width: 100%;
  }
  dl.documents-block {
    display: block;
  }
  dl.documents-block dt {
    width: 100%;
  }
  dl.documents-block dd {
    width: 100%;
  }
  .preparation-tab {
    width: 100%;
  }
  .preparation-tab .tab_area > li {
    font-size: 1.4rem;
  }
  .panel_area {
    padding: 30px 5%;
  }
  .recruit-block {
    flex-direction: column;
    justify-content: unset;
  }
  .recruit-block ul.recruit-link-list {
    width: 100%;
  }
  .recruit-block .recruit-navi-box {
    width: 100%;
  }
  /********************************************

  index 以前のcss使用

  **********************************************/
  .career.index .index-title-container {
    margin-top: 60px;
  }
  .career.index .index-title-container .index-title {
    font-size: 2rem;
    letter-spacing: normal;
  }
  .career.index .index-title-container .index-title span {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .career.index .index-panel-container {
    margin-bottom: 0;
    display: block;
  }
  .career.index .index-panel-container .index-three-block {
    width: 100%;
  }
  .career.index .index-panel-container .index-three-block .index-panel {
    height: 28vh;
    padding: 30px 5px;
  }
  .career.index .index-panel-container .index-three-block .panel-title {
    font-size: 1.6rem;
  }
  .career.index .faculty.index .index-panel-container a {
    width: 100%;
  }
  .career.index .index-panel-container a .index-panel {
    height: auto;
    padding: 30px 5px;
  }
  .career.index .index-panel-container a .index-panel .panel-title {
    font-size: 1.6rem;
    margin-bottom: 0;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .career.index .index-panel-container a .index-panel ul.panel-subtitle li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .career.index h2.page-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .career.index h2.page-title.serif {
    font-size: 2.5rem;
  }
  .career.index h2.page-title.serif.center {
    font-size: 2.8rem;
    letter-spacing: 0.4em;
  }
  .career.index h3.page-subtitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .career.index .subject h3.page-subtitle {
    padding: 10px;
  }
  .career.index h3.page-subtitle.bg-green {
    padding: 10px;
  }
  .career.index h3.bb-title-b {
    font-size: 1.8rem;
  }
  .career.index a.link-arrow {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: auto;
  }
  .career.index a.link-triangle {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: auto;
  }
  .career.index a.link-triangle.faculty01 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.faculty01-1 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.faculty01-2 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.faculty01-3 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.faculty02 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.faculty02-1 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.faculty02-2 {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
  }
  .career.index a.link-triangle.gray {
    padding: 5px 20px 5px 5px;
    font-size: 1.4rem;
    width: 100%;
    width: auto;
  }
  .career.index .common-tab {
    width: 100%;
  }
  .career.index .common-tab .tab_area li {
    width: 33.3333%;
    border-right: 1px solid #fff;
    padding: 10px 5px;
    margin: 0;
    font-size: 1.2rem;
  }
  .career.index .panel_area {
    padding: 30px 20px;
  }
  .career.index .data-anchor {
    line-height: 0;
    height: 0;
    overflow: hidden;
    padding-top: 80px;
    margin-top: -80px;
  }
  .career.index .post_blog_list {
    padding: 0;
  }
  .career.index .content-block__list__link {
    flex-wrap: wrap;
  }
  .career.index .content-block__list__link .post_blog_list_title {
    font-weight: bold;
    width: 100%;
  }
  .career.index .category {
    font-size: 1.2rem;
    width: 80px;
  }
  .career.index .cms-data-list li {
    font-size: 1.6rem;
    padding-left: 15px;
  }
  .career.index .cms-data-list li .sub {
    padding-left: 20px;
  }
  .career.index .cms-data-list li .sub::before {
    width: 15px;
    left: 5px;
  }
  .career.index .cms-data-list li .sub p {
    width: 100%;
    display: block;
    font-size: 1.2rem;
  }
  .career.index .cms-data-list li .sub p + p {
    margin-left: 0;
  }
  .career.index .cms-data-list li .sub p + p::before {
    display: none;
  }
}
/*# sourceMappingURL=maps/career.css.map */
