@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/top/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #962549;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #962549;
  opacity: 0.75;
}

body.achievement #pageHero {
  background-image: url(../images/page/pageHero-achievement.jpg);
}

body.news #pageHero {
  background-image: url(../images/page/pageHero-news.jpg);
}

body.access #pageHero {
  background-image: url(../images/page/pageHero-access.jpg);
}

body.alumni #pageHero {
  background-image: url(../images/page/pageHero-alumni.jpg);
}

body.current-s #pageHero {
  background-image: url(../images/page/pageHero-current-s.jpg);
}

body.enterprise #pageHero {
  background-image: url(../images/page/pageHero-enterprise.jpg);
}

body.w-active #pageHero {
  background-image: url(../images/page/pageHero-w-active.jpg);
}

.breadcrumbs span + span:before {
  margin-right: 0.4em;
  margin-left: 0.4em;
  content: ">";
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
}
@media screen and (max-width: 767px ) {
  .tableBox table {
    border-bottom: none !important;
  }
  .tableBox table th {
    border: none !important;
  }
  .tableBox table td {
    border-right: none !important;
    border-left: none !important;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
@media screen and (max-width: 767px ) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.fontred {
  color: #962549;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indexBox .index-subBox {
  margin-bottom: 40px;
}
.indexBox .index-subBox:last-child {
  margin-bottom: 0;
}
.indexBox .index-subBox .index-btn {
  margin-top: 20px;
}

.tabArea .tabhead li.active a {
  background-color: #e63479;
  text-decoration: none;
  color: #fff !important;
}
.tabArea .tabhead li.active a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FFFFFF%3B%7D.cls-2%7Bfill%3A%23962549%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M-486.44712%2C4127.50721a10.8309%2C10.8309%2C0%2C0%2C1%2C3.93991%2C3.93991A10.76762%2C10.76762%2C0%2C0%2C1-481%2C4137a10.76762%2C10.76762%2C0%2C0%2C1-1.50721%2C5.55288%2C10.8309%2C10.8309%2C0%2C0%2C1-3.93991%2C3.93991A10.77106%2C10.77106%2C0%2C0%2C1-492%2C4148a10.76762%2C10.76762%2C0%2C0%2C1-5.55288-1.50721%2C10.82085%2C10.82085%2C0%2C0%2C1-3.93991-3.93991A10.76762%2C10.76762%2C0%2C0%2C1-503%2C4137a10.76762%2C10.76762%2C0%2C0%2C1%2C1.50721-5.55288%2C10.82085%2C10.82085%2C0%2C0%2C1%2C3.93991-3.93991A10.76762%2C10.76762%2C0%2C0%2C1-492%2C4126%2C10.77106%2C10.77106%2C0%2C0%2C1-486.44712%2C4127.50721Z%22%20transform%3D%22translate(503%20-4126)%22%2F%3E%3Cpolygon%20class%3D%22cls-2%22%20points%3D%2214.57%2010.392%2015.151%2011%2014.57%2011.608%209.493%2016.685%208.276%2015.469%2012.745%2011%208.276%206.531%209.493%205.315%2014.57%2010.392%22%2F%3E%3C%2Fsvg%3E");
}
.tabArea .tabContents {
  display: none;
}
.tabArea .tabContents.active {
  display: block;
}
.tabArea .jumpBox {
  margin-top: 20px;
}
.tabArea .jumpBox ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 990px ) {
  .tabArea .jumpBox ul {
    margin: 0 -10px;
  }
}
.tabArea .jumpBox ul li {
  padding: 0 10px;
  width: calc(100% / 4);
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .tabArea .jumpBox ul li {
    width: 25%;
  }
}
@media screen and (max-width: 989px ) {
  .tabArea .jumpBox ul li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 989px ) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .tabArea .jumpBox ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px ) {
  .tabArea .jumpBox ul li {
    width: calc(100% / 2);
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px ) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .tabArea .jumpBox ul li {
    width: 50%;
  }
}
.tabArea .jumpBox ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #962549;
  border-radius: 5px;
}
@media screen and (max-width: 767px ) {
  .tabArea .jumpBox ul li a {
    padding: 10px 3px;
  }
}
@media screen and (min-width: 990px ) {
  .tabArea .jumpBox ul li a:hover {
    color: #fff;
    background-color: #e63479;
  }
}
.tabArea .work-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 767px ) {
  .tabArea .work-item {
    margin-bottom: 30px;
  }
}
.tabArea .work-item .work-subitem {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.tabArea .work-item .work-subitem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tabArea .work-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.tabArea .work-item table th,
.tabArea .work-item table td {
  padding: 0.5em 1em;
}

.link-btnArea {
  margin-top: 15px;
}

@media screen and (min-width: 990px ) {
  .status .contents-main a:hover {
    opacity: 0.7;
  }
}

.achievement .percent-flex small {
  font-size: 70%;
}
@media screen and (max-width: 767px ) {
  .achievement .percent-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.achievement .percent-flex p {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 20px;
}
@media screen and (max-width: 767px ) {
  .achievement .percent-flex p {
    display: none;
  }
}
@media screen and (max-width: 767px ) {
  .achievement .percent-flex p {
    padding-left: 10px;
  }
}
.achievement .percent-flex p label {
  border-left: 1px solid;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  display: inline-block;
}
.achievement .percent-flex .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px ) {
  .achievement .percent-flex .per-nat {
    text-align: left;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #962549;
  }
}

/********************

就職支援サービスとは

********************/
.service .ser-btn {
  margin-top: 20px;
}
.service .flowArea .flowBox {
  margin-bottom: 60px;
  background-color: #fcf1f5;
  padding: 2em;
  position: relative;
}
.service .flowArea .flowBox::before {
  position: absolute;
  left: 50%;
  bottom: -80px;
  content: "\f0d7";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #962549;
}
.service .flowArea .flowBox h5 {
  margin-top: 0 !important;
}
.service .flowArea .flowBox .tableBox th {
  width: 300px;
}
@media screen and (max-width: 767px ) {
  .service .flowArea .flowBox .tableBox th {
    width: 180px;
  }
}
@media screen and (max-width: 479px ) {
  .service .flowArea .flowBox .tableBox th {
    width: 100%;
  }
}
.service .flowArea .flowBox .tableBox td {
  background-color: #fff;
}
.service .flowArea .btnArea {
  margin-top: 40px;
}
.service .flowArea .btnArea a {
  font-size: 2rem;
}
@media screen and (max-width: 479px ) {
  .service .flowArea .btnArea a {
    font-size: 1.7rem;
  }
}
.service .btnArea a {
  min-width: 200px;
  text-align: center;
}
.service .flowborder {
  border: 1px solid #962549;
  padding: 10px 15px;
}
@media screen and (max-width: 479px ) {
  .service .flowborder {
    padding: 5px;
  }
}

/********************

地方自治体との就職支援に関する協定

********************/
.agreement .maptable th,
.agreement .maptable td {
  padding: 0.5em 10px;
}
.agreement .u-turn-ad {
  margin-top: 30px;
  padding: 1px 1.5em 1em;
  background-color: #f5f5f5;
}
@media screen and (max-width: 479px ) {
  .agreement .u-turn-ad {
    padding: 1px 0.5em 0.5em;
  }
}

/********************

キャリア支援／就職支援

********************/
.career .car-item {
  padding: 0 15px;
}
.career .imgBox .imgArea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 767px ) {
  .career .imgBox .imgArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.career .imgBox .textArea {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px ) {
  .career .imgBox .textArea {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.career .imgArea {
  width: 480px;
  text-align: center;
}
@media screen and (max-width: 989px ) {
  .career .imgArea {
    width: 380px;
  }
}
@media screen and (max-width: 767px ) {
  .career .imgArea {
    width: 100%;
    margin-top: 15px;
  }
}
.career .textArea {
  width: calc(100% - 480px);
}
@media screen and (max-width: 989px ) {
  .career .textArea {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 767px ) {
  .career .textArea {
    width: 100%;
  }
}

/********************

キャリアセンター利用について

********************/
.use .use-time th {
  width: 180px;
}
@media screen and (max-width: 767px ) {
  .use .use-time th {
    width: 100%;
  }
}
.use .use-number01 ol {
  list-style: none;
  padding-left: 0;
  counter-reset: number 0;
  margin: 0;
  font-size: 1.6rem;
}
.use .use-number01 ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
}
.use .use-number01 ol li::before {
  font-size: 1.4rem;
  line-height: 1em;
  width: 1.8em;
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #962549;
  color: #fff;
  padding: 5px 0.1em;
  text-align: center;
  display: inline-block;
}
.use .use-number02 {
  counter-reset: number 0;
}
.use .use-number02 h5 {
  color: #000;
  position: relative;
  padding-left: 2em;
}
.use .use-number02 h5::before {
  line-height: 1.1em;
  width: 1.5em;
  top: -3px !important;
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #962549;
  color: #fff;
  padding: 5px 0.1em;
  text-align: center;
  display: inline-block;
}
.use .use-number02 .imgArea {
  margin-bottom: 10px;
  text-align: center;
}

/********************

求人に関するお願い

********************/
.about .visit-link {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #808080;
}

/********************

キャリア教育へのご協力について

********************/
.cooperation .contactArea {
  margin-top: 30px;
  padding: 1px 30px 30px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px ) {
  .cooperation .contactArea {
    padding: 1px 10px 10px;
  }
}
.cooperation .contactArea td {
  background-color: #fff;
}
.cooperation .contactArea th {
  width: 150px;
}
@media screen and (max-width: 767px ) {
  .cooperation .contactArea th {
    width: 100%;
  }
}

/********************

就職相談・サポート機関

********************/
.support small {
  font-size: 70%;
}
.support .sup-item th {
  width: 150px;
}
@media screen and (max-width: 767px ) {
  .support .sup-item th {
    width: 100%;
  }
}

/********************

ご訪問について

********************/
.visit th {
  width: 150px;
}
@media screen and (max-width: 767px ) {
  .visit th {
    width: 100%;
  }
}
.visit .imgArea {
  text-align: center;
}

body.current-s .careertable th {
  width: 150px;
}
@media screen and (max-width: 767px ) {
  body.current-s .careertable th {
    width: 100%;
  }
}
body.current-s .careertable td {
  width: 50%;
}
@media screen and (max-width: 767px ) {
  body.current-s .careertable td {
    width: 100%;
  }
}

/********************

履歴書（大学指定）ダウンロード

********************/
body.current-s .resumeArea {
  text-align: center;
}
body.current-s .resumeArea .imgArea {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.current-s .resumeArea .imgArea img {
  border: 1px solid #ccc;
}
body.current-s .resumeArea .btnArea > .row {
  width: 100%;
  text-align: center;
}
body.current-s .resumeArea .btnArea > .row a {
  min-width: 180px;
}

/********************

デジタルブック

********************/
body.digitalbook .linkArea {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px ) {
  body.digitalbook .linkArea .sp-ord-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.digitalbook .linkArea .sp-ord-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 989px ) {
  body.digitalbook .linkArea {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
body.digitalbook .linkArea a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 990px ) {
  body.digitalbook .linkArea a:hover {
    opacity: 0.8;
  }
}
body.digitalbook .linkArea .imgArea {
  text-align: center;
}
body.digitalbook .linkArea .imgArea img {
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px ) {
  body.digitalbook .linkArea .imgArea {
    margin-top: 20px;
  }
}
body.digitalbook .linkArea .textArea dl dt {
  font-size: 17px;
  line-height: 100%;
  color: #fff;
  background-color: #962549;
  padding: 10px 15px;
  margin-bottom: 10px;
}

/********************

交通アクセス

********************/
body.access .acctable th {
  width: 200px;
  vertical-align: middle;
}
@media screen and (max-width: 767px ) {
  body.access .acctable th {
    width: 100%;
  }
}

/********************

女性活躍について

********************/
body.w-active {
  /* ボタン */
  /* 続きを読むボタンの表記 */
  /* ボタンhover時のスタイル */
  /* 最初に見えてるテキストエリアの高さ */
  /* テキストをグラデーションで隠す */
  /* 閉じるボタンの位置 */
  /* 閉じるボタンの表記 */
  /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
}
body.w-active h2 span {
  display: inline-block;
}
body.w-active .alternating-flex .row:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.w-active .alternating-flex .row:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.w-active .alternating-flex .unofficial-item:nth-child(2n+1) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.w-active .alternating-flex .unofficial-item:nth-child(2n) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.w-active .alternating-flex .imgArea {
  text-align: center;
}
body.w-active .link-imgArea img {
  width: 100%;
}
body.w-active .w-activetitle {
  margin-bottom: 20px;
}
body.w-active .w-activetitle img {
  width: 100%;
}
body.w-active .certificationArea .row {
  max-width: 640px;
  margin: auto;
}
@media screen and (min-width: 990px ) {
  body.w-active .certificationArea .row {
    max-width: inherit;
  }
}
body.w-active .certificationArea .btnArea {
  margin-top: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.w-active .certificationArea .r-imgArea {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 990px ) {
  body.w-active .certificationArea .r-imgArea {
    margin-bottom: 0px;
  }
}
body.w-active .certificationArea .r-imgArea img {
  border: 2px solid #f2f2e6;
}
body.w-active .r-company-dl dl {
  margin-top: -5px;
}
body.w-active .r-company-dl dl dt {
  color: #962549;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 5px;
  padding-left: calc(1em + 5px);
}
@media screen and (max-width: 767px ) {
  body.w-active .r-company-dl dl dt {
    font-size: 1.6rem;
  }
}
body.w-active .r-company-dl dl dt::before {
  content: "";
  font-size: 95%;
  line-height: 95%;
  background-color: #962549;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  margin-left: calc(-1em - 5px);
}
body.w-active .w-active-naiteiArea {
  background-color: #fcf1f5;
  padding: 5px 15px 15px;
}
@media screen and (max-width: 767px ) {
  body.w-active .w-active-naiteiArea {
    padding: 5px 10px;
  }
}
body.w-active .w-active-naiteiArea .link-imgArea a:hover {
  opacity: 0.8;
}
body.w-active .w-active-naiteiArea .link-imgArea .w-active-naitei-title {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px ) {
  body.w-active .w-active-naiteiArea .link-imgArea .w-active-naitei-title {
    padding: 5px;
  }
}
body.w-active .w-active-naiteiArea .link-imgArea .w-active-naitei-title img {
  height: 100%;
  max-height: 100px;
}
body.w-active .c-eventArea h5 {
  margin-top: 0;
}
body.w-active .c-eventArea .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 990px ) {
  body.w-active .c-eventArea .row {
    max-width: inherit;
  }
}
body.w-active .c-eventArea .row .imgArea {
  margin-top: 10px;
}
body.w-active .c-eventArea .link-imgArea {
  background-color: #fcf1f5;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px ) {
  body.w-active .c-eventArea .link-imgArea {
    padding: 5px;
  }
}
body.w-active .c-eventArea .link-imgArea img {
  height: 100%;
  max-height: 75px;
}
body.w-active .c-eventArea .tttttt {
  background-color: #9d9d9d;
  width: 100%;
  padding-top: 75%;
}
body.w-active .site-list li {
  margin-bottom: 15px;
}
body.w-active .site-list li img {
  margin-top: 5px;
}
body.w-active .unofficialArea .unofficial-item {
  margin: 0 auto 5em;
  max-width: 640px;
}
@media screen and (min-width: 990px ) {
  body.w-active .unofficialArea .unofficial-item {
    max-width: inherit;
  }
}
body.w-active .unofficialArea .unofficial-item-head {
  background-color: #fcf1f5;
  padding: 20px;
}
@media screen and (max-width: 767px ) {
  body.w-active .unofficialArea .unofficial-item-head {
    padding: 10px;
  }
}
body.w-active .unofficialArea .unofficial-item-head .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 989px ) {
  body.w-active .unofficialArea .unofficial-item-head .imgArea {
    margin-bottom: 15px;
  }
}
body.w-active .unofficialArea .u-company {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho Medium", YuMincho Medium, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
body.w-active .unofficialArea .u-company h6 {
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #962549;
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 767px ) {
  body.w-active .unofficialArea .u-company h6 {
    font-size: 2.4rem;
  }
}
body.w-active .unofficialArea .u-company p {
  font-size: 1.8rem;
  line-height: 100%;
}
body.w-active .unofficialArea .u-icon ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.w-active .unofficialArea .u-name dl dt {
  font-size: 1.6rem;
}
body.w-active .unofficialArea .u-name dl dd {
  font-size: 2rem;
  line-height: 120%;
  padding: 15px;
  background-color: #fff;
  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 screen and (max-width: 767px ) {
  body.w-active .unofficialArea .u-name dl dd {
    font-size: 1.8rem;
    padding: 10px;
  }
  body.w-active .unofficialArea .u-name dl dd br {
    display: none;
  }
}
body.w-active .unofficial-item-body {
  position: relative;
}
body.w-active .unofficial-item-body .u-textArea dl {
  counter-reset: number 0;
}
body.w-active .unofficial-item-body .u-textArea dl dt {
  margin-top: 15px;
  color: #962549;
  font-size: 15px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.w-active .unofficial-item-body .u-textArea dl dt::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 95%;
  line-height: 95%;
  background-color: #962549;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 5px;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
}
body.w-active .accordion-btn {
  bottom: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
body.w-active .accordion-btn::after {
  content: "続きを読む";
}
body.w-active .accordion-btn:hover {
  opacity: 0.8;
}
body.w-active .accordion-text {
  overflow: hidden;
  /* テキストを隠す */
  position: relative;
}
body.w-active .accordion-text.is-hide {
  height: 140px;
}
body.w-active .accordion-text::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
body.w-active .accordion-btn.is-show {
  bottom: -3em;
}
body.w-active .accordion-btn.is-show::after {
  content: "閉じる";
}
body.w-active .accordion-btn.is-show + .accordion-text::before {
  display: none;
}
body.w-active .accordion-btn::before {
  content: "\f13a";
}
body.w-active .accordion-btn.is-show::before {
  content: "\f139";
}
body.w-active .accordion-btn::before,
body.w-active .accordion-btn.is-show::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  text-rendering: auto;
  margin-right: 0.3em;
  -webkit-font-smoothing: antialiased;
}
body.w-active .s-titleimgArea .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.w-active .s-messageArea .row {
  margin: 3em auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
}
@media screen and (min-width: 990px ) {
  body.w-active .s-messageArea .row {
    max-width: inherit;
  }
}
body.w-active .s-messageArea .row h6 {
  font-size: 1.6rem;
}
body.w-active .s-messageArea .row .imgArea {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 990px ) {
  body.w-active .s-messageArea .row .imgArea {
    margin-bottom: 0;
  }
}
body.w-active .s-messageArea .row .imgArea img {
  border: 2px solid #f9cec8;
  border-radius: 50%;
}
body.w-active .s-messageArea h6 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 1em;
}
@media screen and (max-width: 767px ) {
  body.w-active .s-messageArea h6 {
    margin-top: 1em;
    margin-right: 0;
  }
}
body.w-active .s-messageArea .s-mes-titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px ) {
  body.w-active .s-messageArea .s-mes-titleArea {
    display: block;
  }
}
body.w-active .s-messageArea .u-icon ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
body.w-active .cd-movieArea {
  max-width: 900px;
  margin: auto;
}
body.w-active .otherEvents-tour h3,
body.w-active .otherEvents-tour .otherEvents-item {
  background-color: #fff8f0;
}
body.w-active .otherEvents-Internship h3,
body.w-active .otherEvents-Internship .otherEvents-item {
  background-color: #f4fdfb;
}
body.w-active .otherEvents-item {
  margin-bottom: 20px;
  padding: 20px;
}
body.w-active .otherEvents-item:last-child {
  margin-bottom: 0;
}
body.w-active .otherEvents-item .otherEvents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px ) {
  body.w-active .otherEvents-item .otherEvents-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
body.w-active .otherEvents-item .otherEvents-head .r-company-dl {
  margin-right: 10px;
}
body.w-active .otherEvents-item .otherEvents-head .u-icon ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.movie .movie-item .movie-title {
  background-color: #962549;
  color: #fff;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie .movie-item .movie-lead {
  margin-top: 10px;
}