@charset "UTF-8";

/* ==========================================================================

メインビジュアル

========================================================================== */

/* メインギャラリースライダー
-------------------------------------------------------------*/
.main-gallery-slider {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: calc(100vh - 140px);
  min-height: 680px;
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .main-gallery-slider {
    height: 45.5vw !important;
  }
}
@media screen and (max-width: 959px) {
  .main-gallery-slider {
    width: 100vw;
    height: 71.6vw;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
}

.cms .slick-slide {
  display: block;
  float: none;
}

.main-gallery-slider > div {
  width: 100vw;
  height: calc(100vh - 140px);
  min-height: 680px;
}
/*
@media screen and (min-width: 641px) and (max-width: 959px) {
  .main-gallery-slider > div {
    height: 45.5vw !important;
  }
}
*/
@media screen and (max-width: 959px) {
  .main-gallery-slider > div {
    height: 71.6vw;
    min-height: inherit;
  }
}

.cms .main-gallery-slider > div {
  width: auto;
  height: auto;
  min-height: inherit;
}

.main-gallery-slider > div .main-slider-wrap {
  height: calc(100vh - 140px);
  min-height: 680px;
  width: 100%;
}
/*
@media screen and (min-width: 641px) and (max-width: 959px) {
  .main-gallery-slider > div .main-slider-wrap {
    height: 45.5vw !important;
  }
}
*/
@media screen and (max-width: 959px) {
  .main-gallery-slider > div .main-slider-wrap {
    height: 71.6vw;
    min-height: inherit;
  }
}

.main-gallery-slider .main-gallery-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(4, 0, 0, 0.1);
}

/* ドットインジゲーター
-------------------------------------------------------------*/
.main-gallery-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (max-width: 959px) {
  .main-gallery-slider-dots {
    bottom: 6px;
  }
}

.main-gallery-slider-dots .slick-dots {
  bottom: 0 !important;
  margin: 0 !important;
  left: 0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .main-gallery-slider-dots .slick-dots {
    bottom: 3px !important;
  }
}

.main-gallery-slider-dots .slick-dots li {
  margin: 0 6px;
  padding: 0;
  text-indent: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  transition: .2s;
}
@media screen and (max-width: 959px) {
  .main-gallery-slider-dots .slick-dots li {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-width: 1px;
  }
}

.main-gallery-slider-dots .slick-dots li::before {
  content: none;
}

.main-gallery-slider-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  display: block;
}

.main-gallery-slider-dots .slick-dots li.slick-active {
  background-color: #DC091A;
}
@media screen and (min-width: 960px) {
  .main-gallery-slider-dots .slick-dots li:hover {
    background-color: #DC091A;
  }
}

/* メインギャラリー
-------------------------------------------------------------*/
.main-gallery {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  overflow: hidden;
  height: 100vh;
  min-height: 680px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .main-gallery {
    position: static;
    height: auto;
    min-height: inherit;
  }
}

.main-gallery > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  min-height: 680px;
}
@media screen and (max-width: 959px) {
  .main-gallery > div {
    width: auto;
    height: auto;
    min-height: inherit;
  }
}

.main-gallery img {
  opacity: 0;
}

.main-visual-slider {
  opacity: 0;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: calc(100vh - 140px);
  /*min-height: 900px;*/
  min-height: 680px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
/*
@media screen and (min-width: 641px) and (max-width: 959px) {
  .main-visual-slider {
    height: 45.5vw !important;
  }
}
*/
@media screen and (max-width: 959px) {
  .main-visual-slider {
    height: 71.6vw;
    min-height: inherit;
    overflow: hidden;
  }
}

.main-visual-slider.is-show {
  opacity: 1;
}


/* 背景画像
-------------------------------------------------------------*/
.main-slider-hidden-img {
  display: none;
}
.cms .main-slider-hidden-img {
  display: block;
}

.main-gallery-slider > div .main-slider-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-position: center;
  background-repeat :no-repeat;
}

.cms .main-slider-item {
  display: none;
}

.main-slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-slider-wrap a {
  color: #333;
}
@media screen and (min-width: 960px) {
  .main-slider-wrap a:hover {
    text-decoration: none;
  }
}

.main-gallery-slider > div .is-gallery-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 7s linear;
  transition: -webkit-transform 7s linear;
  transition: transform 7s linear;
  transition: transform 7s linear, -webkit-transform 7s linear;
}

/* 縦書き
-------------------------------------------------------------*/
.main-slider__ttlBox {
  display: flex;
  flex-direction: row-reverse;
}

.cms .main-slider__ttlBox {
  display: block;
}

.main-slider__ttlBox > div {
  display: inline-flex;
  text-align: left;
  font-family: 'Noto serif JP', sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: 17px;
}
@media only screen and (max-width: 959px) {
  .main-slider__ttlBox > div {
    margin-left: 2.1vw;
  }
}

.cms .main-slider__ttlBox > div {
  writing-mode: inherit;
  text-orientation: inherit;
  display: block;
  margin: 0;
}

.main-slider__ttlBox > div:last-child {
  margin-left: 0;
}

.main-slider__ttlBox > div .cp-inner {
  background: #fff;
  font-size: 2.5rem;
  letter-spacing: .25em;
  padding: 24px 7px 18px 6px;
}
@media only screen and (max-width: 959px) {
  .main-slider__ttlBox > div .cp-inner {
    font-size: 3.28vw;
    letter-spacing: .3em;
    padding: 3.02vw 1.45vw 2.59vw .51vw;
  }
}

.main-arrow {
  width: 120px;
}
@media only screen and (max-width: 959px) {
  .main-arrow {
    display: none;
  }
}

.cms .main-arrow {
  display: none;
}

.main-arrow span {
  width: 120px;
  height: 120px;
  background: #DC091A url(/ahs/albums/css/basic-top/abm00006766.svg) no-repeat center center;
  background-size: 48px 32px;
  border-radius: 50%;
}

/* 1番目のスライド
-------------------------------------------------------------*/
.main-slider__no1 {
  position: absolute;
  /*
  top: 9.25vw;
  left: 23.5vw;
  */
  top: 2.9vw;
  left: 10vw;
}
@media only screen and (max-width: 959px) {
  .main-slider__no1 {
    top: 6.27vw;
    left: inherit;
    right: 12.7vw;
  }
}

.cms .main-slider__no1 {
  position: static;
}

.main-slider__no1 .main-arrow {
  margin: 2.6vw 0 0 2px;
}

/* 2番目のスライド
-------------------------------------------------------------*/
.main-slider__no2 {
  position: absolute;
  /*
  top: 10.9vw;
  right: 24.6vw;
  */
  top: 2.9vw;
  right: 13.6vw;
}
@media only screen and (max-width: 959px) {
  .main-slider__no2 {
    top: 6.7vw;
    right: 12.7vw;
  }
}

.cms .main-slider__no2 {
  position: static;
}

.main-slider__no2 .main-arrow {
  margin: 0.29vw 0 0 1.95vw;
}

/* 3番目のスライド
-------------------------------------------------------------*/
.main-slider__no3 {
  position: absolute;
  /*
  top: 8.3vw;
  left: 23.5vw;
  */
  top: 2.9vw;
  left: 10vw;
}
@media only screen and (max-width: 959px) {
  .main-slider__no3 {
    top: 6.27vw;
    left: inherit;
    right: 12.7vw;
  }
}

.cms .main-slider__no3 {
  position: static;
}

.main-slider__no3 .main-arrow {
  margin: 2.6vw 0 0 2px;
}

/* 4番目のスライド
-------------------------------------------------------------*/
.main-slider__no4 {
  position: absolute;
  /*
  top: 6.78vw;
  right: 26.4vw;
  */
  top: 2.9vw;
  right: 13.6vw;
}
@media only screen and (max-width: 959px) {
  .main-slider__no4 {
    top: 6.7vw;
    right: 12.7vw;
  }
}

.cms .main-slider__no4 {
  position: static;
}

.main-slider__no4 .main-arrow {
  margin: 2.35vw 0 0;
}

/* 5番目のスライド
-------------------------------------------------------------*/
.main-slider__no5 {
  position: absolute;
  /*
  top: 25.5vw;
  right: 29.6vw;
  */
  top: 13.6vw;
  right: 12.7vw;
}

.cms .main-slider__no5 {
  position: static;
}

.main-slider__no5 .main-arrow {
  margin: 0;
}

/* 左右流れるテキストアニメーション
-------------------------------------------------------------*/
.main-effect {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.main-effect span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.main-effect.is-visible,
.main-effect.is-visible span {
  transform: translate(0, 0);
}

.cms .main-effect {
  overflow: initial;
  transform: translate(0%, 0);
  transition: inherit;
}

.cms .main-effect span {
  transform: translate(0, 0);
  transition: inherit;
}


/* 重要なお知らせ
-------------------------------------------------------------*/
.ns-important {
  position: absolute;
  z-index: 6;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1160px;
  transition: .2s;
}
@media screen and (min-width: 960px) and (max-width: 1220px){
  .ns-important {
    width: 900px;
  }
}
@media only screen and (max-width: 959px) {
  .ns-important {
    position: static;
    width: auto;
    margin: 0;
    border: 2px solid #DC091A;
  }
  .main-visual .ns-important {
    display: none !important;
  }
}

.ns-important.is-openElem {
  display: block;
}

.ns-important dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 90px;
  border-radius: 4px;
}
@media only screen and (max-width: 959px) {
  .ns-important dl {
    display: block;
    min-height: inherit;
    border-radius: 0;
  }
}

.ns-important dl dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: .01em;
  text-align: center;
  font-size: 2rem;
  width: 240px;
  background: #DC091A;
}
@media only screen and (max-width: 959px) {
  .ns-important dl dt {
    width: 100%;
    height: auto;
    min-height: 39px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.01em;
    margin: 0;
  }
  .ns-important dl dt span {
    padding: 9px 0 0;
    display: block;
    letter-spacing: 0.05em;
  }
}

.ns-important dl dd {
  width: calc(100% - 240px);
  padding: 14px 20px;
  box-sizing: border-box;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  .ns-important dl dd {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 13px 18px 22px;
  }
}

.ns-important dl dd a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 959px) {
  .ns-important dl dd a {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .ns-important dl dd a:hover .ttl {
    text-decoration: underline;
  }
}

.ns-important dl dd a[target="_blank"]::after {
  content: none;
}

.ns-important dl dd time {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .01em;
}
@media only screen and (max-width: 959px) {
  .ns-important dl dd time {
    font-size: 1.1rem;
  }
}

.ns-important dl dd .ttl {
  font-size: 1.6rem;
  letter-spacing: .01em;
  word-break: break-all;
  margin: 2px 0 0 -2px;
}
@media only screen and (max-width: 959px) {
  .ns-important dl dd .ttl {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 2px 0 0;
  }
}

.ns-important .ns-content:empty {
  padding: 0 !important;
}

/* SP時はメインビジュアルの重要なお知らせは非表示 */
.main-visual-slider + .ns-important {
  display: none;
}
@media only screen and (max-width: 959px) {
  .main-visual-slider + .ns-important {
    display: block;
  }
}


/* ロゴ（英語サイト）
-------------------------------------------------------------*/
.main-ttl {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-family: 'Noto serif JP', sans-serif;
}

.cms .main-ttl {
  position: static;
  margin: 0;
  color: #333;
  -webkit-transform: inherit;
  transform: inherit;
}

.main-ttl__inner {
  display: block;
}

.main-ttl__inner-logo {
  width: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .main-ttl__inner-logo {
    width: 13vw;
  }
}

.main-ttl__inner-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-ttl__inner-tops {
  font-size: 3.6rem;
  letter-spacing: .015em;
  padding: 33px 0 20px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  .main-ttl__inner-tops {
    font-size: 3.5vw;
    padding: 2vw 0 2.5vw;
  }
}

.main-ttl__inner-bottoms {
  font-size: 6rem;
  letter-spacing: .015em;
  padding: 10px 0 20px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1000px) {
  .main-ttl__inner-bottoms {
    font-size: 5.8vw;
    padding: 1vw 0 2.5vw;
  }
}

/* パンフレット(PC)
-------------------------------------------------------------*/
.ob-mainVisual__pamphlet {
  position: absolute;
  z-index: 10;
  right: 62px;
  bottom: 30px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 200px;
}
@media only screen and (max-width: 959px) {
  .ob-mainVisual__pamphlet {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    background: #F6F6F8;
    padding-bottom: 34px;
  }
}

.cms .ob-mainVisual__pamphlet {
  position: static;
}

@media only screen and (max-width: 959px) {
  .ob-mainVisual__pamphlet-inner {
    margin: 0 20px;
  }
}

.ob-mainVisual__pamphlet-inner a {
  display: flex;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(0,0,0,.65);
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .ob-mainVisual__pamphlet-inner a {
    align-items: center;
    background: #5C5C5C;
  }
}

.cms .ob-mainVisual__pamphlet-inner a {
  color: #333;
  background: none;
}

.ob-mainVisual__pamphlet-inner a::after {
  content: none;
}

.ob-mainVisual__pamphlet-innerTxt {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -.001em;
  margin: 4px 0 0;
  padding: 0 10px 0 11px;
}
@media only screen and (max-width: 959px) {
  .ob-mainVisual__pamphlet-innerTxt {
    padding: 12px 10px 12px 26px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    margin: 0;
  }
}

.ob-mainVisual__pamphlet-inner a img {
  width: 100%;
  max-width: 71px;
  border-radius: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .ob-mainVisual__pamphlet-inner a img {
    width: 89px;
    max-width: 89px;
    height: 100%;
    max-height: 75px;
  }
}

/* SP時はメインビジュアルの重要なお知らせは非表示 */
@media only screen and (max-width: 959px) {
  .main-visual-slider .ob-mainVisual__pamphlet {
    display: none;
  }
}

/* SP用ナビゲーション
-------------------------------------------------------------*/
.ob-spMenu {
  display: none;
}
@media only screen and (max-width: 959px) {
  .ob-spMenu {
    display: block;
    min-height: 400px;
    padding: 24px 20px 14px;
    background: #F6F6F8;
  }
  .ob-spMenu > div:first-child {
    display: none;
  }
  .ob-spMenu .lv2-folder {
    display: none;
  }
  .ob-spMenu .lv2-link {
    position: relative;
    display: block;
    color: #333;
    background: #fff;
    border: 1px solid #666;
    padding: 10px 50px 11px 14px;
    margin-bottom: 9px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: 'Noto serif JP', sans-serif;
  }
  .ob-spMenu .lv2-link[target="_blank"]::after {
    background: none;
  }
  .ob-spMenu > div:last-child {
    display: none;
  }
}

/* パンフレット(SP)
-------------------------------------------------------------*/
.ob-spMenu + .ob-mainVisual__pamphlet {
  display: none;
}
@media only screen and (max-width: 959px) {
  .ob-spMenu + .ob-mainVisual__pamphlet {
    display: block;
  }
}

/* SP用ナビゲーション（英語サイト）
-------------------------------------------------------------*/
.is-english .ob-spMenu {
  min-height: inherit;
}

.is-english .ob-spMenu .lv2-folder {
  display: block;
}

.is-english .ob-spMenu .lv2-folder > base_en-header_en1-nest-list:first-child {
  display: none;
}

.is-english .ob-spMenu .lv3-link {
  position: relative;
  display: block;
  color: #333;
  background: #fff;
  border: 1px solid #666;
  padding: 12px 50px 12px 14px;
  margin-bottom: 9px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .01em;
  font-family: 'Noto serif JP', sans-serif;
}

.is-english .ob-spMenu .lv3-folder {
  display: none;
}


/* ==========================================================================

なりたい「医療の職種」と「将来」が見つかる 学科・専攻ナビ

========================================================================== */
.ob-topNavi {
  position: relative;
}

.ob-topNavi::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  background: #F6F6F8;
  width: 39.43%;
  height: 84.722%;
}
@media screen and (max-width: 959px) {
  .ob-topNavi::before {
    content: none;
  }
}

.ob-topNavi__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 20px 141px;
}
@media screen and (max-width: 959px) {
  .ob-topNavi__inner {
    padding: 30px 20px 0;
  }
}

.ob-topNavi a {
  display: flex;
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  transition: .2s;
}
@media screen and (min-width: 960px) {
  .ob-topNavi a:hover {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 959px) {
  .ob-topNavi a {
    flex-flow: column-reverse;
  }
}

.cms .ob-topNavi__box a {
  color: #fff;
}

.ob-topNavi__box__img {
  overflow: hidden;
  width: 60.5%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width: 959px) {
  .ob-topNavi__box__img {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.ob-topNavi__box__img img {
  width: 100%;
  transition: .2s;
}

.ob-topNavi__box__text {
  background: #1B2870;
  text-align: center;
  padding: 2.15vw 1.55vw 1.55vw 2.0vw;
  width: 39.5%;
}
@media screen and (min-width: 1921px) {
  .ob-topNavi__box__text {
    padding: 41px 0 30px 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
  .ob-topNavi__box__text {
    padding: 2.5vw 0 2.5vw 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-topNavi__box__text {
    padding: 15px 15px 63px;
    width: 100%;
  }
}

.cms .ob-topNavi__box__text {
  width: 100%;
}

.ob-topNavi__box__text .cp-inner {
  position: relative;
}

.ob-topNavi__box__text--read {
  font-size: 1.6rem;
  margin-left: -13px;
  padding: 75px 0 9px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 960px) and (max-width: 1080px) {
  .ob-topNavi__box__text--read {
    padding: 3.5vw 0 19px;
  }
}
@media screen and (max-width: 959px) {
  .ob-topNavi__box__text--read {
    font-size: 1rem;
    margin-left: -1px;
    padding: 28px 0 4px;
  }
}

.ob-topNavi__box__text--ttl {
  font-size: 4rem;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 960px) and (max-width: 1050px) {
  .ob-topNavi__box__text--ttl {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-topNavi__box__text--ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: .2em;
  }
}

.ob-topNavi__box__text .cp-inner .is-arrow {
  z-index: 2;
  display: block;
  position: absolute;
  right: 0;
  left: -45px;
  top: inherit;
  bottom: -71px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-topNavi__box__text .cp-inner .is-arrow {
    left: -55px;
    bottom: -39px;
  }
  .ob-topNavi__box__text .cp-inner .is-arrow svg {
    width: 85px;
  }
}


/* ==========================================================================

ピックアップ

========================================================================== */
.ob-pickup {
  margin: 40px 20px 95px;
}
@media screen and (max-width: 959px) {
  .ob-pickup {
    margin: 15px 20px 30px;
  }
}

.ob-pickup__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1202px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .ob-pickup__inner {
    display: block;
  }
}

.ob-pickup__list {
  position: relative;
  border-radius: 8px;
  width: 49.08%;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .ob-pickup__list {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
  }
  .ob-pickup__list:last-child {
    margin-bottom: 0;
  }
}

.ob-pickup__list a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #333;
}

.ob-pickup__list a:hover {
  text-decoration: none;
}

.ob-pickup__list a[target="_blank"]::after {
  content: none;
}

.ob-pickup__list::before {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.ob-pickup__list:first-child::before {
  content: '';
  background: url(/ahs/albums/css/basic-top/abm00006703.jpg) center center no-repeat;
  background-size: cover;
}

.ob-pickup__list:last-child::before {
  content: '';
  background: url(/ahs/albums/css/basic-top/abm00006702.jpg) center center no-repeat;
  background-size: cover;
}

.cms .ob-pickup__list:first-child::before,
.cms .ob-pickup__list:last-child::before {
  background: none;
}

/* 矢印 */
.ob-pickup__list a .is-arrow {
  top: inherit;
  right: inherit;
  bottom: 58px;
  left: 31px;
  z-index: 10;
}

.ob-pickup__box {
  position: relative;
  z-index: 3;
  width: 47.46%;
  height: 100%;
  box-sizing: border-box;
  padding: 35px 15px 108px 30px;
  background-color: rgba(255,255,255,.85);
  -webkit-transition: padding 1s ease;
  transition: padding 1s ease;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .ob-pickup__box {
    padding: 35px 15px 108px 15px;
  }
}
@media screen and (max-width: 959px) {
  .ob-pickup__box {
    padding: 4.5vw 4.5vw 16.8vw 5.1vw;
    background-color: rgba(255,255,255,.63);
  }
}

.cms .ob-pickup__list,
.cmd .ob-pickup__box {
  background-color: transparent;
}

.ob-pickup__list:last-child .ob-pickup__box {
  margin-left: auto;
  padding: 68px 15px 108px 65px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .ob-pickup__list:last-child .ob-pickup__box {
    padding: 68px 15px 108px 15px;
  }
}
@media screen and (max-width: 959px) {
  .ob-pickup__list:last-child .ob-pickup__box {
    padding: 10.1vw 4.5vw 16.8vw 7.3vw;
  }
}

.cms .ob-pickup__list:last-child .ob-pickup__box {
  margin-left: 0;
  background-color: transparent;
}

.ob-pickup__box-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .ob-pickup__box-ttl {
    font-size: 1.5vw;
    line-height: 1.6;
    margin-bottom: 4px;
    margin-left: 1px;
  }
}

.ob-pickup__box-read {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 959px) {
  .ob-pickup__box-read {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: .01em;
  }
  .ob-pickup__list:first-child .ob-pickup__box-read br {
    display: none;
  }
}

.ob-pickup__box .is-arrow {
  top: inherit;
  bottom: 23px;
  left: 31px;
  right: inherit;
  margin-top: 0;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .ob-pickup__box .is-arrow {
    right: 0 !important;
    left: 0 !important;
    width: 95px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .ob-pickup__box .is-arrow {
    bottom: 7.5vw !important;
    left: inherit !important;
    top: inherit !important;
    right: 6.5vw;
    width: 100%;
  }
  .ob-pickup__box .is-arrow svg {
    width: 100%;
    max-width: 96px;
  }
}

.ob-pickup__list:last-child .ob-pickup__box .is-arrow {
  left: 73px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .ob-pickup__list:last-child .ob-pickup__box .is-arrow {
    left: 0;
    right: 0;
  }
}


/* ピックアップ（英語サイト）
-------------------------------------------------------------*/
.is-english .ob-pickup {
  margin-top: 95px;
}
@media screen and (max-width: 959px) {
  .is-english .ob-pickup {
    margin-top: 30px;
  }
}

.is-english .ob-pickup__box {
  padding: 40px 30px 108px 30px;
}
.is-english .ob-pickup__list:last-child .ob-pickup__box {
  margin-left: auto;
  padding: 40px 30px 108px 30px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .is-english .ob-pickup__box,
  .is-english .ob-pickup__list:last-child .ob-pickup__box {
    padding: 35px 15px 108px 15px;
  }
}
@media screen and (max-width: 959px) {
  .is-english .ob-pickup__box,
  .is-english .ob-pickup__list:last-child .ob-pickup__box {
    padding: 4.5vw 4.5vw 16.8vw 5.1vw;
  }
}

.is-english .ob-pickup__list:last-child .ob-pickup__box .is-arrow {
  left: 31px;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .is-english .ob-pickup__list:last-child .ob-pickup__box .is-arrow {
    left: 0;
  }
}


.is-english .ob-pickup__list:first-child::before {
  background-image: url(/ahs/albums/css/basic-top/abm00006823.jpg);
}

.is-english .ob-pickup__list:last-child::before {
  background-image: url(/ahs/albums/css/basic-top/abm00006703.jpg);
}


/* ==========================================================================

ACADEMIC

========================================================================== */
.ob-academic {
  position: relative;
  padding: 83px 20px 85px;
}
@media screen and (max-width: 959px) {
  .ob-academic {
    padding: 22px 20px 47px;
  }
}

.ob-academic::before {
  content: '';
  position: absolute;
  background: #F6F6F8;
  width: 2000vw;
  height: 100%;
  top: 0;
  left: -200%;
  z-index: -1;
  margin: 0;
}

.ob-academic__inner {
  margin: 0 auto;
  max-width: 1400px;
}

/* 見出し */
.ob-academic .ob-topicsTtl {
  margin: 0;
  letter-spacing: .2em;
}
@media screen and (max-width: 959px) {
  .ob-academic .ob-topicsTtl {
    font-size: 3rem;
    padding-bottom: 26px;
  }
  .ob-academic .ob-topicsTtl::after {
    height: 20px;
  }
}
/* 見出し */

.ob-academic__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 22px 0 0;
}
@media screen and (max-width: 959px) {
  .ob-academic__boxes {
    margin: 20px 0 0;
  }
}

.ob-academic__box {
  width: 24.43%;
  margin-bottom: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 959px) {
  .ob-academic__box {
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ob-academic__box:last-child {
    margin-bottom: 0;
  }
}

.cms .ob-academic__box {
  width: 100%;
}

.ob-academic__box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  transition: .01s;
}
@media screen and (min-width: 960px) {
  .ob-academic__box a:hover {
    color: #fff;
    text-decoration: none;
  }
  .ob-academic__box a:hover .ob-academic__box-ttl::after {
    background: #fff;
  }
}

.ob-academic__box-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (max-width: 959px) {
  .ob-academic__box-img {
    padding-top: 32.81%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.ob-academic__box-img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .ob-academic__box-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.ob-academic__box-ttl {
  position: relative;
  text-align: center;
  font-family: 'Noto serif JP', sans-serif;
  background: #fff;
  transition: .2s;
  padding: 65px 0 60px;
}
@media screen and (max-width: 959px) {
  .ob-academic__box-ttl {
    padding: 41px 10px 40px;
  }
}

.ob-academic__box-ttl::after {
  content: '';
  position: absolute;
  transition: .2s;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 10px;
  background: #DC091A;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .ob-academic__box-ttl::after {
    bottom: 20px;
    width: 27px;
    height: 6px;
  }
}

.ob-academic__box-ttl > div:first-child {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: -22px;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .ob-academic__box-ttl > div:first-child {
    font-size: 1vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-academic__box-ttl > div:first-child {
    font-size: 1.1rem;
    margin-top: -19px;
    margin-bottom: 1px;
  }
}

.ob-academic__box-ttl > div:last-child {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .06em;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .ob-academic__box-ttl > div:last-child {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .ob-academic__box-ttl > div:last-child {
    font-size: 1.8rem;
  }
}

.ob-academic__box.is-hs .ob-academic__box-ttl::after {
  background: #EF868D;
}
.ob-academic__box.is-hs .ob-academic__box-ttl > div:first-child {
  display: none;
}
@media screen and (min-width: 960px) {
  .ob-academic__box.is-hs a:hover .ob-academic__box-ttl {
    background: #EF868D;
  }
}

.ob-academic__box.is-ml .ob-academic__box-ttl::after {
  background: #64A9DD;
}
.ob-academic__box.is-ml .ob-academic__box-ttl > div:first-child {
  display: none;
}
@media screen and (min-width: 960px) {
  .ob-academic__box.is-ml a:hover .ob-academic__box-ttl {
    background: #64A9DD;
  }
}

.ob-academic__box.is-dm .ob-academic__box-ttl::after {
  background: #8F82BC;
}
@media screen and (min-width: 960px) {
  .ob-academic__box.is-dm a:hover .ob-academic__box-ttl {
      background: #8F82BC;
  }
}

.ob-academic__box.is-dr .ob-academic__box-ttl::after {
  background: #F7AE6A;
}
@media screen and (min-width: 960px) {
  .ob-academic__box.is-dr a:hover .ob-academic__box-ttl {
    background: #F7AE6A;
  }
}


/* ACADEMIC（英語サイト）
-------------------------------------------------------------*/
.is-english .ob-academic__box-ttl > div:last-child {
  font-size: 2rem;
  letter-spacing: .01em;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .is-english .ob-academic__box-ttl > div:last-child {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 959px) {
  .is-english .ob-academic__box-ttl > div:last-child {
    font-size: 1.8rem;
  }
}


/* ==========================================================================

トップページ TOPICS

========================================================================== */
.ob-topics__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 20px 80px;
}
@media only screen and (max-width: 959px) {
  .ob-topics__inner {
    padding: 19px 20px 20px;
  }
}

/* 見出し */
.ob-topics .ob-topicsTtl {
  margin: 0 0 25px;
  letter-spacing: .2em;
}
@media screen and (max-width: 959px) {
  .ob-topics .ob-topicsTtl {
    font-size: 3rem;
    margin: 0 0 21px;
    padding-bottom: 26px;
  }
  .ob-topics .ob-topicsTtl::after {
    height: 20px;
  }
}
/* 見出し */

.ob-topics .newsLists {
  margin: 0 !important;
}

@media screen and (max-width: 959px) {
  .ob-topics__inner .slick-list {
    margin-left: -20px; /* 隙間を開ける */
    margin-right: -20px; /* 隙間を開ける */
  }
  .ob-topics__inner .slick-track {
    margin-right: -20px; /* 隙間を開ける */
  }
  .ob-topics__inner .list {
    margin-left: 20px !important; /* 隙間を開ける */
    margin-right: 20px !important; /* 隙間を開ける */
    margin-bottom: 0;
  }
  .ob-topics__inner .list:last-child {
    margin-bottom: 30px !important;
  }
}

.ob-topics__inner .slick-prev,
.ob-topics__inner .slick-next {
  position: absolute;
  top: inherit;
  width: 50px;
  height: 50px;
  background: #DC091A !important;
  z-index: 2;
  bottom: 0;
}

.ob-topics__inner .slick-prev {
  left: 0;
  bottom: 0;
  transform: translate(0, 99%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ob-topics__inner .slick-next {
  right: 0;
  bottom: 0;
  transform: translate(0, 99%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ob-topics__inner .slick-prev::before,
.ob-topics__inner .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 15px;
}

.ob-topics__inner .slick-prev::before {
  transform: rotate(180deg);
  background-image: url(/ahs/albums/css/basic-top/abm00006648.svg);
  background-size: contain;
}

.ob-topics__inner .slick-next::before {
  background-image: url(/ahs/albums/css/basic-top/abm00006648.svg);
  background-size: contain;
}

.ob-topics__inner .ob-news__btn {
  margin-top: 28px;
}
@media screen and (max-width: 959px) {
  .ob-topics__inner .ob-news__btn {
    margin-top: -1px;
    max-width: 100%;
  }
  .ob-topics__inner .ob-news__btn .button1 a,
  .ob-topics__inner .ob-news__btn .button2 a,
  .ob-topics__inner .ob-news__btn .button3 a {
    color: #666;
    border-color: #DC091A;
    padding: 13px 10px 14px 10px;
    border-radius: 5px;
  }
  .ob-topics__inner .ob-news__btn .button1 a .is-arrow,
  .ob-topics__inner .ob-news__btn .button2 a .is-arrow,
  .ob-topics__inner .ob-news__btn .button3 a .is-arrow {
    display: none;
  }
}


/* ==========================================================================

トップページ NEWS

========================================================================== */
.ob-news {
  position: relative;
  z-index: 12;
  background: #F6F6F8;
  padding: 0 20px;
}
@media only screen and (max-width: 959px) {
  .ob-news {
    padding: 0;
    background: none;
  }
}

.ob-news::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40.63%;
  height: 100%;
  background-position: center center;
  background-image: url(/ahs/albums/css/basic-top/abm00006803.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .ob-news::before {
    content: none;
  }
}

.ob-news__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 66px 0 59px;
}
@media only screen and (max-width: 959px) {
  .ob-news__inner {
    padding: 4px 20px 30px;
  }
}

/* 見出し */
.ob-news .ob-topicsTtl {
  margin: 0 0 15px;
  letter-spacing: .2em;
}
@media screen and (max-width: 959px) {
  .ob-news .ob-topicsTtl {
    font-size: 3rem;
    margin: 0 0 28px;
    padding-bottom: 26px;
  }
  .ob-news .ob-topicsTtl::after {
    height: 20px;
  }
}
/* 見出し */

.ob-news__inner .ob-news__news {
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 57px 0 20px;
  min-height: 752px;
}
@media screen and (max-width: 959px) {
  .ob-news__inner .ob-news__news {
    background: none;
    border: none;
    min-height: inherit;
    border-radius: 0;
    padding: 0;
  }
}

.ob-news__inner .ob-news__news .news-all-wrap {
  min-height: 525px;
}
@media screen and (max-width: 959px) {
  .ob-news__inner .ob-news__news .news-all-wrap {
    min-height: inherit;
  }
}

.ob-news__inner .normalNewsLists {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  .ob-news__inner .normalNewsLists {
    padding: 0;
  }
}

.ob-news__inner .ob-news__btn {
  margin: 47px auto 0;
}
@media screen and (max-width: 959px) {
  .ob-news__inner .ob-news__btn {
    margin: 24px auto 0;
  }
}


/* ==========================================================================

センターボタン

========================================================================== */
.ob-news__btn {
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .ob-news__btn {
    max-width: 386px;
  }
}

.ob-news__btn .button1,
.ob-news__btn .button2,
.ob-news__btn .button3 {
  margin: 0 !important;
}

.ob-news__btn .button-inner a {
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  padding: 17px 41px 16px 40px;
  letter-spacing: -.01em;
}
@media only screen and (max-width: 959px) {
  .ob-news__btn .button-inner a {
    font-size: 1.5rem;
    padding: 12px 36px 15px 36px;
  }
}

.ob-news__btn .button-inner a::after {
  content: none;
}


/* ==========================================================================

下部ボタン群

========================================================================== */
.ob-btnArea__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 79px 20px 59px;
}
@media only screen and (max-width: 959px) {
  .ob-btnArea__inner {
    padding: 0px 20px 30px;
  }
}

.ob-btnArea__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .ob-btnArea__block {
    display: block;
  }
}

.ob-btnArea__btn {
  width: 23.75%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 959px) {
  .ob-btnArea__btn {
    width: 100%;
    margin: 0 0 15px;
  }
  .ob-btnArea__btn:last-child {
    margin: 0;
  }
}

.cms .ob-btnArea__btn {
  width: 100%;
}

.ob-btnArea__btn-inner {
  border: 1px solid #CCC;
}

.ob-btnArea__btn-inner a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  background: #fff;
  padding: 0 10px 0 0;
}

.cms .ob-btnArea__btn-inner a {
  padding: 0;
  background: none;
}

.ob-btnArea__btn-inner a > div:first-child {
  border-right: 1px solid #CCC;
}

.cms .ob-btnArea__btn-inner a > div:first-child {
  border-right: none;
}

.ob-btnArea__btn-inner a > div:first-child img {
  width: 100%;
  max-width: 85px;
  min-width: 85px;
  border-radius: 0;
}
@media only screen and (max-width: 959px) {
  .ob-btnArea__btn-inner a > div:first-child img {
    max-width: 50px;
    min-width: 50px;
  }
}

.ob-btnArea__btn-innerTxt {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  padding: 0 0 0 .7vw;
}
@media only screen and (max-width: 1199px) {
  .ob-btnArea__btn-innerTxt br {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .ob-btnArea__btn-innerTxt {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    padding: 0 6px;
  }
}