@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;
}

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



--------------------------------------*/
.contentLead {
  margin: 0 0 40px;
}

.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 70px;
}

.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 10px;
}

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

.indexTableLead {
  font-size: calc(1.265rem + 0.135vw);
  margin: 0 0 35px;
}

.indexTableWrap {
  overflow-x: scroll;
}

.indexTable {
  min-width: 880px;
  max-width: 880px;
  width: 100%;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}

.indexTableHead, .indexTableData {
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  padding: 15px;
  font-weight: 400;
}

.indexTableHead {
  background: #F9F9F9;
}

.indexTableMin {
  text-align: center;
  min-width: 180px;
  max-width: 180px;
}

.indexTableTextMin {
  font-size: calc(1.265rem + 0.135vw);
}

.tableInnerTitle {
  color: #1D8B94;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 700;
  margin: 0 0 5px;
}

.indexMainImg {
  max-width: 680px;
  margin: 0 0 60px;
}

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

.indexImg {
  width: calc(50% - 10px);
}
.indexImg img {
  margin: 0 0 10px;
}
.indexImg p {
  text-align: center;
}

.confirmList {
  max-width: 580px;
}

.confirmItem {
  padding: 10px 0 10px 25px;
  border-bottom: dotted 2px #CCCCCC;
  position: relative;
}
.confirmItem::before {
  position: absolute;
  content: "";
  border-top: solid 5px #E40000;
  border-right: solid 5px #E40000;
  transform: rotate(135deg);
  left: 0;
  top: 15px;
  width: 16px;
  height: 12px;
}

.inquiryTableWrap {
  margin: 15px 0 10px;
}

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

.inquiryTableHead, .inquiryTableData {
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}

.inquiryTableHead {
  background: #F9F9F9;
  padding: 15px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  display: block;
}

.inquiryTableData {
  padding: 15px;
  display: block;
}
.inquiryTableData a {
  color: #444;
  transition: 0.3s;
  text-decoration: none;
}

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

.indexItem {
  width: 100%;
  margin: 0 0 20px;
}

.indexItemLink {
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  border-radius: 12px;
  padding: 25px 45px 25px 25px;
  min-height: 86px;
  display: flex;
  align-items: center;
  font-size: calc(1.325rem + 0.675vw);
  position: relative;
  font-weight: 700;
  width: 100%;
}
.indexItemLink:hover {
  opacity: 0.8;
}
.indexItemLink::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg) translateY(-50%);
}

.indexItemLinkIndex {
  background: #61D2DB;
}

.indexItemLinkUnion {
  background: #70A5D9;
}

.indexItemLinkCompany {
  background: #F9A1A1;
}

.indexItemLinkSpecific {
  background: #FFAE44;
}

.indexItemLinkOption {
  background: #88BA47;
}

.indexItemLinkHuman {
  background: #9677E1;
}

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



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

.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;
}

.sideNavInner {
  padding: 10px 15px;
}

.sideNavInnerLink {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  color: #444;
}
.sideNavInnerLink::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-top: solid 2px #61D2DB;
  border-right: solid 2px #61D2DB;
  transform: rotate(45deg);
}
.sideNavInnerLink:hover {
  opacity: 0.8;
}

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



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

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

@media print, screen and (min-width: 500px){
  .indexItem {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px){
  .inquiryTableHead {
    display: table-cell;
    width: 180px;
  }
  .inquiryTableData {
    display: table-cell;
  }
}

@media print, screen and (min-width: 880px){
  .indexTableWrap {
    overflow-x: auto;
  }
}

@media print, screen and (min-width: 960px){
  .pageTitleWrap {
    margin: 57px 0 0;
  }
  .pageTitle {
    min-height: 240px;
  }
  .contentLead {
    margin: 0 0 70px;
  }
  .mainWrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .indexMainImg {
    margin: 0 0 70px;
  }
  .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*/