@charset "UTF-8";
/*変数*/
/*iPhone5 ブレイクポイント*/
/*iPhone ブレイクポイント*/
/*スマホ ブレイクポイント*/
/*タブレット ブレイクポイント*/
/*タブレット ブレイクポイント*/
/*PC ブレイクポイント*/
/*clearfix*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

/*デバイス別表示・非表示*/
.pcNone {
  display: none;
}
@media screen and (max-width: 599px) {
  .pcNone {
    display: inline;
  }
}

.pcNone2 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pcNone2 {
    display: inline;
  }
}

.tbNone {
  display: none;
}
@media (min-width: 1000px) {
  .tbNone {
    display: inline;
  }
}

.spNone {
  display: none;
}
@media (min-width: 599px) {
  .spNone {
    display: inline;
  }
}

/*リンク*/
.btnText {
  display: inline-block;
  color: #2371B4;
  vertical-align: middle;
  margin: 20px 0 10px;
}
.btnText .fal {
  font-size: 140%;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.btnBig,
.btnBigBlack,
.btnBigBlack2 {
  margin: 50px 0;
  text-align: center;
}
.btnBig a,
.btnBigBlack a,
.btnBigBlack2 a {
  display: inline-block;
  color: #fff;
  min-width: 310px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  border-radius: 10px;
  vertical-align: middle;
}
.btnBig a i,
.btnBigBlack a i,
.btnBigBlack2 a i {
  padding-left: 20px;
  font-size: 110%;
}
@media screen and (max-width: 599px) {
  .btnBig a,
.btnBigBlack a,
.btnBigBlack2 a {
    min-width: 250px;
  }
}

.inCareer .btnBig a,
.inCareer.btnBig a,
.inCollege .btnBig a,
.inCollege.btnBig a,
.inJobs .btnBig a,
.inJobs.btnBig a {
  background: #EB7970;
}

.btnBig.blue a {
  background-color: #2371B4;
}

.btnBig.inTwo p {
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}
.btnBig.inTwo a {
  margin: 10px;
}

.btnBigBlack a {
  background: #575757;
}
.btnBigBlack a:hover {
  opacity: 0.85;
}

.btnBigBlack2 a {
  background: #393636;
}
.btnBigBlack2 a:hover {
  opacity: 0.85;
}

a.link {
  font-weight: bold;
  color: #2371B4;
  font-size: 103%;
}
a.link:hover {
  text-decoration: underline;
}

.telLink {
  color: #ad404d;
  font-weight: bold;
  font-size: 120%;
}
@media (min-width: 1000px) {
  .telLink:hover {
    cursor: initial;
  }
}
.telLink.inCollege {
  color: #EB7970;
}
.telLink.inJobs {
  color: #2371B4;
}
.telLink.inCareer {
  color: #EB7970;
}

.btnToForm {
  margin: 50px 0;
  text-align: center;
}
.btnToForm a {
  display: inline-block;
  color: #fff;
  min-width: 330px;
  height: 85px;
  line-height: 85px;
  margin: auto;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  .btnToForm a {
    min-width: 200px;
    width: 90%;
    padding: 0;
    font-size: 18px;
  }
}
.btnToForm a i {
  padding-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .btnToForm a i {
    font-size: 30px;
  }
}
.btnToForm a:hover {
  opacity: 0.85;
}

.inCareer.btnToForm a {
  background: #EB7970;
}

.inCollege.btnToForm a {
  background: #EB7970;
}

.inJobs.btnToForm a {
  background: #2371B4;
}

.inPortal.btnToForm a {
  background: #ad404d;
}

.noTap {
  pointer-events: none;
}

/*セレクション色変更*/
::-moz-selection {
  background-color: rgba(173, 64, 77, 0.2);
}
::selection {
  background-color: rgba(173, 64, 77, 0.2);
}

/*チェックリスト*/
.cheackList ul li {
  line-height: 170%;
  margin: 10px 0;
  text-align: justify;
}
.cheackList ul li i {
  width: 5%;
  display: block;
  color: #ad404d;
  font-weight: 500;
  font-size: 120%;
  float: left;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  .cheackList ul li i {
    width: 8%;
    font-size: 140%;
  }
}
.cheackList ul li span {
  display: block;
  width: 95%;
  float: right;
}
@media screen and (max-width: 599px) {
  .cheackList ul li span {
    width: 92%;
  }
}

/*タイトル*/
h2.topH2 {
  font-size: 50px;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin: 60px 0;
}
@media screen and (max-width: 1000px) {
  h2.topH2 {
    font-size: 40px;
    margin: 60px 0 40px;
  }
}
.inCareer h2.topH2 {
  color: #10a387;
}
.inCollege h2.topH2 {
  color: #EB7970;
}
.inJobs h2.topH2 {
  color: #2371B4;
}
h2.topH2 span {
  color: #393636;
  display: block;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: normal;
  font-size: 21px;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  h2.topH2 span {
    font-size: 18px;
  }
}

/*文章*/
.taLight {
  text-align: right;
}

.pSmall {
  font-size: 90%;
}

/*スライドナビ*/
.slideNavi {
  letter-spacing: 0.3em;
  margin: 50px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .slideNavi {
    margin: 10px 0 0 0;
  }
}
.slideNavi .fa-arrow-circle-left,
.slideNavi .fa-arrow-circle-right {
  font-size: 200%;
  vertical-align: middle;
  color: #575757;
}
.slideNavi span {
  color: #575757;
}
.slideNavi span.on {
  color: #ad404d;
}
.slideNavi .slideNaviInner,
.slideNavi .slideNaviVoiceInner {
  display: inline-block;
  position: relative;
}
.slideNavi .slick-dots {
  position: static;
  height: 34px;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .slideNavi .slick-dots {
    height: 28px;
    margin-left: 0px;
  }
}
.slideNavi .slick-dots li {
  display: inline-block;
  width: 22px;
  height: 34px;
  margin: 0 11px;
}
@media screen and (max-width: 599px) {
  .slideNavi .slick-dots li {
    width: 10px;
    height: 18px;
    margin: 0 8px;
  }
}
.slideNavi .slick-dots li button:before {
  font-size: 22px;
  color: #575757;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .slideNavi .slick-dots li button:before {
    font-size: 18px;
  }
}
.slideNavi .slick-dots li.slick-active button:before {
  color: #ad404d;
  opacity: 1;
}
.slideNavi .slick-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 34px;
  height: 40px;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .slideNavi .slick-arrow {
    width: 28px;
    height: 34px;
    top: 16px;
  }
}
.slideNavi .slick-prev:before, .slideNavi .slick-next:before {
  font-size: 34px;
  color: #575757;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .slideNavi .slick-prev:before, .slideNavi .slick-next:before {
    font-size: 28px;
  }
}
.slideNavi .slick-prev {
  right: 100%;
  margin-right: 10px;
}
.slideNavi .slick-next {
  left: 100%;
  margin-left: 10px;
}

/*スクロールバー*/
/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 20px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #999;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*header*/
header {
  padding: 15px 15px 5px 15px;
  /*close nav*/
}
@media screen and (max-width: 599px) {
  header {
    padding: 10px;
  }
}
@media (max-width: 1000px) {
  header {
    position: relative;
  }
  header .navBgCover {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    background: rgba(3, 3, 3, 0.5);
    display: block;
    cursor: pointer;
  }
  header .navBgCover.dark {
    opacity: 1;
    visibility: visible;
  }
}
header h1 {
  width: 110px;
  height: 55px;
  float: left;
}
header h1.h1Portal {
  margin: 0;
  float: left;
}
header h1.h1Portal img {
  width: 100px;
  height: auto;
}
@media (min-width: 375px) {
  header h1.h1Portal img {
    width: 135px;
  }
}
@media (min-width: 1000px) {
  header h1.h1Portal img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  header h1.h1Portal img {
    width: 220px;
  }
}
header h1.h1Portal a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 375px) {
  header h1 {
    width: 135px;
  }
}
@media (min-width: 1000px) {
  header h1 {
    width: 200px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  header h1 {
    width: 300px;
    height: 80px;
  }
}
header h1 img {
  width: 50px;
  height: auto;
  float: left;
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  header h1 img {
    width: 70px;
  }
}
header h1 .brandName {
  display: block;
  float: left;
  width: 150px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin: 5px 0 5px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  header h1 .brandName {
    width: 190px;
    font-size: 22px;
  }
}
header h1 .servicesName {
  display: block;
  float: left;
  width: 150px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  header h1 .servicesName {
    width: 190px;
    font-size: 13px;
  }
}
header h1.inCareer, header h1.inCollege, header h1.inJobs {
  width: 220px;
}
@media (min-width: 1200px) {
  header h1.inCareer, header h1.inCollege, header h1.inJobs {
    width: 300px;
  }
}
header .btnHeader {
  width: 161px;
  height: 60px;
  float: right;
  border-radius: 30px;
}
header .btnHeader i {
  font-size: 28px;
  color: #fff;
  display: block;
  float: left;
  width: 41px;
  height: 60px;
  margin: 0 0 0 12px;
  line-height: 60px;
  text-align: center;
}
header .btnHeader span {
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
  width: 90px;
  height: 50px;
  margin: 10px 10px 0 0;
  line-height: 150%;
  text-align: center;
}
header .btnHeader:hover {
  opacity: 0.7;
}
header .btnHeader.inCareer {
  background-color: #10a387;
}
header .btnHeader.inCollege {
  background-color: #EB7970;
}
header .btnHeader.inJobs {
  background-color: #2371B4;
}
header .btnHeader.btn--request {
  background-color: #ad404d;
  width: 46px;
  height: 46px;
  border-radius: 8px;
}
header .btnHeader.btn--request a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 5px 0;
}
@media (min-width: 375px) {
  header .btnHeader.btn--request {
    width: 70px;
  }
}
@media (min-width: 1000px) {
  header .btnHeader.btn--request {
    width: 150px;
    height: 50px;
    border-radius: 30px;
  }
  header .btnHeader.btn--request a {
    display: inline;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header .btnHeader.btn--request {
    width: 170px;
  }
}
header .btnHeader.btn--request i {
  height: auto;
  line-height: 1;
  float: none;
  margin: 0 auto;
  font-size: 18px;
}
@media (min-width: 1000px) {
  header .btnHeader.btn--request i {
    height: 50px;
    margin: 0 0 0 12px;
    line-height: 50px;
    font-size: 24px;
    float: left;
    width: 34px;
  }
}
@media (min-width: 1200px) {
  header .btnHeader.btn--request i {
    width: 41px;
    font-size: 28px;
  }
}
header .btnHeader.btn--request span {
  width: 100%;
  line-height: 1;
  font-size: 10px;
  margin: 5px 0 0;
}
@media (min-width: 1000px) {
  header .btnHeader.btn--request span {
    width: 86px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  header .btnHeader.btn--request span {
    width: 100px;
  }
}
header .btnHeader.btn--contact {
  background-color: #fff;
  border-color: #ad404d;
  border-style: solid;
  border-width: 2px;
  margin-left: 8px;
  height: 46px;
  border-radius: 8px;
  width: 68px;
}
header .btnHeader.btn--contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 5px 0;
}
@media (min-width: 375px) {
  header .btnHeader.btn--contact {
    width: 70px;
  }
}
@media (min-width: 1000px) {
  header .btnHeader.btn--contact {
    width: 150px;
    height: 50px;
    border-radius: 30px;
    margin-left: 8px;
  }
  header .btnHeader.btn--contact a {
    display: inline;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header .btnHeader.btn--contact {
    width: 170px;
  }
}
header .btnHeader.btn--contact i {
  color: #ad404d;
  height: auto;
  line-height: 1;
  float: none;
  margin: 0 auto;
  font-size: 18px;
}
@media (min-width: 1000px) {
  header .btnHeader.btn--contact i {
    height: 46px;
    margin: 0 0 0 12px;
    line-height: 46px;
    font-size: 24px;
    float: left;
    width: 34px;
  }
}
@media (min-width: 1200px) {
  header .btnHeader.btn--contact i {
    width: 41px;
    font-size: 28px;
  }
}
header .btnHeader.btn--contact span {
  color: #ad404d;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 10px;
  margin: 4px 0 0;
}
@media (min-width: 1000px) {
  header .btnHeader.btn--contact span {
    width: 86px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  header .btnHeader.btn--contact span {
    width: 100px;
  }
}
header .burgerBtn {
  float: right;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  position: fixed;
  right: 20px;
  top: 13px;
  z-index: 9999;
  border-radius: 12px;
}
@media (min-width: 1000px) {
  header .burgerBtn {
    display: none;
  }
}
header .burgerBtn.close .bar_top {
  -webkit-transform: translate(-50%, 5px) rotate(45deg);
          transform: translate(-50%, 5px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .burgerBtn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .burgerBtn.close .bar_bottom {
  -webkit-transform: translate(-50%, -5px) rotate(-45deg);
          transform: translate(-50%, -5px) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .burgerBtn .bar {
  width: 28px;
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
header .burgerBtn .bar_top {
  top: 11px;
}
header .burgerBtn .bar_bottom {
  top: 21px;
}
header .burgerBtn .menu {
  position: absolute;
  top: 31px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
header .burgerBtn.inCareer {
  background-color: #EB7970;
}
header .burgerBtn.inCollege {
  background-color: #6ac0e0;
}
header .burgerBtn.inJobs {
  background-color: #5e738d;
}
header .burgerBtn.inPortal {
  background-color: #ad404d;
}
header .burgerBtn.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
header .burgerBtn.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
header .btnHeaderWrap {
  position: fixed;
  top: 14px;
  right: 76px;
  z-index: 1000;
  display: none;
}
header .btnHeaderWrap.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
header .btnHeaderWrap.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}
@media (min-width: 1000px) {
  header .btnHeaderWrap {
    display: block;
    top: auto;
    right: auto;
    position: static;
  }
  header .btnHeaderWrap.UpMove {
    -webkit-animation: none;
            animation: none;
  }
  header .btnHeaderWrap.DownMove {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1000px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--contact, header .btnHeaderWrap.inCollege .btnHeader.btn--contact, header .btnHeaderWrap.inJobs .btnHeader.btn--contact {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--contact, header .btnHeaderWrap.inCollege .btnHeader.btn--contact, header .btnHeaderWrap.inJobs .btnHeader.btn--contact {
    width: 190px;
  }
}
@media (min-width: 1000px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--contact i, header .btnHeaderWrap.inCollege .btnHeader.btn--contact i, header .btnHeaderWrap.inJobs .btnHeader.btn--contact i {
    font-size: 18px;
    width: 24px;
    margin: 0 0 0 8px;
  }
}
@media (min-width: 1200px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--contact i, header .btnHeaderWrap.inCollege .btnHeader.btn--contact i, header .btnHeaderWrap.inJobs .btnHeader.btn--contact i {
    width: 41px;
    font-size: 28px;
    margin: 0 0 0 12px;
  }
}
@media (min-width: 1000px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--contact span, header .btnHeaderWrap.inCollege .btnHeader.btn--contact span, header .btnHeaderWrap.inJobs .btnHeader.btn--contact span {
    width: 105px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--contact span, header .btnHeaderWrap.inCollege .btnHeader.btn--contact span, header .btnHeaderWrap.inJobs .btnHeader.btn--contact span {
    width: 120px;
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--request, header .btnHeaderWrap.inCollege .btnHeader.btn--request, header .btnHeaderWrap.inJobs .btnHeader.btn--request {
    width: 138px;
  }
}
@media (min-width: 1200px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--request, header .btnHeaderWrap.inCollege .btnHeader.btn--request, header .btnHeaderWrap.inJobs .btnHeader.btn--request {
    width: 170px;
  }
}
@media (min-width: 1000px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--request i, header .btnHeaderWrap.inCollege .btnHeader.btn--request i, header .btnHeaderWrap.inJobs .btnHeader.btn--request i {
    margin: 0 0 0 8px;
    font-size: 18px;
    width: 26px;
  }
}
@media (min-width: 1200px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--request i, header .btnHeaderWrap.inCollege .btnHeader.btn--request i, header .btnHeaderWrap.inJobs .btnHeader.btn--request i {
    width: 41px;
    font-size: 28px;
    margin: 0 0 0 12px;
  }
}
@media (min-width: 1000px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--request span, header .btnHeaderWrap.inCollege .btnHeader.btn--request span, header .btnHeaderWrap.inJobs .btnHeader.btn--request span {
    width: 92px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header .btnHeaderWrap.inCareer .btnHeader.btn--request span, header .btnHeaderWrap.inCollege .btnHeader.btn--request span, header .btnHeaderWrap.inJobs .btnHeader.btn--request span {
    width: 100px;
    font-size: 14px;
  }
}
header .btnHeaderWrap.inCareer .btnHeader.btn--contact {
  border-color: #EB7970;
}
header .btnHeaderWrap.inCareer .btnHeader.btn--contact i, header .btnHeaderWrap.inCareer .btnHeader.btn--contact span {
  color: #EB7970;
}
header .btnHeaderWrap.inCareer .btnHeader.btn--request {
  background-color: #10a387;
}
header .btnHeaderWrap.inCollege .btnHeader.btn--contact {
  border-color: #6ac0e0;
}
header .btnHeaderWrap.inCollege .btnHeader.btn--contact i, header .btnHeaderWrap.inCollege .btnHeader.btn--contact span {
  color: #6ac0e0;
}
header .btnHeaderWrap.inCollege .btnHeader.btn--request {
  background-color: #10a387;
}
header .btnHeaderWrap.inJobs .btnHeader.btn--contact {
  border-color: #5e738d;
}
header .btnHeaderWrap.inJobs .btnHeader.btn--contact i, header .btnHeaderWrap.inJobs .btnHeader.btn--contact span {
  color: #5e738d;
}
header .btnHeaderWrap.inJobs .btnHeader.btn--request {
  background-color: #10a387;
}
header nav {
  /*PC表示おわり*/
  /*スマホ表示おわり*/
}
@media (min-width: 1000px) {
  header nav {
    min-width: 490px;
    margin: 10px 0 0 0;
    float: right;
    position: relative;
  }
  header nav.inPortal {
    min-width: 445px;
  }
  header nav ul li a.commonMenuTitle {
    display: block;
    min-width: 50px;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 18px 0 0;
    cursor: pointer;
  }
  header nav ul li a.commonMenuTitle i {
    display: none;
  }
  header nav ul li a.commonMenuTitle i.fa-external-link {
    margin-left: 2px;
    display: inline-block;
  }
  header nav ul li a.commonMenuTitle:hover {
    color: #10a387;
  }
  header nav ul li a.commonMenuTitle.inJobs:hover {
    color: #2371B4;
  }
  header nav ul li a.commonMenuTitle.inCollege:hover {
    color: #EB7970;
  }
  header nav ul li a.commonMenuTitle.inPortal:hover {
    color: #ad404d;
  }
  header nav ul li a.commonMenuTitle.pcNone {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 599px) {
  header nav ul li a.commonMenuTitle.pcNone {
    display: block;
  }
}
@media (min-width: 1000px) {
  header nav ul li a.commonMenuTitle.tbNone {
    display: none;
  }
}
@media (min-width: 1000px) and (min-width: 1000px) {
  header nav ul li a.commonMenuTitle.tbNone {
    display: block;
  }
}
@media (min-width: 1000px) {
  header nav ul li ul.navSubMenu {
    width: 310px;
    max-width: 80%;
    display: none;
    position: absolute;
    z-index: 101;
    top: 35px;
    left: -30px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
  }
  header nav ul li ul.navSubMenu.second {
    left: 70px;
  }
  header nav ul li ul.navSubMenu li {
    display: block;
    margin: 0 10px;
  }
  header nav ul li ul.navSubMenu li b {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 5px;
    margin: 8px 0;
    border-radius: 5px;
  }
  header nav ul li ul.navSubMenu li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    /*ジョブズ*/
  }
  header nav ul li ul.navSubMenu li a.bdNone {
    border: none;
  }
  header nav ul li ul.navSubMenu li a:hover {
    cursor: pointer;
  }
  header nav ul li ul.navSubMenu li a .typeA, header nav ul li ul.navSubMenu li a .typeB {
    line-height: 140%;
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0 2px;
    vertical-align: middle;
  }
  header nav ul li ul.navSubMenu li a .typeA {
    background: #2371B4;
  }
  header nav ul li ul.navSubMenu li a .typeB {
    background: #10a387;
  }
  header nav ul li ul.navSubMenu.inCareer li a i {
    color: #EB7970;
    margin-right: 5px;
    font-weight: bold;
    font-size: 110%;
  }
  header nav ul li ul.navSubMenu.inCareer li a:hover {
    color: #EB7970;
    cursor: pointer;
  }
  header nav ul li ul.navSubMenu.inCareer li b {
    background: #10a387;
  }
  header nav ul li ul.navSubMenu.inJobs li a i {
    color: #5e738d;
    margin-right: 5px;
    font-weight: bold;
    font-size: 110%;
  }
  header nav ul li ul.navSubMenu.inJobs li a:hover {
    color: #2371B4;
    cursor: pointer;
  }
  header nav ul li ul.navSubMenu.inJobs li b {
    background: #5e738d;
  }
  header nav ul li ul.navSubMenu.inCollege li a i {
    color: #6ac0e0;
    margin-right: 5px;
    font-weight: bold;
    font-size: 110%;
  }
  header nav ul li ul.navSubMenu.inCollege li a:hover {
    color: #EB7970;
    cursor: pointer;
  }
  header nav ul li ul.navSubMenu.inCollege li b {
    background: #EB7970;
  }
  header nav ul li ul.navSubMenu.inPortal li a i {
    color: #ad404d;
    margin-right: 5px;
    font-weight: bold;
    font-size: 110%;
  }
  header nav ul li ul.navSubMenu.inPortal li a:hover {
    color: #ad404d;
    cursor: pointer;
  }
  header nav ul li ul.navSubMenu.inPortal li b {
    background: #10a387;
  }
}
@media (min-width: 999px) {
  header nav.inCareer, header nav.inCollege, header nav.inJobs {
    min-width: 450px;
  }
  header nav.inCareer ul li a.commonMenuTitle, header nav.inCollege ul li a.commonMenuTitle, header nav.inJobs ul li a.commonMenuTitle {
    padding: 0 12px 0 0;
  }
}
@media (min-width: 1200px) {
  header nav.inCareer, header nav.inCollege, header nav.inJobs {
    min-width: 480px;
  }
  header nav.inCareer ul li a.commonMenuTitle, header nav.inCollege ul li a.commonMenuTitle, header nav.inJobs ul li a.commonMenuTitle {
    padding: 0 18px 0 0;
  }
}
@media (max-width: 999px) {
  header nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 85%;
    z-index: 1000;
    background: #fff;
  }
  header nav.fade {
    opacity: 1;
    visibility: visible;
  }
  header nav .navInner {
    background: #fff;
    height: calc(100vh - 77px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header nav .navInner .commonMenuTitle {
    font-weight: bold;
    background: #f5f5f5;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    margin: 2px auto;
  }
  header nav .navInner .commonMenuTitle i {
    display: block;
    float: right;
    margin: 0 5px 0 0;
  }
  header nav .navInner .commonMenuTitle.tbNone {
    display: none;
  }
}
@media (max-width: 999px) and (min-width: 999px) {
  header nav .navInner .commonMenuTitle.tbNone {
    display: block;
  }
}
@media (max-width: 999px) {
  header nav .navInner .navSubMenu {
    margin: 10px;
    display: none;
  }
  header nav .navInner .navSubMenu li a {
    padding: 6px 0;
    display: block;
    width: 100%;
    height: 100%;
    /*ジョブズ*/
  }
  header nav .navInner .navSubMenu li a .fal {
    margin-right: 3px;
  }
  header nav .navInner .navSubMenu li a:hover {
    color: #2371B4;
  }
  header nav .navInner .navSubMenu li a .typeA, header nav .navInner .navSubMenu li a .typeB {
    line-height: 140%;
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 10px;
    margin: 0 2px;
    vertical-align: middle;
  }
  header nav .navInner .navSubMenu li a .typeA {
    background: #2371B4;
  }
  header nav .navInner .navSubMenu li a .typeB {
    background: #10a387;
  }
  header nav .navInner .navSubMenu li:last-child a {
    border-bottom: none;
  }
  header nav .navInner .navSubMenu li b {
    color: #fff;
    display: block;
    width: 100%;
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 90%;
    border-radius: 2px;
    background: #575757;
  }
  header nav .navInner .navSubMenu li.navSubMenuChild {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 999px) {
  header nav .navInner .simpleMenuTitle {
    padding: 10px 10px 0 10px;
  }
  header nav .navInner .simpleMenuTitle a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav .navInner .simpleMenuTitle a:hover {
    color: #2371B4;
  }
  header nav .navInner .simpleMenuTitle .fal {
    display: block;
    float: right;
    margin: 0 5px 0 0;
  }
}
@media (max-width: 999px) {
  header nav .navInner .bannerLink {
    height: 65px;
    margin: 14px;
    padding: 7px 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  header nav .navInner .bannerLink.basic a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav .navInner .bannerLink.basic span {
    margin: 5px 0;
    display: block;
    font-size: 13px;
  }
  header nav .navInner .bannerLink.basic b {
    font-size: 110%;
    font-weight: bold;
  }
  header nav .navInner .bannerLink.toVisst a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav .navInner .bannerLink.toVisst img {
    width: 130px;
    height: auto;
    margin: 3px 0 3px;
  }
  header nav .navInner .bannerLink.toVisst b {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #ad404d;
    padding: 2px 10px;
  }
  header nav .navInner .bannerLink.inCareer {
    background: url(../img/common/icon_to_link.svg) 95% 50% no-repeat;
    background-size: 18px auto;
  }
  header nav .navInner .bannerLink.inCollege {
    background: url(../img/common/icon_to_link_pink.svg) 95% 50% no-repeat;
    background-size: 18px auto;
  }
  header nav .navInner .bannerLink.inJobs {
    background: url(../img/common/icon_to_link_blue.svg) 95% 50% no-repeat;
    background-size: 18px auto;
  }
  header nav .navInner .bannerLink.inPortal {
    background: url(../img/common/icon_to_link_red.svg) 95% 50% no-repeat;
    background-size: 18px auto;
  }
  header nav .navInner .bannerLink:hover {
    border: 1px solid #2371B4;
  }
}
@media (max-width: 999px) {
  header nav .navInner .buttonlink i {
    font-size: 28px;
    margin-right: 10px;
  }
  header nav .navInner .buttonlink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 64px;
    border-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 16px;
  }
  header nav .navInner .buttonlink a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  header nav .navInner .buttonlink .text {
    font-size: 16px;
  }
  header nav .navInner .buttonlink.button--primary {
    margin-top: 20px;
    padding: 20px 14px 0;
    border-top: solid 2px #f5f5f5;
  }
  header nav .navInner .buttonlink.button--primary a {
    background: #ad404d;
    color: #fff;
  }
  header nav .navInner .buttonlink.button--primary a::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  header nav .navInner .buttonlink.button--white {
    padding: 14px 14px 0;
  }
  header nav .navInner .buttonlink.button--white a {
    border: solid 2px #ad404d;
    color: #ad404d;
  }
  header nav .navInner .buttonlink.button--white a::before {
    border-top: solid 2px #ad404d;
    border-right: solid 2px #ad404d;
  }
  header nav .navInner .buttonlink.button--online {
    padding: 14px;
  }
  header nav .navInner .buttonlink.button--online a {
    background: #ad404d;
    color: #fff;
  }
  header nav .navInner .buttonlink.button--online a::before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  header nav .navInner .buttonlink:last-child {
    padding-bottom: 80px;
  }
}
@media (max-width: 999px) {
  header nav.inCareer .navInner .buttonlink.button--primary a {
    background: #10a387;
  }
  header nav.inCareer .navInner .buttonlink.button--white a {
    border-color: #EB7970;
    color: #EB7970;
  }
  header nav.inCareer .navInner .buttonlink.button--white a::before {
    border-color: #EB7970;
  }
}
@media (max-width: 999px) {
  header nav.inCollege .navInner .buttonlink.button--primary a {
    background: #10a387;
  }
  header nav.inCollege .navInner .buttonlink.button--white a {
    border-color: #6ac0e0;
    color: #6ac0e0;
  }
  header nav.inCollege .navInner .buttonlink.button--white a::before {
    border-color: #6ac0e0;
  }
}
@media (max-width: 999px) {
  header nav.inJobs .navInner .buttonlink.button--primary a {
    background: #10a387;
  }
  header nav.inJobs .navInner .buttonlink.button--white a {
    border-color: #5e738d;
    color: #5e738d;
  }
  header nav.inJobs .navInner .buttonlink.button--white a::before {
    border-color: #5e738d;
  }
}
@media (max-width: 375px) {
  header nav .navInner .buttonlink i {
    font-size: 22px;
  }
  header nav .navInner .buttonlink a {
    padding: 12px;
  }
  header nav .navInner .buttonlink a::before {
    right: 8px;
  }
  header nav .navInner .buttonlink .text {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  header nav .topBtn,
header nav .requestBtn,
header nav ul li.spMenu {
    display: none;
  }
}
header nav .topBtn {
  width: 52px;
  height: 52px;
  text-align: center;
  margin: 15px 10px 10px;
}
header nav .topBtn i {
  font-size: 32px;
  margin: 0 0 5px 0;
}
header nav .topBtn span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.07em;
  font-weight: bold;
}
header nav.inCareer .topBtn {
  color: #10a387;
}
header nav.inJobs .topBtn {
  color: #2371B4;
}
header nav.inCollege .topBtn {
  color: #EB7970;
}
header nav.inPortal .topBtn {
  color: #ad404d;
}
header nav .requestBtn {
  font-size: 120%;
  color: #fff;
  width: 80%;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;
}
header nav .requestBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
header nav .requestBtn:hover {
  opacity: 0.9;
}
header nav.inCareer .requestBtn {
  background: #10a387;
}
header nav.inJobs .requestBtn {
  background: #2371B4;
}
header nav.inCollege .requestBtn {
  background: #EB7970;
}
header nav.inPortal .requestBtn {
  background: #ad404d;
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*close siteCommon header*/
body {
  background-color: #fff;
}

.keyVisual {
  min-height: calc( 45vw + 60px + 160px );
  max-height: 600px;
  position: relative;
  z-index: 0;
  margin: 10px 0 0 0;
}
@media (min-width: 1400px) {
  .keyVisual {
    min-height: 860px;
  }
}
@media screen and (max-width: 599px) {
  .keyVisual {
    min-height: 900px;
  }
}
.keyVisual.inCareer {
  background: #EB7970;
}
.keyVisual.inCollege {
  background: #6ac0e0;
}
@media screen and (max-width: 599px) {
  .keyVisual.inCollege {
    min-height: 950px;
  }
}
.keyVisual.inJobs {
  background: #5e738d;
}
@media screen and (max-width: 599px) {
  .keyVisual.inJobs {
    min-height: 950px;
  }
}

.slickBg {
  background-color: #fff;
}

.slickEyecatch {
  position: relative;
  padding: 0;
  display: none;
}

.slickEyecatch.slick-initialized {
  display: block;
}

.slickEyecatch li {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.slickEyecatch li img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

.slickEyecatch > .slick-list,
.slickEyecatch > .slick-list > .slick-track,
.slickEyecatch > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.bgWhite {
  width: 100%;
  height: 22.5vw;
  max-height: 300px;
  position: absolute;
  top: 100;
  z-index: -1;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .bgWhite {
    height: 265px;
  }
}

.container {
  width: 90%;
  max-width: 1400px;
  height: 45vw;
  max-height: 600px;
  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;
  overflow: hidden;
  position: relative;
  /*スライド切り替わりナビ*/
  /*キービジュアル画像の設定*/
}
@media screen and (max-width: 599px) {
  .container {
    height: 530px;
    border-radius: 40px 0 40px 0;
    overflow: hidden;
  }
}
.container .slick-dots,
.container ol {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 9999;
}
.container .slick-dots li,
.container ol li {
  width: 30px;
  height: 5px;
  margin: 0 7px 0 7px;
  background: #fff;
  font-style: normal;
}
.container .slick-dots li.slick-active, .container .slick-dots li.on,
.container ol li.slick-active,
.container ol li.on {
  background: #10a387;
  font-style: normal;
}
.container .slick-dots li button,
.container ol li button {
  display: none;
}
.container ul li {
  width: 100%;
  height: 45vw;
  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;
  border-radius: 40px 0 40px 0;
}
@media screen and (max-width: 599px) {
  .container ul li {
    height: 530px;
  }
}
.container ul li img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*container*/
.introBox {
  width: 100%;
  height: auto;
  position: absolute;
  top: 32vw;
  z-index: 9999;
  /*キービジュアル キャッチコピー*/
  /*btnArea*/
}
@media (min-width: 1400px) {
  .introBox {
    top: 450px;
  }
}
@media screen and (max-width: 599px) {
  .introBox {
    top: 400px;
  }
}
.introBox.inCollege {
  top: 27vw;
}
@media (min-width: 1400px) {
  .introBox.inCollege {
    top: 390px;
  }
}
@media screen and (max-width: 599px) {
  .introBox.inCollege {
    top: 360px;
  }
}
.introBox.inJobs {
  top: 27vw;
}
@media (min-width: 1400px) {
  .introBox.inJobs {
    top: 390px;
  }
}
@media screen and (max-width: 599px) {
  .introBox.inJobs {
    top: 360px;
  }
}
.introBox .copyTitle p {
  max-width: 90%;
  display: inline-block;
  background: #fff;
  line-height: 180%;
  border-radius: 0 1px 1px 0;
  padding: 0 0 0 30px;
  font-family: "Kosugi Maru", sans-serif;
}
.introBox .copyTitle p.rowOne {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  .introBox .copyTitle p.rowOne {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .introBox .copyTitle p.rowOne {
    font-size: 32px;
  }
}
.introBox .copyTitle p.rowTwo {
  font-size: 38px;
  margin: 10px 0 0 0;
  padding: 0 15px 0 30px;
}
@media screen and (max-width: 1000px) {
  .introBox .copyTitle p.rowTwo {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .introBox .copyTitle p.rowTwo {
    font-size: 28px;
  }
}
.introBox .copyMessage {
  border-left: 1px solid #fff;
  margin: 0 5% 0 10%;
  padding: 9vw 0 10px 15px;
  color: #fff;
}
@media (min-width: 1400px) {
  .introBox .copyMessage {
    padding: 100px 0 10px 15px;
  }
}
@media screen and (max-width: 599px) {
  .introBox .copyMessage {
    font-size: 18px;
    padding: 16vh 0 10px 15px;
  }
}
@media screen and (max-width: 320px) {
  .introBox .copyMessage {
    font-size: 16px;
  }
}
.inCollege .introBox .copyMessage {
  padding: 7vw 0 10px 15px;
}
@media (min-width: 1400px) {
  .inCollege .introBox .copyMessage {
    padding: 80px 0 10px 15px;
  }
}
@media screen and (max-width: 599px) {
  .inCollege .introBox .copyMessage {
    padding: 12vh 0 10px 15px;
  }
}
.inJobs .introBox .copyMessage {
  padding: 7vw 0 10px 15px;
}
@media (min-width: 1400px) {
  .inJobs .introBox .copyMessage {
    padding: 80px 0 10px 15px;
  }
}
@media screen and (max-width: 599px) {
  .inJobs .introBox .copyMessage {
    padding: 12vh 0 10px 15px;
  }
}
.introBox .copyMessage p br.break1,
.introBox .copyMessage p br.break2 {
  display: none;
}
@media screen and (max-width: 599px) {
  .introBox .copyMessage p br.break1,
.introBox .copyMessage p br.break2 {
    display: inline;
  }
}
.introBox .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.inCareer .introBox .btnArea {
  background-color: #EB7970;
}
.inCollege .introBox .btnArea {
  background-color: #6ac0e0;
}
.inJobs .introBox .btnArea {
  background-color: #5e738d;
}
.introBox .btnArea li {
  width: 40%;
  height: 80px;
  background: #fff;
  border-radius: 10px;
  margin: 30px 15px;
  padding: 0;
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 599px) {
  .introBox .btnArea li {
    height: auto;
  }
}
.introBox .btnArea li a {
  display: block;
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
.introBox .btnArea li a:hover {
  cursor: pointer;
  pointer-events: auto;
  opacity: 0.9;
}
.introBox .btnArea li i {
  font-size: 40px;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 599px) {
  .introBox .btnArea li i {
    display: block;
    font-size: 12vw;
    padding: 0;
    margin: 15px 0;
  }
}
.introBox .btnArea li span {
  font-size: 2vw;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .introBox .btnArea li span {
    display: block;
    font-size: 3.8vw;
    line-height: 150%;
    padding: 0 0 15px 0;
  }
}
.introBox .btnArea li br {
  display: none;
}
@media screen and (max-width: 599px) {
  .introBox .btnArea li br {
    display: inline;
  }
}
.inCareer .introBox .btnArea i {
  color: #10a387;
}
.inCollege .introBox .btnArea i {
  color: #EB7970;
}
.inJobs .introBox .btnArea i {
  color: #2371B4;
}

/*introBox*/
.topAbout {
  margin: 60px 0 0 0;
  text-align: center;
  /*detail*/
}
@media screen and (max-width: 599px) {
  .topAbout {
    margin: 15px 0 30px 0;
  }
}
.topAbout.inCollege {
  margin: 70px 0 0 0;
}
@media screen and (max-width: 599px) {
  .topAbout.inCollege {
    margin: 60px 0 30px 0;
  }
}
.topAbout.inJobs {
  margin: 70px 0 0 0;
}
@media screen and (max-width: 599px) {
  .topAbout.inJobs {
    margin: 60px 0 30px 0;
  }
}
.topAbout h1 {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 80px;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .topAbout h1 {
    font-size: 4.5vw;
    margin: 15px 0 20px;
  }
}
.topAbout h1 span {
  font-size: 130%;
}
.topAbout h1 img {
  width: 60px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .topAbout h1 img {
    width: 10%;
  }
}
.inCollege + .topAbout h1, .inJobs + .topAbout h1 {
  margin: 30px 0 30px;
  line-height: 160%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inCollege + .topAbout h1 div, .inJobs + .topAbout h1 div {
  width: 350px;
  margin: 0 15px;
}
@media screen and (max-width: 599px) {
  .inCollege + .topAbout h1 div, .inJobs + .topAbout h1 div {
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .inCollege + .topAbout h1, .inJobs + .topAbout h1 {
    height: 80px;
  }
}
.inJobs + .topAbout h1 {
  color: #10a387;
}
.topAbout .mainUser {
  width: 700px;
  height: auto;
  margin: 0 0 4vh 0;
}
@media screen and (max-width: 1000px) {
  .topAbout .mainUser {
    width: 85%;
  }
}
@media screen and (max-width: 599px) {
  .topAbout .mainUser {
    width: 85%;
  }
}
.topAbout .staffMessage {
  width: 700px;
  margin: 0 0 0 4vw;
}
@media screen and (max-width: 1000px) {
  .topAbout .staffMessage {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .topAbout .staffMessage {
    width: 80%;
  }
}
.topAbout .detail {
  position: relative;
  width: 100%;
  height: auto;
  padding: 2% 0;
  text-align: left;
  /*detailInner*/
  /*キャリア*/
  /*カレッジ*/
}
.inCareer + .topAbout .detail {
  background: #f5f5f5;
}
.inCollege + .topAbout .detail {
  background: #6ac0e0;
}
.inJobs + .topAbout .detail {
  background: #5e738d;
}
.topAbout .detail .detailInner {
  margin: 0 2%;
  padding: 2% 0;
  border-radius: 10px;
  background: #fff;
  /*cover*/
  /*pointArea*/
}
.topAbout .detail .detailInner .h2Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.topAbout .detail .detailInner .h2Wrap img {
  margin: 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .topAbout .detail .detailInner .h2Wrap img {
    margin: 70px 0 0;
  }
}
.topAbout .detail .detailInner .h2Wrap h2 {
  width: 70%;
  max-width: 600px;
  font-size: 26px;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.05em;
  line-height: 210%;
  margin: 15px 25px 35px;
}
@media screen and (max-width: 599px) {
  .topAbout .detail .detailInner .h2Wrap h2 {
    font-size: 4.6vw;
    margin: 15px 10px 25px;
  }
}
.topAbout .detail .detailInner .h2Wrap h2 span {
  display: inline-block;
  font-size: 125%;
  padding: 0 0 5px 0;
}
.topAbout .detail .detailInner .h2Wrap h2.inCareer span, .topAbout .detail .detailInner .h2Wrap h2.inCollege span, .topAbout .detail .detailInner .h2Wrap h2.inJobs span {
  color: #10a387;
  background: url(../img/common/dot_line.svg) left bottom no-repeat no-repeat;
  background-size: 190%;
}
.topAbout .detail .detailInner .cover img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .topAbout .detail .detailInner .cover img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topAbout .detail .detailInner .cover p {
  width: 70%;
  height: auto;
  text-align: justify;
  margin: 0 auto;
  padding: 80px 0 0 30px;
  position: relative;
  z-index: 10;
  top: -30px;
}
@media screen and (max-width: 599px) {
  .topAbout .detail .detailInner .cover p {
    width: 85%;
  }
}
.topAbout .detail .detailInner .cover p.inCareer, .topAbout .detail .detailInner .cover p.inCollege, .topAbout .detail .detailInner .cover p.inJobs {
  border-left: 2px solid #EB7970;
}
.topAbout .detail .detailInner .pointArea {
  margin: 20px 0 40px;
}
.topAbout .detail .detailInner .pointArea img {
  display: block;
  width: 46%;
  float: left;
  height: auto;
  margin: 0 4% 0 0;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 599px) {
  .topAbout .detail .detailInner .pointArea img {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
    border-radius: 5px;
  }
}
.topAbout .detail .detailInner .pointArea dl {
  width: 47%;
  float: left;
}
@media screen and (max-width: 599px) {
  .topAbout .detail .detailInner .pointArea dl {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
.topAbout .detail .detailInner .pointArea dl mark {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding: 2px 10px 5px 10px;
  margin: 0 0 5px 0;
  line-height: 150%;
}
.inCareer + .topAbout .detail .detailInner .pointArea dl mark {
  background: #10a387;
}
.inCollege + .topAbout .detail .detailInner .pointArea dl mark {
  background: #EB7970;
}
.inJobs + .topAbout .detail .detailInner .pointArea dl mark {
  background: #2371B4;
}
.topAbout .detail .detailInner .pointArea dl dt span {
  display: block;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 0.05em;
  margin: 8px 0 15px;
}
@media screen and (max-width: 1000px) {
  .topAbout .detail .detailInner .pointArea dl dt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 320px) {
  .topAbout .detail .detailInner .pointArea dl dt span {
    font-size: 19px;
  }
}
.topAbout .detail .detailInner .pointArea dl dd {
  text-align: justify;
}
.topAbout .detail .detailInner .pointArea.right img {
  float: right;
  margin: 0 0 0 4%;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 599px) {
  .topAbout .detail .detailInner .pointArea.right img {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
    border-radius: 5px;
  }
}
.topAbout .detail .detailInner .pointArea.right dl {
  float: right;
}
@media screen and (max-width: 599px) {
  .topAbout .detail .detailInner .pointArea.right dl {
    width: 90%;
    float: none;
  }
}
.topAbout .detail .personWomanWalk {
  position: absolute;
  bottom: -20px;
  right: 60px;
}
@media screen and (max-width: 1000px) {
  .topAbout .detail .personWomanWalk {
    max-width: 120px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .topAbout .detail .personWomanWalk {
    max-width: 90px;
    right: 10px;
  }
}
.topAbout .detail .imgParents {
  position: absolute;
  bottom: -20px;
  right: 60px;
  width: 190px;
}
@media screen and (max-width: 1000px) {
  .topAbout .detail .imgParents {
    max-width: 170px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .topAbout .detail .imgParents {
    max-width: 100px;
    right: 10px;
  }
}

/*topAbout*/
.topBranch {
  position: relative;
  margin: 90px 0;
  /*topBranchInner*/
}
@media screen and (max-width: 1000px) {
  .topBranch {
    margin: 60px 0;
  }
}
.topBranch .topBranchInner {
  border: 1px solid;
  width: 60%;
  margin: 60px auto;
  border-radius: 31px 31px 0 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .topBranch .topBranchInner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .topBranch .topBranchInner {
    border-radius: 15px 15px 0 0;
    width: 85%;
  }
}
.topBranch .topBranchInner h2 {
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  line-height: 100%;
  padding: 15px 0;
  margin: 0;
  border-radius: 30px 30px 0 0;
  vertical-align: bottom;
}
@media screen and (max-width: 599px) {
  .topBranch .topBranchInner h2 {
    border-radius: 15px 15px 0 0;
  }
}
.topBranch .topBranchInner .triangleBelow {
  width: 35px;
  height: 15px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.topBranch .topBranchInner ul li.pref {
  margin: 5%;
}
.topBranch .topBranchInner ul li.pref h3 {
  font-size: 20px;
  border-bottom: 3px solid;
  line-height: 180%;
  margin: 0 0 25px 0;
}
.topBranch .topBranchInner ul li.pref h3.inCareer {
  border-color: #EB7970;
}
.topBranch .topBranchInner ul li.pref h3.inCollege {
  border-color: #EB7970;
}
.topBranch .topBranchInner ul li.pref h3.inJobs {
  border-color: #5e738d;
}
.topBranch .topBranchInner ul li.pref ul li {
  margin: 25px 0;
}
.topBranch .topBranchInner ul li.pref ul li a {
  font-size: 18px;
  color: #2371B4;
}
.topBranch .topBranchInner ul li.pref ul li a span {
  font-size: 75%;
  color: #393636;
  border: 1px solid #EB7970;
  margin: 0 4px;
  padding: 3px 6px;
  border-radius: 15px;
}
.topBranch .topBranchInner.inCareer {
  border-color: #10a387;
}
.topBranch .topBranchInner.inCareer h2 {
  background-color: #10a387;
}
.topBranch .topBranchInner.inCollege {
  border-color: #6ac0e0;
}
.topBranch .topBranchInner.inCollege h2 {
  background-color: #6ac0e0;
}
.topBranch .topBranchInner.inJobs {
  border-color: #5e738d;
}
.topBranch .topBranchInner.inJobs h2 {
  background-color: #5e738d;
}
.topBranch .buildingVisst {
  position: absolute;
  bottom: -40px;
  left: 15%;
}
@media screen and (max-width: 599px) {
  .topBranch .buildingVisst {
    max-width: 90px;
    left: 3%;
  }
}
.topBranch .personManWelcome {
  position: absolute;
  bottom: -40px;
  right: 16%;
}
@media screen and (max-width: 599px) {
  .topBranch .personManWelcome {
    max-width: 90px;
    right: 3%;
  }
}
.topBranch .personWomanWelcome {
  position: absolute;
  bottom: -40px;
  right: 8%;
}
@media screen and (max-width: 1000px) {
  .topBranch .personWomanWelcome {
    right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .topBranch .personWomanWelcome {
    display: none;
  }
}

/*topBranch*/
.topForBusiness {
  background: #f5f5f5;
  padding: 40px 0 30px;
  z-index: 10;
  background-image: url(./../img/common/corner_bg_1.svg), url(./../img/common/corner_bg_2.svg);
  background-position: left 0 top, right 0 bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 80px;
}
@media screen and (max-width: 599px) {
  .topForBusiness {
    background-size: 60px;
  }
}
.topForBusiness h2 {
  margin: 30px 0 0;
  color: #2371B4;
  text-align: center;
  font-size: 30px;
  font-family: "Kosugi Maru", sans-serif;
  letter-spacing: 0.05em;
}
.topForBusiness h2 b {
  font-size: 130%;
  font-weight: normal;
}
.topForBusiness .fukidashi {
  width: 250px;
  height: auto;
  display: block;
  margin: 5px auto 30px;
}
.topForBusiness .inner {
  width: 90%;
  max-width: 700px;
  margin: auto;
  position: relative;
}
.topForBusiness .inner .personKigyo {
  position: absolute;
  right: -40px;
  top: 50px;
  width: 150px;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .topForBusiness .inner .personKigyo {
    width: 110px;
    height: auto;
    right: -10px;
    top: 170px;
  }
}
.topForBusiness .inner .text {
  margin: 30px auto;
}
.topForBusiness .inner .text ul {
  margin: 20px 0;
}
.topForBusiness .inner .text ul li {
  line-height: 150%;
  margin: 5px 0;
  font-weight: bold;
}
.topForBusiness .inner .text ul li i {
  font-size: 120%;
  color: #EB7970;
  margin: 0 5px 0 0;
}
.topForBusiness .inner .text h3 {
  font-size: 110%;
  color: #fff;
  background: #575757;
  margin: 30px auto;
  padding: 8px 10px;
  border-radius: 3px;
}
.topForBusiness .inner .text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 599px) {
  .topForBusiness .inner .text ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.topForBusiness .inner .text ol li {
  width: calc(100% / 6);
  padding: 15px 10px 10px;
  margin: 1%;
  color: #2371B4;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .topForBusiness .inner .text ol li {
    width: calc(94% / 3);
  }
}
.topForBusiness .inner .text ol li i {
  margin: 0 0 10px 0;
  font-size: 40px;
}
.topForBusiness .inner .text ol li p {
  font-size: 80%;
  text-align: center;
}

.voiceCommunity {
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
  padding: 0 0 50px 0;
  margin: 0 0 180px 0;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity {
    padding: 0 0 200px 0;
    margin: 0 0 200px 0;
  }
}
@media screen and (max-width: 599px) {
  .voiceCommunity {
    padding: 0 0 80px 0;
    margin: 0 0 190px 0;
  }
}
.voiceCommunity img.title {
  margin: 50px auto;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity img.title {
    max-width: 90%;
    margin: 50px 0 20px;
  }
}
.voiceCommunity > ul {
  width: 850px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity > ul {
    width: 100%;
  }
}
.voiceCommunity > ul li {
  display: block;
  float: left;
  position: relative;
  width: 360px;
  min-height: 360px;
  padding: 80px 17px 15px;
  background-color: #fff;
  margin: 80px 30px 10px;
  z-index: 5;
}
.voiceCommunity > ul li.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity > ul li {
    float: left;
    width: 85%;
    margin: 80px 10px 10px;
  }
}
.voiceCommunity > ul li img {
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid #eee;
  border-radius: 80px;
  top: -70px;
  left: 110px;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity > ul li img {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.voiceCommunity > ul li h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 13px 0;
}
.voiceCommunity > ul li h3 span {
  font-size: 80%;
  padding-left: 6px;
}
.voiceCommunity > ul li .affiliation {
  font-size: 90%;
  margin: 0 0 10px 0;
  text-align: center;
}
.voiceCommunity > ul li .affiliation.inCareer {
  color: #10a387;
}
.voiceCommunity > ul li .affiliation.inCollege {
  color: #EB7970;
}
.voiceCommunity > ul li .message {
  font-size: 15px;
  text-align: justify;
}
.voiceCommunity > ul li::before, .voiceCommunity > ul li::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
}
.voiceCommunity > ul li::before {
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -4;
}
.voiceCommunity > ul li::after {
  top: 7px;
  left: 7px;
  z-index: -5;
}
.voiceCommunity > ul li.inCareer::after {
  border: 1px solid #10a387;
}
.voiceCommunity > ul li.inCollege::after {
  border: 1px solid #EB7970;
}
.voiceCommunity > ul li:nth-child(even) {
  margin-top: 110px;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity > ul li:nth-child(even) {
    margin-top: 80px;
  }
}
.voiceCommunity .personDocterWoman {
  width: 200px;
  position: absolute;
  left: 35px;
  bottom: -150px;
}
@media screen and (max-width: 1000px) {
  .voiceCommunity .personDocterWoman {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 599px) {
  .voiceCommunity .personDocterWoman {
    left: 24px;
    right: auto;
    width: 130px;
  }
}

/*voiceCommunity*/
.topEvent {
  position: relative;
  text-align: center;
}
.topEvent p.message {
  text-align: center;
  margin-bottom: 1em;
}
.topEvent > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 100px;
}
@media screen and (max-width: 599px) {
  .topEvent > ul {
    display: block;
  }
}
.pageBranchWrap .topEvent > ul {
  display: block;
  margin: 40px 0;
}
.topEvent > ul li {
  text-align: left;
  border: 2px solid #ccc;
  border-radius: 20px;
  width: 40vw;
  min-height: 200px;
  margin: 2vw;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .topEvent > ul li {
    width: 45%;
  }
}
@media screen and (max-width: 599px) {
  .topEvent > ul li {
    width: 90%;
    padding: 15px;
    margin: 20px auto;
  }
}
.pageBranchWrap .topEvent > ul li {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.pageBranchWrap .topEvent > ul li:hover {
  border: 1px solid #10a387;
}
.inCareer + .topEvent > ul li, .topEvent > ul li:hover {
  border: 2px solid #10a387;
}
.inCollege + .topEvent > ul li, .topEvent > ul li:hover {
  border: 2px solid #EB7970;
}
.inJobs + .topEvent > ul li, .topEvent > ul li:hover {
  border: 2px solid #2371B4;
}
.topEvent > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topEvent > ul li a img {
  width: 120px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1000px) {
  .topEvent > ul li a img {
    width: 80px;
    height: 113px;
  }
}
.topEvent > ul li a div {
  margin: 0 0 0 15px;
}
.topEvent > ul li a div .date {
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  background-color: #bbb;
}
@media screen and (max-width: 599px) {
  .topEvent > ul li a div .date {
    font-size: 12px;
  }
}
.topEvent > ul li a div .date.inCareer.on {
  background-color: #10a387;
}
.topEvent > ul li a div .date.inCollege.on {
  background-color: #EB7970;
}
.topEvent > ul li a div .date.inJobs.on {
  background-color: #5e738d;
}
.topEvent > ul li a div .title {
  text-align: justify;
  font-size: 16px;
  margin: 5px 2px;
  line-height: 190%;
}
@media screen and (max-width: 1000px) {
  .topEvent > ul li a div .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .topEvent > ul li a div .title {
    font-size: 14px;
  }
}
.topEvent > ul li a div .place {
  font-size: 14px;
}
.topEvent > ul li a div .place i {
  display: inline-block;
  font-size: 120%;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.topEvent > ul li a div .place.inCareer {
  color: #10a387;
}
.topEvent > ul li a div .place.inCollege {
  color: #10a387;
}
.topEvent > ul li a div .place.inJobs {
  color: #2371B4;
}
.topEvent .slick-initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topEvent .slick-initialized .slick-slide {
  display: list-item;
}
.topEvent .bgEvent {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 210px;
  z-index: -1;
}
.topEvent .bgEvent.inCareer {
  background: #EB7970;
}
.topEvent .bgEvent.inCollege {
  background: #6ac0e0;
}
.topEvent .bgEvent.inJobs {
  background: #5e738d;
}
.topEvent.eventList ul {
  width: 90%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topEvent.eventList ul li {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 47%;
  margin: 1.5%;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .topEvent.eventList ul li {
    width: 100%;
    margin: 20px auto;
  }
}
.topEvent.eventList ul li:hover {
  border: 1px solid #2371B4;
}

/*topEvent*/
.topLibrary {
  text-align: center;
  margin: 0 0 80px 0;
}
.topLibrary p.message {
  text-align: center;
  margin-bottom: 1em;
}
.topLibrary ul {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
@media screen and (max-width: 1000px) {
  .topLibrary ul {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .topLibrary ul {
    display: block;
    margin: auto;
  }
}
.topLibrary ul li {
  border: 1px solid #ccc;
  width: 45%;
  min-height: 150px;
  margin: 2.5%;
  padding: 12px;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  .topLibrary ul li {
    width: 90%;
    margin: 20px auto;
  }
}
.inCareer + .topLibrary ul li:hover {
  border-color: #10a387;
}
.inCollege + .topLibrary ul li:hover {
  border-color: #6ac0e0;
}
.topLibrary ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px 0;
}
.topLibrary ul li .info .date {
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .topLibrary ul li .info .date {
    font-size: 13px;
  }
}
.inCareer + .topLibrary ul li .info .date {
  color: #10a387;
}
.inCollege + .topLibrary ul li .info .date {
  color: #10a387;
}
.inJobs + .topLibrary ul li .info .date {
  color: #2371B4;
}
.topLibrary ul li .info .category {
  color: #fff;
  font-size: 13px;
  background-color: #393636;
  border-radius: 10px;
  padding: 4px 7px;
}
@media screen and (max-width: 599px) {
  .topLibrary ul li .info .category {
    font-size: 13px;
  }
}
.inCollege + .topLibrary ul li .info .category {
  background-color: #10a387;
}
.topLibrary ul li .title p {
  text-align: left;
  margin: 5px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .topLibrary ul li .title p {
    font-size: 14px;
  }
}
.topLibrary ul li img {
  width: 107px;
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  float: left;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 599px) {
  .topLibrary ul li img {
    width: 100px;
    height: 100px;
  }
}
.topLibrary ul li .tag {
  font-style: normal;
  text-align: right;
  font-size: 85%;
  margin: 10px 0 0 0;
}
.topLibrary ul li .tag i {
  font-style: normal;
  font-size: 90%;
  position: relative;
  display: inline-block;
  margin: 0.3em 0.3em 0.3em 0.3em;
  padding: 0.3em 0.3em 0.3em 0.3em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #575757;
  border-radius: 3px;
}

/*topLibrary*/
.topNews p.message {
  text-align: center;
  margin-bottom: 1em;
}
.topNews ul {
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
@media screen and (max-width: 1000px) {
  .topNews ul {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .topNews ul {
    display: block;
  }
}
.pageBranchWrap .topNews ul {
  width: 100%;
  display: block;
  margin: 40px auto;
}
.topNews ul li {
  border: 1px solid #ccc;
  width: 45%;
  min-height: 150px;
  margin: 2.5%;
  padding: 12px;
  border-radius: 5px;
}
.pageBranchWrap .topNews ul li {
  width: 100%;
  min-height: 160px;
  margin: 15px 0;
}
.inCareer + .pageBranchWrap .topNews ul li .info {
  color: #10a387;
}
.inCollege + .pageBranchWrap .topNews ul li .info {
  color: #10a387;
}
.inCareer + .pageBranchWrap .topNews ul li .tag i {
  border-color: #EB7970;
  border-radius: 20px;
}
.inCollege + .pageBranchWrap .topNews ul li .tag i {
  border-color: #EB7970;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .topNews ul li {
    width: 90%;
    margin: 20px auto;
  }
}
.topNews ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px 0;
}
.topNews ul li .info .date {
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .topNews ul li .info .date {
    font-size: 13px;
  }
}
.topNews ul li .info .branch {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .topNews ul li .info .branch {
    font-size: 13px;
  }
}
.topNews ul li .info .branch i {
  font-size: 120%;
  padding: 0 3px 0 0;
}
.inCareer + .topNews ul li .info {
  color: #10a387;
}
.inCollege + .topNews ul li .info {
  color: #10a387;
}
.topNews ul li img {
  width: 107px;
  height: 107px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background: #f5f5f5;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .topNews ul li img {
    width: 100px;
    height: 100px;
  }
}
.topNews ul li .title {
  font-size: 15px;
  text-align: justify;
  line-height: 140%;
}
@media screen and (max-width: 599px) {
  .topNews ul li .title {
    font-size: 14px;
    line-height: 150%;
  }
}
.topNews ul li .title p {
  text-align: left;
}
.pageBranchWrap .topNews ul li .title {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .pageBranchWrap .topNews ul li .title {
    font-size: 14px;
  }
}
.topNews ul li .tag {
  margin: 10px 0 0 0;
  text-align: right;
}
.topNews ul li .tag i {
  display: inline-block;
  border: 1px solid;
  font-size: 12px;
  font-style: normal;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .topNews ul li .tag i {
    font-size: 13px;
  }
}
.inCareer + .topNews ul li .tag i {
  border-color: #EB7970;
}
.inCollege + .topNews ul li .tag i {
  border-color: #6ac0e0;
}
.inCareer + .topNews ul li:hover {
  border-color: #10a387;
}
.inCollege + .topNews ul li:hover {
  border-color: #6ac0e0;
}
.topNews.inPortal ul li .info {
  color: #10a387;
}
.topNews.inPortal ul li .tag i {
  border-color: #10a387;
}
.topNews.inJobs ul li .info {
  color: #2371B4;
}
.topNews.inJobs ul li .tag i {
  border-color: #2371B4;
}

/*topNews*/
/*footer*/
footer {
  position: static;
  padding: 0;
  margin: 0;
  position: relative;
  /*searchArea*/
  /*bannerArea*/
}
footer .searchArea {
  text-align: center;
  min-height: 110px;
  margin: 0 0 80px 0;
  padding: 40px 0;
}
footer .searchArea.inCareer {
  background-color: #10a387;
}
footer .searchArea.inCollege {
  background-color: #6ac0e0;
}
footer .searchArea.inJobs {
  background-color: #5e738d;
}
footer .searchArea h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #fff;
}
footer .searchArea form {
  background: #fff;
  width: 98%;
  height: 100%;
  margin: auto;
  border-radius: 20px;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
footer .searchArea form input[type=search] {
  color: #575757;
  width: 210px;
  height: 42px;
  font-size: 20px;
  font-family: "Kosugi Maru", sans-serif;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 0;
}
footer .searchArea form input[type=submit] {
  width: 40px;
  height: 42px;
  background: url(../img/common/icon_search_pink.svg) 50% 50% no-repeat;
  background-size: 65%;
}
footer .searchArea form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
footer .searchArea form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
footer .searchArea form input[type=search]::-webkit-search-decoration,
footer .searchArea form input[type=search]::-webkit-search-cancel-button,
footer .searchArea form input[type=search]::-webkit-search-results-button,
footer .searchArea form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
footer .bannerArea {
  text-align: center;
  margin: 0 0 60px 0;
}
footer .bannerArea h2 {
  font-size: 18px;
  margin: 0 0 40px 0;
}
footer .bannerArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  footer .bannerArea ul {
    display: block;
  }
}
footer .bannerArea ul li {
  width: 280px;
  height: 100px;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
footer .bannerArea ul li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  footer .bannerArea ul li {
    margin: 10px auto;
  }
}
footer .bannerArea ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .bannerArea ul li img {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 40px;
  border: 1px solid #ddd;
  margin: 10px 10px 0 10px;
}
footer .bannerArea ul li div {
  text-align: left;
}
footer .bannerArea ul li div .subtitle {
  margin: 7px 0 0 0;
  font-size: 12px;
}
footer .bannerArea ul li div .title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  margin: 8px 0;
}
footer .bannerArea ul li div .add {
  font-size: 12px;
}
.inCareer + footer .bannerArea ul li div .add {
  color: #10a387;
}
footer .logo {
  text-align: center;
  margin: 0 0 30px 0;
}
footer .logo img {
  width: 280px;
  height: auto;
}
@media screen and (max-width: 599px) {
  footer .logo img {
    width: 220px;
  }
}
footer .mw_logo {
  width: 250px;
  height: auto;
  display: block;
  margin: 30px auto;
}
footer h3 {
  font-size: 28px;
  font-family: "Kosugi Maru", sans-serif;
  text-align: center;
  line-height: 170%;
}
footer .subH3 {
  text-align: center;
}
footer .sns {
  text-align: center;
}
footer .sns i {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 37px;
  border-radius: 60px;
  line-height: 63px;
  vertical-align: middle;
  margin: 50px 10px;
}
footer .sns span {
  color: #fff;
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
footer .sns.inCareer i {
  background: #10a387;
}
footer .sns.inCollege i {
  background: #10a387;
}
footer .sns.inJobs i {
  background: #2371B4;
}
footer ul.footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 1000px) {
  footer ul.footerLink {
    display: block;
    margin: 0 0 min(56vw, 420px) 0;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  footer ul.footerLink {
    margin: 0 0 63vw 0;
  }
}
@media screen and (max-width: 375px) {
  footer ul.footerLink {
    margin: 0 0 70vw 0;
  }
}
footer ul.footerLink li {
  font-size: 14px;
  border-right: 1px solid #393636;
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  footer ul.footerLink li {
    font-size: 16px;
    border: none;
    margin: 10px auto;
  }
}
footer ul.footerLink li a:hover {
  color: #2371B4;
  text-decoration: underline;
}
footer ul.footerLink li:last-child {
  border: none;
}
footer small {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #575757;
}
footer small.inCareer {
  color: #fff;
  background-color: #575757;
}
footer small.inCollege {
  color: #fff;
  background-color: #575757;
}
footer small.inJobs {
  color: #fff;
  background-color: #575757;
}
footer .fixBanner {
  width: 100%;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 65px;
  vertical-align: middle;
}
footer .fixBanner a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .fixBanner i {
  font-size: 35px;
  line-height: 70px;
  vertical-align: middle;
}
footer .fixBanner span {
  margin: 0 30px;
}
footer .fixBanner.inCareer {
  background: #10a387;
}
footer .fixBanner.inCollege {
  background: #6ac0e0;
}
footer .fixBanner.inJobs {
  background: #5e738d;
}
footer .fixBanner:hover {
  opacity: 0.9;
}
footer .footerImg1, footer .footerImg2, footer .footerImg3 {
  position: absolute;
}
footer .footerImg1 {
  bottom: 100px;
  left: 10px;
}
@media screen and (max-width: 1000px) {
  footer .footerImg1 {
    display: none;
  }
}
footer .footerImg2 {
  bottom: 100px;
  right: 10px;
}
@media screen and (max-width: 1000px) {
  footer .footerImg2 {
    display: none;
  }
}
footer .footerImg3 {
  display: none;
}
@media screen and (max-width: 1000px) {
  footer .footerImg3 {
    max-width: 85%;
    height: auto;
    display: block;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*footer*/
/* loader */
/* 画面全体の設定 */
#container {
  display: block;
}
#container.inactive {
  display: none;
}

#loaderWrap {
  position: fixed;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #fff;
  z-index: 99999;
}
#loaderWrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ローディングアニメーションの設定 */
.loaderLogo {
  width: 150px;
  height: 150px;
  background: url("../img/common/loading.svg") no-repeat;
  /* animation: blink 3.0s infinite ease-in-out; */
  -webkit-animation: fadeIn 2s ease;
          animation: fadeIn 2s ease;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}
@-webkit-keyframes blink {
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  color: #ad404d;
  top: -2em;
}
.loader.inCareer {
  color: #EB7970;
}
.loader.inCollege {
  color: #6ac0e0;
}
.loader.inJobs {
  color: #2371B4;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -4em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 4em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
/*404ページ not found*/
img.robot404 {
  display: block;
  max-width: 65%;
  width: 320px;
  height: auto;
  margin: 40px auto;
}

.goTop {
  display: block;
  width: 200px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 1px solid #10a387;
  margin: 60px auto 60px;
  border-radius: 35px;
}
.goTop:hover {
  color: #10a387;
}
.goTop:hover.inCareer {
  color: #10a387;
}
.goTop:hover.inCollege {
  color: #EB7970;
}
.goTop:hover.inJobs {
  color: #2371B4;
}
.goTop.inCareer {
  border: 1px solid #10a387;
}
.goTop.inCollege {
  border: 1px solid #EB7970;
}
.goTop.inJobs {
  border: 1px solid #2371B4;
}

/* Googleリキャプチャロゴ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* フッターCTA */
.p-footercta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-footercta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 100%;
  position: relative;
}
.p-footercta a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 375px) {
  .p-footercta a::before {
    content: none;
  }
}
.p-footercta a i {
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 375px) {
  .p-footercta a i {
    margin-right: 4px;
  }
}
.p-footercta .p-footercta__button {
  width: 50%;
}
@media (min-width: 1000px) {
  .p-footercta {
    display: none;
  }
}
.p-footercta.p-footercta--inPortal .p-footercta__button.button--contact {
  background: #fff;
  border: solid 2px #ad404d;
}
.p-footercta.p-footercta--inPortal .p-footercta__button.button--contact a {
  color: #ad404d;
}
.p-footercta.p-footercta--inPortal .p-footercta__button.button--contact a::before {
  border-color: #ad404d;
}
.p-footercta.p-footercta--inPortal .p-footercta__button.button--request {
  background: #ad404d;
}
.p-footercta.p-footercta--inPortal .p-footercta__button.button--request a {
  color: #fff;
}
.p-footercta.p-footercta--inCareer .p-footercta__button.button--contact {
  background: #fff;
  border: solid 2px #EB7970;
}
.p-footercta.p-footercta--inCareer .p-footercta__button.button--contact a {
  color: #EB7970;
}
.p-footercta.p-footercta--inCareer .p-footercta__button.button--contact a::before {
  border-color: #EB7970;
}
.p-footercta.p-footercta--inCareer .p-footercta__button.button--request {
  background: #10a387;
}
.p-footercta.p-footercta--inCareer .p-footercta__button.button--request a {
  color: #fff;
}
.p-footercta.p-footercta--inCollege .p-footercta__button.button--contact {
  background: #fff;
  border: solid 2px #6ac0e0;
}
.p-footercta.p-footercta--inCollege .p-footercta__button.button--contact a {
  color: #6ac0e0;
}
.p-footercta.p-footercta--inCollege .p-footercta__button.button--contact a::before {
  border-color: #6ac0e0;
}
.p-footercta.p-footercta--inCollege .p-footercta__button.button--request {
  background: #10a387;
}
.p-footercta.p-footercta--inCollege .p-footercta__button.button--request a {
  color: #fff;
}
.p-footercta.p-footercta--inJobs .p-footercta__button.button--contact {
  background: #fff;
  border: solid 2px #5e738d;
}
.p-footercta.p-footercta--inJobs .p-footercta__button.button--contact a {
  color: #5e738d;
}
.p-footercta.p-footercta--inJobs .p-footercta__button.button--contact a::before {
  border-color: #5e738d;
}
.p-footercta.p-footercta--inJobs .p-footercta__button.button--request {
  background: #10a387;
}
.p-footercta.p-footercta--inJobs .p-footercta__button.button--request a {
  color: #fff;
}
.p-footercta.p-footercta--online .p-footercta__button.button--contact {
  width: 100%;
}
/*# sourceMappingURL=common.css.map */