@charset "UTF-8";
/*--------------------------------------



--------------------------------------*/
.pageTitleWrap {
  margin: 0;
  position: relative;
}

.pageTitle {
  min-height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 15px 0;
  font-size: calc(1.525rem + 2.475vw);
  font-weight: bold;
}

.pageImg img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: top;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*--------------------------------------



--------------------------------------*/
.mainWrap {
  display: flex;
  flex-direction: column;
}

.contentTitleWrap {
  border-top: solid 1px #61D2DB;
  border-bottom: solid 1px #61D2DB;
  padding: 10px 0;
  margin: 0 0 30px;
}

.contentBox {
  margin: 0 0 80px;
}

.contentSubBox {
  margin: 0 0 60px;
}

.contentTitle {
  border-left: solid 10px #61D2DB;
  padding: 0 0 0 20px;
  font-size: calc(1.375rem + 1.125vw);
  font-weight: 400;
}

.contentMinTitle {
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 500;
  border-bottom: solid #EEEEEE 3px;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 2px;
}
.contentMinTitle::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 80px;
  background: #61D2DB;
  z-index: 1;
}

.contentSubTitle {
  border-left: solid 7px #61D2DB;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}

.recruitText {
  margin: 0 0 50px;
}
.recruitText a {
  color: #61D2DB;
  transition: 0.3s;
}
.recruitText a:hover {
  opacity: 0.8;
}

.bannerWrap {
  margin: 0 0 30px;
}

.bannerItem {
  text-decoration: none;
  transition: 0.3s;
  border: solid 1px #DEDEDE;
  padding: 10px;
  display: flex;
  flex-direction: column-reverse;
  max-width: 430px;
  margin: 0 auto 20px;
}
.bannerItem:hover {
  opacity: 0.8;
}
.bannerImg img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.bannerText {
  width: 100%;
  margin: 0 0 5px;
}

.bannerTitle {
  color: #444;
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 700;
}

.bannerSubTitle {
  color: #61D2DB;
  font-size: calc(1.265rem + 0.135vw);
  font-weight: 700;
}

.bannerInfo {
  display: block;
  border: solid 1px #DEDEDE;
  padding: 10px;
  position: relative;
  transition: 0.3s;
}
.bannerInfo .objImg {
  min-height: 204px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.bannerInfo:hover {
  opacity: 0.8;
}

.bannerIcon {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}

.contentTableWrap {
  margin: 0 0 50px;
}

.contentTable {
  width: 100%;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}

.contentTableHead, .contentTableData {
  display: block;
  width: 100%;
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  padding: 10px 20px;
}

.contentTableHead {
  background: #F9F9F9;
  font-weight: 400;
}

.contentList {
  margin: 0 0 25px;
}

.contentItem {
  display: flex;
  align-items: center;
}
.contentItem::before {
  content: "●";
  color: #61D2DB;
  margin: 0 5px 0 0;
  font-size: 10;
}
.contentItem:not(:last-of-type) {
  margin: 0 0 5px;
}

/*--------------------------------------



--------------------------------------*/

.sideBar {
  border: solid 1px #61D2DB;
  border-radius: 10px;
  margin: 0 0 20px;
}

.sidenavTitle {
  background: #61D2DB;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 500;
  padding: 13px 15px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.sideNav {
  padding: 10px;
}

.sideNavItem:not(:last-of-type) {
  border-bottom: dotted 2px #ccc;
}

.sideNavLink {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
  color: #444;
  text-decoration: none;
}
.sideNavLink:hover {
  color: #61D2DB;
}

/*--------------------------------------



--------------------------------------*/

@media (min-width: 1000px){
  .pageTitle {
    font-size: 4rem;
  }
  .contentTitle {
    font-size: 2.5rem;
  }
  .contentMinTitle {
    font-size: 2rem;
  }
  .contentSubTitle {
    font-size: 1.8rem;
  }
  .bannerTitle {
    font-size: 2rem;
  }
  .bannerSubTitle {
    font-size: 1.4rem;
  }
  .sidenavTitle {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px){
  .recruitText {
    margin: 0 0 60px;
  }
  .bannerWrap {
    display: flex;
    justify-content: space-between;
  }
  .bannerItem {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    width: calc(50% - 10px);
  }
  .bannerImg {
    margin: 0 15px 0 0;
    min-width: 215px;
  }
  .bannerImg img {
    height: auto;
    width: auto;
  }
  .bannerText {
    margin: 0;
  }
}

@media print, screen and (min-width: 960px){
  .pageTitleWrap {
    margin: 57px 0 0;
  }
  .pageTitle {
    min-height: 240px;
  }
  .mainWrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contentSubBox {
    margin: 0 0 85px;
  }
  .contentTableWrap {
    margin: 0 0 75px;
  }
  .contentTableHead {
    text-align: left;
    display: table-cell;
    width: 180px;
    vertical-align: top;
  }
  .contentTableData {
    display: table-cell;
    width: auto;
  }
  .content {
    width: calc(100% - 300px);
  }
  .sideBar {
    margin: 0 0 0 20px;
    min-width: 280px;
    max-width: 280px;
    position: sticky;
    top: 0;
  }
}

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