@charset "UTF-8";
/*変数*/
/*iPhone5 ブレイクポイント*/
/*iPhone ブレイクポイント*/
/*スマホ ブレイクポイント*/
/*タブレット ブレイクポイント*/
/*タブレット ブレイクポイント*/
/*PC ブレイクポイント*/
/*変数を呼び出す時は、v.をつける*/
/*PageTop*/
.pageKeyVisual {
  position: relative;
  margin: 10px 0 120px 0;
}
@media screen and (max-width: 599px) {
  .pageKeyVisual {
    margin: 0 0 100px 0;
  }
}
.pageKeyVisual .imgTop {
  display: block;
  width: 90%;
  max-width: 1400px;
  height: 350px;
  border-radius: 40px 0 40px 0;
  -webkit-box-shadow: 0px 0px 17px -9px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 17px -9px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .pageKeyVisual .imgTop {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .pageKeyVisual .imgTop {
    height: 220px;
  }
}
.pageKeyVisual .bgGray {
  position: absolute;
  top: 180px;
  background: #f5f5f5;
  width: 100%;
  height: 200px;
  z-index: -10;
}
@media screen and (max-width: 1000px) {
  .pageKeyVisual .bgGray {
    height: 180px;
    top: 150px;
  }
}
@media screen and (max-width: 599px) {
  .pageKeyVisual .bgGray {
    height: 150px;
    top: 100px;
  }
}
.pageKeyVisual .h1Wrap {
  position: absolute;
  bottom: -80px;
  left: 10vw;
}
@media screen and (max-width: 1000px) {
  .pageKeyVisual .h1Wrap {
    bottom: -80px;
    left: 7vw;
  }
}
@media screen and (max-width: 599px) {
  .pageKeyVisual .h1Wrap {
    bottom: -60px;
  }
}
.pageKeyVisual h1 {
  font-size: 34px;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  text-align: left;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 140%;
  margin: 0 30px 0 0;
  padding: 20px 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .pageKeyVisual h1 {
    font-size: 28px;
    min-width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .pageKeyVisual h1 {
    font-size: 4vw;
    min-width: 100px;
  }
}
.pageKeyVisual.inCareer h1 {
  background: #EB7970;
}
.pageKeyVisual.inJobs h1 {
  background: #2371B4;
}
.pageKeyVisual.inCollege h1 {
  background: #6ac0e0;
}
.pageKeyVisual.inPortal h1 {
  background: #10a387;
}
.pageKeyVisual .triangleBelow {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 599px) {
  .pageKeyVisual .triangleBelow {
    width: 30px;
    height: auto;
    margin: 0 0 0 40px;
  }
}

/*pageKeyVisual*/
.pageWithTitle {
  width: 100%;
  margin: 0 auto 0;
}
.pageWithTitle h1 {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .pageWithTitle h1 {
    font-size: 28px;
    min-width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .pageWithTitle h1 {
    font-size: 5vw;
    min-width: 100px;
  }
}
.pageWithTitle.inCareer h1 {
  background: #EB7970;
}
.pageWithTitle.inCollege h1 {
  background: #6ac0e0;
}
.pageWithTitle.inJobs h1 {
  background: #2371B4;
}
.pageWithTitle.inPortal h1 {
  background: #10a387;
}
.pageWithTitle .triangleBelow {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 599px) {
  .pageWithTitle .triangleBelow {
    width: 30px;
    height: auto;
    margin: 0 0 0 40px;
  }
}

/*pageKeyVisual*/
.messageArea {
  width: 60%;
  margin: 0 auto 170px;
  padding: 60px 4%;
  background: #f5f5f5;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .messageArea {
    width: 70%;
    margin: 0 auto 190px;
  }
}
@media screen and (max-width: 599px) {
  .messageArea {
    width: 90%;
  }
}
.messageArea h2, .messageArea h3 {
  font-family: "Kosugi Maru", sans-serif;
}
.inCareer + .messageArea h2, .inCareer + .messageArea h3 {
  color: #ad404d;
}
.inCollege + .messageArea h2, .inCollege + .messageArea h3 {
  color: #10a387;
}
.inJobs + .messageArea h2, .inJobs + .messageArea h3 {
  color: #2371B4;
}
.messageArea h2 {
  margin: 10px 0 30px;
  font-size: 36px;
  line-height: 170%;
}
@media screen and (max-width: 599px) {
  .messageArea h2 {
    font-size: 26px;
  }
}
.messageArea h3 {
  margin: 30px 0;
  font-size: 28px;
  line-height: 170%;
}
@media screen and (max-width: 599px) {
  .messageArea h3 {
    font-size: 23px;
  }
}
.messageArea p {
  margin: 30px 10px;
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .messageArea p {
    font-size: 15px;
    margin: 20px 5px;
  }
}
.messageArea .triangleTop {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.messageArea .triangleBottom {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.messageArea .personsWalk {
  width: 190px;
  height: auto;
  position: absolute;
  bottom: -120px;
  right: 30px;
}
@media screen and (max-width: 1000px) {
  .messageArea .personsWalk {
    width: 170px;
    bottom: -140px;
    right: 20px;
  }
}
.messageArea .personHaitatsu {
  width: 250px;
  height: auto;
  position: absolute;
  bottom: -100px;
  right: 30px;
}
@media screen and (max-width: 1000px) {
  .messageArea .personHaitatsu {
    width: 180px;
    bottom: -110px;
    right: 20px;
  }
}
.messageArea .restaurantTaiken1 {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: -140px;
  right: 30px;
}
@media screen and (max-width: 1000px) {
  .messageArea .restaurantTaiken1 {
    width: 180px;
    bottom: -140px;
    right: 20px;
  }
}

/*messageArea*/
h1.h1Main {
  width: 100%;
  text-align: center;
  margin: 60px auto;
  padding: 20px 0;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 599px) {
  h1.h1Main {
    font-size: 24px;
    margin: 32px auto;
  }
}
@media screen and (max-width: 320px) {
  h1.h1Main {
    font-size: 22px;
  }
}
h1.h1Main.inCareer {
  color: #10a387;
  border-top: 2px solid #EB7970;
  border-bottom: 2px solid #EB7970;
}
h1.h1Main.inCollege {
  color: #EB7970;
  border-top: 2px solid #6ac0e0;
  border-bottom: 2px solid #6ac0e0;
}
h1.h1Main.inJobs {
  color: #2371B4;
  border-top: 2px solid #EB7970;
  border-bottom: 2px solid #EB7970;
}
h1.h1Main.noWrap {
  width: 90%;
}

/*faqBox*/
.faqBox dl {
  margin: 40px 0;
  background: #f5f5f5;
  border-radius: 5px;
  line-height: 180%;
}
.faqBox dl dt {
  min-height: 30px;
  padding: 20px 0;
  margin: 0 20px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
}
.faqBox dl dt span {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}
.faqBox dl dt i {
  font-family: "Varela Round", sans-serif;
  font-weight: bold;
}
.faqBox dl dd {
  border-top: 2px solid #fff;
  padding: 20px 0;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
}
.faqBox dl dd span {
  -ms-flex-preferred-size: 92%;
      flex-basis: 92%;
}
.faqBox dl dd i {
  font-family: "Varela Round", sans-serif;
  font-weight: bold;
}
.faqBox dl i {
  color: #fff;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 20px 0 0;
  border-radius: 5px;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
}
.faqBox.inCareer dl dt i {
  background: #10a387;
}
.faqBox.inCareer dl dd i {
  background: #EB7970;
}
.faqBox.inCollege dl dt i {
  background: #6ac0e0;
}
.faqBox.inCollege dl dd i {
  background: #EB7970;
}
.faqBox.inJobs dl dt i {
  background: #2371B4;
}
.faqBox.inJobs dl dd i {
  background: #EB7970;
}
@media screen and (max-width: 599px) {
  .faqBox {
    font-size: 15px;
  }
}

/*余白用ボックス*/
.lastContent {
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 599px) {
  .lastContent {
    height: 50px;
  }
}

/*ボックス スタンダード*/
.pageBasicWrap {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .pageBasicWrap {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .pageBasicWrap {
    width: 90%;
    font-size: 15px;
  }
}
.pageBasicWrap.tbMargin {
  margin: 60px auto;
}
.pageBasicWrap p {
  width: 98%;
  margin: 10px auto;
}

.pageTextBox {
  width: 100%;
  margin: 40px auto;
  line-height: 180%;
  text-align: justify;
}
.pageTextBox p {
  margin: 30px 0;
}

.pageTextCenter {
  text-align: center;
  line-height: 180%;
}

.img2ColumnSmaill {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  margin-left: 1%;
}
@media screen and (max-width: 599px) {
  .img2ColumnSmaill {
    width: 90%;
    margin: 0 auto;
  }
}
.img2ColumnSmaill a {
  width: 47%;
  margin: 3% 3% 3% 0;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .img2ColumnSmaill a {
    width: 44%;
    margin: 3%;
  }
}
.img2ColumnSmaill img {
  width: 100%;
  height: auto;
}

b.red {
  font-size: 103%;
  font-weight: bold;
  color: #ad404d;
}

.contentsList {
  width: 100%;
  position: relative;
  margin: 100px auto 50px;
}
.contentsList.list3 {
  min-height: 200px;
}
.contentsList.list4 {
  min-height: 220px;
}
.contentsList.list5 {
  min-height: 250px;
}
.contentsList.list6 {
  min-height: 270px;
}
.contentsList h2 {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  border-radius: 40px;
  position: absolute;
  top: -40px;
  left: 40px;
  z-index: 15;
}
@media screen and (max-width: 599px) {
  .contentsList h2 {
    top: -40px;
    left: 20px;
  }
}
.contentsList.inCareer h2 {
  background: #10a387;
}
.contentsList.inCollege h2 {
  background: #EB7970;
}
.contentsList.inJobs h2 {
  background: #2371B4;
}
.contentsList ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 20px 20px 20px;
  line-height: 200%;
  border-radius: 20px;
}
.contentsList ul li {
  list-style-type: disc;
  margin: 0 0 0 35px;
}
.contentsList ul li a:hover {
  text-decoration: underline;
}
.contentsList.inCareer ul {
  border: 1px solid #10a387;
}
.contentsList.inCollege ul {
  border: 1px solid #EB7970;
}
.contentsList.inJobs ul {
  border: 1px solid #2371B4;
}
.contentsList .mendan1 {
  position: absolute;
  top: -20px;
  right: 60px;
  width: 200px;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .contentsList .mendan1 {
    right: 10px;
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .contentsList .mendan1 {
    top: -80px;
    right: 10px;
    width: 130px;
  }
}
.contentsList .cardgame {
  position: absolute;
  top: -40px;
  right: 60px;
  width: 230px;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .contentsList .cardgame {
    right: 10px;
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .contentsList .cardgame {
    top: -50px;
    right: 10px;
    width: 140px;
  }
}

/*contentsList*/
.h2Main {
  font-size: 28px;
  padding: 0 0 0 15px;
  line-height: 180%;
  margin: 40px 0;
}
.h2Main.inCareer {
  border-left: 7px solid #EB7970;
}
.h2Main.inCollege {
  border-left: 7px solid #6ac0e0;
}
.h2Main.inJobs {
  border-left: 7px solid #2371B4;
}
@media screen and (max-width: 599px) {
  .h2Main {
    font-size: 24px;
  }
}

.h3Main {
  margin: 35px 0 30px;
  padding: 0 0 5px 0;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
}
.h3Main.inCollege {
  color: #10a387;
  border-color: #EB7970;
}
.h3Main.inCareer {
  color: #10a387;
  border-color: #EB7970;
}
.h3Main.inJobs {
  color: #2371B4;
  border-color: #5e738d;
}

.h4Main {
  margin: 20px 0 20px;
  padding: 0;
  font-size: 21px;
  font-weight: 600;
}
.h4Main i {
  margin: 0 10px 0 0;
}
.h4Main.inCollege {
  color: #393636;
}
.h4Main.inCollege i {
  color: #EB7970;
}
.h4Main.inCareer {
  color: #393636;
}
.h4Main.inCareer i {
  color: #10a387;
}
.h4Main.inJobs {
  color: #393636;
}
.h4Main.inJobs i {
  color: #2371B4;
}

ul.ulBasic {
  margin: 10px 0;
}
ul.ulBasic li {
  list-style-type: disc;
  margin: 5px 0 5px 30px;
  line-height: 160%;
}

ol.olBasic {
  margin: 10px 0;
}
ol.olBasic li {
  list-style-type: decimal;
  margin: 5px 0 5px 30px;
  line-height: 160%;
}

.quateBox {
  margin: 40px 0;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .quateBox {
    font-size: 15px;
  }
}
.quateBox h3 {
  font-weight: bold;
  font-size: 115%;
}
.quateBox.inCollege h3 {
  color: #10a387;
}
.quateBox.inJobs h3 {
  color: #2371B4;
}

.tblBasic {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.tblBasic tr {
  border-bottom: 1px solid #ccc;
}
.tblBasic tr td, .tblBasic tr th {
  border-right: 1px solid #ccc;
  padding: 7px;
  min-width: 18%;
  line-height: 150%;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .tblBasic tr td, .tblBasic tr th {
    font-size: 90%;
  }
}
@media screen and (max-width: 599px) {
  .tblBasic tr td, .tblBasic tr th {
    font-size: 80%;
    padding: 6px;
  }
}
.tblBasic tr th {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.tblBasic tr td.price {
  text-align: right;
}
.tblBasic tr td.bgGray {
  background: #f5f5f5;
}
.tblBasic tr.center {
  text-align: center;
}
.tblBasic.inCareer th {
  background-color: #10a387;
}
.tblBasic.inCollege th {
  background-color: #6ac0e0;
}
.tblBasic.inJobs th {
  background-color: #5e738d;
}
.tblBasic.bgPink th {
  background-color: #EB7970;
}
.tblBasic.publicData td {
  width: 20%;
  font-size: 85%;
}
.tblBasic.publicData td a {
  font-weight: normal;
}
.tblBasic.publicData td .fa-file-pdf {
  color: #2371B4;
  margin-left: 3px;
}
.tblBasic b.red {
  font-size: 90%;
}
.tblBasic.column2 th {
  width: 30%;
}
.tblBasic.column2 td {
  width: 70%;
}

aside {
  font-size: 95%;
  line-height: 190%;
}
aside b.red {
  font-size: 100%;
}

.pankuzu.inCareer {
  border-top: 1px solid #10a387;
}
.pankuzu.inJobs {
  border-top: 1px solid #5e738d;
}
.pankuzu.inCollege {
  border-top: 1px solid #6ac0e0;
}
.pankuzu p {
  font-size: 15px;
  margin: 20px 20px 25px;
}
.pankuzu p a {
  color: #2371B4;
}
.pankuzu p a:hover {
  text-decoration: underline;
}

/*画像につける*/
.imgCenter {
  display: block;
  margin: 30px auto;
  max-width: 90%;
}

/*画像２枚をこのクラスのdivで囲む*/
.img2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img2column img {
  width: 46%;
  margin: 10px 2% 30px;
}

.branchMessage img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .branchMessage p {
    width: 94%;
    margin: 0 auto;
  }
}

/*youtube掲載*/
.youtubeArea {
  text-align: center;
}
.youtubeArea iframe {
  display: block;
  width: 600px;
  height: auto;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .youtubeArea iframe {
    width: 90%;
  }
}
.youtubeArea p {
  text-align: center;
}

/*カレッジ - サービス - イラスト*/
.vrKids {
  display: block;
  margin: 40px auto 0;
  width: 250px;
}

.jibunSetsumei {
  display: block;
  width: 450px;
  height: auto;
  margin: 60px auto 30px;
}
@media screen and (max-width: 599px) {
  .jibunSetsumei {
    width: 70%;
    margin: 40px auto 30px;
  }
}

.familyMessage {
  display: block;
  width: 450px;
  height: auto;
  margin: 60px auto 30px;
}
@media screen and (max-width: 599px) {
  .familyMessage {
    width: 70%;
    margin: 40px auto 30px;
  }
}

.staffMessage4 {
  display: block;
  width: 400px;
  height: auto;
  margin: 60px auto 40px;
}
@media screen and (max-width: 599px) {
  .staffMessage4 {
    width: 70%;
    margin: 40px auto 30px;
  }
}

/*servicesPoint*/
.servicesPoint {
  position: relative;
  width: 100%;
  margin: 100px 0 0 0;
  /*addArea*/
}
@media screen and (max-width: 599px) {
  .servicesPoint {
    position: static;
    border: none;
    margin: 50px 0 0 0;
  }
}
.servicesPoint .servicesPointImg {
  width: 45vw;
  position: absolute;
  top: 60px;
  right: 0;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 0 0;
}
@media screen and (max-width: 599px) {
  .servicesPoint .servicesPointImg {
    display: none;
  }
}
.servicesPoint .wrapArea {
  margin: 0 0 0 7%;
  width: 70vw;
  border: 1px solid #ccc;
  border-radius: 40px;
}
@media screen and (max-width: 599px) {
  .servicesPoint .wrapArea {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    border: none;
  }
}
.servicesPoint .wrapArea .servicesPointImg {
  display: none;
}
@media screen and (max-width: 599px) {
  .servicesPoint .wrapArea .servicesPointImg {
    display: block;
    width: 100%;
    height: 250px;
    position: static;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
.servicesPoint .wrapArea .number {
  position: absolute;
  top: -45px;
  left: 5%;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 45px;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  background-color: #ccc;
}
.servicesPoint .wrapArea h2 {
  width: 55%;
  font-size: 30px;
  line-height: 160%;
  margin: 60px 25px 30px 25px;
}
.servicesPoint .wrapArea h2 b {
  font-weight: normal;
  font-size: 125%;
  padding: 0 5px 0 0;
}
@media screen and (max-width: 1000px) {
  .servicesPoint .wrapArea h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .servicesPoint .wrapArea h2 {
    font-size: 22px;
    width: 90%;
    text-align: center;
    margin: 20px auto;
  }
}
.servicesPoint .wrapArea .mainText {
  font-size: 18px;
  width: 55%;
  min-height: 180px;
  margin: 25px;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .servicesPoint .wrapArea .mainText {
    font-size: 15px;
    width: 90%;
    margin: 30px auto;
  }
}
.servicesPoint .wrapArea .mainText h3 {
  font-size: 130%;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
  margin: 20px 0;
}
.inJobs + .servicesPoint .wrapArea .mainText h3 {
  color: #10a387;
}
.servicesPoint.rightSide .servicesPointImg {
  right: auto;
  left: 0;
  border-radius: 0 40px 0 0;
}
@media screen and (max-width: 599px) {
  .servicesPoint.rightSide .servicesPointImg {
    position: static;
    margin: auto;
    border-radius: 5px;
  }
}
.servicesPoint.rightSide .wrapArea {
  margin: 0 7% 0 auto;
}
@media screen and (max-width: 599px) {
  .servicesPoint.rightSide .wrapArea {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.servicesPoint.rightSide .number {
  left: auto;
  right: 5%;
}
@media screen and (max-width: 599px) {
  .servicesPoint.rightSide .number {
    position: static;
  }
}
.servicesPoint.rightSide h2 {
  margin: 60px auto 30px 40%;
}
@media screen and (max-width: 599px) {
  .servicesPoint.rightSide h2 {
    text-align: center;
    margin: 20px auto;
  }
}
.servicesPoint.rightSide .mainText {
  margin: 25px auto 25px 40%;
}
@media screen and (max-width: 599px) {
  .servicesPoint.rightSide .mainText {
    margin: 30px auto;
  }
}
.servicesPoint .addArea {
  width: 92%;
  margin: 0 auto;
}
.servicesPoint .addArea h3 {
  font-size: 20px;
  color: #fff;
  width: 100%;
  line-height: 160%;
  padding: 1% 2%;
  margin: 20px auto 30px;
  border-radius: 2px;
}
.inCareer + .servicesPoint .addArea h3 {
  background: #EB7970;
}
.servicesPoint .addArea .programList {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .servicesPoint .addArea .programList {
    width: 96%;
  }
}
.servicesPoint .addArea .programList li {
  width: 50%;
  margin: 10px 0;
}
.servicesPoint .addArea .programList li i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
  border-radius: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  background: #ededed;
}
@media screen and (max-width: 599px) {
  .servicesPoint .addArea .programList li {
    width: 100%;
  }
}
.servicesPoint .addArea .btnText {
  margin-left: 30px;
  margin-right: 20px;
}
.servicesPoint.inCareer .number {
  background-color: #10a387;
}
@media screen and (max-width: 599px) {
  .servicesPoint.inCareer .number {
    background-color: #fff;
    background: url(../img/common/fukidashi_green.svg) 50% 50% no-repeat;
    position: static;
    background-color: none;
    background-color: unset;
    background-size: 80%;
    border-radius: 0;
    margin: auto;
    line-height: 90px;
    font-size: 40px;
  }
}
.servicesPoint.inCareer h2 {
  color: #10a387;
  font-family: "Kosugi Maru", sans-serif;
  border-bottom: 2px dotted #f3c921;
  padding-bottom: 8px;
}
.servicesPoint.inCollege .number {
  background-color: #EB7970;
}
@media screen and (max-width: 599px) {
  .servicesPoint.inCollege .number {
    background-color: #fff;
    background: url(../img/common/fukidashi_pink.svg) 50% 50% no-repeat;
    position: static;
    background-color: none;
    background-color: unset;
    background-size: 80%;
    border-radius: 0;
    margin: auto;
    line-height: 90px;
    font-size: 40px;
  }
}
.servicesPoint.inCollege h2 {
  color: #10a387;
  font-family: "Kosugi Maru", sans-serif;
  border-bottom: 2px dotted #f3c921;
  padding-bottom: 8px;
}
.servicesPoint.inJobs .number {
  background-color: #10a387;
}
@media screen and (max-width: 599px) {
  .servicesPoint.inJobs .number {
    background-color: #fff;
    background: url(../img/common/fukidashi_blue.svg) 50% 50% no-repeat;
    position: static;
    background-color: none;
    background-color: unset;
    background-size: 80%;
    border-radius: 0;
    margin: auto;
    line-height: 90px;
    font-size: 40px;
  }
}
.servicesPoint.inJobs h2 {
  color: #2371B4;
  font-family: "Kosugi Maru", sans-serif;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 8px;
}

.plusPoint {
  width: 90%;
  max-width: 700px;
  margin: 60px auto;
  /*キャリア イラスト*/
}
.plusPoint h2 {
  font-family: "Kosugi Maru", sans-serif;
  font-size: 26px;
  text-align: center;
  margin: 30px auto;
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .plusPoint h2 {
    font-size: 20px;
  }
}
.plusPoint h2 img {
  width: 50px;
}
.plusPoint h2 span {
  font-weight: bold;
  font-size: 120%;
}
.plusPoint p {
  margin: 30px auto;
}
.plusPoint .oneTeamPic {
  width: 80%;
  max-width: 480px;
  display: block;
  margin: 50px auto 50px;
}

/*サービスポイント 追加項目*/
/*ふきだしエリア*/
.timeLineWrap {
  width: 65%;
  margin: 70px auto;
}
@media screen and (max-width: 1000px) {
  .timeLineWrap {
    width: 80%;
    font-size: 90%;
    margin: 60px auto;
  }
}
@media screen and (max-width: 599px) {
  .timeLineWrap {
    width: 90%;
    font-size: 90%;
    margin: 50px auto;
  }
}
.timeLineWrap .balloon {
  margin-bottom: 2em;
  position: relative;
}
.timeLineWrap .balloon .balloonImageLeft,
.timeLineWrap .balloon .balloonImageRight {
  width: 90px;
  height: 90px;
}
.timeLineWrap .balloon .balloonImageLeft {
  float: left;
  margin-right: 20px;
}
.timeLineWrap .balloon .balloonImageRight {
  float: right;
  margin-left: 20px;
}
.timeLineWrap .balloon .balloonImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  background-color: #f5f5f5;
}
.timeLineWrap .balloon .balloonImg img {
  width: 100%;
  height: 100%;
}
.timeLineWrap .balloon .balloon-image-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
.timeLineWrap .balloon .balloonTextRight,
.timeLineWrap .balloon .balloonTextLeft {
  background-color: #F1EAE7;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  max-width: calc(100% - 120px);
  display: inline-block;
}
.timeLineWrap .balloon .balloonTextRight {
  float: left;
  /* 三角部分 */
}
.timeLineWrap .balloon .balloonTextRight:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #F1EAE7;
  top: 15px;
  left: -20px;
}
.timeLineWrap .balloon .balloonTextRight:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #F1EAE7;
  top: 15px;
  left: -19px;
}
.timeLineWrap .balloon .balloonTextLeft {
  float: right;
}
.timeLineWrap .balloon .balloonTextLeft:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #F1EAE7;
  top: 15px;
  right: -20px;
}
.timeLineWrap .balloon .balloonTextLeft:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #F1EAE7;
  top: 15px;
  right: -19px;
}
.timeLineWrap .balloon p {
  margin: 0 0 20px;
}
.timeLineWrap .balloon p:last-child {
  margin-bottom: 0;
}

.frameWithPersons {
  position: relative;
  width: 90%;
  max-width: 700px;
  border: 2px solid #2371B4;
  border-radius: 10px;
  margin: 110px auto 50px;
  padding: 70px 25px 10px 25px;
}
.frameWithPersons .pic {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 10;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border: 10px solid #fff;
}
.frameWithPersons th,
.frameWithPersons td {
  text-align: center;
}
.frameWithPersons th span,
.frameWithPersons td span {
  font-size: 80%;
  line-height: 120%;
  text-align: left;
}
.frameWithPersons th b,
.frameWithPersons td b {
  color: #ad404d;
}
.frameWithPersons .day {
  width: 14%;
}
.frameWithPersons .half {
  width: 43%;
}
.frameWithPersons .off {
  background: #eee;
}

.frameWithIcon {
  width: 80%;
  margin: auto;
  /*ブログページ*/
}
.frameWithIcon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .frameWithIcon ul {
    width: 88%;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.frameWithIcon ul li {
  position: relative;
  width: 46%;
  margin: 40px 2%;
  padding: 50px 20px 20px;
  border-radius: 10px;
  border: 2px solid #ccc;
}
.inCareer + .frameWithIcon ul li {
  border-color: #10a387;
}
@media screen and (max-width: 599px) {
  .frameWithIcon ul li {
    width: 100%;
    margin: 30px auto;
    padding: 15px;
  }
}
.frameWithIcon ul li .icon {
  position: absolute;
  width: 120px;
  height: 85px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .frameWithIcon ul li .icon {
    width: 100px;
    height: 65px;
    line-height: 60px;
    font-size: 55px;
  }
}
.frameWithIcon ul li .icon i {
  font-size: 70px;
}
@media screen and (max-width: 599px) {
  .frameWithIcon ul li .icon i {
    font-size: 55px;
  }
}
.inCareer + .frameWithIcon ul li .icon i {
  color: #EB7970;
}
.frameWithIcon ul li h2 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 599px) {
  .frameWithIcon ul li h2 {
    font-size: 22px;
  }
}
.frameWithIcon ul li h2 span {
  font-size: 70%;
}
.frameWithIcon ul li p {
  line-height: 160%;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .frameWithIcon ul li p {
    font-size: 15px;
  }
}
.frameWithIcon.inPortal ul li {
  border-color: #10a387;
}
.frameWithIcon.inPortal ul li .icon i {
  color: #ad404d;
}
.frameWithIcon.inCollege ul li {
  border-color: #6ac0e0;
}
.frameWithIcon.inCollege ul li .icon i {
  color: #EB7970;
}
.frameWithIcon.inJobs ul li {
  border-color: #5e738d;
}
.frameWithIcon.inJobs ul li .icon i {
  color: #2371B4;
}
.frameWithIcon.tagArea ul {
  width: 100%;
}
.frameWithIcon.tagArea ul li {
  width: 47%;
  margin: 40px 1.5%;
}
@media screen and (max-width: 599px) {
  .frameWithIcon.tagArea ul li {
    width: 100%;
  }
}
.frameWithIcon.tagArea ul li p {
  font-size: 15px;
  text-align: center;
}
.frameWithIcon.tagArea ul li a.tag {
  display: inline-block;
  padding: 5px 15px;
  margin: 10px 5px;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .frameWithIcon.tagArea ul li a.tag {
    font-size: 14px;
  }
}
.inCareer + .frameWithIcon.tagArea ul li a.tag {
  border: 1px solid #EB7970;
}
.inCollege + .frameWithIcon.tagArea ul li a.tag {
  border: 1px solid #EB7970;
}
.inJobs + .frameWithIcon.tagArea ul li a.tag {
  border: 1px solid #10a387;
}
.frameWithIcon.tagArea ul li a.tag:hover {
  background: #f7e184;
}
.frameWithIcon.tagArea.inPortal a.tag {
  border: 1px solid #10a387;
}

/*イラストエリア*/
.staffMessage2 {
  position: relative;
  width: 430px;
  height: 300px;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .staffMessage2 {
    width: 320px;
    height: 200px;
  }
}
.staffMessage2 .circleText {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 14px;
  line-height: 180%;
  width: 200px;
  height: 200px;
  padding: 50px 0 0 0;
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(243, 201, 33, 0.65);
}
@media screen and (max-width: 1000px) {
  .staffMessage2 .circleText {
    font-size: 90%;
  }
}
@media screen and (max-width: 599px) {
  .staffMessage2 .circleText {
    top: 0;
    left: 0;
    font-size: 11px;
    width: 160px;
    height: 160px;
  }
}
.staffMessage2 .staffMan1 {
  position: absolute;
  top: 20px;
  right: 0;
  width: 250px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .staffMessage2 .staffMan1 {
    top: 10px;
    right: 20px;
    width: 160px;
  }
}

.staffMessage3 {
  position: relative;
  width: 440px;
  height: 350px;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .staffMessage3 {
    width: 320px;
    height: 240px;
  }
}
.staffMessage3 .circleText {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 16px;
  line-height: 180%;
  width: 240px;
  height: 240px;
  padding: 70px 0 0 0;
  border-radius: 120px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(243, 201, 33, 0.6);
}
@media screen and (max-width: 1000px) {
  .staffMessage3 .circleText {
    font-size: 90%;
  }
}
@media screen and (max-width: 599px) {
  .staffMessage3 .circleText {
    top: 0;
    right: 0;
    font-size: 12px;
    width: 160px;
    height: 160px;
    padding: 40px 0 0 0;
  }
}
.staffMessage3 .staffMan2 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 230px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .staffMessage3 .staffMan2 {
    top: 10px;
    left: 20px;
    width: 160px;
  }
}

.personManWork1 {
  margin: 30px 0;
  text-align: right;
}
.personManWork1 img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .personManWork1 img {
    width: 190px;
    height: auto;
  }
}

.persons_walk2 {
  margin: 30px 0;
  text-align: center;
}
.persons_walk2 img {
  width: 50%;
  max-width: 200px;
}

.personManWelcome2 {
  display: block;
  width: 450px;
  height: auto;
  margin: 50px auto;
}
@media screen and (max-width: 599px) {
  .personManWelcome2 {
    max-width: 90%;
    height: auto;
  }
}

/*事業所一覧*/
.prefList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prefList ul li {
  width: 30%;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 15px;
  margin: 0 10px;
}
.prefList ul li:hover {
  background-color: #f5f5f5;
}
.prefList ul li a {
  padding: 20px 0 10px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.prefList ul li a i {
  margin-top: 6px;
  display: block;
}
@media screen and (max-width: 599px) {
  .prefList ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .prefList ul li a {
    font-size: 16px;
  }
}
.prefList.inCareer ul li {
  border-color: #10a387;
}
.prefList.inCareer ul li a i {
  color: #10a387;
}
.prefList.inCollege ul li {
  border-color: #6ac0e0;
}
.prefList.inCollege ul li a i {
  color: #EB7970;
}
.prefList.inJobs ul li {
  border-color: #2371B4;
}
.prefList.inJobs ul li a i {
  color: #2371B4;
}

.branchList ul li {
  margin: 0 0 50px 0;
}
.branchList ul li h2 {
  font-size: 22px;
  height: 60px;
  font-weight: 600;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 599px) {
  .branchList ul li h2 {
    font-size: 17px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 320px) {
  .branchList ul li h2 {
    font-size: 15px;
  }
}
.branchList ul li h2 a {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.branchList ul li h2 a span {
  line-height: 60px;
}
.branchList ul li h2 a i {
  font-size: 35px;
  line-height: 60px;
}
.inCareer + .branchList ul li h2 a i {
  color: #10a387;
}
.inJobs + .branchList ul li h2 a i {
  color: #2371B4;
}
@media screen and (max-width: 599px) {
  .branchList ul li h2 a i {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .branchList ul li h2 a i {
    font-size: 24px;
  }
}
.branchList ul li h2:hover {
  background-color: #ddd;
}
.branchList ul li table {
  width: 96%;
  margin: 20px auto;
}
.branchList ul li table tr th, .branchList ul li table tr td {
  border: 1px solid #ddd;
  padding: 10px 10px 7px;
  vertical-align: middle;
}
.branchList ul li table tr th {
  width: 70px;
  text-align: center;
  font-size: 160%;
  line-height: 100%;
}
.branchList ul li table tr th span {
  font-weight: normal;
  display: block;
  font-size: 12px;
}
.branchList ul li table tr td {
  text-align: left;
  line-height: 170%;
}
.branchList ul li table tr td .telLink {
  font-size: 130%;
  font-weight: bold;
  color: #ad404d;
}
.branchList ul li table tr td .category {
  color: #fff;
  font-size: 80%;
  display: inline-block;
  font-style: normal;
  margin: 10px 3px;
  padding: 5px 6px;
  border-radius: 20px;
}
.branchList ul li table tr td .category.style1 {
  background-color: #10a387;
}
.branchList ul li table tr td .category.style2 {
  background-color: #EB7970;
}
.branchList ul li table tr td .category.style3 {
  background-color: #2371B4;
}
.branchList ul li table tr td .category.style4 {
  background-color: #5e738d;
}
.branchList ul li table tr td .category.style5 {
  background-color: #6ac0e0;
}
.branchList ul li table tr td .ages {
  color: #575757;
  font-size: 80%;
  display: inline-block;
  font-style: normal;
  margin: 10px 3px;
  padding: 4px 6px;
  border-radius: 2px;
}
.branchList ul li table tr td .ages i {
  color: #EB7970;
  margin: 0 5px 0 0;
}
.branchList ul li table tr td .ages i.fa-check-circle {
  color: #EB7970;
}
.branchList ul li table tr td .ages i.fa-circle {
  color: #ccc;
}
.branchList ul li table tr td .ages.style1 {
  border: 1px solid #EB7970;
}
.branchList ul li table tr td .ages.style2 {
  color: #ccc;
  border: 1px solid #ccc;
}
.branchList ul li .goDetail {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}
.branchList ul li .goDetail a {
  color: #2371B4;
}
.branchList ul li .goDetail a i {
  margin: 0 10px 0 0;
}
.branchList ul li .goDetail a:hover {
  text-decoration: underline;
}

.hrStyle1 {
  width: 90%;
  border-top: 2px dotted #10a387;
  border-bottom: none;
  margin: 80px auto 40px;
}

.hrStyle2 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: none;
  margin: 0 auto;
}

.hrStyle3 {
  width: 90%;
  border-top: 2px dotted #6ac0e0;
  border-bottom: none;
  margin: 80px auto 40px;
}

.hrStyle4 {
  width: 90%;
  border-top: 2px dotted #5e738d;
  border-bottom: none;
  margin: 80px auto 40px;
}

/*事業所詳細*/
.branchTitle {
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 0 0 40px 0;
}
.branchTitle h1 {
  margin: 50px 0 30px 0;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width: 599px) {
  .branchTitle h1 {
    margin: 30px 0 20px 0;
  }
}
.branchTitle h1 span {
  font-size: 28px;
}
@media screen and (max-width: 599px) {
  .branchTitle h1 span {
    font-size: 24px;
  }
}
.branchTitle h1 b {
  display: block;
  font-size: 46px;
  font-weight: 500;
  margin: 15px 0;
}
@media screen and (max-width: 599px) {
  .branchTitle h1 b {
    font-size: 36px;
    margin: 10px 0;
  }
}
.branchTitle .category {
  color: #fff;
  font-style: normal;
  padding: 7px 20px;
  border-radius: 20px;
  margin: 8px;
}
@media screen and (max-width: 599px) {
  .branchTitle .category {
    font-size: 14px;
    padding: 7px 12px;
    margin: 5px;
  }
}
.branchTitle .category.style1 {
  background-color: #10a387;
}
.branchTitle .category.style2 {
  background-color: #EB7970;
}
.branchTitle .category.style3 {
  background-color: #2371B4;
}
.branchTitle .category.style4 {
  background-color: #5e738d;
}
.branchTitle .category.style5 {
  background-color: #6ac0e0;
}

.branchSlide ul {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.branchSlide ul li {
  width: 50%;
}
.branchSlide ul li img {
  width: 100%;
  border: 1px solid #fff;
}
.branchSlide ul.slick-initialized {
  opacity: 1;
}

.branchTel {
  margin: 40px 0 50px;
  text-align: center;
  line-height: 200%;
}
.branchTel.inCollege a {
  color: #EB7970;
}
@media screen and (max-width: 599px) {
  .branchTel {
    margin: 40px 0;
  }
}
.branchTel a {
  font-family: "Varela Round", sans-serif;
  font-size: 36px;
  color: #ad404d;
}
@media screen and (max-width: 599px) {
  .branchTel a {
    font-size: 30px;
  }
}
@media screen and (max-width: 320px) {
  .branchTel a {
    font-size: 26px;
  }
}
.branchTel a i {
  font-size: 110%;
  margin: 0 10px 0 0;
}
@media (min-width: 599px) {
  .branchTel a:hover {
    cursor: default;
  }
}
.branchTel span {
  font-size: 90%;
  display: block;
  margin: 0;
}

.frameInfo {
  width: 100%;
  margin: auto;
}
.frameInfo dl {
  position: relative;
  padding: 40px 20px 20px 20px;
  border-radius: 10px;
}
.frameInfo dl.inCareer {
  border: 1px solid #10a387;
}
.frameInfo dl.inCollege {
  border: 1px solid #6ac0e0;
}
.frameInfo dl.inJobs {
  border: 1px solid #2371B4;
}
.frameInfo dl dt {
  width: 120px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 26px;
  font-weight: 600;
  font-family: "Kosugi Maru", sans-serif;
  background: #fff;
  padding: 3px 10px;
  margin: auto;
  text-align: center;
}
.frameInfo dl dd a {
  color: #2371B4;
  font-weight: bold;
  font-size: 103%;
}
.frameInfo dl dd a:hover {
  text-decoration: underline;
}
.frameInfo dl dd b {
  color: #ad404d;
  font-weight: bold;
}

.pageBranchWrap {
  width: 70%;
  max-width: 800px;
  margin: auto;
  /*dlBasic*/
}
@media screen and (max-width: 1000px) {
  .pageBranchWrap {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .pageBranchWrap {
    width: 90%;
  }
}
.pageBranchWrap .dlBasic {
  width: 100%;
  margin: auto;
}
.pageBranchWrap .dlBasic dt {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 0 15px 0;
}
.inCareer + .pageBranchWrap .dlBasic dt {
  background: #10a387;
}
.inCollege + .pageBranchWrap .dlBasic dt {
  background: #6ac0e0;
}
.inJobs + .pageBranchWrap .dlBasic dt {
  background: #5e738d;
}
.pageBranchWrap .dlBasic dd {
  margin: 0 15px 30px 15px;
}
.inCareer + .pageBranchWrap .dlBasic dd i.fa-phone, .inCareer + .pageBranchWrap .dlBasic dd i.fa-fax {
  color: #EB7970;
}
.inCollege + .pageBranchWrap .dlBasic dd i.fa-phone, .inCollege + .pageBranchWrap .dlBasic dd i.fa-fax {
  color: #6ac0e0;
}
.inJobs + .pageBranchWrap .dlBasic dd i.fa-phone, .inJobs + .pageBranchWrap .dlBasic dd i.fa-fax {
  color: #5e738d;
}
.pageBranchWrap iframe {
  display: block;
  width: 100%;
  height: 350px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 599px) {
  .pageBranchWrap iframe {
    width: 100%;
    height: 30vh;
    margin: 30px auto 15px;
  }
}

/*pageBranchWrap*/
/*お知らせ・ブログ*/
.articleWrap {
  max-width: 720px;
  margin: 30px auto 70px;
}
@media screen and (max-width: 1000px) {
  .articleWrap {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .articleWrap {
    width: 90%;
  }
}

article {
  line-height: 180%;
  font-size: 17px;
}
@media screen and (max-width: 599px) {
  article {
    font-size: 16px;
  }
}
article h1.articleTitle {
  margin: 20px 0 15px;
  padding: 0 0 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 160%;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  article h1.articleTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  article h1.articleTitle {
    font-size: 22px;
  }
}
.inCareer article h1.articleTitle {
  border-bottom: 1px solid #10a387;
}
.inCollege article h1.articleTitle {
  border-bottom: 1px solid #6ac0e0;
}
.inJobs article h1.articleTitle {
  border-bottom: 1px solid #2371B4;
}
.inPortal article h1.articleTitle {
  border-bottom: 1px solid #10a387;
}
article h1.articleTitle span {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 180%;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  article h1.articleTitle span {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  article h1.articleTitle span {
    font-size: 16px;
  }
}
.inCareer article h1.articleTitle span {
  background-color: #10a387;
}
.inCollege article h1.articleTitle span {
  background-color: #EB7970;
}
.inJobs article h1.articleTitle span {
  background-color: #10a387;
}
.inPortal article h1.articleTitle span {
  background-color: #10a387;
}
article .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  article .info {
    display: block;
  }
}
article p {
  margin: 30px 0 30px;
}
article a {
  color: #2371B4;
  font-weight: bold;
}
article hr {
  margin: 30px 0;
  border-color: #ccc;
}
article .place,
article .date {
  font-size: 90%;
  color: #777;
}
@media screen and (max-width: 599px) {
  article .place,
article .date {
    display: block;
    text-align: right;
  }
}
article .place i,
article .date i {
  margin: 0 3px 0 0;
}
article .place {
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  article .place {
    padding-right: 0;
  }
}
article .category {
  color: #fff;
  font-size: 90%;
  background-color: #393636;
  padding: 0 15px;
  border-radius: 20px;
}
article h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 40px 0;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  article h1 {
    font-size: 25px;
    margin: 30px 0;
  }
}
article h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 35px 0;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  article h2 {
    font-size: 22px;
  }
}
.inCareer article h2 {
  border-bottom: 1px dotted #EB7970;
}
.inCollege article h2 {
  border-bottom: 1px dotted #6ac0e0;
}
.inJobs article h2 {
  border-bottom: 1px dotted #2371B4;
}
.inPortal article h2 {
  border-bottom: 1px dotted #EB7970;
}
article h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 25px 0;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  article h3 {
    font-size: 20px;
  }
}
.inCareer article h3 {
  color: #10a387;
}
.inCollege article h3 {
  color: #EB7970;
}
.inJobs article h3 {
  color: #2371B4;
}
.inPortal article h3 {
  color: #10a387;
}
article h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 25px 0;
}
@media screen and (max-width: 599px) {
  article h4 {
    font-size: 18px;
  }
}
.inCareer article h4 {
  border-left: 5px solid #10a387;
}
.inCollege article h4 {
  border-left: 5px solid #6ac0e0;
}
.inJobs article h4 {
  border-left: 5px solid #2371B4;
}
.inPortal article h4 {
  border-left: 5px solid #10a387;
}
article h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 20px;
}
@media screen and (max-width: 599px) {
  article h5 {
    font-size: 18px;
  }
}
article h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 20px;
}
@media screen and (max-width: 599px) {
  article h6 {
    font-size: 18px;
  }
}
article img {
  max-width: 100%;
  margin: 20px auto;
}
article img.small {
  max-width: 49.5%;
}
article figure.aligncenter {
  display: block;
  margin: 20px auto;
}
article blockquote, article .wp-block-quote {
  background: #f5f5f5;
  padding: 15px;
  border: none;
  border-radius: 10px;
  margin: 30px 0;
}
article ul li {
  list-style-type: disc;
  margin: 0 0 0 25px;
}
article ol li {
  list-style-type: decimal;
  margin: 0 0 0 25px;
}

/*フォーム関連*/
.formBasic {
  background: #f5f5f5;
  padding: 30px;
  margin: 40px 0;
  border-radius: 10px;
}
.formBasic.withSubTitle {
  padding: 1px 30px 30px 30px;
}
.formBasic hr {
  border-top: 1px solid #ccc;
  margin: 30px 0;
}
.formBasic dl dt {
  margin: 5px 0;
  font-size: 105%;
}
.formBasic dl dt span {
  color: #EB7970;
  display: inline-block;
  font-size: 80%;
  border: 1px solid #EB7970;
  line-height: 110%;
  padding: 3px 5px;
  border-radius: 3px;
  margin: 0 5px;
}
.formBasic dl dd {
  font-size: 17px;
  margin: 10px 0 18px;
}
.formBasic dl dd input[type=text],
.formBasic dl dd input[type=tel],
.formBasic dl dd input[type=number],
.formBasic dl dd input[type=email] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
.formBasic dl dd input[type=text].column2 {
  width: 32%;
}
.formBasic dl dd i {
  font-style: normal;
  margin: 0 8px;
}
.formBasic dl dd label.radioBtn,
.formBasic dl dd label.chkBox,
.formBasic dl dd .wpcf7-checkbox,
.formBasic dl dd .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.formBasic dl dd input[type=radio],
.formBasic dl dd input[type=checkbox] {
  margin: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.formBasic dl dd select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}
.formBasic dl dd textarea {
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
}
.formBasic dl dd .caption {
  margin: 3px 0 0 0;
  color: #777;
  font-size: 84%;
  text-align: center;
}
.formBasic .wpcf7c-elm-step2 {
  text-align: center;
}
.formBasic input[type=submit],
.formBasic input[type=button],
.formBasic button[type=submit] {
  display: block;
  margin: 50px auto 20px;
  padding: 0 30px;
  min-width: 120px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #575757;
  color: #fff;
  text-align: center;
}
.formBasic input[type=submit]:hover,
.formBasic input[type=button]:hover,
.formBasic button[type=submit]:hover {
  opacity: 0.85;
}
.formBasic input[type=submit].wpcf7-back, .formBasic input[type=submit].wpcf7-submit,
.formBasic input[type=button].wpcf7-back,
.formBasic input[type=button].wpcf7-submit,
.formBasic button[type=submit].wpcf7-back,
.formBasic button[type=submit].wpcf7-submit {
  display: inline-block;
  margin: 30px 40px 10px;
}
.formBasic .submitbutton {
  text-align: center;
}
.formBasic.wpcf7-form p br {
  display: none;
}
.formBasic .wpcf7-spinner {
  display: none;
  margin: 0 auto;
}

/*お問い合わせ、資料請求*/
.pageSimpleTitle {
  border-top: 1px solid #ccc;
  text-align: center;
  margin: 0 0 40px 0;
}
.pageSimpleTitle h1 {
  margin: 60px 0 30px;
  font-family: "Kosugi Maru", sans-serif;
  display: block;
  font-size: 41px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  .pageSimpleTitle h1 {
    font-size: 30px;
    margin: 40px 0 25px 0;
  }
}
.pageSimpleTitle span {
  display: block;
  width: 50px;
  height: 5px;
  margin: auto;
}
.pageSimpleTitle.inCareer span, .pageSimpleTitle.inPortal span {
  background-color: #10a387;
}
.pageSimpleTitle.inCollege span {
  background-color: #EB7970;
}
.pageSimpleTitle.inJobs span {
  background-color: #2371B4;
}

/*ご利用までの流れ キャリア・ジョブズ*/
.flowArea {
  width: 100%;
  background: #f5f5f5;
  padding: 50px 0;
  /*flowBox*/
}
@media screen and (max-width: 599px) {
  .flowArea {
    width: 100%;
    padding: 20px 0;
  }
}
.flowArea .inner {
  min-width: 450px;
  width: 65%;
  padding: 10px 50px 40px;
  background: #fff;
  margin: auto;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .flowArea .inner {
    min-width: auto;
    width: 90%;
    padding: 10px 20px 30px;
  }
}
.flowArea.inCareer .flowBox .number {
  background: url(../img/common/fukidashi_green.svg) 50% 50% no-repeat;
  background-size: 90%;
}
.flowArea.inJobs .flowBox .number {
  background: url(../img/common/fukidashi_blue.svg) 50% 50% no-repeat;
  background-size: 90%;
}
.flowArea.inCollege .flowBox .number {
  background: url(../img/common/fukidashi_pink.svg) 50% 50% no-repeat;
  background-size: 90%;
}
.flowArea .flowBox {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 599px) {
  .flowArea .flowBox {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
}
.flowArea .flowBox .number {
  font-size: 30px;
  color: #fff;
  width: 80px;
  height: 90px;
  text-align: center;
  line-height: 80px;
  margin: 20px auto;
  font-family: "Varela Round", sans-serif;
}
.flowArea .flowBox h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .flowArea .flowBox h2 {
    font-size: 22px;
  }
}
.flowArea .flowBox h2 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .flowArea .flowBox h2 span {
    font-size: 12px;
  }
}
.flowArea .flowBox img {
  display: block;
  max-width: 320px;
  max-height: 300px;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .flowArea .flowBox img {
    max-width: 200px;
    max-height: 250px;
  }
}
.flowArea .flowBox p {
  text-align: justify;
}

/*キャリア*/
/*キャリア定着支援*/
.wholeImageWrap img {
  display: block;
  width: 45%;
  max-width: 400px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 599px) {
  .wholeImageWrap img {
    width: 80%;
    margin: 30px auto 40px;
  }
}

.teichakuWrap {
  width: 90%;
  background: #f5f5f5;
  margin: 40px auto 0;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .teichakuWrap .teichakuBox {
    width: 100%;
    margin: 15px auto;
    padding: 20px;
  }
}
.teichakuWrap .teichakuBox.left, .teichakuWrap .teichakuBox.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.teichakuWrap .teichakuBox.left ul li i, .teichakuWrap .teichakuBox.right ul li i {
  color: #EB7970;
}
.teichakuWrap .teichakuBox.left {
  padding: 0 0 30px;
  border-bottom: 2px dotted #10a387;
}
.teichakuWrap .teichakuBox.left img {
  width: 150px;
  height: auto;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 599px) {
  .teichakuWrap .teichakuBox.left img {
    width: 30%;
    margin: 0 20px 0 0;
  }
}
.teichakuWrap .teichakuBox.right {
  padding: 30px 0 0;
}
.teichakuWrap .teichakuBox.right img {
  width: 130px;
  height: auto;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 599px) {
  .teichakuWrap .teichakuBox.right img {
    width: 30%;
    margin: 0 0 0 15px;
  }
}
.teichakuWrap .teichakuBox.right.smile img {
  width: 150px;
}
@media screen and (max-width: 599px) {
  .teichakuWrap .teichakuBox.right.smile img {
    width: 30%;
    margin: 0 0 0 15px;
  }
}

.caseWrap {
  border: 1px solid #10a387;
  border-radius: 20px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 599px) {
  .caseWrap {
    margin: 0 0 35px 0;
  }
}
.caseWrap .caseNumber {
  text-align: center;
  color: #fff;
  width: 100px;
  height: 50px;
  line-height: 40px;
  border-radius: 0 0 50px 50px;
  background: #10a387;
  margin: 0 auto 30px;
}
.caseWrap h3 {
  font-size: 140%;
  font-weight: 600;
  text-align: center;
  line-height: 170%;
  margin: 10px 20px 10px;
}
.caseWrap .caseProfile {
  text-align: center;
  margin: 10px 0 0 0;
}
.caseWrap .timeLineWrap {
  width: 90%;
  margin-top: 40px;
}

.illisutArrow {
  color: #EB7970;
  text-align: center;
  font-size: 50px;
  margin: 30px 0 20px;
}

.h4teichaku {
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  margin: 0 0 30px 0;
  line-height: 160%;
}
.h4teichaku span {
  padding: 0 0 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F9F2B7));
  background: linear-gradient(transparent 60%, #F9F2B7 60%);
}

.teichakuStaffComment {
  width: 84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
}
.teichakuStaffComment h5 {
  font-size: 108%;
  font-weight: 600;
  margin: 0 0 5px 0;
  line-height: 160%;
  text-align: justify;
}
.teichakuStaffComment h5 i {
  color: #10a387;
}
.teichakuStaffComment .staffComment1 {
  width: 70%;
  max-width: 220px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 599px) {
  .teichakuStaffComment .staffComment1 {
    width: 30%;
    margin: 0 0 0 15px;
  }
}

/*実績*/
.lastYear {
  width: 400px;
  height: 530px;
  margin: auto;
  background: url(../img/career/services/achievement/result_bg.svg) 0 0 no-repeat;
  background-size: 100%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .lastYear {
    width: 300px;
    height: 400px;
  }
}
.lastYear .numbers {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 599px) {
  .lastYear .numbers {
    padding: 50px 0 0 0;
  }
}
.lastYear .numbers b {
  font-size: 68px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .lastYear .numbers b {
    font-size: 48px;
  }
}
.lastYear .numbers span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .lastYear .numbers span {
    font-size: 20px;
  }
}
.lastYear p {
  font-size: 90%;
  text-align: center;
  line-height: 145%;
}

.totalYears {
  width: 500px;
  margin: 60px auto;
  position: relative;
  padding: 30px 20px 20px;
  border-radius: 10px;
  border: 2px solid #10a387;
}
@media screen and (max-width: 599px) {
  .totalYears {
    width: 300px;
    padding: 20px 15px 20px;
  }
}
.totalYears .icon {
  position: absolute;
  width: 120px;
  height: 85px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .totalYears .icon {
    width: 100px;
    height: 65px;
    line-height: 60px;
    font-size: 55px;
  }
}
.totalYears .icon i {
  font-size: 70px;
  color: #EB7970;
}
@media screen and (max-width: 599px) {
  .totalYears .icon i {
    font-size: 55px;
  }
}
.totalYears h2 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 599px) {
  .totalYears h2 {
    font-size: 22px;
  }
}
.totalYears .numbers {
  text-align: center;
}
.totalYears .numbers b {
  color: #10a387;
  font-size: 40px;
}
.totalYears .numbers span {
  font-size: 20px;
}
.totalYears .numbers p {
  margin: 20px 0 0 0;
  line-height: 150%;
  text-align: center;
  font-size: 90%;
}

.graph {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .graph.graphCircle {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  .graph.graphBar {
    width: 100%;
    padding: 0px;
  }
}

/*ジョブズ */
.wrapWithImg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapWithImg img {
  width: 30%;
  margin: 15px 2% 15px 0;
  border-radius: 5px;
}

/*ジョブズ清掃 */
.ulStyleImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ulStyleImg li {
  width: 45%;
  margin: 20px 2.5%;
}
@media screen and (max-width: 599px) {
  .ulStyleImg li {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.ulStyleImg li h3 {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 15px;
}
.ulStyleImg li img {
  width: 100%;
  border-radius: 5px;
}

.staffCleanMessage {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 60px auto;
}

.jobsKigyoPerson {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 30px auto;
}

.tblImg {
  width: 90%;
  margin: auto;
}
.tblImg td img {
  max-width: 100%;
}
.tblImg td i {
  font-size: 120%;
}
.tblImg th, .tblImg td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.riyourei1 {
  margin: 0 0 30px 0;
}
.riyourei1 h2 {
  color: #2371B4;
  font-size: 130%;
  font-weight: 300;
  margin: 30px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #2371B4;
}
.riyourei1 h3 {
  font-size: 125%;
  font-weight: 600;
  margin: 20px 0;
}
.riyourei1 h3 i {
  font-size: 110%;
  color: #2371B4;
}

.branchMessage img {
  display: block;
  width: 85%;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  .branchMessage p {
    width: 94%;
    margin: 0 auto;
  }
}

/*youtube掲載*/
.youtubeArea {
  text-align: center;
}
.youtubeArea iframe {
  display: block;
  width: 600px;
  height: 340px;
  margin: 30px auto;
}
@media screen and (max-width: 599px) {
  .youtubeArea iframe {
    width: 80vw;
    height: 45vw;
  }
}
.youtubeArea p {
  text-align: center;
}

/*カレッジ*/
.jobInternFlow {
  margin: 30px 0;
  padding: 0 30px 30px;
  border-radius: 30px;
  border: 1px solid #6ac0e0;
}
.jobInternFlow h3 {
  font-weight: 600;
  font-size: 130%;
  margin: 30px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #6ac0e0;
}
.jobInternFlow h3 i {
  color: #EB7970;
  margin-right: 10px;
}
.jobInternFlow h3 span {
  font-weight: normal;
  font-size: 90%;
}

.jobInternGirl {
  display: block;
  width: 40%;
  max-width: 280px;
  margin: 40px auto;
}

.daikonGirl {
  position: absolute;
  bottom: -10px;
  right: 30px;
  width: 180px;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .daikonGirl {
    right: 5px;
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .daikonGirl {
    bottom: -5px;
    right: 5px;
    width: 90px;
  }
}

.childrenSmile {
  position: absolute;
  bottom: -20px;
  right: 30px;
  width: 180px;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .childrenSmile {
    right: 5px;
    width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .childrenSmile {
    bottom: -15px;
    right: 5px;
    width: 120px;
  }
}

.imgHoukatsu {
  display: block;
  margin: 60px auto;
  width: 85%;
  max-width: 520px;
}

/*--------------------------------*/
/*lazysizesフェードイン */
.lazyload.fadeIn,
.lazyloading.fadeIn {
  opacity: 0;
  visibility: hidden;
}

.lazyloaded.fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 1.8s ease;
  transition: 1.8s ease;
}

/*lazysizesズームイン */
.lazyload.zoomIn,
.lazyloading.zoomIn {
  opacity: 0;
  visibility: hidden;
}

.lazyloaded.zoomIn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 1.8s ease;
  transition: 1.8s ease;
}

/*会社情報、サービス案内*/
.infoNaviPage {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 70px;
}
.infoNaviPage ul li {
  border-bottom: 1px solid #ddd;
}
.infoNaviPage ul li:first-child {
  border-top: 1px solid #ddd;
}
.infoNaviPage ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0;
}
.infoNaviPage ul li a:hover {
  background: #f5f5f5;
}
.infoNaviPage ul li i.left {
  font-size: 150%;
  vertical-align: middle;
  color: #ad404d;
  margin: 0 20px 0 15px;
  width: 1.5em;
}
.inCareer + .infoNaviPage ul li i.left {
  color: #10a387;
}
.inCollege + .infoNaviPage ul li i.left {
  color: #EB7970;
}
.inJobs + .infoNaviPage ul li i.left {
  color: #2371B4;
}
.infoNaviPage ul li .fa-chevron-right {
  font-size: 150%;
  vertical-align: middle;
  color: #ad404d;
  float: right;
  margin: 0 15px 0 5px;
}
.inCareer + .infoNaviPage ul li .fa-chevron-right {
  color: #10a387;
}
.inCollege + .infoNaviPage ul li .fa-chevron-right {
  color: #EB7970;
}
.inJobs + .infoNaviPage ul li .fa-chevron-right {
  color: #2371B4;
}
.infoNaviPage ul li .fa-window-restore {
  color: #10a387;
}
.infoNaviPage h3 {
  width: 100%;
  background: #f5f5f5;
  padding: 25px 0;
  margin: 15px 0;
  text-align: center;
}
.infoNaviPage h3 i {
  font-size: 110%;
  margin: 0 10px;
  color: #10a387;
}

/*--------------------------------*/
/*読み物ページ　関連記事*/
.library-recommendlist {
  border-top: solid 1px #ccc;
}
/*# sourceMappingURL=common-pages.css.map */