@charset "utf-8";

/* ==========================================================================

縦棒アニメーション（KV）

========================================================================== */
.top .poss {
  position: absolute;
  z-index: 9;
  bottom: 27px;
  left: 29px;
}
@media only screen and (max-width: 1024px) {
  .top .poss {
    display: none;
  }
}

.cms-page-edit .poss {
  display: none;
}

.top .poss p {
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  letter-spacing: normal;
}

.top .firstviewBtn {
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.top .firstviewBtn::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.top .firstviewBtn.animIn::before {
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: transform 0.9s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.top .firstviewBtn.animOut::before {
  -ms-transform-origin: center top;
  transform-origin: center top;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0.1s; 
}


/* ==========================================================================

OPEN CAMPUS（KV）

========================================================================== */
.top .openCumpusLink {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .top .openCumpusLink {
    bottom: 15px;
  }
}

.top .openCumpusLink > div {
  width: 100%;
  max-width: 174px;
}
@media only screen and (max-width: 768px) {
  .top .openCumpusLink > div {
    max-width: 27.083333333333336vw;
  }
}

.top .openCumpusLink a {
  display: block;
  width: 100%;
  height: 100%;
}

.top .openCumpusLink a img {
  width: 100%;
  height: 100%;
}




/* 横表示 */
/*
.top section.mainVisualArea .sliderContainer .openCumpusLink.landscape {
  width: 80px;
  bottom: 10px;
}
*/


/* ==========================================================================

キービジュアル（KV）

========================================================================== */
.top section.mainVisualArea {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea {
    height: auto;
    min-height: 100%;
  }
}

.top section.mainVisualArea .sliderContainer {
  opacity: 0;
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer {
    margin: 0 0 45px;
  }
}

.top section.mainVisualArea .sliderContainer .slick-dots {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: 10px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .slick-dots {
    bottom: -28px;
  }
}

.top section.mainVisualArea .sliderContainer .slick-dots li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  background: #e5e5e5;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 5px 0 0;
  }
}

.top section.mainVisualArea .sliderContainer .slick-dots li::before {
  display: none;
}

.top section.mainVisualArea .sliderContainer .slick-dots li:last-of-type {
  margin: 0;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider.slick-initialized {
  display: block;
  margin: 0;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg {
  padding-top: 100vh; /* 高さ変化 */
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg {
    padding-top: 80vh; /* 高さ変化 */
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox {
  position: absolute;
  font-weight: bold;
  top: 46%;
  left: 0;
  z-index: 2;
  padding: 0 0 0 30px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox {
    padding: 0;
    top: 39%;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .en {
  color: #fff;
  font-size: 5.6rem;
  letter-spacing: .01em;
  text-shadow: 0px 0px 7px #030303;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .en {
    font-size: 6.841145833333334vw;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .ja {
  color: #fff;
  font-size: 4.7rem;
  letter-spacing: -.02em;
  text-shadow: 0px 0px 7px #030303;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox .ja {
    font-size: 4.886718750000001vw;
  }
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg .txtBox br {
  display: none;
}

.top section.mainVisualArea .sliderContainer .topMainVisualSlider .bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.top section.mainVisualArea .sliderContainer .slick-dots li:not(.noHover).slick-active {
  background: #1d6cbc;
}
@media screen and (min-width: 1024px) {
  .top section.mainVisualArea .sliderContainer .slick-dots li:not(.noHover):hover {
    background: #1d6cbc;
    transition: .2s;
  }
}


/* ==========================================================================

スクロールバナー

========================================================================== */
.top .multipleItem {
  display: none;
  margin: 50px 0 60px;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem {
    margin: 48px 0 79px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem {
    margin: 0 0 69px;
  }
}

.top .multipleItem.slick-initialized {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-list {
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-list {
    margin: 0;
  }
}

.top .multipleItem .bnr.slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .bnr.slick-slide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .bnr.slick-slide {
    margin: 0 10px;
  }
}

.top .multipleItem .bnr.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .top .multipleItem .bnr.slick-slide a:not(.noHover):hover {
    opacity: .9;
  }
}

.top .multipleItem .bnr.slick-slide a .imgBox {
  display: block;
  background: #217fc4;
}

.top .multipleItem .bnr.slick-slide a .imgBox img {
  width: 100%;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
}

.top .multipleItem .slick-active.slick-current a .imgBox img {
  opacity: 1 !important;
}

.top .multipleItem .slick-slide a .txt {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: .9375vw;
  width: 88.57142857142857%;
  background: rgba(29,108,188, .9);
  padding: 5.3% 10px;
  box-sizing: border-box;
  margin: -9.02857% auto 0;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-slide a .txt {
    font-size: 1.953125vw;
    padding: 9px 10px;
    margin: -8.02857% auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-slide a .txt {
    font-size: 2.125vw;
    padding: 1.948% 10px;
    margin: -12.987878% auto 0;
  }
}

.top .multipleItem .slick-prev,
.top .multipleItem .slick-next {
  z-index: 9;
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  background: rgba(0,0,0,.5);
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  top: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-prev,
  .top .multipleItem .slick-next {
    height: 25px;
    width: 25px;
  }
}

.top .multipleItem .slick-prev::before,
.top .multipleItem .slick-next::before {
  position: absolute;
  content: '';
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.top .multipleItem .slick-prev {
  left: 10px; 
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-prev {
    left: 15px;
  }
}

.top .multipleItem .slick-prev::before {
  width: 22px;
  height: 12px;
  background: url(/albums/css/basic-top/abm00001575.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-prev::before {
    width: 12px;
    height: 7px;
  }
}

.top .multipleItem .slick-next {
  right: 10px;
}
@media only screen and (max-width: 1024px) {
  .top .multipleItem .slick-next {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-next {
    right: 15px;
  }
}

.top .multipleItem .slick-next::before {
  width: 22px;
  height: 12px;
  background: url(/albums/css/basic-top/abm00001419.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-next::before {
    width: 12px;
    height: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .top .multipleItem .slick-prev:not(.noHover):hover,
  .top .multipleItem .slick-next:not(.noHover):hover {
    opacity: .8;
  }
}

/* ドット */
.top .multipleItem .slick-dots {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -43px;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-dots {
    bottom: -28px;
  }
}

.top .multipleItem .slick-dots li {
  position: relative;
  list-style: none;
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  background: #e5e5e5;
  -webkit-transition: .2s;
  transition: .2s;
}
@media only screen and (max-width: 768px) {
  .top .multipleItem .slick-dots li {
    width: 30px;
    height: 3px;
    margin: 0 5px 0 0;
  }
}

.top .multipleItem .slick-dots li:not(.noHover).slick-active {
  background: #1d6cbc;
}

.top .multipleItem .slick-dots li:last-of-type {
  margin: 0;
}

.top .multipleItem .slick-dots li::before {
  display: none;
}


/* ==========================================================================

テキスト類

========================================================================== */
.top .ob__ttl {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  font-size: 4.2rem;
  text-align: center;
  position: relative;
  color: #1d6cbc;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top .ob__ttl {
    font-size: 2.6rem;
  }
}

.top .ob__ttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -92px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: #1d6cbc;
  width: 1px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .top .ob__ttl::after {
    height: 17px;
    bottom: -49px;
  }
}


/* ==========================================================================

向き合うひとになる。

========================================================================== */
.top section.ob__persontoface {
  width: 100%;
  height: 100%;
  background: url(/albums/css/basic-top/abm00001577.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface {
    background: url(/albums/css/basic-top/abm00001577.jpg) center bottom no-repeat;
    background-size: 100% 100%;
  }
}

.top section.ob__persontoface .ob__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 117px 20px 119px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner {
    padding: 110px 0 11.9140625%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner {
    padding: 60px 0 15.625%;
  }
}

.top section.ob__persontoface .ob__inner::after {
  content: 'SPECIAL SITE';
  position: absolute;
  left: -76%;
  top: -6%;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  color: #f1f3f6;
  opacity: .15;
  font-size: 15rem;
  font-weight: 400;
  font-family: 'Ubuntu Condensed', sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner::after {
    left: -67%;
    top: 12%;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner::after {
    top: inherit;
    left: inherit;
    right: -1.5vw;
    bottom: -8.31vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 18.229166666666668vw;
  }
}

.top section.ob__persontoface .ob__inner .ob__ttlimg {
  text-align: center;
  margin: 0 auto;
  max-width: 709px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__ttlimg {
    width: 69.23828125%;
  }
}
@media screen and (max-width: 768x) {
  .top section.ob__persontoface .ob__inner .ob__ttlimg {
    width: 88.93229166666666%;
  }
}
.top section.ob__persontoface .ob__inner .ob__ttlimg img {
  display: inline-block;
}

.top section.ob__persontoface .ob__inner .ob__maintxt {
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.8;
  margin: 46px 0 51px;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__maintxt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 26px 0 25px;
  }
}

/* 上部1カラムの画像 */
.top section.ob__persontoface .ob__inner .ob__boximg a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding-top: 23.809523809523807%;
  background: url(/albums/css/basic-top/abm00001599.png) center bottom no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a {
    width: 86.328125%;
    padding-top: 21.875%;
    background: url(/albums/css/basic-top/abm00001600.png) center bottom no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a {
    width: 100%;
    padding-top: 45.57291666666667%;
    background: url(/albums/css/basic-top/abm00001601.png) center bottom no-repeat;
    background-size: cover;
  }
}

.top section.ob__persontoface .ob__inner .ob__boximg a[target="_blank"]::after {
  display: none;
}

.top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  padding: 17px 68px 17px 30px;
  background: rgba(255,255,255,.9);
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl {
    font-size: 4.6875vw;
    padding: 2.218% 8.39% 2.21% 4.321%;
  }
}

.top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl::after {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__boximg a .ob__sttl::after {
    right: 5.4%;
  }
}

/* 下部の画像 */
.top section.ob__persontoface .ob__inner .ob__underboximg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: .7936507936507936% 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underboximg {
    width: 86.328125%;
    margin: 1.1848341232227488% auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underboximg {
    width: 100%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg {
  width: 49.60317460317461%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg {
    width: 49.43438914027149%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a {
    width: 100％;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  padding: 15px 68px 15px 30px;
  background: rgba(255,255,255,.9);
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl {
    font-size: 2.5390625vw;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl {
    font-size: 3.385416666666667vw;
    padding: 3.91% 22.670% 3.91% 4.321%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl::after {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top/abm00001417.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg a .ob__sttl::after {
    right: 5.4%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg.left .ob__sttl {
  position: absolute;
  bottom: 0;
  left: 0;
}

.top section.ob__persontoface .ob__inner .ob__underimg.right .ob__sttl {
  position: absolute;
  top: 0;
  left: 0;
}

/* 先輩たちの座談会 */
.top section.ob__persontoface .ob__inner .ob__underimg.left .tops a {
  width: 100%;
  padding-top: 40%;
  background: url(/albums/css/basic-top/abm00001602.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .tops a {
    padding-top: 41.18993135011442%;
    background: url(/albums/css/basic-top/abm00001603.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .tops a {
    padding-top: 65.854%;
    background: url(/albums/css/basic-top/abm00001604.png) center center no-repeat;
    background-size: cover;
  }
}

/* 卒業生が振り返る */
.top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms {
  margin-top: 1.6%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms {
    margin-top: 2.2883295194508007%;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms a {
  width: 100%;
  padding-top: 48%;
  background: url(/albums/css/basic-top/abm00001605.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms a {
    padding-top: 49.65675057208238%;
    background: url(/albums/css/basic-top/abm00001606.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.left .bottoms a {
    padding-top: 79.019%;
    background: url(/albums/css/basic-top/abm00001607.png) center center no-repeat;
    background-size: cover;
  }
}

/* 先輩の体験談 */
.top section.ob__persontoface .ob__inner .ob__underimg.right .tops a {
  width: 100%;
  padding-top: 48%;
  background: url(/albums/css/basic-top/abm00001608.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .tops a {
    padding-top: 49.65675057208238%;
    background: url(/albums/css/basic-top/abm00001609.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .tops a {
    padding-top: 79.019%;
    background: url(/albums/css/basic-top/abm00001610.png) center center no-repeat;
    background-size: cover;
  }
}

/* 私の留学生活体験記 */
.top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms {
  margin-top: 1.6%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms {
    margin-top: 2.2883295194508007%;
  }
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms .ob__sttl {
    bottom: 0;
    top: inherit;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms .ob__sttl {
    bottom: inherit;
    top: 0;
  }
}

.top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms a {
  width: 100%;
  padding-top: 40%;
  background: url(/albums/css/basic-top/abm00001611.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms a {
    padding-top: 41.18993135011442%;
    background: url(/albums/css/basic-top/abm00001612.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__persontoface .ob__inner .ob__underimg.right .bottoms a {
    padding-top: 65.854%;
    background: url(/albums/css/basic-top/abm00001613.png) center center no-repeat;
    background-size: cover;
  }
}

.top section.ob__persontoface .ob__inner .ob__beforetxt {
  color: #e60012;
}

.top section.ob__persontoface .ob__inner .ob__aftertxt {
  color: #1d6cbc;
}

.top section.ob__persontoface .ob__inner .ob__underimg a::after,
.top section.ob__persontoface .ob__inner .ob__underimg a::after {
  display: none;
}

.top section.ob__persontoface .ob__inner span {
  display: inline-block;
}


/* ==========================================================================

文学部５学科の学び

========================================================================== */
.top section.ob__department {
  width: 100%;
  height: 100%;
  background: url(/albums/css/basic-top/abm00001576.jpg) center bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top section.ob__department {
    background: url(/albums/css/basic-top/abm00001597.png) center bottom no-repeat;
    background-size: 100% 100%;
  }
}

.top section.ob__department .ob__inner {
  margin: 0 auto;
  max-width: 1260px;
  padding: 110px 20px 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner {
    padding: 110px 0px 118px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner {
    padding: 44px 0px 15.755208333333334%;
  }
}

.top section.ob__department .ob__inner::after {
  content: 'DEPARTMENT';
  position: absolute;
  right: -401px;
  left: inherit;
  top: 560px;
  margin: 0;
  z-index: 1;
  color: #fff;
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'Ubuntu Condensed', sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner::after {
    right: -317px;
    top: 56.78%;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner::after {
    top: inherit;
    left: -2.1vw;
    bottom: -3.31vw;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 18.229166666666668vw;
  }
}

.top section.ob__department .ob__inner .ob__maintxt {
  text-align: center;
  font-size: 2.2rem;
  color: #1d6cbc;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.9;
  margin: 47px 0 67px;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__maintxt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 21px 0 25px;
  }
}

.top section.ob__department .ob__inner .ob__facultybox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox {
    width: 86.23046875%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox {
    width: 96.875%;
    justify-content: center;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks {
  width: 19.682539682539684%;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks {
    width: 32.25806451612903%;
    margin-right: 1.6129032258064515%;
  }
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks:nth-child(3n),
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks:last-child {
    margin-right: 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl {
  width: 87.5%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1259px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl {
    padding: .39714058776806993vw;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl {
    padding: .6510416666666667vw;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 7.63% 5px;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.6);
  align-items: center;
  justify-content: center;
  display: flex;
  letter-spacing: normal;
}
@media screen and (max-width: 1259px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 1.9062748212867355vw;
  }
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 1.7578125vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 3.78vw;
    letter-spacing: -.02em;
    line-height: 1.2;
    padding: 6.3% 5px;
  }
  /* IE */
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks a .ob__facultyttl h3 {
    font-size: 3.1vw;
  }
}

/* スペイン語スペイン文学科 */
.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl {
  background: rgba(244,181,93,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.32%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl {
    bottom: -9.9%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl {
    bottom: -9.25%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl h3 {
  background: rgba(244,181,93,.9);
}

/* IE スペイン語スペイン文学科 */
body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl{
 bottom: 14.32%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl{
    bottom: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.spanish a .ob__facultyttl{
    bottom: 5.25%;
  }
}


/* 英語英文学科 */
.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__imgbox {
  margin: 64.51612903225806% 0 0;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__imgbox {
    margin: 35.41666666666667% 0 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl {
  background: rgba(236,174,193,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: -9.11%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl {
    top: -9.71%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl {
    top: -8.71%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl h3 {
  background: rgba(236,174,193,.9);
}

/* IE 英語英文学科 */
body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl{
 top: -7.11%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl{
    top: -7.71%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.english a .ob__facultyttl{
    top: -7.71%;
  }
}

/* 地球市民学科 */
.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__imgbox {
  margin: 16.129032258064516% 0 0;
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__imgbox {
    margin: 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
  background: rgba(133,212,147,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.09%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: -10.29%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: -9.29%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl h3 {
  background: rgba(133,212,147,.9);
}

/* IE 地球市民学科 */
body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
 bottom: 14.09%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.global a .ob__facultyttl {
    bottom: 5.5%;
  }
}


/* 文化史学科 */
.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__imgbox {
  margin: 48.38709677419355% 0 0;
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
  background: rgba(191,147,202,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: -9.11%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -9.71%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -8.71%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl h3 {
  background: rgba(191,147,202,.9);
}

/* IE 文化史学科 */
body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
 top: -7.11%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -7.71%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.cultural a .ob__facultyttl {
    top: -6.71%;
  }
}


/* 日本語日本文学科 */
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese {
    margin: 3.90625% 0 0;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
  background: rgba(136,195,238,.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.32%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: -9.9%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: -9.25%;
  }
}

.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl h3 {
  background: rgba(136,195,238,.9);
}

/* IE 日本語日本文学科 */
body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
 bottom: 13.78%;
}
@media screen and (max-width: 1024px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  body.ie.top section.ob__department .ob__inner .ob__facultybox .ob__facultylinks.japanese a .ob__facultyttl {
    bottom: 6.1%;
  }
}




/* ==========================================================================

入試情報ガイド

========================================================================== */
.top section.ob__infoguide {
  background: #f1f3f6;
}

.top section.ob__infoguide .ob__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 110px 20px 69px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__inner {
    padding: 50px 15px 38px;
  }
}

.top section.ob__infoguide .ob__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 57px 0 50px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links {
    display: block;
    margin: 27px 0 0;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn {
  width: 47.5%;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn {
    width: 47.96747967479675%;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn {
    width: 100%;
    margin: 0 0 20px;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  background: #1d6cbc;
  font-size: 1.8rem;
  position: relative;
  box-sizing: border-box;
  padding: 36px 30px 36px 115px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn a {
    text-align: center;
    font-size: 2.2rem;
    padding: 30px 36px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn a {
    font-size: 1.4rem;
    padding: 14px 36px;
    font-weight: 600;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn a::after {
  position: absolute;
  content: '';
  top: 0;
  right: 30px;
  bottom: 0;
  left: inherit;
  margin: auto 0;
  z-index: 2;
  width: 13px;
  height: 7px;
  background: url(/albums/css/basic-top/abm00001419.svg) center center no-repeat;
  background-size: 13px 7px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn a::after {
    right: 15px;
    width: 11px;
    height: 6px;
    background: url(/albums/css/basic-top/abm00001419.svg) center center no-repeat;
    background-size: 11px 6px;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn a::before {
  margin: auto 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  content: '';
}

.top section.ob__infoguide .ob__links .ob__linkbtn.ob__left a::before {
  left: 45px;
  width: 41px;
  height: 30px;
  background: url(/albums/css/basic-top/abm00001580.svg) center center no-repeat;
  background-size: 41px 30px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__left a::before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__left a::before {
    left: 22px;
    width: 30px;
    height: 22px;
    background: url(/albums/css/basic-top/abm00001580.svg) center center no-repeat;
    background-size: 30px 22px;
  }
}

.top section.ob__infoguide .ob__links .ob__linkbtn.ob__right a::before {
  left: 50px;
  width: 29px;
  height: 24px;
  background: url(/albums/css/basic-top/abm00001581.svg) center center no-repeat;
  background-size: 29px 24px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__right a::before {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__links .ob__linkbtn.ob__right a::before {
    left: 24px;
    width: 25px;
    height: 20px;
    background: url(/albums/css/basic-top/abm00001581.svg) center center no-repeat;
    background-size: 25px 20px;
  }
}

/* 下部のリンクここから */
.top section.ob__infoguide .ob__underlinks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .top section.ob__infoguide .ob__underlinks {
  grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn {
  box-sizing: border-box;
  margin: 0 0 51px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn {
    width: 100%;
    margin: 0 0 22px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1d6cbc;
  background: #fff;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 111px 0 30px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn a {
    font-size: 1.3rem;
    white-space: nowrap;
    letter-spacing: -.05em;
    padding: 59px 0 16px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  background: #1d6cbc;
  width: 83.33333333333334%;
  height: 4px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn a::after {
    height: 2px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn a::before {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(1) a::before {
  top: 46px;
  width: 48px;
  height: 48px;
  background: url(/albums/css/basic-top/abm00001589.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(1) a::before {
    top: 25px;
    width: 26px;
    height: 26px;
  }
}
/*1589*/

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(2) a::before {
  top: 44px;
  width: 47px;
  height: 52px;
  background: url(/albums/css/basic-top/abm00001583.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(2) a::before {
    top: 24px;
    width: 26px;
    height: 28px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(3) a::before {
  top: 50px;
  width: 48px;
  height: 49px;
  background: url(/albums/css/basic-top/abm00001585.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(3) a::before {
    top: 27px;
    width: 27px;
    height: 27px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(4) a::before {
  top: 48px; 
  width: 49px;
  height: 42px;
  background: url(/albums/css/basic-top/abm00001590.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(4) a::before {
    top: 26px;
    width: 27px;
    height: 23px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(5) a::before {
  top: 46px;
  width: 45px;
  height: 45px;
  background: url(/albums/css/basic-top/abm00001591.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(5) a::before {
    top: 26px;
    width: 25px;
    height: 25px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(6) a::before {
  top: 46px;
  width: 37px;
  height: 49px;
  background: url(/albums/css/basic-top/abm00001584.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn:nth-child(6) a::before {
    top: 26px;
    width: 20px;
    height: 27px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn h3 {
  padding: 0 0 37px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn h3 {
    padding: 0 0 15px;
  }
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn .moreBtnBox {
  margin: 0 auto;
}

.top section.ob__infoguide .ob__underlinks .ob__linkbtn .moreBtnBox .links {
  line-height: 1;
  padding: 7px 10px 9px;
}
@media screen and (max-width: 768px) {
  .top section.ob__infoguide .ob__underlinks .ob__linkbtn .moreBtnBox .links {
    font-size: 1.3rem;
    padding: 4px 10px 5px;
  }
}
/* 下部のリンクここまで */


/* ==========================================================================

PICK UP

========================================================================== */
.top .pickupWrap {
  min-width: 100%;
  width: 100%;
  padding: 121px 0 160px;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap {
    padding: 61px 0 0;
  }
}

.top .pickupWrap .ttl {
  font-size: 4.2rem;
  color: #1d6cbc;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 71px;
  letter-spacing: -.01em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .ttl {
    font-size: 2.5rem;
    padding-bottom: 39px;
  }
}

.top .pickupWrap .ttl::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: #1d6cbc;
  width: 1px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .ttl::after {
    height: 17px;
    bottom: -8px;
  }
}

.top .pickupWrap .pickup-list {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 95px;
  }
}

/* Slider */
.top .pickupWrap .slick-slider {
  position: relative;
  display: block;
  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;
  overflow: hidden;
  display: block;
  padding: 0;
}

.top .pickupWrap .slick-list:focus {
  outline: none;
}

.top .pickupWrap .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.top .pickupWrap .slick-slider .slick-track,
.top .pickupWrap .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.top .pickupWrap .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top .pickupWrap .slick-track:before,
.top .pickupWrap .slick-track:after {
  content: "";
  display: table;
}

.top .pickupWrap .slick-track:after {
  clear: both;
}

.top .pickupWrap .slick-loading .slick-track {
  visibility: hidden;
}

.top .pickupWrap .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.top .pickupWrap [dir="rtl"] .slick-slide {
  float: right;
}

.top .pickupWrap .slick-slide img {
  display: block;
}

.top .pickupWrap .slick-slide.slick-loading img {
  display: none;
}

.top .pickupWrap .slick-slide.dragging img {
  pointer-events: none;
}

.top .pickupWrap .slick-initialized .slick-slide {
  display: block;
}

.top .pickupWrap .slick-loading .slick-slide {
  visibility: hidden;
}

.top .pickupWrap .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.top .pickupWrap .slick-arrow.slick-hidden {
  display: none;
}

.top .pickupWrap .slick-arrow:focus {
  outline: none;
}

.top .pickupWrap .pickup-item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item {
    width: 50%;
  }
}

.top .pickupWrap .pickup-item a {
  display: block;
  width: 350px;
  height: 240px;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item a {
    width: 100%;
    height: auto;
    padding-top: 68.57%;
  }
}

.top .pickupWrap .pickup-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: .2s;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item img {
    width: 100%;
    height: auto;
  }
}

.top .pickupWrap .pickup-item-text {
  position: absolute;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  height: 240px;
}
@media screen and (min-width: 1024px) {
  .top .pickupWrap a:not(.noHover):hover img,
  .top .pickupWrap a:not(.noHover):hover .pickup-item-text {
    opacity: .8;
    -webkit-transition: .2s;
    transition: .2s;
  }
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.top .pickupWrap .pickup-item-text-top {
  margin-bottom: 4px;
  font-size: 3.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item-text-top {
    margin-bottom: .25vw;
    font-size: 5.24vw;
    line-height: 1.2;
  }
}

.top .pickupWrap .pickup-item-text-bottom {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item-text-bottom {
    font-size: 2.1vw;
  }
}

.top .pickupWrap .pickup-item .more-arrow {
  position: absolute;
  right: 46px;
  bottom: 20px;
  line-height: 1;
  letter-spacing: .01em;
}
@media screen and (max-width: 768px) {
  .top .pickupWrap .pickup-item .more-arrow {
    right: 30px;
    bottom: 11px;
    font-size: 1.4rem;
  }
}

.top .pickupWrap .pickup-item .more-arrow::after {
  position: absolute;
  content: '';
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
  width: 11px;
  height: 6px;
  background: url(/albums/css/basic-top/abm00001419.svg) center center no-repeat;
  background-size: cover;
}


/* ==========================================================================

重要なお知らせ（ニュース一覧ブロック）

========================================================================== */
.top .top-important {
  display: none;
  background: #313131;
}

.top .top-important.openElem {
  display: block;
}

.top .nb__importantbox {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox {
    padding: 0;
    min-height: 90px;
  }
}

.top .nb__importantbox::before {
  content: '';
  background: #b5121f;
  position: absolute;
  top: -10px;
  left: 20px;
  margin: 0;
  z-index: 1;
  width: 17.76%;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox::before {
    width: 22.422%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox::before {
    left: 0;
    width: 26.041666666666668%;
  }
}

.top .nb__importantbox::after {
  content: '';
  background: #b5121f;
  position: absolute;
  bottom: -10px;
  left: 20px;
  margin: 0;
  z-index: 1;
  width: 17.76%;
  height: 10px;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox::after {
    width: 22.422%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox::after {
    left: 0;
    width: 26.041666666666668%;
  }
}

.top .nb__importantbox a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.top .nb__importantbox a time {
  letter-spacing: -.02em;
  font-weight: 500;
}

.top .nb__importantbox dt {
  background: #b5121f;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 18.253968253968253%;
  overflow: hidden;
  min-height: 210px;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox dt {
    width: 23.3739837398374%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt {
    width: 26.041666666666668%;
    min-height: 95px;
  }
}

/* IE */
.body.ie.top .nb__importantbox dt {
  font-family: "Noto Sans Japanese", sans-serif;
}

.top .nb__importantbox dt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 90px;
  height: 90px;
  background: url(/albums/css/basic-top/abm00001615.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt::before {
    width: 62px;
    height: 62px;
  }
}

.top .nb__importantbox dt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 140px;
  background: #b5121f;
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt::after {
    height: 110%;
  }
}

.top .nb__importantbox dt span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: -.05em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  content: '';
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dt span {
    font-size: 1.4rem;
  }
}

.top .nb__importantbox dd {
  font-size: 1.6rem;
  width: 81.74603174603175%;
  box-sizing: border-box;
  padding: 20px 0 20px 4.660194174757281%;
}
@media screen and (max-width: 1024px) {
  .top .nb__importantbox dd {
    width: 76.52439024390245%;
    padding: 20px 0 20px 3.851261620185923%;
  }
}
@media screen and (max-width: 768px) {
  .top .nb__importantbox dd {
    /*font-size: 1.89vw;*/
    font-size: 1.4rem;
    width: 74.08854166666666%;
    padding: 10px 10px 10px 5.623901581722319%;
  }
}

.top .nb__importantbox dd .news-link {
  margin: 0 0 10px;
  display: block;
}

.top .nb__importantbox dd .news-link:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top .nb__importantbox dd .ttl {
    line-height: 1.9;
    margin: 2px 0 0;
  }
}


/* ==========================================================================

英語サイト用トップINDEX（コンポーネント）

========================================================================== */
.top.en .indexInner {
  padding: 30px 20px 101px;
}
@media screen and (max-width: 1024px) {
  .top.en .indexInner {
    padding: 9px 20px 38px;
  }
}
@media screen and (max-width: 768px) {
  .top.en .indexInner {
    padding: 10px 15px 70px;
  }
}


/* ==========================================================================

スペイン語用テキストTOP（オリブロ）

========================================================================== */
.top .ob-esTxt {
  max-width: 1260px;
  margin: 0 auto;
  color: #373737;
  padding: 17px 20px 229px;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
  .top .ob-esTxt {
    padding: 17px 20px 149px;
  }
}
@media screen and (max-width: 768px) {
  .top .ob-esTxt {
    font-size: 1.6rem;
    padding: 20px 15px 90px;
    line-height: 2.2;
  }
}


/* ==========================================================================

一番下のバナー

========================================================================== */
.top .ob-bnrList {
  display: none;
}

.top #burAreas {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px){
  .top #burAreas {
    padding: 0 15px;
  }
}

.top #burAreas .ob-bnrList {
  display: flex;
  margin: -60px 0 160px;
}
@media only screen and (max-width: 768px){
  .top #burAreas .ob-bnrList {
    margin: -60px 0 70px;
  }
}


/* ==========================================================================

編集用画面のスタイル

========================================================================== */
.fr-editor .fr-wrapper h1.txtBox {
  color: #fff;
  font-size: 2.8rem;
}