@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

/* IE10以降 游ゴシック文字ずれ対応 */
html.ie10,
.ie10 input,
.ie10 textarea,
.ie10 select,
.ie10 button,
html.ie11,
.ie11 input,
.ie11 textarea,
.ie11 select,
.ie11 button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #333;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  position: static;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

#wrapper,
.outer-block {
  min-width: 1260px;
}

.inner-block {
  margin: 0 auto;
  padding: 80px 50px;
  position: relative;
  width: 1220px;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

}


/*------------------------------------------------------------------------------
nav
------------------------------------------------------------------------------*/

#header .logo {
  width: 280px;
  margin-left: 45px;
}
#header .seijo-logo {
  width: 105px;
}

#header {
  padding: 78px 20px 78px;
  text-align: center;
}

#nav {
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  padding: 50px 0;
  z-index: 102;
}

.nav-btn {
  border-radius: 5px 0 0 5px;
  top: 100px;
  right: 0;
  width: 60px;
  height: 60px;
}

.nav-btn .inn {
  width: 30px;
  height: 20px;
  top: 12px;
}

.nav-btn .inn .line {
  width: 30px;
}

.nav-btn .txt {
  bottom: 8px;
}

.nav-li a,
.nav-li .external a {
  font-size: 18px;
  padding: 15px 20px;
}

.nav-li a .txt {
  padding-right: 20px;
}

.nav-li a .txt::before {
  height: 19px;
  width: 3px;
}

@media screen and (min-width: 641px) {/* PC */
  .nav-li a .txt:after {
   transition: .3s ease-in-out;
  }
  .nav-li a:hover .txt:after {
    right: -8px;
  }
}

.nav-li li:first-child {
  border-top: 1px solid #ccc;
}
.nav-li li:last-child {
  border-bottom: 1px solid #ccc;
}



/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/


.gray-bg .inner-block {
  padding: 50px 50px 80px;
}

.movie .ico::after {
  background-size: 62px 62px;
  width: 62px;
  height: 62px;
}

/* ttl */
.border-bottom-ttl {
  font-size: 40px;
  letter-spacing: 0.3em;
  margin-bottom: 45px;
  padding-bottom: 15px;
}
.border-bottom-ttl::after {
  width: 80px;
}

.bg-ttl {
  font-size: 24px;
  letter-spacing: 0.2em;
  max-width: 1120px;
  margin: 0 auto 40px;
  padding: 12px;
}

/* btn */
.c-btn01 {
  border-radius: 8px;
  font-size: 30px;
  letter-spacing: 0.28em;
  padding: 16px 105px;
}
.c-btn01 .txt {
  padding-right: 35px;
}
.c-btn01 .txt::before {
  border-width: 12px 0 12px 17px;
}

@media screen and (min-width: 641px) {/* PC */
  .link:hover {
    text-decoration: none;
  }

  .c-btn01:hover {
    background: #fff;
    color: #6694cc;
  }
  .c-btn01:hover .txt::before {
    border-color: transparent transparent transparent #6694cc;
    right: -10px;
  }
}

.c-btn02 {
  border-radius: 20px;
  font-size: 14px;
  line-height: 38px;
  width: 150px;
}
@media screen and (min-width: 641px) {/* PC */
  .pink .c-btn02:hover {
    border-color: #e7456d;
    color: #e7456d;
  }

  .blue .c-btn02:hover {
    border-color: #6694cc;
    color: #6694cc;
  }

  .green .c-btn02:hover {
    border-color:  #8cc63f;
    color: #8cc63f;
  }

  .purple .c-btn02:hover {
    border-color: #7c4f9c;
    color: #7c4f9c;
  }

  .orange .c-btn02:hover {
    border-color: #f2971b;
    color: #f2971b;
  }
}


/*------------------------------------------------------------------------------
TOP
------------------------------------------------------------------------------*/

/* slider
------------------------------*/
.slick-slide a {
  outline: none;
  margin: 0 20px;
}

.mv-slider-li {
  text-align: center;
}

.mv-slider-li li {
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}

.mv-slider-li a img {
  width: 100%;
  height: auto;
}

.mv-slider-li .ttl {
  left: inherit;
  height: 170px;
}

.mv-slider-li .ttl .txt {
  font-size: 45px;
  letter-spacing: 0.2em;
  padding-left: 40px;
}

.mv-slider-li .ttl.blue,
.mv-slider-li .ttl.pink,
.mv-slider-li .ttl.purple,
.mv-slider-li .ttl.green,
.mv-slider-li .ttl.orange {
  background-size: 512px 170px;
}

.slick-dots li button {
  width: 18px;
  height: 18px;
}
.slick-dots li + li {
  margin-left: 20px;
}

.slick-arrow {
  width: 80px;
  height: 80px;
}
.slick-arrow::before {
  width: 28px;
  height: 28px;
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
  right: 0;
  left: 0;
  margin: auto;
}

.slick-arrow.slick-next {
  -webkit-transform: translateX(560px);
  transform: translateX(560px);
}
.slick-arrow.slick-prev {
  -webkit-transform: translateX(-560px);
  transform: translateX(-560px);
}

.slick-arrow.slick-next::before {
  right: 12px;
}

.slick-arrow.slick-prev::before {
  left: 12px;
}

@media screen and (min-width: 641px) {/* PC */
  .mv-slider-li a:hover {
    opacity: .8;
  }
}


/* howto-block
------------------------------*/
.howto-block .summary {
  font-size: 16px;
  text-align: center;
}

.howto-block .img {
  margin-bottom: 50px;
  padding-right: 60px;
}
.howto-block .img img {
  width: 350px;
}

.college-li li + li {
  margin-top: 30px;
}

.college-li .ttl {
  top: inherit;
  bottom: 0;
  height: 190px;
}

.college-li .ttl .txt {
  font-size: 40px;
  padding-left: 60px;
}
.college-li .ttl.pink .txt,
.college-li .ttl.green .txt {
  padding-left: 0;
  padding-right: 60px;
}

.college-li .ttl.pink {
  background: url(../img/common/heading_pink_left.svg) no-repeat bottom right / contain;
}
.college-li .ttl.purple {
  background: url(../img/common/heading_purple_right.svg) no-repeat bottom left / contain;
}
.college-li .ttl.green {
  background: url(../img/common/heading_green_left.svg) no-repeat bottom right / contain;
}
.college-li .ttl.orange {
  background: url(../img/common/heading_orange_right.svg) no-repeat bottom left / contain;
}

@media screen and (min-width: 641px) {/* PC */
  .college-li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  }
}


.banner-li li + li {
  margin-top: 20px;
}

.banner-li .ttl {
  max-width: 1120px;
  left: 0;
  right: 0;
}

.banner-li .ttl .txt {
  font-size: 45px;
  padding: 0;
}

.banner-li .data {
  background: #6694cc;
}
.banner-li .data img {
  margin-left: auto;
}
.banner-li .data .ttl .txt,
.banner-li .campuslife .ttl .txt {
  text-shadow: none;
}

.banner-li .campuslife {
  background: #8cc63f;
}
.banner-li .campuslife .ttl {
  justify-content: flex-end;
}

.banner-li .opencanpas {
  background: #bbbbbb;
}
.banner-li .opencanpas::before {
  background: url(../img/top/bg_pattern.png);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1;
}

.banner-li .movie .ico::after {
  top: 110px;
  background-size: 80px 80px;
  width: 80px;
  height: 80px;
}

.banner-li + .btn-area {
  margin: 60px auto 80px;
}

@media screen and (min-width: 641px) {/* PC */
  .banner-li .ttl {
    z-index: 1;
  }
  .banner-li li::after {
    background: rgba(0,0,0,.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
  }
  .banner-li li:hover::after {
    opacity: 1;
  }
}


/*------------------------------------------------------------------------------
下層ページ
------------------------------------------------------------------------------*/

.article #header {
  padding: 25px 50px;
  width: 1120px;
  margin: 0 20px;
  min-width: auto;
}

.article #header .logo {
  width: 142px;
}
.article #header .seijo-logo {
  width: 54px;
}

.article .nav-btn {
  top: 20px;
}

@media screen and (min-width: 641px) {/* PC */
  /* pink */
  .pink .detail-block .box:hover .txt,
  .pink .detail-block.gray-bg .flex-wrap a:hover .txt-area {
    color: #e7456d;
  }

  /* blue */
  .blue .detail-block .box:hover .txt,
  .blue .detail-block.gray-bg .flex-wrap a:hover .txt-area {
    color: #6694cc;
  }

  /* blue-green */
  .blue-green .detail-block .box:hover .txt,
  .blue-green .detail-block.gray-bg .flex-wrap a:hover .txt-area {
    color: #00AB95;
  }

  /* green */
  .green .detail-block .box:hover .txt,
  .green .detail-block.gray-bg .flex-wrap a:hover .txt-area {
    color: #8cc63f;
  }
  .green .blue.detail-block .box:hover .txt {
    color: #6694cc;
  }


  /* purple */
  .purple .detail-block .box:hover .txt,
  .purple .detail-block.gray-bg .flex-wrap a:hover .txt-area,
  .purple .detail-block.gray-bg .flex-wrap .box:hover .ttl {
    color: #7c4f9c;
  }


  /* orange */
  .orange .detail-block .box:hover .txt,
  .orange .detail-block.gray-bg .flex-wrap a:hover .txt-area {
    color: #f2971b;
  }

}


/* ttl-block
------------------------------*/

.ttl-block .inner-block,
.article .ttl-block .inner-block {
  padding: 48px 50px;
}

.ttl-block .ttl,
.ttl-block .ttl.small {
  font-size: 28px;
  letter-spacing: 0.2em;
}

.ttl-block.keyword .inner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ttl-block .keyword-area {
  margin-top: 0;
  font-size: 16px;
}

.ttl-block .keyword-area .txt {
  margin-bottom: 0;
  margin-right: 14px;
}

.ttl-block .keyword-area .keyword-li {
  justify-content: flex-end;
}

.ttl-block .keyword-area .keyword-li li{
  font-size: 12px;
  padding: 6px 8px;
  min-width: 150px;
}
.ttl-block .keyword-area .keyword-li li + li {
  margin-left: 10px;
}

.ttl-block.keyword .ttl {
  font-size: 28px;
}
.ttl-block.keyword .ttl.small {
  font-size: 20px;
}


/* detail-block
------------------------------*/

.detail-block {
  margin-top: 80px;
}
.detail-block.gray-bg {
  margin-top: 0;
}
.detail-block.top-min {
  margin-top: 40px;
}

.detail-block:last-child {
  margin-bottom: 80px;
}

.detail-block .inner-block,
.detail-block.gray-bg .inner-block {
  padding-left: 50px;
  padding-right: 50px;
}
.detail-block.gray-bg .inner-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.detail-block .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  transition: 0.3s ease-in-out;
}
.detail-block .txt {
  font-size: 16px;
  line-height: 1.7;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.1em;
}

.detail-block .flex-wrap .box {
  width: calc((100% - 40px)/2);
}
.detail-block .flex-wrap .box:nth-of-type(even) {
  margin-left: 40px;
}
.detail-block .flex-wrap .box:nth-of-type(n+3) {
  margin-top: 60px;
}


.detail-block .box img {
  width: 100%;
  height: auto;
}

.detail-block .box .txt-area {
  padding: 20px 0 0;
}

.detail-block .box .img {
  position: relative;
  display: block;
  transition: 0.3s ease-in-out;
}
.detail-block .box .img::before,
.detail-block .box .ico::before,
.detail-block .movie-area .ico::before,
.interview-block .article-area .movie .ico::before {
  background: rgba(0,0,0,.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.detail-block .box .img::after {
  background: none;
  content: "READ MORE";
  display: block;
  height: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.detail-block .box .img.movie::after {
  content: none;
}

@media screen and (min-width: 641px) {/* PC */
  .detail-block .box:hover .img::after,
  .detail-block .box:hover .img::before,
  .detail-block .box:hover .ico::before,
  .detail-block .movie-area:hover .ico::before,
  .interview-block .article-area .movie:hover .ico::before {
    opacity: 1;
  }
}


/*
.detail-block .movie,
.detail-block .movie + .txt-area {
  width: calc((100% - 40px)/2);
}
*/

.detail-block.gray-bg .flex-wrap a {
  align-items: center;
  display: flex;
  width: auto;
}
.detail-block.gray-bg .flex-wrap a .ico,
.detail-block.gray-bg .flex-wrap a .img {
  width: 540px;
}
.detail-block.gray-bg .flex-wrap a .txt-area {
  width: calc(100% - 540px);
  padding-left: 40px;
}

.detail-block .movie img {
  width: 100%;
  height: auto;
}
.detail-block .movie + .txt-area {
  margin-left: 40px;
  padding: 0;
}

/* balloon */
.balloon {
  margin: 0 0 20px;
}

.balloon span {
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
.balloon span::after {
  background-size: 12px 7px;
  width: 12px;
  height: 7px;
  bottom: -7px;
  left: 20px;
}

.balloon.long {
  padding: 0;
  margin: 0 0 40px;
}
.balloon.long span {
  padding-left: 30px;
  width: auto;
}


/* three-column */
.detail-block .flex-wrap.three-column .box {
  margin-top: 0;
  width: calc((100% - 50px)/3);
}

.detail-block .flex-wrap.three-column .box + .box {
  margin-left: 20px;
}

.detail-block .flex-wrap.three-column .box:nth-of-type(3n+1) {
  margin-left: 0;
}

.detail-block .flex-wrap.three-column .box:nth-of-type(n+4) {
  margin-top: 60px;
}

/*------------------------------------------------------------------------------
  インタビュー
------------------------------------------------------------------------------*/
.interview-mv-area {
  width: 1120px;
  text-align: center;
  margin: 0 auto;
}

.interview-mv-area img {
  width: 100%;
  height: auto;
}

.interview-block {
  display: flex;
  width: 1220px;
  min-width: auto;
  margin: 0 auto;
}
.interview-block .inner-block {
  padding: 40px 0 45px 50px;
}

.interview-block .article-area .img {
  margin-left: 50px;
}

.interview-block .inner-block:first-child {
  padding-top: 74px;
}
.interview-block .article-area .img:first-child {
  margin-top: 80px;
}

.interview-block .article-area {
  width: calc(100% - 350px);
  padding-right: 40px;
}

.interview-block .article-area .movie {
  display: block;
}

.interview-block .article-area .movie .ico::after {
  background-size: 115px 115px;
  width: 115px;
  height: 115px;
}

.interview-block .recommend-area {
  width: 300px;
  padding-top: 80px;
  margin-right: 50px;
}
.recommend-area.detail-block {
  background: #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
}

.recommend-area.detail-block .box .txt-area {
  padding: 20px 10px 20px;
}

.recommend-area.detail-block .box .ttl {
  font-size: 14px;
}
.recommend-area.detail-block .box .txt {
  font-size: 12px;
}

.recommend-area.detail-block .box:nth-of-type(1) {
  margin-top: 0;
}

.share-area {
  margin-top: 40px;
}

.share-area .inner-block {
  padding-bottom: 80px;
}

.interview-block .inner-block + .share-area {
  margin-top: 0;
}
.interview-block .inner-block + .share-area .inner-block {
  margin-top: 30px;
  padding-top: 0;
}

.share-area .share-btn {
  border-top: 1px solid #ccc;
  display: block;
  padding-top: 40px;
}
.share-area .share-btn .txt {
  margin-right: 0;
  margin-bottom: 20px;
  text-align: center;
}
.share-area .sns-li {
  justify-content: center;
}
.share-area .sns-li li + li {
  margin-left: 20px;
}
.share-area .sns-li img {
  width: 30px;
}
.share-area .note {
  font-size: 14px;
}

@media screen and (min-width: 641px) {/* PC */
  .share-area .sns-li li a:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}


.interview-block .main-ttl,
.interview-block .sub-ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.interview-block .sub-ttl + .txt {
  margin-top: 30px;
}
.interview-block .txt + .sub-ttl {
  margin-top: 40px;
}

.interview-block .main-ttl {
  margin-bottom: 35px;
}

.interview-block .name,
.interview-block .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.interview-block .name {
  margin: 35px 0;
  letter-spacing: 0.1em;
  padding: 16px 0;
}

.interview-block .txt {
  line-height: 1.8;
  text-align: justify;
}

.recommend-area .pagination a {
  font-weight: bold;
  padding: 28px 35px;
}
.recommend-area .pagination a::before {
  border-width: 1px 1px 0 0;
  width: 12px;
  height: 12px;
}

.recommend-area .pagination .prev {
  padding-left: 55px;
}
.recommend-area .pagination .prev::before {
  right: inherit;
  left: 20px;
}

.recommend-area .pagination .next {
  padding-right: 55px;
}
.recommend-area .pagination .next::before {
  left: inherit;
  right: 20px;
}

@media screen and (min-width: 641px) {/* PC */
  .recommend-area .pagination a:hover {
    color: #fff;
    background: #000;
  }
  .recommend-area .pagination a:hover::before {
    border-color: #fff;
  }
}

.recommend-area .box + .box {
  margin-top: 10px;
}

.recommend-area .btn-area {
  margin-top: 40px;
}


/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

#footer .inner-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
}

#footer .link {
  font-size: 12px;
}

#footer .copyright {
  margin: 0;
}


/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/

#pagetop {
  top: -50px;
}

#pagetop a {
  width: 50px;
  height: 50px;
}

/* youtube */
.popup-youtube {
  cursor: pointer;
}

.movie-wrap {
  width: 560px;
  height: 315px;
  padding-top: 0;
}


/*------------------------------------------------------------------------------
  ie対応
------------------------------------------------------------------------------*/
.ie .recommend-area .pagination a {
  font-size: 14px;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
