@charset "UTF-8";
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------------
    トップページMV
----------------------------------------------------*/
.section-mv { /*メインビジュアル*/
  position: relative;
  height: 100dvh;
  max-height: 56.25dvw;
  background-color: #F8F4E4;
  background-image: url("../images/top/mv-back.svg");
  background-repeat: no-repeat;
  background-position: left 3.6979166667dvw top 3.0208333333dvw;
  background-size: 36.9791666667dvw 65.7407407407dvh;
  padding: 0 0 0 26.0416666667dvw;
}
.section-mv .mv-catch-pc {
  position: absolute;
  overflow: hidden;
  width: 11.7708333333dvw;
  left: 10.6770833333dvw;
  top: 11.9791666667dvw;
  max-height: 33.28125dvw;
  height: 59.1666666667dvh;
}
.section-mv .mv-catch-pc .delay-catch {
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transform: translateY(3rem);
  opacity: 0;
}
.section-mv .mv-catch-pc .delay-catch.delay-active {
  opacity: 1;
  transform: translateY(0);
}
.section-mv .mv-slide { /*メインスライダー*/
  height: 100%;
  max-height: 100%;
  padding-left: 3.125dvw;
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 0.1s;
  padding-top: 4.1666666667dvw;
}
.section-mv .mv-slide.is-active {
  opacity: 1;
}
.section-mv .mv-slide .mv-wrap {
  transition: all cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
}
.section-mv .mv-slide .mv-wrap .mv-img {
  overflow: visible;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap {
  width: max-content;
  max-width: 55dvw;
  height: max-content;
  max-height: 74.9074074074dvh;
  aspect-ratio: 1056/809;
  position: relative;
  display: block;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap.r .wrapa {
  background: #FF6C6C;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap.r .wrapp {
  color: #FF6C6C;
  border-color: #FF6C6C;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap.g .wrapa {
  background: #50C14A;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap.g .wrapp {
  color: #50C14A;
  border-color: #50C14A;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap.b .wrapa {
  background: #4F94E9;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap.b .wrapp {
  color: #4F94E9;
  border-color: #4F94E9;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa {
  position: absolute;
  top: 17%;
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.45, 0, 0.55, 1), right ease 0.3s, width ease 0.3s, padding-left ease 0.3s;
  right: -5rem;
  writing-mode: vertical-rl;
  display: block;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem 0 3rem;
  display: flex;
  align-items: center;
  width: 5rem;
  background: #EC6800;
  border-radius: 0 1.5rem 1.5rem 0;
  height: fit-content;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa::before {
  content: "";
  display: inline-block;
  background: url("../images/top/mv-arrow.png") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: 1056/809;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapp {
  line-height: 1;
  position: absolute;
  left: -5rem;
  bottom: -9rem;
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.45, 0, 0.55, 1);
  background: #fff;
  color: #EC6800;
  border: 0.6rem solid #EC6800;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 5.8rem 0 5.8rem 5.8rem;
  padding: 2.8rem 11.4rem 3.2rem 4rem;
}
.section-mv .mv-slide .mv-wrap .mv-img .imgwrap:hover .wrapa {
  opacity: 1;
  right: -6.5rem;
  width: 6.5rem;
  padding-left: 1.5rem;
}
.section-mv .mv-slide .mv-wrap .mv-img.swiper-slide-active .imgwrap a {
  top: 15%;
  opacity: 1;
}
.section-mv .mv-slide .mv-wrap .mv-img.swiper-slide-active .imgwrap p {
  bottom: -3rem;
  opacity: 1;
}
.section-mv .swiper-pagination {
  position: absolute;
  right: 3rem;
}
.section-mv .swiper-pagination .swiper-pagination-bullet {
  margin: 2.5rem 0;
  opacity: 1;
  background: #000;
  transition: all ease 0.5s;
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: content-box;
  border: 0.6rem solid #F8F4E4;
  outline-offset: -0.6rem;
}
.section-mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EC6800;
  outline: 1px solid #EC6800;
  outline-offset: 0;
  border-radius: 50%;
}
.section-mv .mv-scroll {
  position: absolute;
  left: 2rem;
  bottom: 1.5rem;
  display: flex;
}
.section-mv .mv-scroll .scroll-text {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  color: #EC6800;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.section-mv .mv-scroll .scroll-line {
  display: block;
  width: 0.2rem;
  height: 8rem;
  background-color: #EC6800;
  overflow: hidden;
  position: relative;
}
.section-mv .mv-scroll .scroll-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: #F8F4E4;
  animation: scrolldown 1.4s ease-in-out infinite;
}

/*---------------------------------------------------
    タブレット表示：トップページMV
----------------------------------------------------*/
.is_tablet .section-mv {
  background-position: 3.6979166667dvw;
}

/*---------------------------------------------------
    スマートフォン表示：トップページMV
----------------------------------------------------*/
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-mv { /*メインビジュアル*/
    min-height: 177.8666666667dvw;
    height: 177.8666666667dvw;
    background-position: left 0 top 17.3333333333dvw;
    background-size: 82.6666666667dvw;
    padding: 60dvw 0 0 0;
  }
  .section-mv .mv-catch-sp {
    position: absolute;
    width: 54.9333333333dvw;
    left: 16dvw;
    top: 30.6666666667dvw;
  }
  .section-mv .mv-catch-sp .delay-catch {
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transform: translateY(3rem);
    opacity: 0;
  }
  .section-mv .mv-catch-sp .delay-catch.delay-active {
    opacity: 1;
    transform: translateY(0);
  }
  .section-mv .mv-slide { /*メインスライダー*/
    height: 100%;
    max-height: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .section-mv .mv-slide .mv-wrap {
    transform: translateX(10%);
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap {
    width: 66.6666666667dvw;
    max-width: none;
    max-height: none;
    aspect-ratio: auto;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa {
    top: 15%;
    right: -8.8dvw;
    font-size: 3.4666666667dvw;
    padding: 3.2dvw 0 6.6666666667dvw;
    width: 8.8dvw;
    border-radius: 0 4dvw 4dvw 0;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa::before {
    width: 5.3333333333dvw;
    height: 5.3333333333dvw;
    margin-bottom: 2.6666666667dvw;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa:hover {
    right: -8.8dvw;
    width: 8.8dvw;
    padding-left: 0;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap img {
    width: 66.6666666667dvw;
    max-width: none;
    max-height: none;
    aspect-ratio: auto;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapp {
    line-height: 1;
    position: absolute;
    left: -8dvw;
    bottom: -13.3333333333dvw;
    border: 0.8dvw solid #EC6800;
    font-size: 4dvw;
    border-radius: 15.4666666667dvw 0 15.4666666667dvw 15.4666666667dvw;
    padding: 3.7333333333dvw 11.4666666667dvw 4dvw 6.1333333333dvw;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap:hover .wrapa {
    right: -8.8dvw;
    width: 8.8dvw;
    padding-left: 0;
  }
  .section-mv .mv-slide .mv-wrap .mv-img.swiper-slide-active .imgwrap a {
    top: 15%;
    opacity: 1;
  }
  .section-mv .mv-slide .mv-wrap .mv-img.swiper-slide-active .imgwrap p {
    bottom: -8dvw;
    opacity: 1;
  }
  .section-mv .swiper-pagination {
    bottom: 5.3333333333dvw;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2.6666666667dvw;
    opacity: 1;
    background: #000;
    transition: all ease 0.5s;
    width: 1.3333333333dvw;
    height: 1.3333333333dvw;
    border: 1.6dvw solid #F8F4E4;
    outline-offset: -1.6dvw;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline-offset: 0;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-mv { /*メインビジュアル*/
    height: 41.6666666667vw;
    min-height: auto;
    background-position: left 0 top 7.2222222222dvw;
    background-size: 34.4444444444vw;
    padding: 0 0 0 35.5555555556vw;
  }
  .section-mv .mv-catch-sp {
    position: absolute;
    width: 22.8888888889vw;
    left: 6.6666666667vw;
    top: 12.7777777778vw;
  }
  .section-mv .mv-catch-sp .delay-catch {
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transform: translateY(3rem);
    opacity: 0;
  }
  .section-mv .mv-catch-sp .delay-catch.delay-active {
    opacity: 1;
    transform: translateY(0);
  }
  .section-mv .mv-slide { /*メインスライダー*/
    height: 100%;
    max-height: 100vh;
    padding-left: 0;
    padding-top: 0;
  }
  .section-mv .mv-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(248, 244, 228) 0%, rgba(248, 244, 228, 0) 30%, rgba(248, 244, 228, 0) 70%, rgb(248, 244, 228) 100%);
  }
  .section-mv .mv-slide .mv-wrap .mv-img {
    height: fit-content;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap {
    width: 22.2222222222vw;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa {
    top: 15%;
    right: -3.6666666667vw;
    font-size: 1.4444444444vw;
    padding: 1.3333333333vw 0 2.7777777778vw;
    width: 3.6666666667vw;
    border-radius: 0 1.6666666667vw 1.6666666667vw 0;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa::before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    margin-bottom: 1.1111111111vw;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapa:hover {
    right: -3.6666666667vw;
    width: 3.6666666667vw;
    padding-left: 0;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap img {
    width: 22.2222222222vw;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap .wrapp {
    line-height: 1;
    position: absolute;
    left: -3.3333333333vw;
    bottom: -5.5555555556vw;
    border: 0.3333333333vw solid #EC6800;
    font-size: 1.6666666667vw;
    border-radius: 6.4444444444vw 0 6.4444444444vw 6.4444444444dvw;
    padding: 1.5555555556vw 4.7777777778vw 1.6666666667vw 2.5555555556vw;
  }
  .section-mv .mv-slide .mv-wrap .mv-img .imgwrap:hover .wrapa {
    right: -3.6666666667vw;
    width: 3.6666666667vw;
    padding-left: 0;
  }
  .section-mv .mv-slide .mv-wrap .mv-img.swiper-slide-active .imgwrap a {
    top: 15%;
    opacity: 1;
  }
  .section-mv .mv-slide .mv-wrap .mv-img.swiper-slide-active .imgwrap p {
    bottom: -3.3333333333vw;
    opacity: 1;
  }
  .section-mv .swiper-pagination {
    bottom: 2.2222222222vw;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet {
    margin: 1.1111111111vw 1.1111111111vw;
    opacity: 1;
    background: #000;
    transition: all ease 0.5s;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
    border: 0.6666666667vw solid #F8F4E4;
    outline-offset: -0.6666666667vw;
  }
  .section-mv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline-offset: 0;
  }
}
/*スクロールを促すアニメーション*/
@keyframes scrolldown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
/*------------------------------------------------------------
    トップページコンテンツ
-------------------------------------------------------------*/
/*------------------------------------------------------------
    PICKUPお知らせ
-------------------------------------------------------------*/
.top-contents {
  /*------------------------------------------------------------
      N-infoセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
      3つの学びセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
      装飾画像セクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
      ニュース一覧セクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
      Nマガジンセクション
  -------------------------------------------------------------*/
}
.top-contents .section-pickup { /*pickupされたお知らせ*/
  background: #1AA976;
  font-size: 0.8333333333dvw;
}
.top-contents .section-pickup a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.5729166667dvw 0.5208333333dvw 0.78125dvw;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents { /*pickupされたお知らせSP時*/ }
  .top-contents .section-pickup {
    font-size: 3.7333333333dvw;
  }
  .top-contents .section-pickup a {
    padding: 2.6666666667dvw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents { /*SP横*/ }
  .top-contents .section-pickup {
    font-size: 1.5555555556dvw;
  }
  .top-contents .section-pickup a {
    padding: 1.1111111111dvw;
  }
}
.top-contents .section-ninfo { /*N-infoセクション*/
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  margin-top: 6.7708333333dvw;
  padding-bottom: 3.125dvw;
}
.top-contents .section-ninfo .ninfo-back {
  background-color: #F2F2F2;
  position: absolute;
  height: 60%;
  width: 100%;
  bottom: 0;
  z-index: -9;
}
.top-contents .section-ninfo .tit {
  text-align: center;
  margin-bottom: 2.0833333333dvw;
}
.top-contents .section-ninfo .tit h2 {
  font-family: "Montserrat", sans-serif;
  background: #EC6800;
  color: #fff;
  width: 22.8125vw;
  margin: auto;
  font-size: 2.0833333333dvw;
  font-weight: 600;
  line-height: 1.25;
  min-height: 2.7083333333dvw;
}
.top-contents .section-ninfo .tit p {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.1458333333dvw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.0416666667dvw;
}
.top-contents .section-ninfo .tit p span.orange {
  color: #EC6800;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide {
  overflow: visible;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap {
  transition-timing-function: linear;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item {
  background: #FFF;
  display: block;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item:hover {
  opacity: 1;
  transform: scale(1.05);
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .img-wrap {
  overflow: hidden;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .img-wrap img {
  width: 100%;
  aspect-ratio: 1.618/1;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.3s;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap {
  padding: 1.3020833333dvw 1.3020833333dvw 2.6041666667dvw 1.3020833333dvw;
  max-height: 10.4166666667dvw;
  height: 10.4166666667dvw;
  position: relative;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap {
  display: flex;
  font-size: max(0.78125dvw, 15px);
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .date {
  color: #4C4948;
  line-height: 1;
  margin-right: 0.703125dvw;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .blog, .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .cat {
  color: #EC6800;
  display: block;
  line-height: 1;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .blog, .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .cat {
  border-left: 1px solid #A4A3A2;
  padding-left: 0.703125dvw;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .title {
  font-size: max(0.9375dvw, 16px);
  margin-top: 0.78125dvw;
  line-height: 1.55;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .morelink {
  color: #000;
  transition: all ease 0.3s;
  font-size: max(0.7291666667dvw, 16px);
  font-weight: 500;
  display: block;
  /*width: 2.96875dvw;*/
  padding: 0.2604166667dvw;
  position: absolute;
  bottom: 1.3020833333dvw;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .morelink:hover {
  width: 3.90625dvw;
  opacity: 1;
}
.top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .ninfo-blankico {
  width: max(0.6770833333dvw, 13px);
  display: block;
  position: absolute;
  bottom: 1.0416666667dvw;
  right: 1.0416666667dvw;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents { /*N-infoセクションSP時*/ }
  .top-contents .section-ninfo { /*N-infoSP*/
    margin-top: 16dvw;
    padding-bottom: 13.3333333333dvw;
  }
  .top-contents .section-ninfo .ninfo-back {
    height: 60%;
    width: 100%;
    bottom: 0;
    z-index: -9;
  }
  .top-contents .section-ninfo .tit {
    margin-bottom: 8dvw;
  }
  .top-contents .section-ninfo .tit h2 {
    width: 88dvw;
    font-size: 6.4dvw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .top-contents .section-ninfo .tit p {
    font-size: 4dvw;
    line-height: 1.75;
    font-weight: 500;
    margin-top: 2.6666666667dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap {
    transition-timing-function: ease-out;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item:hover {
    transform: scale(1);
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap {
    padding: 5.3333333333dvw 6.6666666667dvw;
    max-height: none;
    height: 46.1333333333dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap {
    font-size: 2.6666666667dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .date {
    margin-right: 2.6666666667dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .blog, .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .cat {
    padding-left: 2.6666666667dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .blog {
    padding-left: 2.6666666667dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .title {
    font-size: 3.7333333333dvw;
    margin-top: 2.6666666667dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .morelink {
    font-size: 2.6666666667dvw;
    width: 10.9333333333dvw;
    padding: 1.0666666667dvw;
    position: static;
    transform: translateX(0);
    margin: 5.3333333333dvw auto 0;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .morelink:hover {
    width: 10.9333333333dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .ninfo-blankico {
    width: 3.4666666667dvw;
    bottom: 5.3333333333dvw;
    right: 5.3333333333dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .swiper-pagination-ninfo {
    width: fit-content;
    margin: 8dvw auto 0;
  }
  .top-contents .section-ninfo .ninfo-contents .swiper-pagination-ninfo .swiper-pagination-bullet {
    background: #B1ABAA;
    margin: 0 1.8666666667dvw;
    opacity: 1;
  }
  .top-contents .section-ninfo .ninfo-contents .swiper-pagination-ninfo .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EC6800;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-ninfo { /*N-infoSP横*/
    margin-top: 6.6666666667dvw;
    padding-bottom: 5.5555555556dvw;
  }
  .top-contents .section-ninfo .ninfo-back {
    height: 60%;
    width: 100%;
    bottom: 0;
    z-index: -9;
  }
  .top-contents .section-ninfo .tit {
    margin-bottom: 3.3333333333dvw;
  }
  .top-contents .section-ninfo .tit h2 {
    font-size: 3.3333333333dvw;
  }
  .top-contents .section-ninfo .tit p {
    font-size: 1.3333333333dvw;
    line-height: 1.75;
    font-weight: 500;
    margin-top: 0.5555555556dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap {
    transition-timing-function: ease-out;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item:hover {
    transform: scale(1);
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap {
    padding: 2.2222222222dvw 2.7777777778dvw;
    max-height: none;
    height: 19.2222222222dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap {
    font-size: 1.1111111111dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .date {
    margin-right: 1.1111111111dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .blog, .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .cat {
    padding-left: 1.1111111111dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .wrap-wrap .blog {
    padding-left: 1.1111111111dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .title {
    font-size: 1.5555555556dvw;
    margin-top: 1.1111111111dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .morelink {
    font-size: 1.1111111111dvw;
    width: 4.5555555556dvw;
    padding: 0.4444444444dvw;
    position: static;
    transform: translateX(0);
    margin: 2.2222222222dvw auto 0;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .morelink:hover {
    width: 4.5555555556dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .ninfo-slide .ninfo-wrap .ninfo-item .item-wrap .ninfo-blankico {
    width: 1.4444444444dvw;
    bottom: 2.2222222222dvw;
    right: 2.2222222222dvw;
  }
  .top-contents .section-ninfo .ninfo-contents .swiper-pagination-ninfo {
    width: fit-content;
    margin: 3.3333333333dvw auto 0;
  }
  .top-contents .section-ninfo .ninfo-contents .swiper-pagination-ninfo .swiper-pagination-bullet {
    background: #B1ABAA;
    margin: 0 0.7777777778dvw;
    opacity: 1;
  }
  .top-contents .section-ninfo .ninfo-contents .swiper-pagination-ninfo .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EC6800;
  }
}
.top-contents .section-learnings { /*３つの学びセクション*/
  background: url("../images/common/learning-back.svg");
  padding-bottom: 6.7708333333dvw;
}
.top-contents .section-learnings .learnings-top { /*セクションのトップ*/
  min-height: 34.2708333333dvw;
  position: relative;
  z-index: 1;
}
.top-contents .section-learnings .learnings-top .person-img {
  position: absolute;
  overflow: hidden;
}
.top-contents .section-learnings .learnings-top .person-img .wrap {
  width: 100%;
  height: 100%;
}
.top-contents .section-learnings .learnings-top .person-img .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-contents .section-learnings .learnings-top .person-img .wrap::after {
  display: block;
  position: absolute;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(1);
  background-color: #FFF;
}
.top-contents .section-learnings .learnings-top .person-img.is-active .wrap::before {
  display: block;
  position: absolute;
  content: "";
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #EC6800;
  animation-name: imganim;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  animation-fill-mode: forwards;
}
.top-contents .section-learnings .learnings-top .person-img.is-active .wrap::after {
  animation-name: imganim2;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  animation-fill-mode: forwards;
}
.top-contents .section-learnings .learnings-top .person-img:nth-of-type(1) {
  width: 16.0416666667dvw;
  height: 9.9479166667dvw;
  top: 4.4791666667dvw;
  left: 18.4895833333dvw;
  border-radius: 2rem 0 2rem 0;
  z-index: 2;
}
.top-contents .section-learnings .learnings-top .person-img:nth-of-type(2) {
  width: 16.5104166667dvw;
  height: 21.9791666667dvw;
  top: 7.8645833333dvw;
  left: 0;
  border-radius: 0 2rem 2rem 0;
  z-index: 3;
}
.top-contents .section-learnings .learnings-top .person-img:nth-of-type(3) {
  width: 21.3020833333dvw;
  height: 14.0104166667dvw;
  top: 21.1458333333dvw;
  left: 10.9375dvw;
  border-radius: 0 2rem 0 2rem;
  z-index: 1;
}
.top-contents .section-learnings .learnings-top .person-img:nth-of-type(4) {
  width: 24.3229166667dvw;
  height: 12.0833333333dvw;
  top: 3.3333333333dvw;
  right: 0;
  border-radius: 2rem 0 0 0;
  z-index: 2;
}
.top-contents .section-learnings .learnings-top .person-img:nth-of-type(5) {
  width: 15.4166666667dvw;
  height: 21.9791666667dvw;
  top: 11.1458333333dvw;
  right: 20.0520833333dvw;
  border-radius: 2rem 0 2rem 0;
  z-index: 3;
}
.top-contents .section-learnings .learnings-top .person-img:nth-of-type(6) {
  width: 16.40625dvw;
  height: 10.78125dvw;
  top: 27.0833333333dvw;
  right: 0;
  border-radius: 0 2rem 0 2rem;
  z-index: 1;
}
.top-contents .section-learnings .learnings-top svg {
  position: absolute;
  width: 10.1041666667dvw;
  top: 6.5625dvw;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  /*&.is-active{
       #マスクグループ_52{
           #長方形_294{
             transition: all ease 0.5s;
             transition-duration: 2s;
             transform: translate(906px,2586px);
             fill:transparent;
           }
       }

  }*/
}
.top-contents .section-learnings .learnings-top svg #マスクグループ_52 #長方形_294 {
  transition: all ease 0.5s;
  transition-duration: 2s;
  transform: translate(906px, 2586px);
  fill: transparent;
}
.top-contents .section-learnings .learnings-top .ltoptit {
  position: absolute;
  width: 10.1041666667dvw;
  top: 6.5625dvw;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.top-contents .section-learnings .learnings-top .ltop {
  width: 4.6875dvw;
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  top: 9.0104166667dvw;
  height: auto;
  /*&.ltop3-1{z-index: 5;}
  &.ltop3-2{z-index: 4;}*/
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-top { /*セクションのトップSP表示*/
    min-height: 169.0666666667dvw;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(1) {
    width: 38.6666666667dvw;
    height: 24.5333333333dvw;
    top: 75.2dvw;
    left: 41.8666666667dvw;
    border-radius: 4dvw 0 4dvw 0;
    z-index: 4;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(2) {
    width: 41.8666666667dvw;
    height: 55.4666666667dvw;
    top: 113.6dvw;
    left: 0;
    border-radius: 0 0 4dvw 0;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(3) {
    width: 47.2dvw;
    height: 30.6666666667dvw;
    top: 106.6666666667dvw;
    left: auto;
    right: 0;
    border-radius: 0 4dvw 0 4dvw;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(4) {
    width: 46.6666666667dvw;
    height: 23.2dvw;
    top: 8dvw;
    right: 0;
    border-radius: 4dvw 0 0 0;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(5) {
    width: 33.6dvw;
    height: 47.2dvw;
    top: 38.1333333333dvw;
    right: 4dvw;
    border-radius: 4dvw 0 4dvw 0;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(6) {
    width: 32.8dvw;
    height: 21.3333333333dvw;
    top: 142.6666666667dvw;
    right: 9.6dvw;
    border-radius: 0 4dvw 0 4dvw;
  }
  .top-contents .section-learnings .learnings-top svg {
    position: absolute;
    width: 29.0666666667dvw;
    top: 21.3333333333dvw;
    left: 13.0666666667dvw;
    transform: translateX(0);
  }
  .top-contents .section-learnings .learnings-top .ltoptit {
    position: absolute;
    width: 29.0666666667dvw;
    top: 21.3333333333dvw;
    left: 13.0666666667dvw;
    transform: translateX(0);
  }
  .top-contents .section-learnings .learnings-top .ltop {
    width: 14.4dvw;
    position: absolute;
    left: 10.6666666667dvw;
    transform: translateX(0);
    top: 28.5333333333dvw;
    height: auto;
  }
  .top-contents .section-learnings .learnings-top .ltop .animate_item {
    width: 14.4dvw;
  }
  .top-contents .section-learnings .learnings-top .ltop .animate_item img {
    width: 14.4dvw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-top { /*セクションのトップSP横*/
    min-height: 34.2708333333dvw;
    position: relative;
    z-index: 1;
  }
  .top-contents .section-learnings .learnings-top .person-img {
    position: absolute;
    overflow: hidden;
  }
  .top-contents .section-learnings .learnings-top .person-img .wrap {
    width: 100%;
    height: 100%;
  }
  .top-contents .section-learnings .learnings-top .person-img .wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-contents .section-learnings .learnings-top .person-img .wrap::after {
    display: block;
    position: absolute;
    content: "";
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(1);
    background-color: #FFF;
  }
  .top-contents .section-learnings .learnings-top .person-img.is-active .wrap::before {
    display: block;
    position: absolute;
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #EC6800;
    animation-name: imganim;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    animation-fill-mode: forwards;
  }
  .top-contents .section-learnings .learnings-top .person-img.is-active .wrap::after {
    animation-name: imganim2;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
    animation-fill-mode: forwards;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(1) {
    width: 16.0416666667dvw;
    height: 9.9479166667dvw;
    top: 4.4791666667dvw;
    left: 18.4895833333dvw;
    border-radius: 2rem 0 2rem 0;
    z-index: 2;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(2) {
    width: 16.5104166667dvw;
    height: 21.9791666667dvw;
    top: 7.8645833333dvw;
    left: 0;
    border-radius: 0 2rem 2rem 0;
    z-index: 3;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(3) {
    width: 21.3020833333dvw;
    height: 14.0104166667dvw;
    top: 21.1458333333dvw;
    left: 10.9375dvw;
    border-radius: 0 2rem 0 2rem;
    z-index: 1;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(4) {
    width: 24.3229166667dvw;
    height: 12.0833333333dvw;
    top: 3.3333333333dvw;
    right: 0;
    border-radius: 2rem 0 0 0;
    z-index: 2;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(5) {
    width: 15.4166666667dvw;
    height: 21.9791666667dvw;
    top: 11.1458333333dvw;
    right: 20.0520833333dvw;
    border-radius: 2rem 0 2rem 0;
    z-index: 3;
  }
  .top-contents .section-learnings .learnings-top .person-img:nth-of-type(6) {
    width: 16.40625dvw;
    height: 10.78125dvw;
    top: 27.0833333333dvw;
    right: 0;
    border-radius: 0 2rem 0 2rem;
    z-index: 1;
  }
  .top-contents .section-learnings .learnings-top svg {
    position: absolute;
    width: 10.1041666667dvw;
    top: 6.5625dvw;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    /*&.is-active{
         #マスクグループ_52{
             #長方形_294{
               transition: all ease 0.5s;
               transition-duration: 2s;
               transform: translate(906px,2586px);
               fill:transparent;
             }
         }

    }*/
  }
  .top-contents .section-learnings .learnings-top svg #マスクグループ_52 #長方形_294 {
    transition: all ease 0.5s;
    transition-duration: 2s;
    transform: translate(906px, 2586px);
    fill: transparent;
  }
  .top-contents .section-learnings .learnings-top .ltoptit {
    position: absolute;
    width: 10.1041666667dvw;
    top: 6.5625dvw;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
  }
  .top-contents .section-learnings .learnings-top .ltop {
    width: 5.2083333333dvw;
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    top: 9.0104166667dvw;
    height: auto;
    /*&.ltop3-1{z-index: 5;}
    &.ltop3-2{z-index: 4;}*/
  }
  .top-contents .section-learnings .learnings-top .ltop .animate_item {
    width: 5.2083333333dvw;
  }
  .top-contents .section-learnings .learnings-top .ltop .animate_item img {
    width: 5.2083333333dvw;
  }
}
.top-contents .section-learnings .learnings-01 { /*新潟・胎内で学ぶ*/
  background: url("../images/top/learning01-back.webp") no-repeat top/cover;
  display: flex;
}
.top-contents .section-learnings .learnings-01 .left {
  /*width: 45%;*/
  width: 45dvw;
  position: relative;
  padding: 19.0104166667dvw 3.125dvw 9.6354166667dvw 21.3541666667dvw;
}
.top-contents .section-learnings .learnings-01 .left .learnings-tit {
  position: absolute;
  width: 3.5416666667dvw;
  top: 6.7708333333dvw;
  left: 13.5416666667dvw;
  transition: all ease 1s;
  transition-duration: 2s;
  /*clip-path: inset(100% 0 0 0);*/
  /*&.is-active{
      clip-path: inset(0);
  }*/
}
.top-contents .section-learnings .learnings-01 .left .learnings-tit .delay-catch {
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transform: translateY(3rem);
  opacity: 0;
}
.top-contents .section-learnings .learnings-01 .left .learnings-tit .delay-catch.delay-active {
  opacity: 1;
  transform: translateY(0);
}
.top-contents .section-learnings .learnings-01 .left .learnings-tit2 {
  position: absolute;
  width: 8.9583333333dvw;
  top: 5.2083333333dvw;
  left: 16.8229166667dvw;
}
.top-contents .section-learnings .learnings-01 .left h3 {
  /*@include font-size(20); */
  font-size: 1.0416666667dvw;
  font-style: 700;
  line-height: 1.7;
}
.top-contents .section-learnings .learnings-01 .left p {
  margin-bottom: 2.2395833333dvw;
  margin-top: 1.0416666667dvw;
  font-size: 0.8333333333dvw;
}
.top-contents .section-learnings .learnings-01 .left p .qsize {
  font-size: 0.9375dvw;
  font-weight: 700;
}
.top-contents .section-learnings .learnings-01 .right {
  /*width: 55%;*/
  width: 55dvw;
  padding: 6.5625dvw 8.8541666667dvw 0 0;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap {
  display: flex;
  align-items: center;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap img {
  border: 2px solid #FFF;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap p {
  color: #3E99DD;
  text-align: center;
  background: #FFF;
  line-height: 1.44;
  /*@include font-size(18);*/
  font-size: 0.9375dvw;
  font-weight: 700;
  width: 7.8125dvw;
  height: 7.8125dvw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) img {
  border-radius: 0 3rem 0 3rem;
  width: 24.5833333333dvw;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) p {
  border-radius: 7.5rem 7.5rem 7.5rem 0;
  margin-left: 1.1458333333dvw;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) {
  justify-content: flex-end;
  margin-top: -1.8229166667dvw;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) img {
  border-radius: 3rem 0 3rem 0;
  width: 32.96875dvw;
}
.top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) p {
  border-radius: 7.5rem 7.5rem 0 7.5rem;
  margin-right: 0.78125dvw;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings { /*新潟・胎内で学ぶSP表示*/ }
  .top-contents .section-learnings .learnings-01 { /*新潟・胎内で学ぶ*/
    display: block;
    background: url("../images/top/learning01-back-sp.webp") no-repeat top/cover;
  }
  .top-contents .section-learnings .learnings-01 .left {
    width: 100%;
    padding: 26.6666666667dvw 9.8666666667dvw 6.6666666667dvw;
  }
  .top-contents .section-learnings .learnings-01 .left .learnings-tit {
    position: static;
    width: 57.8666666667dvw;
    margin: 0 0 8dvw 0;
    top: 0;
    left: 55%;
    transform: translateX(-50%);
    position: relative;
  }
  .top-contents .section-learnings .learnings-01 .left h3 {
    font-size: 4dvw;
    margin-bottom: 2.4dvw;
  }
  .top-contents .section-learnings .learnings-01 .left p {
    font-size: 3.2dvw;
    margin-bottom: 4dvw;
    line-height: 1.85;
  }
  .top-contents .section-learnings .learnings-01 .left p .qsize {
    font-size: 3.7333333333dvw;
  }
  .top-contents .section-learnings .learnings-01 .right {
    width: 100%;
    padding: 2.6666666667dvw 0 10px 0;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap {
    display: flex;
    align-items: center;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap img {
    border: 0.5333333333dvw solid #FFF;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap p {
    line-height: 1.21;
    font-size: 3.2dvw;
    width: 26.6666666667dvw;
    height: 26.6666666667dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) {
    align-items: flex-start;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) img {
    border-radius: 0 8dvw 0 8dvw;
    width: 55.2dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) p {
    border-radius: 20dvw 20dvw 20dvw 0;
    margin-left: 4dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: -5.3333333333dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) img {
    border-radius: 8dvw 0 8dvw 0;
    width: 73.8666666667dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) p {
    border-radius: 20dvw 20dvw 0 20dvw;
    margin-right: -6.1333333333dvw;
    position: relative;
    margin-bottom: 6.1333333333dvw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-01 { /*新潟・胎内で学ぶsp横*/
    background: url("../images/top/learning01-back.png") no-repeat top/cover;
    display: flex;
  }
  .top-contents .section-learnings .learnings-01 .left {
    /*width: 45%;*/
    width: 45dvw;
    position: relative;
    padding: 19.0104166667dvw 3.125dvw 9.6354166667dvw 21.3541666667dvw;
  }
  .top-contents .section-learnings .learnings-01 .left .learnings-tit {
    position: absolute;
    width: 23.4375dvw;
    top: 6.7708333333dvw;
    left: 13.5416666667dvw;
    transition: all ease 1s;
    transition-duration: 2s;
    /*clip-path: inset(100% 0 0 0);*/
    /*&.is-active{
        clip-path: inset(0);
    }*/
  }
  .top-contents .section-learnings .learnings-01 .left .learnings-tit .delay-catch {
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transform: translateY(3rem);
    opacity: 0;
  }
  .top-contents .section-learnings .learnings-01 .left .learnings-tit .delay-catch.delay-active {
    opacity: 1;
    transform: translateY(0);
  }
  .top-contents .section-learnings .learnings-01 .left .learnings-tit2 {
    position: absolute;
    width: 8.9583333333dvw;
    top: 5.2083333333dvw;
    left: 16.8229166667dvw;
  }
  .top-contents .section-learnings .learnings-01 .left h3 {
    /*@include font-size(20); */
    font-size: 1.5625dvw;
    font-style: 700;
    line-height: 1.7;
  }
  .top-contents .section-learnings .learnings-01 .left p {
    margin-bottom: 2.2395833333dvw;
    margin-top: 1.0416666667dvw;
    font-size: 1.0416666667dvw;
  }
  .top-contents .section-learnings .learnings-01 .left p .qsize {
    font-size: 1.1458333333dvw;
  }
  .top-contents .section-learnings .learnings-01 .right {
    /*width: 55%;*/
    width: 55dvw;
    padding: 6.5625dvw 8.8541666667dvw 0 0;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap {
    display: flex;
    align-items: center;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap img {
    border: 2px solid #FFF;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap p {
    color: #3E99DD;
    text-align: center;
    background: #FFF;
    line-height: 1.44;
    /*@include font-size(18);*/
    font-size: 0.9375dvw;
    font-weight: 700;
    width: 7.8125dvw;
    height: 7.8125dvw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) img {
    border-radius: 0 3rem 0 3rem;
    width: 24.5833333333dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(1) p {
    border-radius: 7.5rem 7.5rem 7.5rem 0;
    margin-left: 1.1458333333dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) {
    justify-content: flex-end;
    margin-top: -1.8229166667dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) img {
    border-radius: 3rem 0 3rem 0;
    width: 32.96875dvw;
  }
  .top-contents .section-learnings .learnings-01 .right .right-wrap:nth-of-type(2) p {
    border-radius: 7.5rem 7.5rem 0 7.5rem;
    margin-right: 0.78125dvw;
  }
}
.top-contents .section-learnings .learnings-02 { /*食料産業を学ぶ*/ }
.top-contents .section-learnings .learnings-02 .inner {
  position: relative;
  border-radius: 5rem 0 5rem 0;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.0980392157);
  background: #FFF;
  width: 81.25dvw;
  margin: 8.8541666667dvw 0 10.4166666667dvw 0;
  padding: 1.7708333333dvw 13.0208333333dvw 13.6458333333dvw 8.3333333333dvw;
}
.top-contents .section-learnings .learnings-02 .inner .learnings-tit {
  position: absolute;
  right: 5.7291666667dvw;
  top: -0.5208333333dvw;
  width: 3.5416666667dvw;
  transition: all ease 1s;
  transition-duration: 2s;
  /*clip-path: inset(100% 0 0 0);*/
  /*&.is-active{
      clip-path: inset(0);
  }*/
}
.top-contents .section-learnings .learnings-02 .inner .learnings-tit .delay-catch {
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transform: translateY(3rem);
  opacity: 0;
}
.top-contents .section-learnings .learnings-02 .inner .learnings-tit .delay-catch.delay-active {
  opacity: 1;
  transform: translateY(0);
}
.top-contents .section-learnings .learnings-02 .inner .learnings-tit2 {
  position: absolute;
  right: -5.46875dvw;
  top: -3.6458333333dvw;
  width: 10.3125dvw;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 {
  width: 59.8958333333dvw;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 .img {
  width: 100%;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.0416666667dvw 0 0 0;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .arrow-btn {
  margin-top: 1.5625dvw;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 {
  width: 76%;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 h3 {
  margin: 0 0 0.5208333333dvw 0;
  font-weight: 700;
  font-size: 2rem;
}
.top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -7.03125dvw;
  width: 65dvw;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item {
  background: #F5F5F5;
  text-align: center;
  width: 33%;
  margin-right: 0.5%;
  padding: 0.3125dvw;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item:last-of-type {
  margin-right: 0;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a {
  display: block;
  border: 1px solid #FFF;
  padding: 2.6041666667dvw 0 2.9166666667dvw 0;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a:hover {
  opacity: 1;
  border: 1px solid #EC6800;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a:hover .links-imgwrap img {
  transform: scale(1.2);
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a .links-imgwrap {
  margin: auto;
  width: 8.3333333333dvw;
  height: 8.3333333333dvw;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #FFF;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a .links-imgwrap img {
  border-radius: 50%;
  transition: all ease 0.3s;
  width: 100%;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a p {
  font-size: 0.9375dvw;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 1.5625dvw;
}
.top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a p::after {
  content: "";
  display: inline-block;
  background: url("../images/common/links-arrow.svg") no-repeat center/contain;
  margin-left: 1.0416666667dvw;
  width: 0.5208333333dvw;
  height: 0.5208333333dvw;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-02 { /*食料産業を学ぶ SP表示*/ }
  .top-contents .section-learnings .learnings-02 .inner {
    position: relative;
    border-radius: 0;
    width: 100%;
    margin: 30.6666666667dvw 0 120dvw 0;
    padding: 0 0 39.4666666667dvw 0;
    box-shadow: 0 1.3333333333dvw 5.3333333333dvw rgba(0, 0, 0, 0.0980392157), 0 -1.3333333333dvw 5.3333333333dvw rgba(0, 0, 0, 0.0980392157);
  }
  .top-contents .section-learnings .learnings-02 .inner .learnings-tit {
    position: relative;
    left: 55%;
    transform: translateX(-50%);
    top: -8dvw;
    width: 60.8dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 {
    width: 100%;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 {
    display: block;
    margin: 0;
    /*.arrow-btn{margin-top: calc(100dvw * (30 / 1920));}*/
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 {
    width: 100%;
    padding: 2.6666666667dvw 9.3333333333dvw 9.3333333333dvw 9.3333333333dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 h3 {
    margin: 0 0 2.4dvw 0;
    font-size: 4dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 p {
    font-size: 3.2dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 {
    overflow: scroll;
    padding: 0 6.1333333333dvw;
    position: relative;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 .scroll-hint-icon-wrap .scroll-hint-icon {
    background: #525356;
    border-radius: 50%;
    width: 18.6666666667dvw;
    height: 18.6666666667dvw;
    top: calc(50% - 9.3333333333dvw);
    left: calc(50% - 9.3333333333dvw);
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 .scroll-hint-icon-wrap .scroll-hint-icon::before {
    position: absolute;
    width: 7.4666666667dvw;
    height: 9.3333333333dvw;
    background: url("../images/top/finger.svg") no-repeat center;
    bottom: auto;
    top: 4dvw;
    left: 50%;
    right: auto;
    transform: translateX(-60%);
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 .scroll-hint-icon-wrap .scroll-hint-icon::after {
    background: url("../images/top/finger-arrow.svg") no-repeat center;
    width: 5.6dvw;
    height: 1.6dvw;
    bottom: 2.6666666667dvw;
    left: 50%;
    right: auto;
    top: auto;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 .scroll-hint-icon-wrap .scroll-hint-icon .scroll-hint-text {
    display: none;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 img {
    min-width: 136.5333333333dvw;
    max-width: none;
    max-width: 100%;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .arrow-btn {
    margin-top: 10.4dvw;
    margin-right: 5.8666666667dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap {
    display: block;
    bottom: -106.6666666667dvw;
    width: 100%;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item {
    background: #F5F5F5;
    text-align: center;
    width: calc(100% - 12.2666666667dvw);
    margin: 0 auto 4dvw;
    padding: 1.0666666667dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item:last-of-type {
    margin-right: auto;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a {
    display: flex;
    align-items: center;
    border: 0.2666666667dvw solid #FFF;
    padding: 4.2666666667dvw 5.3333333333dvw;
    position: relative;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a::after {
    content: "";
    background: url("../images/common/links-arrow.svg") no-repeat center/contain;
    right: 5%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2.9333333333dvw;
    height: 2.9333333333dvw;
    position: absolute;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a:hover {
    opacity: 1;
    border: 0.2666666667dvw solid #FFF;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a:hover .links-imgwrap img {
    transform: scale(1);
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a .links-imgwrap {
    margin: 0;
    width: 29.3333333333dvw;
    height: 29.3333333333dvw;
    border-radius: 50%;
    overflow: hidden;
    border: 1.3333333333dvw solid #FFF;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a .links-imgwrap img {
    border-radius: 50%;
    transition: all ease 0.3s;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a p {
    font-size: 3.7333333333dvw;
    margin-top: 0;
    margin-left: 4dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a p::after {
    display: none;
    background: url("../images/common/links-arrow.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-02 { /*食料産業を学ぶSP横*/ }
  .top-contents .section-learnings .learnings-02 .inner {
    position: relative;
    border-radius: 5rem 0 5rem 0;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.0980392157);
    background: #FFF;
    width: 81.25dvw;
    margin: 8.8541666667dvw 0 10.4166666667dvw 0;
    padding: 1.7708333333dvw 13.0208333333dvw 13.6458333333dvw 8.3333333333dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .learnings-tit {
    position: absolute;
    right: -23.4375dvw;
    top: -0.5208333333dvw;
    width: 23.4375dvw;
    transition: all ease 1s;
    left: auto;
    transition-duration: 2s;
    /*clip-path: inset(100% 0 0 0);*/
    /*&.is-active{
        clip-path: inset(0);
    }*/
  }
  .top-contents .section-learnings .learnings-02 .inner .learnings-tit .delay-catch {
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transform: translateY(3rem);
    opacity: 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .learnings-tit .delay-catch.delay-active {
    opacity: 1;
    transform: translateY(0);
  }
  .top-contents .section-learnings .learnings-02 .inner .learnings-tit2 {
    position: absolute;
    right: -5.46875dvw;
    top: -3.6458333333dvw;
    width: 10.3125dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 {
    width: 59.8958333333dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 {
    padding: 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 img {
    width: 100%;
    min-width: auto;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .sp-l2 img .scroll-hint-icon-wrap {
    display: none;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .img {
    width: 100%;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1.0416666667dvw 0 0 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .arrow-btn {
    margin-top: 1.5625dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 {
    width: 100%;
    padding: 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 h3 {
    margin: 0 0 0.5208333333dvw 0;
    font-weight: 700;
    font-size: 1.5625dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .inner3 .inner4 p {
    font-size: 1.0416666667dvw;
    font-weight: 400;
    line-height: 1.85;
  }
  .top-contents .section-learnings .learnings-02 .inner .inner2 .arrow-btn {
    display: none;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -12.2395833333dvw;
    width: 65dvw;
    margin-top: 10.4166666667dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item {
    background: #F5F5F5;
    text-align: center;
    width: 33%;
    margin-right: 0.5%;
    padding: 0.3125dvw;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item:last-of-type {
    margin-right: 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a {
    height: 100%;
    display: block;
    border: 1px solid #FFF;
    padding: 2.6041666667dvw 0 2.9166666667dvw 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a::after {
    display: none;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a:hover {
    opacity: 1;
    border: 1px solid #EC6800;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a:hover .links-imgwrap img {
    transform: scale(1.2);
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a .links-imgwrap {
    margin: auto;
    width: 8.3333333333dvw;
    height: 8.3333333333dvw;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #FFF;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a .links-imgwrap img {
    border-radius: 50%;
    transition: all ease 0.3s;
    width: 100%;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a p {
    font-size: 0.9375dvw;
    font-weight: 700;
    font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 1.5625dvw;
    margin-left: 0;
  }
  .top-contents .section-learnings .learnings-02 .inner .links-wrap .links-item a p::after {
    content: "";
    display: inline-block;
    background: url("../images/common/links-arrow.svg") no-repeat center/contain;
    margin-left: 1.0416666667dvw;
    width: 0.5208333333dvw;
    height: 0.5208333333dvw;
  }
}
.top-contents .section-learnings .learnings-03 { /*豊かな環境で学ぶ*/
  display: flex;
  align-items: flex-start;
  margin-left: 13.5416666667dvw;
}
.top-contents .section-learnings .learnings-03 .learnings-tit {
  margin-top: 6.7708333333dvw;
  margin-right: -1.0416666667dvw;
  width: 3.5416666667dvw;
  transition: all ease 1s;
  transition-duration: 2s;
  /* clip-path: inset(100% 0 0 0);
  &.is-active{
    clip-path: inset(0);
  }*/
}
.top-contents .section-learnings .learnings-03 .learnings-tit .delay-catch {
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transform: translateY(3rem);
  opacity: 0;
}
.top-contents .section-learnings .learnings-03 .learnings-tit .delay-catch.delay-active {
  opacity: 1;
  transform: translateY(0);
}
.top-contents .section-learnings .learnings-03 .learnings-tit2 {
  width: 9.53125dvw;
}
.top-contents .section-learnings .learnings-03 .right {
  padding-top: 7.03125dvw;
  margin-left: -0.2604166667dvw;
}
.top-contents .section-learnings .learnings-03 .right h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1.0416666667dvw;
}
.top-contents .section-learnings .learnings-03 .right p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.85;
}
.top-contents .section-learnings .learnings-03 .right .env-intro {
  display: flex;
  margin-top: 1.5625dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item {
  text-align: center;
  width: 17.5dvw;
  margin-right: 2.6041666667dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(1) {
  margin-top: 2.0833333333dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(3) {
  margin-top: -1.5625dvw;
  margin-right: 0;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-icon {
  position: relative;
  z-index: 1;
  width: 3.5416666667dvw;
  margin-bottom: -1.0416666667dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover {
  opacity: 1;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover .intro-imgwrap img {
  transform: scale(1.1);
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover .morebtn {
  width: 3.90625dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-imgwrap {
  overflow: hidden;
  border-radius: 2rem 0 2rem 0;
  width: 17.5dvw;
  margin-bottom: 0.78125dvw;
  aspect-ratio: 3/2;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-imgwrap img {
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item h4 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
  color: #EC6800;
  letter-spacing: 0.05em;
  margin-bottom: 0.5208333333dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item p {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 1.5625dvw;
}
.top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .morebtn {
  font-size: 1.2rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: auto;
  transition: all ease 0.3s;
  width: 2.6041666667dvw;
  padding: 0.2604166667dvw;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-03 { /*豊かな環境で学ぶ SP表示*/
    display: block;
    margin-left: 0;
  }
  .top-contents .section-learnings .learnings-03 .learnings-tit {
    width: 62.1333333333dvw;
    margin: 0 0 4dvw 0;
    left: 55%;
    transform: translateX(-50%);
    position: relative;
  }
  .top-contents .section-learnings .learnings-03 .right {
    margin-left: 0;
  }
  .top-contents .section-learnings .learnings-03 .right h3 {
    font-size: 4dvw;
    margin-bottom: 2.4dvw;
    padding: 0 7.2dvw;
  }
  .top-contents .section-learnings .learnings-03 .right p {
    font-size: 3.2dvw;
    padding: 0 7.2dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro {
    margin-top: 8dvw;
    overflow: scroll;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item {
    width: 66.6666666667dvw;
    margin-right: 8dvw;
    margin-left: 8dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(1) {
    margin-top: 0;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(3) {
    margin-top: 0;
    margin-left: 0;
    margin-right: 8dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-icon {
    width: 15.2dvw;
    margin-bottom: -5.3333333333dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover .intro-imgwrap img {
    transform: scale(1);
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover .morebtn {
    width: 10.9333333333dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-imgwrap {
    border-radius: 5.3333333333dvw 0 5.3333333333dvw 0;
    width: 66.6666666667dvw;
    margin-bottom: 4dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item h4 {
    font-size: 4dvw;
    margin-bottom: 1.3333333333dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item p {
    margin-bottom: 5.3333333333dvw;
    padding: 0;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .morebtn {
    font-size: 2.6666666667dvw;
    letter-spacing: 0.05em;
    width: 10.9333333333dvw;
    padding: 1.3333333333dvw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings .learnings-03 { /*豊かな環境で学ぶSP横*/
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 6.7708333333dvw;
  }
  .top-contents .section-learnings .learnings-03 .learnings-tit {
    margin-top: 6.7708333333dvw;
    margin-right: 0;
    width: 23.4375dvw;
    left: 0;
    transform: translateX(0);
    transition: all ease 1s;
    transition-duration: 2s;
  }
  .top-contents .section-learnings .learnings-03 .learnings-tit .delay-catch {
    transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
    transform: translateY(3rem);
    opacity: 0;
  }
  .top-contents .section-learnings .learnings-03 .learnings-tit .delay-catch.delay-active {
    opacity: 1;
    transform: translateY(0);
  }
  .top-contents .section-learnings .learnings-03 .learnings-tit2 {
    width: 9.53125dvw;
  }
  .top-contents .section-learnings .learnings-03 .right {
    padding-top: 7.03125dvw;
    margin-left: 5.2083333333dvw;
    max-width: 70%;
  }
  .top-contents .section-learnings .learnings-03 .right h3 {
    font-size: 1.5625dvw;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 1.0416666667dvw;
    padding: 0;
  }
  .top-contents .section-learnings .learnings-03 .right p {
    font-size: 1.0416666667dvw;
    font-weight: 400;
    line-height: 1.85;
    padding: 0;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro {
    display: flex;
    margin-top: 1.5625dvw;
    padding-top: 1.5625dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item {
    text-align: center;
    width: 17.5dvw;
    margin-right: 2.6041666667dvw;
    margin-left: 0;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(1) {
    margin-top: 2.0833333333dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item:nth-of-type(3) {
    margin-top: -1.5625dvw;
    margin-right: 0;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-icon {
    position: relative;
    z-index: 1;
    width: 3.5416666667dvw;
    margin-bottom: -1.0416666667dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover {
    opacity: 1;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover .intro-imgwrap img {
    transform: scale(1.1);
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-link:hover .morebtn {
    width: 3.90625dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-imgwrap {
    overflow: hidden;
    border-radius: 2rem 0 2rem 0;
    width: 17.5dvw;
    margin-bottom: 0.78125dvw;
    aspect-ratio: 3/2;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .intro-imgwrap img {
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item h4 {
    font-size: 0.9375dvw;
    font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: left;
    color: #EC6800;
    letter-spacing: 0.05em;
    margin-bottom: 0.5208333333dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1.5625dvw;
  }
  .top-contents .section-learnings .learnings-03 .right .env-intro .intro-item .morebtn {
    font-size: 0.625dvw;
    font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    line-height: 1;
    display: block;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: auto;
    transition: all ease 0.3s;
    width: 2.6041666667dvw;
    padding: 0.2604166667dvw;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings {
    background-size: 5.3333333333dvw;
    padding-bottom: 34.6666666667dvw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-learnings {
    background-size: 1.0416666667dvw;
    padding-bottom: 6.7708333333dvw;
  }
}
.top-contents .section-decoslide { /*画像スライド*/ /*装飾画像*/
  line-height: 0;
  margin-bottom: 6.25vw;
}
.top-contents .section-decoslide .deco-slide .deco-wrap {
  transition-timing-function: linear;
}
.top-contents .section-decoslide .deco-imgwrap {
  display: flex;
}
.top-contents .section-decoslide .deco-imgwrap img {
  width: 50%;
  height: auto;
  display: block;
  aspect-ratio: 91/50;
  object-fit: cover;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents { /*装飾画像 SP*/ }
  .top-contents .section-decoslide {
    margin-bottom: 21.3333333333vw;
  }
  .top-contents .section-decoslide .deco-imgwrap {
    display: block;
  }
  .top-contents .section-decoslide .deco-imgwrap img {
    width: 100%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-decoslide .deco-imgwrap {
    display: flex;
  }
  .top-contents .section-decoslide .deco-imgwrap img {
    width: 50%;
    height: auto;
    display: block;
    aspect-ratio: 91/50;
    object-fit: cover;
  }
}
.top-contents .section-news { /*トップページニュース一覧*/
  margin-top: 6.25vw;
  padding-bottom: 5.2083333333vw;
  position: relative;
  z-index: 1;
}
.top-contents .section-news .news-wrap {
  background: #FFF;
  padding: 2rem 10rem 0 10rem;
  width: 140rem;
  max-width: 100%;
  margin: auto;
}
.top-contents .section-news .news-wrap h2 {
  background: #EC6800;
  color: #fff;
  width: 22.8125vw;
  margin: auto;
  font-size: 2.0833333333dvw;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  min-height: 2.7083333333dvw;
}
.top-contents .section-news .news-wrap h2::before {
  content: "";
  /*display: inline-block;*/
  display: none;
  background: url("../images/top/news-titdeco.svg") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}
.top-contents .section-news .news-wrap h2 span {
  font-size: 1.1458333333vw;
  /*color: #4C4948;*/
  color: #000;
  font-weight: 500;
  /*margin-left: 1.5rem;*/
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 1rem;
}
.top-contents .section-news .news-wrap p.tut {
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.1458333333vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.0416666667dvw;
  margin-bottom: 2.0833333333dvw;
}
.top-contents .section-news .news-wrap p.tut span.orange {
  color: #EC6800;
}
.top-contents .section-news .news-wrap .catbtn-wrap {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.top-contents .section-news .news-wrap .catbtn-wrap.sp-cat {
  display: none !important;
}
.top-contents .section-news .news-wrap .catbtn-wrap .catbtn {
  font-size: max(0.78125vw, 12px);
  background: #E4E3E3;
  margin-right: 1rem;
  color: #000;
  font-weight: 500;
  padding: 0.7rem 2rem 0.8rem;
  display: block;
  width: fit-content;
}
.top-contents .section-news .news-wrap .catbtn-wrap .catbtn:last-of-type {
  margin-right: 0;
}
.top-contents .section-news .news-wrap .catbtn-wrap .catbtn:hover, .top-contents .section-news .news-wrap .catbtn-wrap .catbtn.is-active {
  background: #EC6800;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  font-weight: 700;
  cursor: pointer;
}
.top-contents .section-news .news-wrap .catcontent {
  display: none;
}
.top-contents .section-news .news-wrap .catcontent.is-active {
  display: block;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a {
  position: relative;
  padding: 2rem 0 2rem 0;
  display: block;
  color: #000;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt {
  font-size: max(0.8333333333vw, 10px);
  display: flex;
  align-items: center;
  line-height: 1;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt .cat {
  font-size: max(0.78125vw, 8px);
  font-weight: 500;
  padding: 0.5rem 1rem 0.6rem;
  border: 1px solid #000;
  color: #000;
  margin-left: 1rem;
  min-width: 10.8rem;
  width: 6.6666666667vw;
  text-align: center;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt .tit {
  font-size: max(0.9375vw, 16px);
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 1rem;
  transition: all ease 0.3s;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #D1D1D1;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 16.5%;
  height: 1px;
  display: block;
  background: #EC6800;
  transition: all ease 0.3s;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a:hover {
  opacity: 1;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a:hover .tit {
  color: #EC6800;
}
.top-contents .section-news .news-wrap .catcontent .sec-list .list-item a:hover::after {
  width: 100%;
}
.top-contents .section-news .news-wrap .link-btn {
  font-size: max(0.7291666667vw, 14px);
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 4rem auto 0;
  transition: all ease 0.3s;
  /*width: 8.7rem;*/
  width: 6.25em;
  padding: 0.5rem;
}
.top-contents .section-news .news-wrap .link-btn:hover {
  width: 9.7rem;
}
.top-contents .section-news .newsbg {
  position: absolute;
  bottom: 0;
  background: #F2F2F2;
  height: 50%;
  width: 95%;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-news { /*トップページニュース一覧 SP*/
    margin-top: 45px;
    padding-bottom: 65px;
  }
  .top-contents .section-news .news-wrap {
    padding: 0 20px 0;
    width: 100%;
  }
  .top-contents .section-news .news-wrap h2 {
    font-size: 24px;
    width: 88vw;
    margin-bottom: 2.4vw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .top-contents .section-news .news-wrap h2::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .top-contents .section-news .news-wrap h2 span {
    font-size: 15px;
    margin-left: 0;
  }
  .top-contents .section-news .news-wrap p.tut {
    font-size: 4vw;
    margin-top: 2.6666666667dvw;
    margin-bottom: 8dvw;
  }
  .top-contents .section-news .news-wrap .catbtn-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top-contents .section-news .news-wrap .catbtn-wrap.sp-cat {
    display: block !important;
  }
  .top-contents .section-news .news-wrap .catbtn-wrap .catbtn {
    font-size: 10px;
    padding: 5px 15px 6px;
  }
  .top-contents .section-news .news-wrap .swiper-pagination-catsp {
    position: relative;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    background: #DBDBDB;
  }
  .top-contents .section-news .news-wrap .swiper-pagination-catsp .swiper-pagination-progressbar-fill {
    background: #4C4948;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a {
    position: relative;
    padding: 20px 0 15px 0;
    display: block;
    color: #000;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt {
    display: block;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt .date {
    font-size: 12px;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt .cat {
    font-size: 10px;
    padding: 0 18px 0;
    margin-left: 10px;
    min-width: 76px;
    vertical-align: middle;
    width: 34.1333333333vw;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a .item-txt .tit {
    overflow: hidden;
    font-size: 13px;
    overflow: auto;
    line-height: 1.53;
    white-space: normal;
    margin-left: 0;
    margin-top: 9px;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a:hover .tit {
    color: #000;
  }
  .top-contents .section-news .news-wrap .catcontent .sec-list .list-item a:hover::after {
    width: 16.5%;
  }
  .top-contents .section-news .news-wrap .link-btn {
    font-size: 10px;
    margin: 30px auto 0;
    width: 73px;
    padding: 4px;
  }
  .top-contents .section-news .news-wrap .link-btn:hover {
    width: 73px;
  }
  .top-contents .section-news .newsbg {
    width: 100%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-news {
    padding: 0 10rem 30px;
  }
  .top-contents .newsbg {
    display: none;
  }
}
.top-contents .section-nmag { /*トップページN-magセクション*/
  background: url("../images/top/nmagbg.svg") no-repeat top 8rem left 12rem/31.7rem;
  padding: 8rem 0 0 12rem;
  margin-bottom: 9rem;
  /*.slider-wrapここまで*/
}
.top-contents .section-nmag .slider-wrap {
  max-width: 156rem;
  padding: 8rem 0 0 15rem;
}
.top-contents .section-nmag .slider-wrap h2 {
  font-size: 5rem;
  color: #EC6800;
  font-weight: 700;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url("../images/top/nmagh2bg.svg") repeat-x bottom;
  margin-bottom: 4rem;
  margin-right: 5.2083333333dvw;
  padding-bottom: 1.5rem;
}
.top-contents .section-nmag .slider-wrap h2 span {
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  margin-left: 1.5rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide {
  overflow: visible;
  /*.row-wrapここまで*/
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item {
  display: block;
  width: 55rem;
  max-width: 100%;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:hover .first img {
  transform: scale(1.05);
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:hover .last .morebtn {
  width: 7.5rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type {
  padding-right: 4rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type .last {
  margin-top: 2rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .first {
  width: 100%;
  overflow: hidden;
  border-radius: 2rem 0 2rem 0;
  border: 1px solid #EC6800;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .first img {
  transition: all ease 0.3s;
  object-fit: cover;
  min-width: 55rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner {
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 0.9rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner .date {
  color: #A4A3A2;
  font-weight: 400;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner .cat {
  color: #EC6800;
  font-weight: 500;
  position: relative;
  margin-left: 2.6rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner .cat::before {
  content: "";
  position: absolute;
  display: block;
  left: -1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.3rem;
  background: #A4A3A2;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner h3 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .morebtn {
  font-size: 1.2rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 2rem auto 0;
  transition: all ease 0.3s;
  width: 5rem;
  padding: 0.5rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .morebtn:hover {
  width: 7.5rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap {
  width: auto;
  position: relative;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap:nth-of-type(1) { /*row-wrapの*/
  padding-left: 4rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap:nth-of-type(1)::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap:nth-of-type(4) { /*row-wrapの*/ }
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap:nth-of-type(4) .nmag-item:nth-of-type(1)::after {
  display: none;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap:nth-of-type(4) .nmag-item:nth-of-type(2)::after {
  display: none;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item {
  position: relative;
  display: flex;
  width: 66.6rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item .first img {
  min-width: 35rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item .last {
  margin-left: 2rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item:nth-of-type(1) { /*row-wrapの中にあるnmag-itemの*/
  padding-right: 0;
  padding-bottom: 4rem;
  margin-right: 4rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item:nth-of-type(1) .last {
  margin-top: 0;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: calc(100% - 4rem);
  height: 1px;
  background: #D1D1D1;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 4rem);
  background: #D1D1D1;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item:nth-of-type(2) {
  padding-top: 4rem;
  margin-right: 4rem;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 4rem);
  background: #D1D1D1;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item .first {
  width: 45%;
}
.top-contents .section-nmag .slider-wrap .nmag-slide .row-wrap .nmag-item .last {
  width: 55%;
}
.top-contents .section-nmag .slider-wrap .swiper-pagination-nmag { /*プログレスバー*/
  position: relative;
  width: 30rem;
  margin-top: 5rem;
  height: 0.2rem;
  background: #DBDBDB;
}
.top-contents .section-nmag .slider-wrap .swiper-pagination-nmag .swiper-pagination-progressbar-fill {
  background: #4C4948;
  transform: scaleX(0.2) scaleY(1);
}
.top-contents .section-nmag .slider-wrap .arrow-btn {
  margin: 0 5.2083333333dvw 0 auto;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-nmag { /*トップページN-magセクションSP*/
    background: url("../images/top/nmagbg.svg") no-repeat top 30px left 50%/140px;
    padding: 100px 23px 60px;
    margin-bottom: 50px;
    /*.slider-wrapここまで*/
  }
  .top-contents .section-nmag .slider-wrap {
    max-width: 100%;
    padding: 0;
  }
  .top-contents .section-nmag .slider-wrap h2 {
    font-size: 30px;
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
  .top-contents .section-nmag .slider-wrap h2 span {
    font-size: 12px;
    margin-left: 10px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide {
    overflow: hidden;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 20px;
    display: flex;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:hover .first img {
    transform: scale(1);
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:hover .last .morebtn {
    display: none;
    width: 5rem;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:hover .last .morebtn:hover {
    width: 5rem;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type {
    padding-right: 0;
    display: block;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type .first {
    width: 100%;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type .first img {
    min-width: 350px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type .last {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type .last .morebtn {
    display: block;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:first-of-type .last .morebtn:hover {
    width: 5rem;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item:last-of-type {
    border-bottom: none;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .first {
    width: 45%;
    border-radius: 20px 0 20px 0;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .first img {
    min-width: 200px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last {
    width: 50%;
    margin-left: 5%;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner {
    font-size: 1.2rem;
    display: flex;
    margin-bottom: 0.9rem;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner .date {
    font-size: 10px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner .cat {
    font-size: 10px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner .inner-inner .cat::before {
    width: 1px;
    height: 11px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .last-inner h3 {
    font-size: 14px;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .morebtn {
    display: none;
  }
  .top-contents .section-nmag .slider-wrap .nmag-slide .nmag-wrap .nmag-item .last .morebtn:hover {
    width: 5rem;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-nmag {
    padding: 100px 10rem 60px;
  }
}
.top-contents .section-followus { /*各種SNSリンクセクション*/ }
.top-contents .section-followus .content {
  background: #F2F2F2;
  width: 78.125dvw;
  max-width: 95%;
  margin: 0 auto 6.7708333333dvw;
  padding: 0.2604166667dvw;
  border-radius: 8.4375dvw;
}
.top-contents .section-followus .content .wrap {
  display: flex;
  border: 0.1041666667dvw solid #fff;
  border-radius: 8.125dvw;
  padding: 2.34375dvw 4.6875dvw;
}
.top-contents .section-followus .content .wrap .left {
  margin-right: 2.8645833333dvw;
}
.top-contents .section-followus .content .wrap .left img {
  margin-bottom: -1.3020833333dvw;
  width: 17.7083333333dvw;
}
.top-contents .section-followus .content .wrap .left p {
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 6.5104166667dvw;
  margin-top: 0.5208333333vw;
  font-size: max(0.7291666667vw, 14px);
}
.top-contents .section-followus .content .wrap .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-contents .section-followus .content .wrap .right a {
  font-size: 0.625dvw;
  font-size: max(0.625vw, 12px);
  font-weight: 500;
  /*color: #4C4948;*/
  color: #000;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 7.8125dvw;
  aspect-ratio: 1/1;
  padding-top: 4%;
  margin-right: 1.5625dvw;
}
.top-contents .section-followus .content .wrap .right a img {
  display: block;
  margin: auto;
  margin-bottom: 0.3125dvw;
  width: 3.125dvw;
  aspect-ratio: 1/1;
}
.top-contents .section-followus .content .wrap .right a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-contents .section-followus { /*各種SNSリンクセクションSP*/ }
  .top-contents .section-followus .content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 21.3333333333dvw;
    padding: 1.3333333333dvw 0;
    border-radius: 0;
  }
  .top-contents .section-followus .content .wrap {
    display: block;
    border-top: 0.5333333333dvw solid #fff;
    border-bottom: 0.5333333333dvw solid #fff;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 6.9333333333dvw 5.8666666667dvw 9.6dvw;
  }
  .top-contents .section-followus .content .wrap .left {
    margin-right: 0;
  }
  .top-contents .section-followus .content .wrap .left img {
    margin-bottom: -5.3333333333dvw;
    width: 70.1333333333dvw;
    margin-left: 6.6666666667dvw;
  }
  .top-contents .section-followus .content .wrap .left p {
    text-align: right;
    font-size: 3.2dvw;
    margin-left: 0;
    margin-bottom: 8dvw;
    margin-top: 6.6666666667dvw;
  }
  .top-contents .section-followus .content .wrap .right {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-contents .section-followus .content .wrap .right a {
    font-size: 2.6666666667dvw;
    font-weight: 500;
    width: 26.6666666667dvw;
    padding-top: 7%;
    margin-right: 4dvw;
  }
  .top-contents .section-followus .content .wrap .right a img {
    width: 9.6dvw;
    margin-bottom: 0.8dvw;
  }
  .top-contents .section-followus .content .wrap .right a:nth-of-type(1) {
    width: 30%;
    margin-right: 5%;
  }
  .top-contents .section-followus .content .wrap .right a:nth-of-type(2) {
    width: 30%;
    margin-right: 5%;
  }
  .top-contents .section-followus .content .wrap .right a:nth-of-type(3) {
    width: 30%;
    margin-right: 0;
  }
  .top-contents .section-followus .content .wrap .right a:nth-of-type(4) {
    width: 30%;
    margin-right: 5%;
  }
  .top-contents .section-followus .content .wrap .right a:last-of-type {
    width: 30%;
    margin-right: 0;
  }
}
/*-----------------------
    部品
------------------------*/
.arrow-btn {
  /*@include font-size(16);*/
  font-size: max(0.8333333333dvw, 16px);
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  color: #000;
  max-width: 100%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  margin: 0 0 0 auto;
  padding: 0 4.6875dvw 0 0.5208333333dvw;
}
.arrow-btn span {
  color: #000;
  padding: 0.3645833333dvw 0;
}
.arrow-btn span::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.0520833333dvw;
  width: 0;
  background: #EC6800;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
}
.arrow-btn::before {
  position: absolute;
  width: 3.4375dvw;
  height: 3.4375dvw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.1041666667dvw solid #EC6800;
  background: #FFF;
  display: block;
  content: "";
  margin-top: auto;
  left: auto;
  transition: all ease 0.3s;
}
.arrow-btn::after {
  content: "";
  position: absolute;
  background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/1.5625dvw;
  width: 0.6770833333dvw;
  height: 0.6770833333dvw;
  right: 1.5104166667dvw;
  top: 47%;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-top: -0.2604166667dvw;
  transform: translateY(0);
}
.arrow-btn:hover {
  color: #EC6800;
  opacity: 1;
}
.arrow-btn:hover span::after {
  width: 95%;
}
.arrow-btn:hover::before {
  background: #EC6800;
}
.arrow-btn:hover::after {
  background-position: left bottom;
  background-image: url("../images/common/animbtn-arrow-anim-w.svg");
  background-size: 1.5104166667dvw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  /*部品SP表示*/
  .arrow-btn {
    font-size: 12px;
    padding: 0 70px 0 10px;
  }
  .arrow-btn span {
    padding: 7px 0;
  }
  .arrow-btn span::after {
    height: 1px;
  }
  .arrow-btn::before {
    width: 55px;
    height: 55px;
    border: 2px solid #EC6800;
  }
  .arrow-btn::after {
    background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/24px;
    width: 10px;
    height: 10px;
    right: 25px;
    margin-top: -5px;
  }
  .arrow-btn:hover {
    color: #000;
    opacity: 1;
  }
  .arrow-btn:hover span::after {
    width: 0;
  }
  .arrow-btn:hover::before {
    background: #fff;
  }
  .arrow-btn:hover::after {
    background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/24px;
    width: 10px;
    height: 10px;
    right: 25px;
    margin-top: -5px;
  }
}
/*-------------------
    アニメーション
--------------------*/
@keyframes imganim {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes imganim2 {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.animate {
  position: relative;
}

.animate_item {
  position: absolute;
}

[data-animated=true] [data-animate-number="1"] img,
[data-animated=false] [data-animate-number="2"] img {
  position: relative;
  z-index: 2;
  -webkit-mask-image: url("../images/top/sprite3.png");
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: repeat;
  -webkit-mask-position: auto 0;
  mask-image: url("../images/top/sprite3.png");
  mask-size: auto 100%;
  mask-repeat: repeat;
  mask-position: auto 0;
}

[data-animated=true] [data-animate-number="2"] img,
[data-animated=false] [data-animate-number="1"] img {
  position: relative;
  z-index: 1;
}

.is-ltopanim[data-animated=true] [data-animate-number="1"] img, .is-ltopanim[data-animated=false] [data-animate-number="2"] img {
  animation: sprite-animation 1.5s steps(14);
  animation-fill-mode: forwards;
}
.is-ltopanim[data-animated=true] [data-animate-number="2"] img, .is-ltopanim[data-animated=false] [data-animate-number="1"] img {
  animation: inherit;
}

/*---------------------------------------------------------------------------
    トップページ：再制作 新規追加ここから
----------------------------------------------------------------------------*/
/*---------------------------------
    キービジュアル：再制作
------------------------------------*/
.section-topkv {
  position: relative;
  margin-left: auto;
  z-index: 1;
  width: 89.5833333333vw;
  height: 45.8333333333vw;
}
.section-topkv.in-mov {
  width: 100%;
  height: auto;
}
.section-topkv .topkv-movie {
  overflow: hidden;
}
.section-topkv .topkv-movie video {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px #000);
}
.section-topkv .topkv-slide .topkv-img {
  width: 89.5833333333vw;
  height: 45.8333333333vw;
}
.section-topkv .topkv-slide .topkv-img a.imgwrap:hover {
  opacity: 1;
}
.section-topkv .topkv-slide .topkv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-topkv .kv-catchtxt {
  /*display: block;*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.section-topkv .kv-catchtxt.block {
  display: block;
}
.section-topkv .kv-catchtxt .inner {
  position: relative;
  display: block;
  background: #fff;
  color: transparent;
  letter-spacing: 0.15em;
  line-height: 1.675;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.0833333333vw;
  width: 53.125vw;
  padding: 2.3958333333vw 0 0.7291666667vw 0;
  border-radius: 0 2.0833333333vw 0 0;
}
.section-topkv .kv-catchtxt .inner .kvcatchdelay {
  animation: ctxt 0.8s ease-out forwards;
  opacity: 0;
  color: #fff;
  will-change: transform;
  transform: translateY(0.5208333333vw);
}
.section-topkv .kv-catchtxt .inner::before, .section-topkv .kv-catchtxt .inner::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/top/topcatchdeco.svg") no-repeat center/contain;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
.section-topkv .kv-catchtxt .inner::before {
  top: -2.0833333333vw;
  left: 0;
}
.section-topkv .kv-catchtxt .inner::after {
  bottom: 0;
  right: -2.0833333333vw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-topkv {
    margin-top: 37.6vw;
    width: 100vw;
    /*height: calc(100vw * (280 / 375));*/
    height: auto;
  }
  .section-topkv.in-mov {
    height: auto;
  }
  .section-topkv .topkv-slide .topkv-img {
    width: 100vw;
    height: 122.6666666667vw;
  }
  .section-topkv .topkv-slide .topkv-img a.imgwrap:hover {
    opacity: 1;
  }
  .section-topkv .topkv-slide .topkv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-topkv .kv-catchtxt {
    left: auto;
    bottom: auto;
    top: -14.9333333333vw;
  }
  .section-topkv .kv-catchtxt .inner {
    background: transparent;
    font-size: 5.8666666667vw;
    width: 100vw;
    /*padding: calc(100vw * (20 / 375)) calc(100vw * (30 / 375)) calc(100vw * (30 / 375)) calc(100vw * (30 / 375));*/
    padding: 0 8vw 0 8vw;
    border-radius: 0;
  }
  .section-topkv .kv-catchtxt .inner .kvcatchdelay {
    color: transparent;
    transform: translateY(2.6666666667vw);
  }
  .section-topkv .kv-catchtxt .inner::before, .section-topkv .kv-catchtxt .inner::after {
    display: none;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-topkv {
    margin-top: 15.6666666667vw;
    width: 100vw;
    height: auto;
  }
  .section-topkv .topkv-slide .topkv-img {
    width: 100vw;
    height: 33.3333333333vw;
  }
  .section-topkv .topkv-slide .topkv-img a.imgwrap:hover {
    opacity: 1;
  }
  .section-topkv .topkv-slide .topkv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-topkv .kv-catchtxt {
    left: auto;
    bottom: auto;
    top: -6.2222222222vw;
  }
  .section-topkv .kv-catchtxt .inner {
    background: transparent;
    font-size: 2.4444444444vw;
    width: 41.6666666667vw;
    padding: 0 3.3333333333vw 0 3.3333333333vw;
    border-radius: 0;
  }
  .section-topkv .kv-catchtxt .inner .kvcatchdelay {
    color: transparent;
    transform: translateY(1.1111111111vw);
  }
  .section-topkv .kv-catchtxt .inner::before, .section-topkv .kv-catchtxt .inner::after {
    display: none;
  }
}
@keyframes ctxt {
  0% {
    opacity: 0;
    color: #4C4948;
    transform: translateY(0.5208333333vw);
  }
  100% {
    opacity: 1;
    color: #4C4948;
    transform: translateY(0);
  }
}
/*---------------------------------
    キービジュアル下メニュー：再制作
------------------------------------*/
.top-menu {
  position: relative;
  margin-left: auto;
  z-index: 1;
  display: block;
  width: 89.5833333333vw;
  margin-top: 1.3541666667vw;
}
.top-menu::before {
  content: "";
  display: block;
  background: #4C4948;
  margin-bottom: 2.0833333333vw;
  width: 4.1666666667vw;
  height: 0.1041666667vw;
}
.top-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
}
.top-menu .menu-list.splist {
  display: none;
}
.top-menu .menu-list li {
  width: fit-content;
  margin-right: 2.0833333333vw;
}
.top-menu .menu-list li:last-of-type {
  margin-bottom: 0;
}
.top-menu .menu-list li a {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4C4948;
  font-weight: 500;
  font-size: 0.9375vw;
}
.top-menu .menu-list li a:hover {
  color: #EC6800;
  opacity: 1;
}
.top-menu .menu-list li a::before {
  content: "";
  display: block;
  background: #EC6800;
  margin-right: 0.5208333333vw;
  width: 0.2083333333vw;
  height: 1.1458333333vw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .top-menu {
    display: block;
    width: 100vw;
    margin-top: 8vw;
    padding: 0 0 0 8vw;
  }
  .top-menu::before {
    display: none;
  }
  .top-menu .menu-list {
    margin: 0 0 0 0;
  }
  .top-menu .menu-list.splist {
    display: block;
  }
  .top-menu .menu-list li {
    margin-bottom: 4vw;
    display: inline-block;
    margin-right: 6.6666666667vw;
  }
  .top-menu .menu-list li:last-of-type {
    margin-bottom: 4vw;
  }
  .top-menu .menu-list li a {
    font-size: 3.7333333333vw;
  }
  .top-menu .menu-list li a::before {
    margin-right: 1.8666666667vw;
    width: 1.0666666667vw;
    height: 4.5333333333vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .top-menu {
    display: block;
    width: 100vw;
    margin-top: 3.3333333333vw;
    padding: 0 0 0 3.3333333333vw;
  }
  .top-menu::before {
    display: none;
  }
  .top-menu .menu-list {
    margin: 0 0 0 0;
  }
  .top-menu .menu-list.splist {
    display: block;
  }
  .top-menu .menu-list li {
    margin-bottom: 1.6666666667vw;
    display: inline-block;
    margin-right: 2.7777777778vw;
  }
  .top-menu .menu-list li:last-of-type {
    margin-bottom: 1.6666666667vw;
  }
  .top-menu .menu-list li a {
    font-size: 1.5555555556vw;
  }
  .top-menu .menu-list li a::before {
    margin-right: 0.7777777778vw;
    width: 0.4444444444vw;
    height: 1.8888888889vw;
  }
}
/*-------------------------------------
    N-movieセクション：再制作
--------------------------------------*/
.section-movie {
  padding-bottom: 13.0208333333vw;
}
.section-movie .movie-wrap {
  max-width: 100%;
  margin: 0 auto 0;
  width: 67.8125vw;
}
.section-movie .movie-wrap h2 {
  font-size: 5rem;
  color: #EC6800;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3.9rem;
}
.section-movie .movie-wrap h2 span {
  font-size: 1.8rem;
  /*color: #4C4948;*/
  color: #000;
  font-weight: 500;
  /*margin-left: 1.5rem;*/
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 1rem;
}
.section-movie .movie-wrap .spmovswiper {
  overflow: visible;
}
.section-movie .movie-wrap .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-movie .movie-wrap .inner .item {
  position: relative;
  overflow: hidden;
  margin-right: 1.875vw;
  width: 21.3541666667vw;
  height: 13.5416666667vw;
  /*&:nth-of-type(3){
      margin-right: 1px;
  }*/
}
.section-movie .movie-wrap .inner .item:nth-of-type(1), .section-movie .movie-wrap .inner .item:nth-of-type(2) {
  margin-bottom: 2.0833333333vw;
}
.section-movie .movie-wrap .inner .item:nth-of-type(2) {
  margin-right: 1px;
}
.section-movie .movie-wrap .inner .item:last-of-type {
  margin-right: 0;
}
.section-movie .movie-wrap .inner .item:hover {
  opacity: 1;
}
.section-movie .movie-wrap .inner .item:hover .thum {
  transform: scale(1.05);
}
.section-movie .movie-wrap .inner .item .thum {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section-movie .movie-wrap .inner .item .onbtn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
.section-movie .movie-wrap .inner .item .tit {
  display: flex;
  align-items: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  left: 1.3020833333vw;
  bottom: 0.8333333333vw;
  font-size: 1.25vw;
}
.section-movie .movie-wrap .inner .item .tit::before {
  content: "";
  display: block;
  background: #EC6800;
  margin-right: 0.5208333333vw;
  width: 0.2604166667vw;
  height: 1.3541666667vw;
}
.section-movie .movie-wrap .inner .back {
  position: absolute;
  width: 92%;
  height: 100%;
  left: 50%;
  top: 2.6041666667vw;
  background: #f2f2f2;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-movie {
    padding-bottom: 44vw;
  }
  .section-movie .movie-wrap {
    max-width: 100%;
    margin: 0 auto 0;
    width: 347.2vw;
  }
  .section-movie .movie-wrap h2 {
    font-size: 3rem;
    margin-bottom: 2.9rem;
  }
  .section-movie .movie-wrap h2 span {
    font-size: 1.5rem;
    margin-top: 0.7rem;
  }
  .section-movie .movie-wrap .spmovswiper {
    overflow: visible;
    width: 74.6666666667vw;
    height: 47.2vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-na {
    width: auto;
    height: auto;
    top: 58%;
    right: -8.5333333333vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-na::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-pa {
    width: auto;
    height: auto;
    top: 58%;
    left: -8.5333333333vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-pa::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .section-movie .movie-wrap .spmovswiper .spp-nmov {
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: 8vw auto 0;
  }
  .section-movie .movie-wrap .spmovswiper .spp-nmov .swiper-pagination-bullet {
    background: #B1ABAA;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 2vw;
    opacity: 1;
  }
  .section-movie .movie-wrap .spmovswiper .spp-nmov .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EC6800;
  }
  .section-movie .movie-wrap .inner {
    flex-wrap: nowrap;
    justify-content: left;
  }
  .section-movie .movie-wrap .inner .item {
    margin-right: 0;
    z-index: 2;
    width: 74.6666666667vw;
    height: 47.2vw;
  }
  .section-movie .movie-wrap .inner .item:nth-of-type(1), .section-movie .movie-wrap .inner .item:nth-of-type(2) {
    margin-bottom: 0;
  }
  .section-movie .movie-wrap .inner .item:nth-of-type(2) {
    margin-right: 0;
  }
  .section-movie .movie-wrap .inner .item:last-of-type {
    margin-right: 0;
  }
  .section-movie .movie-wrap .inner .item:hover {
    opacity: 1;
  }
  .section-movie .movie-wrap .inner .item:hover .thum {
    transform: scale(1);
  }
  .section-movie .movie-wrap .inner .item .onbtn {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
  .section-movie .movie-wrap .inner .item .tit {
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: normal;
    left: 4.8vw;
    bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .section-movie .movie-wrap .inner .item .tit::before {
    margin-right: 2.1333333333vw;
    width: 0.8vw;
    height: 4.5333333333vw;
  }
  .section-movie .movie-wrap .inner .back {
    width: 10000vw;
    height: 59.4666666667vw;
    left: 50%;
    top: 10.6666666667vw;
    background: #f2f2f2;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-movie {
    padding-bottom: 18.3333333333vw;
  }
  .section-movie .movie-wrap {
    max-width: 100%;
    margin: 0 auto 0;
    width: 144.6666666667vw;
  }
  .section-movie .movie-wrap h2 {
    font-size: 3rem;
    margin-bottom: 2.9rem;
  }
  .section-movie .movie-wrap h2 span {
    font-size: 1.5rem;
    margin-top: 0.7rem;
  }
  .section-movie .movie-wrap .spmovswiper {
    overflow: visible;
    width: 31.1111111111vw;
    height: 19.6666666667vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-na {
    width: auto;
    height: auto;
    top: 58%;
    right: -3.5555555556vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-na::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-pa {
    width: auto;
    height: auto;
    top: 58%;
    left: -3.5555555556vw;
  }
  .section-movie .movie-wrap .spmovswiper .spmov-pa::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .section-movie .movie-wrap .spmovswiper .spp-nmov {
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: 3.3333333333vw auto 0;
  }
  .section-movie .movie-wrap .spmovswiper .spp-nmov .swiper-pagination-bullet {
    background: #B1ABAA;
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    margin: 0 0.8333333333vw;
    opacity: 1;
  }
  .section-movie .movie-wrap .spmovswiper .spp-nmov .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EC6800;
  }
  .section-movie .movie-wrap .inner {
    flex-wrap: nowrap;
    justify-content: left;
  }
  .section-movie .movie-wrap .inner .item {
    margin-right: 0;
    z-index: 2;
    width: 31.1111111111vw;
    height: 19.6666666667vw;
  }
  .section-movie .movie-wrap .inner .item:nth-of-type(1), .section-movie .movie-wrap .inner .item:nth-of-type(2) {
    margin-bottom: 0;
  }
  .section-movie .movie-wrap .inner .item:nth-of-type(2) {
    margin-right: 0;
  }
  .section-movie .movie-wrap .inner .item:last-of-type {
    margin-right: 0;
  }
  .section-movie .movie-wrap .inner .item:hover {
    opacity: 1;
  }
  .section-movie .movie-wrap .inner .item:hover .thum {
    transform: scale(1);
  }
  .section-movie .movie-wrap .inner .item .onbtn {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
  }
  .section-movie .movie-wrap .inner .item .tit {
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: normal;
    left: 2vw;
    bottom: 1.1111111111vw;
    font-size: 1.7777777778vw;
  }
  .section-movie .movie-wrap .inner .item .tit::before {
    margin-right: 0.8888888889vw;
    width: 0.3333333333vw;
    height: 1.8888888889vw;
  }
  .section-movie .movie-wrap .inner .back {
    width: 10000vw;
    height: 24.7777777778vw;
    left: 50%;
    top: 4.4444444444vw;
    background: #f2f2f2;
    transform: translateX(-50%);
  }
}
/*-------------------------------------
   食農大で学ぶ3つのコースセクション：再制作
--------------------------------------*/
.section-course {
  background: url("../images/top/courseback.jpg") no-repeat center/cover;
  padding: 6.7708333333vw 0 11.4583333333vw;
}
.section-course .course-wrap {
  max-width: 100%;
  margin: auto;
  width: 67.7083333333vw;
}
.section-course .course-wrap h2 {
  text-align: center;
  color: #4C4948;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 3.125vw;
  font-size: 2.34375vw;
}
.section-course .course-wrap h2 .sm {
  font-weight: 600;
  color: #EC6800;
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.5208333333vw;
  font-size: 1.0416666667vw;
}
.section-course .course-wrap h2 .up {
  font-size: 3.125vw;
}
.section-course .course-wrap .course {
  overflow: visible;
}
.section-course .course-wrap .course .spcoursewrap {
  display: flex;
  justify-content: space-between;
}
.section-course .course-wrap .course .item {
  display: block;
  background-color: rgba(255, 255, 255, 0.8980392157);
  transition: all ease-in-out 0.2s;
  box-shadow: 0 0 1.5625vw rgba(39, 147, 255, 0.1568627451);
  width: 21.875vw;
  border-radius: 1.0416666667vw;
  padding: 2.6041666667vw 2.03125vw 2.0833333333vw;
}
.section-course .course-wrap .course .item h3 {
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 1.7708333333vw;
  font-size: 1.875vw;
}
.section-course .course-wrap .course .item h3 span {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.2604166667vw;
  font-size: 0.8333333333vw;
}
.section-course .course-wrap .course .item .imgwrap {
  overflow: hidden;
  border-radius: 50%;
  outline: 1px solid #fff;
  outline-offset: -0.2604166667vw;
  margin: 0 auto 1.5625vw;
  width: 15.625vw;
  height: 15.625vw;
  z-index: 1;
  position: relative;
}
.section-course .course-wrap .course .item .imgwrap img {
  transition: all ease-in-out 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -1;
}
.section-course .course-wrap .course .item .desc {
  line-height: 1.6;
  color: #000;
  font-size: 0.9375vw;
  margin-bottom: 3.0729166667vw;
}
.section-course .course-wrap .course .item .keyword {
  background: #F8F4E4;
  padding: 0.9375vw 1.3020833333vw 1.1458333333vw;
  border-radius: 0.5208333333vw;
  margin-bottom: 2.6041666667vw;
}
.section-course .course-wrap .course .item .keyword h4 {
  display: flex;
  align-items: center;
  color: #EC6800;
  font-weight: 700;
  font-size: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
}
.section-course .course-wrap .course .item .keyword h4::before {
  content: "";
  display: block;
  background: #EC6800;
  width: 0.2083333333vw;
  height: 1.1458333333vw;
  margin-right: 0.5208333333vw;
}
.section-course .course-wrap .course .item .keyword p {
  color: #EC6800;
  font-weight: 500;
  display: inline-block;
  margin-right: 1.0416666667vw;
  font-size: 0.8333333333vw;
}
.section-course .course-wrap .course .item .morebtn {
  display: block;
  margin: auto;
  color: #000;
  position: relative;
  text-align: center;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.3125vw;
  font-size: 0.7291666667vw;
}
.section-course .course-wrap .course .item .morebtn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all ease-in-out 0.2s;
  background: #000;
  transform: translateX(-50%);
  width: 2.96875vw;
  height: 0.0520833333vw;
}
.section-course .course-wrap .course .item:hover {
  opacity: 1;
  box-shadow: 0 0 2.6041666667vw rgba(39, 147, 255, 0.4980392157);
}
.section-course .course-wrap .course .item:hover .imgwrap img {
  transform: scale(1.075);
}
.section-course .course-wrap .course .item:hover .morebtn::before {
  width: 4.21875vw;
}
.section-course .course-wrap .course .item.agri {
  background-image: url("../images/top/courseback1.svg");
  background-repeat: no-repeat;
  background-position: top 1.5104166667vw right 1.5104166667vw;
  background-size: 8.59375vw 6.9270833333vw;
}
.section-course .course-wrap .course .item.agri h3 {
  color: #5FA01C;
}
.section-course .course-wrap .course .item.agri .keyword {
  background: #DFEBD1;
}
.section-course .course-wrap .course .item.agri .keyword h4 {
  color: #5FA01C;
}
.section-course .course-wrap .course .item.agri .keyword h4::before {
  background: #5FA01C;
}
.section-course .course-wrap .course .item.agri .keyword p {
  color: #5FA01C;
}
.section-course .course-wrap .course .item.food {
  background-image: url("../images/top/courseback2.svg");
  background-repeat: no-repeat;
  background-position: top 1.5104166667vw right 1.7708333333vw;
  background-size: 9.1145833333vw 6.6666666667vw;
}
.section-course .course-wrap .course .item.food h3 {
  color: #E6657D;
}
.section-course .course-wrap .course .item.food .keyword {
  background: #FBE7EB;
}
.section-course .course-wrap .course .item.food .keyword h4 {
  color: #E6657D;
}
.section-course .course-wrap .course .item.food .keyword h4::before {
  background: #E6657D;
}
.section-course .course-wrap .course .item.food .keyword p {
  color: #E6657D;
}
.section-course .course-wrap .course .item.business {
  background-image: url("../images/top/courseback3.svg");
  background-repeat: no-repeat;
  background-position: top 1.5104166667vw right 1.6666666667vw;
  background-size: 6.875vw 7.03125vw;
}
.section-course .course-wrap .course .item.business h3 {
  color: #237FD0;
}
.section-course .course-wrap .course .item.business .desc {
  margin-bottom: 1.5625vw;
}
.section-course .course-wrap .course .item.business .keyword {
  background: #DDEBF7;
}
.section-course .course-wrap .course .item.business .keyword h4 {
  color: #237FD0;
}
.section-course .course-wrap .course .item.business .keyword h4::before {
  background: #237FD0;
}
.section-course .course-wrap .course .item.business .keyword p {
  color: #237FD0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-course {
    background: url("../images/top/coursebacksp.jpg") no-repeat center/cover;
    padding: 18.6666666667vw 0 21.3333333333vw;
  }
  .section-course .course-wrap {
    width: 100vw;
  }
  .section-course .course-wrap h2 {
    margin-bottom: 7.7333333333vw;
    font-size: 6.9333333333vw;
  }
  .section-course .course-wrap h2 .sm {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .section-course .course-wrap h2 .up {
    font-size: 9.0666666667vw;
  }
  .section-course .course-wrap .course {
    overflow: visible;
    width: 80vw;
  }
  .section-course .course-wrap .course .spcoursenav {
    width: fit-content;
    position: relative;
    z-index: 1;
    bottom: auto;
    margin: 0 auto 6.6666666667vw;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet {
    width: 16vw;
    height: 16vw;
    margin: 0 3.3333333333vw;
    opacity: 0.7;
    transition: all ease-in-out 0.3s;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet:nth-of-type(1) {
    background: url("../images/top/indicator-agri.svg") no-repeat center/contain;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet:nth-of-type(2) {
    background: url("../images/top/indicator-food.svg") no-repeat center/contain;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet:nth-of-type(3) {
    background: url("../images/top/indicator-business.svg") no-repeat center/contain;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    box-shadow: 0 0 8vw rgba(39, 147, 255, 0.2980392157);
  }
  .section-course .course-wrap .course .sptc-na {
    width: auto;
    height: auto;
    top: 55%;
    right: -8vw;
  }
  .section-course .course-wrap .course .sptc-na::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .section-course .course-wrap .course .sptc-pa {
    width: auto;
    height: auto;
    top: 55%;
    left: -8vw;
  }
  .section-course .course-wrap .course .sptc-pa::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
  .section-course .course-wrap .course .spcoursewrap {
    display: flex;
    justify-content: space-between;
  }
  .section-course .course-wrap .course .item {
    box-shadow: 0 0 8vw rgba(39, 147, 255, 0.1568627451);
    width: 80vw;
    border-radius: 5.3333333333vw;
    padding: 10.6666666667vw 8vw 10.6666666667vw;
  }
  .section-course .course-wrap .course .item.swiper-slide-active {
    /*box-shadow: 0 0 calc(100vw * (50 /375)) #2793FF7f;*/
  }
  .section-course .course-wrap .course .item h3 {
    line-height: 1.2;
    margin-bottom: 6.4vw;
    font-size: 7.4666666667vw;
  }
  .section-course .course-wrap .course .item h3 span {
    margin-bottom: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .section-course .course-wrap .course .item .imgwrap {
    outline-offset: -1.3333333333vw;
    margin: 0 auto 6.6666666667vw;
    width: 58.6666666667vw;
    height: 58.6666666667vw;
  }
  .section-course .course-wrap .course .item .desc {
    line-height: 1.75;
    font-size: 3.7333333333vw;
    margin-bottom: 13.6vw;
  }
  .section-course .course-wrap .course .item .keyword {
    padding: 4.2666666667vw 5.3333333333vw 4.5333333333vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .section-course .course-wrap .course .item .keyword h4 {
    font-size: 4vw;
    margin-bottom: 1.8666666667vw;
  }
  .section-course .course-wrap .course .item .keyword h4::before {
    width: 0.8vw;
    height: 4.8vw;
    margin-right: 2.1333333333vw;
  }
  .section-course .course-wrap .course .item .keyword p {
    margin-right: 4vw;
    font-size: 3.2vw;
  }
  .section-course .course-wrap .course .item .morebtn {
    padding-bottom: 0.9333333333vw;
    font-size: 2.6666666667vw;
  }
  .section-course .course-wrap .course .item .morebtn::before {
    width: 10.9333333333vw;
    height: 0.2666666667vw;
  }
  .section-course .course-wrap .course .item:hover {
    opacity: 1;
    box-shadow: 0 0 8vw rgba(39, 147, 255, 0.1568627451);
  }
  .section-course .course-wrap .course .item:hover .imgwrap img {
    transform: scale(1);
  }
  .section-course .course-wrap .course .item:hover .morebtn::before {
    width: 10.9333333333vw;
  }
  .section-course .course-wrap .course .item.agri {
    background-position: top 8.8vw right 6.9333333333vw;
    background-size: 26.6666666667vw 21.6vw;
  }
  .section-course .course-wrap .course .item.food {
    background-position: top 9.3333333333vw right 6.9333333333vw;
    background-size: 28.2666666667vw 20.8vw;
  }
  .section-course .course-wrap .course .item.business {
    background-position: top 9.8666666667vw right 6.9333333333vw;
    background-size: 21.3333333333vw 21.8666666667vw;
  }
  .section-course .course-wrap .course .item.business .desc {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-course {
    background: url("../images/top/coursebacksp.jpg") no-repeat center/cover;
    padding: 7.7777777778vw 0 8.8888888889vw;
  }
  .section-course .course-wrap {
    width: 100vw;
  }
  .section-course .course-wrap h2 {
    margin-bottom: 3.2222222222vw;
    font-size: 2.8888888889vw;
  }
  .section-course .course-wrap h2 .sm {
    margin-bottom: 1.1111111111vw;
    font-size: 1.5555555556vw;
  }
  .section-course .course-wrap h2 .up {
    font-size: 3.7777777778vw;
  }
  .section-course .course-wrap .course {
    overflow: visible;
    width: 33.3333333333vw;
  }
  .section-course .course-wrap .course .spcoursenav {
    width: fit-content;
    position: relative;
    z-index: 1;
    bottom: auto;
    margin: 0 auto 2.7777777778vw;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    margin: 0 1.3888888889vw;
    opacity: 0.7;
    transition: all ease-in-out 0.3s;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet:nth-of-type(1) {
    background: url("../images/top/indicator-agri.svg") no-repeat center/contain;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet:nth-of-type(2) {
    background: url("../images/top/indicator-food.svg") no-repeat center/contain;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet:nth-of-type(3) {
    background: url("../images/top/indicator-business.svg") no-repeat center/contain;
  }
  .section-course .course-wrap .course .spcoursenav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    box-shadow: 0 0 3.3333333333vw rgba(39, 147, 255, 0.2980392157);
  }
  .section-course .course-wrap .course .sptc-na {
    width: auto;
    height: auto;
    top: 55%;
    right: 1.6666666667vw;
  }
  .section-course .course-wrap .course .sptc-na::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
    width: 2.5555555556vw;
    height: 2.5555555556vw;
  }
  .section-course .course-wrap .course .sptc-pa {
    width: auto;
    height: auto;
    top: 55%;
    left: 1.6666666667vw;
  }
  .section-course .course-wrap .course .sptc-pa::after {
    content: "";
    display: block;
    transition: all ease-in-out 0.2s;
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
    width: 2.5555555556vw;
    height: 2.5555555556vw;
  }
  .section-course .course-wrap .course .spcoursewrap {
    display: flex;
    justify-content: space-between;
  }
  .section-course .course-wrap .course .item {
    box-shadow: 0 0 3.3333333333vw rgba(39, 147, 255, 0.1568627451);
    width: 33.3333333333vw;
    border-radius: 2.2222222222vw;
    padding: 4.4444444444vw 3.3333333333vw 4.4444444444vw;
  }
  .section-course .course-wrap .course .item.swiper-slide-active {
    /*box-shadow: 0 0 calc(100vw * (50 /900)) #2793FF7f;*/
  }
  .section-course .course-wrap .course .item h3 {
    line-height: 1.2;
    margin-bottom: 2.6666666667vw;
    font-size: 3.1111111111vw;
  }
  .section-course .course-wrap .course .item h3 span {
    margin-bottom: 0.5555555556vw;
    font-size: 1.4444444444vw;
  }
  .section-course .course-wrap .course .item .imgwrap {
    outline-offset: -0.5555555556vw;
    margin: 0 auto 2.7777777778vw;
    width: 24.4444444444vw;
    height: 24.4444444444vw;
  }
  .section-course .course-wrap .course .item .desc {
    line-height: 1.75;
    font-size: 1.5555555556vw;
    margin-bottom: 5.6666666667vw;
  }
  .section-course .course-wrap .course .item .keyword {
    padding: 1.7777777778vw 2.2222222222vw 1.8888888889vw;
    border-radius: 1.1111111111vw;
    margin-bottom: 4.4444444444vw;
  }
  .section-course .course-wrap .course .item .keyword h4 {
    font-size: 1.6666666667vw;
    margin-bottom: 0.7777777778vw;
  }
  .section-course .course-wrap .course .item .keyword h4::before {
    width: 0.3333333333vw;
    height: 2vw;
    margin-right: 0.8888888889vw;
  }
  .section-course .course-wrap .course .item .keyword p {
    margin-right: 1.6666666667vw;
    font-size: 1.3333333333vw;
  }
  .section-course .course-wrap .course .item .morebtn {
    padding-bottom: 0.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .section-course .course-wrap .course .item .morebtn::before {
    width: 4.5555555556vw;
    height: 0.1111111111vw;
  }
  .section-course .course-wrap .course .item:hover {
    opacity: 1;
    box-shadow: 0 0 3.3333333333vw rgba(39, 147, 255, 0.1568627451);
  }
  .section-course .course-wrap .course .item:hover .imgwrap img {
    transform: scale(1);
  }
  .section-course .course-wrap .course .item:hover .morebtn::before {
    width: 4.5555555556vw;
  }
  .section-course .course-wrap .course .item.agri {
    background-position: top 3.6666666667vw right 2.8888888889vw;
    background-size: 11.1111111111vw 9vw;
  }
  .section-course .course-wrap .course .item.food {
    background-position: top 3.8888888889vw right 2.8888888889vw;
    background-size: 11.7777777778vw 8.6666666667vw;
  }
  .section-course .course-wrap .course .item.business {
    background-position: top 4.1111111111vw right 2.8888888889vw;
    background-size: 8.8888888889vw 9.1111111111vw;
  }
  .section-course .course-wrap .course .item.business .desc {
    margin-bottom: 3.3333333333vw;
  }
}
/*-------------------------------------
    ドット背景部分
--------------------------------------*/
.backdotarea {
  background: url(../images/common/learning-back.svg) repeat top left/1.7708333333vw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .backdotarea {
    background: url(../images/common/learning-back.svg) repeat top left/5.3333333333vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .backdotarea {
    background: url(../images/common/learning-back.svg) repeat top left/2.7777777778vw;
  }
}
/*-------------------------------------
   コンセプトセクション：再制作
--------------------------------------*/
.section-concept {
  padding-top: 1.0416666667vw;
  padding-bottom: 4.1666666667vw;
}
.section-concept h2.tit {
  background: #EC6800;
  color: #fff;
  width: 22.8125vw;
  margin: auto;
  font-size: 2.0833333333dvw;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  min-height: 2.7083333333dvw;
  line-height: 1.25;
}
.section-concept p.tut {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.1458333333vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.0416666667dvw;
  margin-bottom: 4.5833333333dvw;
}
.section-concept p.tut span.orange {
  color: #EC6800;
}
.section-concept p.tut::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.25dvw;
  background: #4C4948;
  width: 3.125vw;
  height: 0.1041666667vw;
}
.section-concept .concept-wrap {
  display: flex;
  position: relative;
  z-index: 1;
}
.section-concept .concept-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5.8854166667vw;
  z-index: -1;
  bottom: 4.6875vw;
  animation: concept-txt 10s linear infinite;
  will-change: background-position-x;
  background: url("../images/top/concept-txt.svg") repeat-x center/contain;
}
.section-concept .concept-wrap .left {
  position: relative;
  margin-right: 2.6041666667vw;
  padding-top: 1.5625vw;
  margin-left: 13.5416666667vw;
  width: 18.2291666667vw;
  min-width: 25%;
}
.section-concept .concept-wrap .left h2 {
  color: #4C4948;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 2.03125vw;
  margin-bottom: 2.0833333333vw;
  font-size: 2.34375vw;
}
.section-concept .concept-wrap .left h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4C4948;
  width: 3.125vw;
  height: 0.1041666667vw;
}
.section-concept .concept-wrap .left h2 span {
  font-weight: 600;
  color: #EC6800;
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0.5208333333vw;
  font-size: 1.0416666667vw;
}
.section-concept .concept-wrap .left p {
  line-height: 1.88;
  font-size: max(0.9375vw, 16px);
}
.section-concept .concept-wrap .right .concept-img {
  display: block;
  width: 54.2708333333vw;
}
.section-concept .arrow-btn {
  /*position: absolute;*/
  right: 0;
  /*bottom: 35%;*/
  /*margin: 0 0 0 auto;*/
  margin: 2.8645833333333332vw 0 0 auto;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-concept {
    padding-top: 0;
    padding-bottom: 0.2666666667dvw;
  }
  .section-concept h2.tit {
    width: 88vw;
    font-size: 6.4vw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .section-concept p.tut {
    font-size: 4vw;
    margin-bottom: 14.6666666667vw;
    margin-top: 2.6666666667dvw;
  }
  .section-concept p.tut::before {
    width: 13.3333333333vw;
    bottom: -7.7333333333vw;
    height: 0.5333333333vw;
  }
  .section-concept .concept-wrap {
    display: block;
    margin-bottom: 18.6666666667vw;
  }
  .section-concept .concept-wrap::after {
    height: 21.6vw;
    bottom: -10.6666666667vw;
    will-change: background-position-x;
    animation: concept-txt-sp 10s linear infinite;
  }
  .section-concept .concept-wrap .left {
    margin-right: auto;
    padding-top: 0;
    margin-left: auto;
    margin-bottom: 8vw;
    width: 74.6666666667vw;
  }
  .section-concept .concept-wrap .left h2 {
    text-align: center;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
    font-size: 6.9333333333vw;
  }
  .section-concept .concept-wrap .left h2::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 13.3333333333vw;
    height: 0.5333333333vw;
  }
  .section-concept .concept-wrap .left h2 span {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .section-concept .concept-wrap .left p {
    line-height: 1.85;
    font-size: 3.7333333333vw;
  }
  .section-concept .concept-wrap .right {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .section-concept .concept-wrap .right .concept-img {
    display: block;
    max-width: none;
    width: 95.4666666667vw;
    margin: auto;
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap {
    left: 24vw;
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon {
    background: #525356;
    border-radius: 50%;
    width: 18.6666666667dvw;
    height: 18.6666666667dvw;
    top: calc(50% - 9.3333333333dvw);
    left: calc(50% - 9.3333333333dvw);
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon::before {
    position: absolute;
    width: 7.4666666667dvw;
    height: 9.3333333333dvw;
    background: url("../images/top/finger.svg") no-repeat center;
    bottom: auto;
    top: 4dvw;
    left: 50%;
    right: auto;
    transform: translateX(-60%);
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon::after {
    background: url("../images/top/finger-arrow.svg") no-repeat center;
    width: 5.6dvw;
    height: 1.6dvw;
    bottom: 2.6666666667dvw;
    left: 50%;
    right: auto;
    top: auto;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon .scroll-hint-text {
    display: none;
  }
  .section-concept .arrow-btn {
    margin: 0 0 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 2.6666666667dvw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-concept {
    padding-top: 8.8888888889vw;
    padding-bottom: 7.2222222222vw;
  }
  .section-concept .concept-wrap {
    display: block;
    margin-bottom: 7.7777777778vw;
  }
  .section-concept .concept-wrap::after {
    height: 9vw;
    bottom: -4.4444444444vw;
    will-change: background-position-x;
    animation: concept-txt-sp 10s linear infinite;
  }
  .section-concept .concept-wrap .left {
    margin-right: auto;
    padding-top: 0;
    margin-left: auto;
    margin-bottom: 3.3333333333vw;
    width: 55.5555555556vw;
  }
  .section-concept .concept-wrap .left h2 {
    text-align: center;
    padding-bottom: 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
    font-size: 2.8888888889vw;
  }
  .section-concept .concept-wrap .left h2::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 5.5555555556vw;
    height: 0.2222222222vw;
  }
  .section-concept .concept-wrap .left h2 span {
    margin-bottom: 1.1111111111vw;
    font-size: 1.5555555556vw;
  }
  .section-concept .concept-wrap .left p {
    line-height: 1.85;
    font-size: 1.5555555556vw;
  }
  .section-concept .concept-wrap .right {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .section-concept .concept-wrap .right .concept-img {
    display: block;
    max-width: none;
    margin: auto;
    width: 66.6666666667vw;
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap {
    left: 0;
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon {
    background: #525356;
    border-radius: 50%;
    width: 7.7777777778dvw;
    height: 7.7777777778dvw;
    top: calc(50% - 3.8888888889dvw);
    left: calc(50% - 3.8888888889dvw);
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon::before {
    position: absolute;
    width: 3.1111111111dvw;
    height: 3.8888888889dvw;
    background: url("../images/top/finger.svg") no-repeat center;
    bottom: auto;
    top: 1.6666666667dvw;
    left: 50%;
    right: auto;
    transform: translateX(-60%);
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon::after {
    background: url("../images/top/finger-arrow.svg") no-repeat center;
    width: 2.3333333333dvw;
    height: 0.6666666667dvw;
    bottom: 1.1111111111dvw;
    left: 50%;
    right: auto;
    top: auto;
    margin-left: 0;
    transform: translateX(-50%);
  }
  .section-concept .concept-wrap .right .scroll-hint-icon-wrap .scroll-hint-icon .scroll-hint-text {
    display: none;
  }
  .section-concept .arrow-btn {
    margin: 0 0 0 auto;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 1.1111111111dvw;
  }
}
@keyframes concept-txt {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -36.6145833333vw;
  }
}
@keyframes concept-txt-sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100vw;
  }
}
/*-------------------------------------
   豊かな環境で学ぶセクション：再制作
--------------------------------------*/
.section-facility {
  padding-top: 6.25vw;
  padding-bottom: 10.4166666667vw;
}
.section-facility .facility-wrap h2.tit {
  background: #EC6800;
  color: #fff;
  width: 22.8125vw;
  margin: auto;
  font-size: 2.0833333333dvw;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  min-height: 2.7083333333dvw;
  line-height: 1.25;
}
.section-facility .facility-wrap p.tut {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.1458333333vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.0416666667dvw;
  margin-bottom: 2.0833333333dvw;
}
.section-facility .facility-wrap p.tut span.orange {
  color: #EC6800;
}
.section-facility .facility-wrap .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
  width: 67.7083333333vw;
}
.section-facility .facility-wrap .inner .back {
  position: absolute;
  background: #F2F2F2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 23.9583333333vw;
}
.section-facility .facility-wrap .inner .item {
  display: block;
  position: relative;
  z-index: 1;
  background: #F8F4E4;
  overflow: hidden;
  padding: 2.6041666667vw 2.8645833333vw;
  border: 0.2604166667vw solid #fff;
  border-radius: 0 0 2.34375vw 0;
  width: 32.2916666667vw;
  height: 15.625vw;
}
.section-facility .facility-wrap .inner .item:nth-of-type(2), .section-facility .facility-wrap .inner .item:nth-of-type(4) {
  margin-top: 2.6041666667vw;
}
.section-facility .facility-wrap .inner .item .backimgwrap {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 21.71875vw;
  height: 15.625vw;
}
.section-facility .facility-wrap .inner .item .backimgwrap::after {
  content: "";
  width: 11.4583333333vw;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  background: linear-gradient(90deg, rgb(248, 244, 228) 0%, rgb(248, 244, 228) 5%, rgba(248, 244, 228, 0) 90%);
}
.section-facility .facility-wrap .inner .item .backimgwrap .backimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.2s;
}
.section-facility .facility-wrap .inner .item h3 {
  color: #EC6800;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.9895833333vw;
  font-size: 1.6666666667vw;
}
.section-facility .facility-wrap .inner .item h3::before {
  content: "";
  display: block;
  background: #EC6800;
  margin-right: 0.78125vw;
  width: 0.2083333333vw;
  height: 1.875vw;
}
.section-facility .facility-wrap .inner .item p {
  line-height: 1.88;
  position: relative;
  z-index: 1;
  color: #000;
  font-size: max(0.9375vw, 16px);
}
.section-facility .facility-wrap .inner .item .numimg {
  position: absolute;
  left: 1.6666666667vw;
  bottom: 1.40625vw;
}
.section-facility .facility-wrap .inner .item .btn-wrap {
  position: absolute;
  right: 0.78125vw;
  bottom: 0.78125vw;
}
.section-facility .facility-wrap .inner .item.faculty {
  background: #FCE7D7;
}
.section-facility .facility-wrap .inner .item.faculty .backimgwrap::after {
  background: linear-gradient(90deg, rgb(252, 231, 215) 0%, rgb(252, 231, 215) 5%, rgba(252, 231, 215, 0) 90%);
}
.section-facility .facility-wrap .inner .item.faculty h3 {
  color: #EC6800;
}
.section-facility .facility-wrap .inner .item.faculty h3::before {
  background: #EC6800;
}
.section-facility .facility-wrap .inner .item.faculty .numimg {
  width: 5vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.campus {
  background: #E6F0DC;
}
.section-facility .facility-wrap .inner .item.campus .backimgwrap::after {
  background: linear-gradient(90deg, rgb(230, 240, 220) 0%, rgb(230, 240, 220) 5%, rgba(230, 240, 220, 0) 90%);
}
.section-facility .facility-wrap .inner .item.campus h3 {
  color: #5FA01C;
}
.section-facility .facility-wrap .inner .item.campus h3::before {
  background: #5FA01C;
}
.section-facility .facility-wrap .inner .item.campus .numimg {
  width: 6.0416666667vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.campus .btn-wrap .arrow-btn-only::before {
  border: 0.1041666667vw solid #5FA01C;
}
.section-facility .facility-wrap .inner .item.campus .btn-wrap .arrow-btn-only::after {
  background: url(../images/top/animbtn-arrow-anim-green.svg) no-repeat top right/1.5625vw;
}
.section-facility .facility-wrap .inner .item.career {
  background: #FBE7EB;
}
.section-facility .facility-wrap .inner .item.career .backimgwrap::after {
  background: linear-gradient(90deg, rgb(251, 231, 235) 0%, rgb(251, 231, 235) 5%, rgba(251, 231, 235, 0) 90%);
}
.section-facility .facility-wrap .inner .item.career h3 {
  color: #E6657D;
}
.section-facility .facility-wrap .inner .item.career h3::before {
  background: #E6657D;
}
.section-facility .facility-wrap .inner .item.career .numimg {
  width: 6.0416666667vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.career .btn-wrap .arrow-btn-only::before {
  border: 0.1041666667vw solid #E6657D;
}
.section-facility .facility-wrap .inner .item.career .btn-wrap .arrow-btn-only::after {
  background: url(../images/top/animbtn-arrow-anim-pink.svg) no-repeat top right/1.5625vw;
}
.section-facility .facility-wrap .inner .item.teacher {
  background: #DDEBF7;
}
.section-facility .facility-wrap .inner .item.teacher .backimgwrap::after {
  background: linear-gradient(90deg, rgb(221, 235, 247) 0%, rgb(221, 235, 247) 5%, rgba(221, 235, 247, 0) 90%);
}
.section-facility .facility-wrap .inner .item.teacher h3 {
  color: #237FD0;
}
.section-facility .facility-wrap .inner .item.teacher h3::before {
  background: #237FD0;
}
.section-facility .facility-wrap .inner .item.teacher .numimg {
  width: 6.6666666667vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.teacher .btn-wrap .arrow-btn-only::before {
  border: 0.1041666667vw solid #237FD0;
}
.section-facility .facility-wrap .inner .item.teacher .btn-wrap .arrow-btn-only::after {
  background: url("../images/top/animbtn-arrow-anim-blue.svg") no-repeat top right/1.5625vw;
}
.section-facility .facility-wrap .inner .item.b {
  background: #D9D9D9;
}
.section-facility .facility-wrap .inner .item.b h3 {
  color: #1A1E24;
}
.section-facility .facility-wrap .inner .item.b h3::before {
  background: #1A1E24;
}
.section-facility .facility-wrap .inner .item.b .backimgwrap::after {
  background: linear-gradient(90deg, #D9D9D9 0%, #D9D9D9 5%, rgba(217, 217, 217, 0) 90%);
}
.section-facility .facility-wrap .inner .item.b .numimg {
  width: 5vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.b:nth-of-type(3) .numimg {
  width: 6.0416666667vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.b .btn-wrap .arrow-btn-only::before {
  border: 0.1041666667vw solid #1A1E24;
}
.section-facility .facility-wrap .inner .item.b .btn-wrap .arrow-btn-only::after {
  right: auto;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: url(../images/top/aab.png) no-repeat top right/200%;
}
.section-facility .facility-wrap .inner .item.b:hover .btn-wrap .arrow-btn-only::before {
  background-color: #1A1E24;
}
.section-facility .facility-wrap .inner .item.b:hover .btn-wrap .arrow-btn-only::after {
  right: auto;
  left: 50%;
  transform: translateY(0) translateX(-50%);
}
.section-facility .facility-wrap .inner .item.o {
  background: #FED7B5;
}
.section-facility .facility-wrap .inner .item.o:nth-of-type(2) .numimg {
  width: 6.0416666667vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.o:nth-of-type(4) .numimg {
  width: 6.6666666667vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.o .backimgwrap::after {
  background: linear-gradient(90deg, #FFD6B6 0%, #FFD6B6 5%, rgba(255, 214, 182, 0) 90%);
}
.section-facility .facility-wrap .inner .item.o .numimg {
  width: 5vw;
  height: 5.2083333333vw;
}
.section-facility .facility-wrap .inner .item.o .btn-wrap .arrow-btn-only::after {
  right: auto;
  left: 49%;
  transform: translateY(0) translateX(-50%);
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/200%;
}
.section-facility .facility-wrap .inner .item:hover {
  opacity: 1;
}
.section-facility .facility-wrap .inner .item:hover .backimgwrap .backimg {
  transform: scale(1.075);
}
.section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only {
  opacity: 1;
}
.section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only::before {
  background: #EC6800;
}
.section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only::after {
  background-position: left bottom;
  background-image: url("../images/common/animbtn-arrow-anim-w.svg");
  background-size: 1.5104166667dvw;
}
.section-facility .facility-wrap .inner .item:hover.campus .btn-wrap .arrow-btn-only::before {
  background: #5FA01C;
}
.section-facility .facility-wrap .inner .item:hover.career .btn-wrap .arrow-btn-only::before {
  background: #E6657D;
}
.section-facility .facility-wrap .inner .item:hover.teacher .btn-wrap .arrow-btn-only::before {
  background: #237FD0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-facility {
    padding-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  .section-facility h2.tit {
    width: 88vw;
    font-size: 6.4171122995dvw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .section-facility p.tut {
    font-size: 4.0106951872dvw;
    margin-top: 2.6666666667dvw;
    margin-bottom: 8dvw;
  }
  .section-facility p.tut span.orange {
    color: #EC6800;
  }
  .section-facility .facility-wrap h2.tit {
    width: 88vw;
    font-size: 6.4171122995dvw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .section-facility .facility-wrap p.tut {
    font-size: 4.0106951872dvw;
    margin-top: 2.6666666667dvw;
    margin-bottom: 8dvw;
  }
  .section-facility .facility-wrap p.tut span.orange {
    color: #EC6800;
  }
  .section-facility .facility-wrap h2 {
    margin-bottom: 7.7333333333vw;
    font-size: 6.9333333333vw;
  }
  .section-facility .facility-wrap h2 span {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .section-facility .facility-wrap .inner {
    display: block;
    margin: auto;
    width: 88vw;
  }
  .section-facility .facility-wrap .inner .back {
    position: absolute;
    background: #F2F2F2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 160vw;
  }
  .section-facility .facility-wrap .inner .item {
    padding: 8vw 7.2vw;
    border: 0.8vw solid #fff;
    border-radius: 0 0 6.6666666667vw 0;
    width: 88vw;
    height: 42.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .section-facility .facility-wrap .inner .item:nth-of-type(2), .section-facility .facility-wrap .inner .item:nth-of-type(4) {
    margin-top: 0;
  }
  .section-facility .facility-wrap .inner .item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .section-facility .facility-wrap .inner .item .backimgwrap {
    width: 59.2vw;
    height: 42.6666666667vw;
  }
  .section-facility .facility-wrap .inner .item .backimgwrap::after {
    content: "";
    width: 31.4666666667vw;
  }
  .section-facility .facility-wrap .inner .item h3 {
    margin-bottom: 2.4vw;
    font-size: 4.8vw;
  }
  .section-facility .facility-wrap .inner .item h3::before {
    margin-right: 2.6666666667vw;
    width: 0.8vw;
    height: 5.3333333333vw;
  }
  .section-facility .facility-wrap .inner .item p {
    line-height: 1.66;
    font-size: 3.2vw;
  }
  .section-facility .facility-wrap .inner .item .numimg {
    left: 4.5333333333vw;
    bottom: 3.7333333333vw;
  }
  .section-facility .facility-wrap .inner .item .btn-wrap {
    position: absolute;
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.faculty .numimg {
    width: 13.6vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.campus .numimg {
    width: 16.5333333333vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.campus .btn-wrap .arrow-btn-only::before {
    border: 0.2666666667vw solid #5FA01C;
  }
  .section-facility .facility-wrap .inner .item.campus .btn-wrap .arrow-btn-only::after {
    background: url(../images/top/animbtn-arrow-anim-green.svg) no-repeat top right/4.5333333333vw;
  }
  .section-facility .facility-wrap .inner .item.career .numimg {
    width: 16.5333333333vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.career .btn-wrap .arrow-btn-only::before {
    border: 0.2666666667vw solid #E6657D;
  }
  .section-facility .facility-wrap .inner .item.career .btn-wrap .arrow-btn-only::after {
    background: url(../images/top/animbtn-arrow-anim-pink.svg) no-repeat top right/4.5333333333vw;
  }
  .section-facility .facility-wrap .inner .item.teacher .numimg {
    width: 18.1333333333vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.teacher .btn-wrap .arrow-btn-only::before {
    border: 0.2666666667vw solid #237FD0;
  }
  .section-facility .facility-wrap .inner .item.teacher .btn-wrap .arrow-btn-only::after {
    background: url("../images/top/animbtn-arrow-anim-blue.svg") no-repeat top right/4.5333333333vw;
  }
  .section-facility .facility-wrap .inner .item.b .numimg {
    width: 13.6vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.b:nth-of-type(3) .numimg {
    width: 16.5333333333vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.b .btn-wrap .arrow-btn-only::before {
    border: 0.2666666667vw solid #1A1E24;
  }
  .section-facility .facility-wrap .inner .item.b .btn-wrap .arrow-btn-only::after {
    background: url(../images/top/aab.png) no-repeat top right/200%;
    width: 2.4vw;
    height: 2.4vw;
    top: 52%;
    transform: translateY(-50%) translateX(-50%);
  }
  .section-facility .facility-wrap .inner .item.o .numimg {
    width: 13.6vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.o:nth-of-type(2) .numimg {
    width: 16.5333333333vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.o:nth-of-type(4) .numimg {
    width: 18.1333333333vw;
    height: 14.1333333333vw;
  }
  .section-facility .facility-wrap .inner .item.o .btn-wrap .arrow-btn-only::after {
    background-size: 200%;
    left: 46%;
    width: 2.4vw;
    height: 2.4vw;
  }
  .section-facility .facility-wrap .inner .item:hover {
    opacity: 1;
  }
  .section-facility .facility-wrap .inner .item:hover .backimgwrap .backimg {
    transform: scale(1);
  }
  .section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only {
    opacity: 1;
  }
  .section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only::after {
    background-image: url(../images/common/animbtn-arrow-anim.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 4.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.4vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.campus .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.campus .btn-wrap .arrow-btn-only::after {
    background-image: url("../images/top/animbtn-arrow-anim-green.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 4.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.4vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.career .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.career .btn-wrap .arrow-btn-only::after {
    background-image: url("../images/top/animbtn-arrow-anim-pink.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 4.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.4vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.teacher .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.teacher .btn-wrap .arrow-btn-only::after {
    background-image: url("../images/top/animbtn-arrow-anim-blue.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 4.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.4vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.b .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.b .btn-wrap .arrow-btn-only::after {
    background: url(../images/top/aab.png) no-repeat top right/200%;
    width: 2.4vw;
    height: 2.4vw;
    top: 52%;
    transform: translateY(-50%) translateX(-50%);
  }
  .section-facility .facility-wrap .inner .item:hover.o .btn-wrap .arrow-btn-only::after {
    background-size: 200%;
    left: 46%;
    width: 2.4vw;
    height: 2.4vw;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-facility {
    padding-bottom: 11.1111111111vw;
  }
  .section-facility .facility-wrap h2 {
    margin-bottom: 3.2222222222vw;
    font-size: 2.8888888889vw;
  }
  .section-facility .facility-wrap h2 span {
    margin-bottom: 1.1111111111vw;
    font-size: 1.5555555556vw;
  }
  .section-facility .facility-wrap .inner {
    display: flex;
    margin: auto;
    width: 77.7777777778vw;
  }
  .section-facility .facility-wrap .inner .back {
    position: absolute;
    background: #F2F2F2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 66.6666666667vw;
  }
  .section-facility .facility-wrap .inner .item {
    padding: 3.3333333333vw 3vw;
    border: 0.3333333333vw solid #fff;
    border-radius: 0 0 2.7777777778vw 0;
    width: 36.6666666667vw;
    height: 17.7777777778vw;
    margin-bottom: 2.2222222222vw;
  }
  .section-facility .facility-wrap .inner .item:nth-of-type(2), .section-facility .facility-wrap .inner .item:nth-of-type(4) {
    margin-top: 0;
  }
  .section-facility .facility-wrap .inner .item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .section-facility .facility-wrap .inner .item .backimgwrap {
    width: 24.6666666667vw;
    height: 17.7777777778vw;
  }
  .section-facility .facility-wrap .inner .item .backimgwrap::after {
    content: "";
    width: 13.1111111111vw;
  }
  .section-facility .facility-wrap .inner .item h3 {
    margin-bottom: 1vw;
    font-size: 2vw;
  }
  .section-facility .facility-wrap .inner .item h3::before {
    margin-right: 1.1111111111vw;
    width: 0.3333333333vw;
    height: 2.2222222222vw;
  }
  .section-facility .facility-wrap .inner .item p {
    line-height: 1.66;
    font-size: 1.3333333333vw;
  }
  .section-facility .facility-wrap .inner .item .numimg {
    left: 1.8888888889vw;
    bottom: 1.5555555556vw;
  }
  .section-facility .facility-wrap .inner .item .btn-wrap {
    position: absolute;
    right: 0.8888888889vw;
    bottom: 0.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.faculty .numimg {
    width: 5.6666666667vw;
    height: 5.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.campus .numimg {
    width: 6.8888888889vw;
    height: 5.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.campus .btn-wrap .arrow-btn-only::before {
    border: 0.1111111111vw solid #5FA01C;
  }
  .section-facility .facility-wrap .inner .item.campus .btn-wrap .arrow-btn-only::after {
    background: url(../images/top/animbtn-arrow-anim-green.svg) no-repeat top right/1.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.career .numimg {
    width: 6.8888888889vw;
    height: 5.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.career .btn-wrap .arrow-btn-only::before {
    border: 0.1111111111vw solid #E6657D;
  }
  .section-facility .facility-wrap .inner .item.career .btn-wrap .arrow-btn-only::after {
    background: url(../images/top/animbtn-arrow-anim-pink.svg) no-repeat top right/1.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.teacher .numimg {
    width: 7.5555555556vw;
    height: 5.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item.teacher .btn-wrap .arrow-btn-only::before {
    border: 0.1111111111vw solid #237FD0;
  }
  .section-facility .facility-wrap .inner .item.teacher .btn-wrap .arrow-btn-only::after {
    background: url("../images/top/animbtn-arrow-anim-blue.svg") no-repeat top right/1.8888888889vw;
  }
  .section-facility .facility-wrap .inner .item:hover {
    opacity: 1;
  }
  .section-facility .facility-wrap .inner .item:hover .backimgwrap .backimg {
    transform: scale(1);
  }
  .section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only {
    opacity: 1;
  }
  .section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover .btn-wrap .arrow-btn-only::after {
    background-image: url(../images/common/animbtn-arrow-anim.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1.8888888889vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.8333333333vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.campus .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.campus .btn-wrap .arrow-btn-only::after {
    background-image: url("../images/top/animbtn-arrow-anim-green.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1.8888888889vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.8333333333vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.career .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.career .btn-wrap .arrow-btn-only::after {
    background-image: url("../images/top/animbtn-arrow-anim-pink.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1.8888888889vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.8333333333vw;
    top: 45%;
  }
  .section-facility .facility-wrap .inner .item:hover.teacher .btn-wrap .arrow-btn-only::before {
    background: #fff;
  }
  .section-facility .facility-wrap .inner .item:hover.teacher .btn-wrap .arrow-btn-only::after {
    background-image: url("../images/top/animbtn-arrow-anim-blue.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1.8888888889vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.8333333333vw;
    top: 45%;
  }
}
/*-------------------------------------
   N-mag re セクション：再制作
--------------------------------------*/
.section-nmag-re {
  margin-bottom: 5.8854166667vw;
}
.section-nmag-re .nmag-re-wrap {
  margin: auto;
  width: 67.7083333333vw;
}
.section-nmag-re .nmag-re-wrap h2 {
  font-size: 5rem;
  color: #EC6800;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3.9rem;
}
.section-nmag-re .nmag-re-wrap h2 span {
  font-size: 1.8rem;
  /*color: #4C4948;*/
  color: #000;
  font-weight: 500;
  /*margin-left: 1.5rem;*/
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 1rem;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re {
  position: relative;
  overflow: visible;
  margin-bottom: 1.3020833333vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re {
  max-width: 100%;
  width: 21.3541666667vw;
  margin-bottom: 2.0833333333vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .first {
  border: 1px solid #EC6800;
  overflow: hidden;
  margin-bottom: 0.78125vw;
  width: 21.3541666667vw;
  height: 13.3854166667vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.2s;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner {
  margin-bottom: 2.8645833333vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0.625vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .date {
  color: #4C4948;
  line-height: 1;
  font-weight: 400;
  font-size: 0.78125vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .cat {
  color: #EC6800;
  font-weight: 500;
  line-height: 1;
  display: flex;
  font-size: 0.78125vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .cat::before {
  content: "";
  display: block;
  background: #A4A3A2;
  width: 1px;
  height: 0.78125vw;
  margin: 0 0.78125vw 0 0.78125vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner h3 {
  color: #000;
  font-weight: 400;
  line-height: 1.55;
  font-size: 0.9375vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .morebtn {
  display: block;
  margin: auto;
  color: #000;
  position: relative;
  text-align: center;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.3125vw;
  font-size: 0.7291666667vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .morebtn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all ease-in-out 0.2s;
  background: #000;
  transform: translateX(-50%);
  width: 2.96875vw;
  height: 0.0520833333vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover {
  opacity: 1;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover .first img {
  transform: scale(1.075);
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover .last .morebtn::before {
  width: 4.21875vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na { /*次矢印*/
  top: 49%;
  height: auto;
  right: -3.6458333333vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na::after {
  content: "";
  transition: all ease-in-out 0.2s;
  background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
  width: 1.6145833333vw;
  height: 1.6666666667vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na:hover::after {
  background: url("../images/top/nmag-nextarh.svg") no-repeat center/contain;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na.swiper-button-disabled::after {
  background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa { /*戻矢印*/
  top: 49%;
  height: auto;
  left: -3.6458333333vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa::after {
  content: "";
  transition: all ease-in-out 0.2s;
  background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
  width: 1.6145833333vw;
  height: 1.6666666667vw;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa:hover::after {
  background: url("../images/top/nmag-prevarh.svg") no-repeat center/contain;
}
.section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa.swiper-button-disabled::after {
  background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
}
.section-nmag-re .arrow-btn {
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-nmag-re {
    margin-bottom: 26.1333333333vw;
  }
  .section-nmag-re .nmag-re-wrap {
    margin: auto;
    width: 100vw;
  }
  .section-nmag-re .nmag-re-wrap h2 {
    font-size: 3rem;
    margin-bottom: 3.4rem;
  }
  .section-nmag-re .nmag-re-wrap h2 span {
    font-size: 1.5rem;
    margin-top: 0.7rem;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re {
    margin-bottom: 6.6666666667vw;
    width: 74.6666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap {
    justify-content: flex-start;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re {
    max-width: 100%;
    width: 74.6666666667vw;
    margin-bottom: 0;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .first {
    margin-bottom: 4vw;
    width: 74.6666666667vw;
    height: 46.9333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner {
    margin-bottom: 13.0666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner {
    margin-bottom: 2.6666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .date {
    font-size: 2.6666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .cat {
    font-size: 2.6666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .cat::before {
    width: 1px;
    height: 2.9333333333vw;
    margin: 0 2.6666666667vw 0 2.6666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner h3 {
    font-weight: 400;
    line-height: 1.57;
    font-size: 3.7333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .morebtn {
    padding-bottom: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .morebtn::before {
    width: 10.9333333333vw;
    height: 0.2666666667vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover {
    opacity: 1;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover .first img {
    transform: scale(1);
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover .last .morebtn::before {
    width: 10.9333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na { /*次矢印*/
    top: 29%;
    right: -10.1333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na::after {
    width: 5.0666666667vw;
    height: 5.3333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na:hover::after {
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na.swiper-button-disabled::after {
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa { /*戻矢印*/
    top: 29%;
    height: auto;
    left: -10.1333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa::after {
    width: 5.0666666667vw;
    height: 5.3333333333vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa:hover::after {
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa.swiper-button-disabled::after {
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
  }
  .section-nmag-re .arrow-btn {
    margin: 0 5.8666666667vw 0 auto;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .section-nmag-re {
    margin-bottom: 10.8888888889vw;
  }
  .section-nmag-re .nmag-re-wrap {
    margin: auto;
    width: 100vw;
  }
  .section-nmag-re .nmag-re-wrap h2 {
    font-size: 3rem;
    margin-bottom: 3.4rem;
  }
  .section-nmag-re .nmag-re-wrap h2 span {
    font-size: 1.5rem;
    margin-top: 0.7rem;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re {
    margin-bottom: 2.7777777778vw;
    width: 31.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap {
    justify-content: flex-start;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re {
    max-width: 100%;
    width: 31.1111111111vw;
    margin-bottom: 0;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .first {
    margin-bottom: 1.6666666667vw;
    width: 31.1111111111vw;
    height: 19.5555555556vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner {
    margin-bottom: 5.4444444444vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner {
    margin-bottom: 1.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .date {
    font-size: 1.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .cat {
    font-size: 1.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner .inner-inner .cat::before {
    width: 1px;
    height: 1.2222222222vw;
    margin: 0 1.1111111111vw 0 1.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .last-inner h3 {
    font-weight: 400;
    line-height: 1.57;
    font-size: 1.5555555556vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .morebtn {
    padding-bottom: 0.4444444444vw;
    font-size: 1.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re .last .morebtn::before {
    width: 4.5555555556vw;
    height: 0.1111111111vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover {
    opacity: 1;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover .first img {
    transform: scale(1);
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-wrap-re .itemwrap .nmag-item-re:hover .last .morebtn::before {
    width: 4.5555555556vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na { /*次矢印*/
    top: 29%;
    right: -4.2222222222vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na::after {
    width: 2.1111111111vw;
    height: 2.2222222222vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na:hover::after {
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-na.swiper-button-disabled::after {
    background: url("../images/top/nmag-nextar.svg") no-repeat center/contain;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa { /*戻矢印*/
    top: 29%;
    height: auto;
    left: -4.2222222222vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa::after {
    width: 2.1111111111vw;
    height: 2.2222222222vw;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa:hover::after {
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
  }
  .section-nmag-re .nmag-re-wrap .nmag-slide-re .nmag-re-pa.swiper-button-disabled::after {
    background: url("../images/top/nmag-prevar.svg") no-repeat center/contain;
  }
  .section-nmag-re .arrow-btn {
    margin: 0 2.4444444444vw 0 auto;
  }
}
/*---------------------------------------
    部品2
---------------------------------------*/
.arrow-btn-only {
  position: relative;
  display: block;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  /*&:hover{
      opacity: 1;
      &::before{
          background:  #EC6800;
      }
      &::after{
          background-position:left bottom;
          background-image:url("../images/common/animbtn-arrow-anim-w.svg");
          background-size: calc(100dvw * (29 / 1920));
      }
  }*/
}
.arrow-btn-only::before {
  position: absolute;
  width: 3.4375vw;
  height: 3.4375vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.1041666667vw solid #EC6800;
  background: #FFF;
  display: block;
  content: "";
  margin-top: auto;
  left: auto;
  transition: all ease 0.3s;
}
.arrow-btn-only::after {
  content: "";
  position: absolute;
  background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/1.5625vw;
  width: 0.6770833333vw;
  height: 0.6770833333vw;
  right: 1.5104166667vw;
  top: 47%;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-top: -0.2604166667vw;
  transform: translateY(0);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .arrow-btn-only {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
  .arrow-btn-only::before {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    border: 0.2666666667vw solid #EC6800;
  }
  .arrow-btn-only::after {
    content: "";
    position: absolute;
    background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/4.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 4.4vw;
    top: 45%;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  .arrow-btn-only {
    width: 4.2222222222vw;
    height: 4.2222222222vw;
  }
  .arrow-btn-only::before {
    width: 4.2222222222vw;
    height: 4.2222222222vw;
    border: 0.1111111111vw solid #EC6800;
  }
  .arrow-btn-only::after {
    content: "";
    position: absolute;
    background: url("../images/common/animbtn-arrow-anim.svg") no-repeat top right/1.8888888889vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    right: 1.8333333333vw;
    top: 45%;
  }
}
/*-----------------------------------------------
    5G動画セクション→大学紹介ダイジェストセクション
-------------------------------------------------*/
.ggggg {
  padding-top: 6.7708333333vw;
}
.ggggg .tit {
  /*text-align: center;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
  color: #000;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  margin-bottom: calc(100vw * (62 /1920));
  font-size:max(100vw * (40 /1920), 35px);*/
  text-align: center;
  margin-bottom: 1.8229166667dvw;
  font-family: "Montserrat", sans-serif;
  color: #EC6800;
  font-size: 2.6041666667dvw;
  font-weight: 600;
  line-height: 1.25;
  /*&::before{
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      background: url("../images/lp/weboc/universitytit.svg") no-repeat center/contain;
      left: 48.5%;
      transform: translateX(-50%);
      top: calc(100vw * (-80 /1920));
      width: calc(100vw * (1060 /1920));
      height: calc(100vw * (152 /1920));
  }*/
}
.ggggg .tit .minitit {
  display: block;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  margin-top: 1.0416666667vw;
  font-size: max(1.0416666667vw, 15px);
}
.ggggg .mov-wrap {
  margin: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 52.0833333333vw;
}
.ggggg .mov-wrap .itemwrap .item {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0.2083333333vw solid #000;
  width: 24.4791666667vw;
  height: 16.3020833333vw;
  border-radius: 1.0416666667vw;
}
.ggggg .mov-wrap .itemwrap .item::before {
  transition: all ease 0.3s;
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2980392157);
}
.ggggg .mov-wrap .itemwrap .item::after {
  transition: all ease 0.3s;
  content: "";
  display: block;
  position: absolute;
  width: 8.2291666667vw;
  height: 8.2291666667vw;
  background: url("../images/lp/weboc/movbtn.svg") no-repeat center/contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ggggg .mov-wrap .itemwrap .item:hover {
  opacity: 1;
}
.ggggg .mov-wrap .itemwrap .item:hover::before {
  opacity: 0;
}
.ggggg .mov-wrap .itemwrap .item:hover::after {
  background: url("../images/lp/weboc/movbtnhov.svg") no-repeat center/contain;
}
.ggggg .mov-wrap .itemwrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ggggg .mov-wrap .itemwrap .movtit {
  color: #000;
  font-weight: 700;
  margin-top: 0.5208333333vw;
  font-size: max(1.0416666667vw, 15px);
}
.ggggg .mov-wrap .itemwrap .movdesc {
  color: #000;
  font-weight: 500;
  font-size: max(0.9375vw, 13px);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .ggggg {
    padding-top: 22.6666666667vw;
  }
  .ggggg .tit {
    margin-bottom: 8dvw;
    font-size: 8dvw;
    /*letter-spacing: 0.1em;
    margin-bottom: calc(100vw * (45 /375));
    font-size:max(100vw * (26 /375), 21px);
    font-feature-settings: "palt";*/
    /*text-align: center;
    margin-bottom: calc(100dvw * (35 / 1920));
    font-family: "Montserrat", sans-serif;
    color: #EC6800;
    font-size: calc(100dvw * (50 / 1920));
    font-weight: 600;
    line-height: 1.25;*/
    /*&::before{
        background: url("../images/lp/weboc/universitytitsp.svg") no-repeat center/contain;
        left: 48.5%;
        transform: translateX(-50%);
        top: calc(100vw * (-30 /375));
        width: calc(100vw * (330 /375));
        height: calc(100vw * (40 /375));
    }*/
  }
  .ggggg .tit .minitit {
    margin-top: 4vw;
    font-size: max(4.2666666667vw, 11px);
  }
  .ggggg .mov-wrap {
    display: block;
    width: 100vw;
  }
  .ggggg .mov-wrap .itemwrap {
    margin: 0 auto 8vw;
    width: 88vw;
  }
  .ggggg .mov-wrap .itemwrap:last-of-type {
    margin-bottom: 0;
  }
  .ggggg .mov-wrap .itemwrap .item {
    border: 1.0666666667vw solid #000;
    width: 88vw;
    height: 58.6666666667vw;
    border-radius: 4vw;
  }
  .ggggg .mov-wrap .itemwrap .item::after {
    width: 38.4vw;
    height: 38.4vw;
    background: url("../images/lp/weboc/movbtn.svg") no-repeat center/contain;
  }
  .ggggg .mov-wrap .itemwrap .item:hover {
    opacity: 1;
  }
  .ggggg .mov-wrap .itemwrap .item:hover::before {
    opacity: 1;
  }
  .ggggg .mov-wrap .itemwrap .item:hover::after {
    background: url("../images/lp/weboc/movbtn.svg") no-repeat center/contain;
  }
  .ggggg .mov-wrap .itemwrap .movtit {
    margin-top: 2.6666666667vw;
    font-size: max(4.2666666667vw, 11px);
  }
  .ggggg .mov-wrap .itemwrap .movdesc {
    margin-top: 1.3333333333vw;
    font-size: max(3.7333333333vw, 9px);
  }
}
/*---------------------------------------------------------------------------
    トップページ：再再制作 新規追加ここから
----------------------------------------------------------------------------*/
/*---------------------------------
    キービジュアル：再再制作
------------------------------------*/
.section-topkv-new2 {
  margin-top: 5.9375vw;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0 0 0 2.0833333333vw;
  overflow: hidden;
  aspect-ratio: 1920/916;
}
.section-topkv-new2.in-mov {
  width: 100%;
  height: auto;
}
.section-topkv-new2 .topkv-movie {
  overflow: hidden;
}
.section-topkv-new2 .topkv-movie video {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px #000);
}
.section-topkv-new2 .kv-catchtxt-new2 {
  position: absolute;
  bottom: 1vw;
  left: 9.8vw;
  z-index: 2;
  display: flex;
  gap: 1vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.77vw;
  letter-spacing: 0.16em;
  opacity: 0;
  transform: translateY(1.6vw);
  animation: catch 1s ease 0.5s forwards;
  left: 23vw;
}

/* 各テキスト（縦書き） */
.section-topkv-new2 .kv-catchtxt-new2 .catch {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #fff;
  padding: 1.2vw 0.8vw;
  line-height: 1.8;
  display: inline-block;
  height: fit-content;
  padding: 18px 8px;
}
.kv-catchtxt-new2 .catch:first-child {
  transform: translateY(-8vw); 
}

.kv-catchtxt-new2 .catch:last-child {
  transform: translateY(-11vw);
}

.section-topkv-new2 .kv-catchtxt-new2 .catch {
  color: #f26522;
  font-weight: bold;
}
/*.section-topkv-new2 .kv-catchtxt-new2 {
  opacity: 0;
  transform: translateY(1.5625vw);
  animation-name: catch;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  position: absolute;
  z-index: 2;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.5vw;
  letter-spacing: 0.16em;
  top: 15.78125vw;
  left: 9.84375vw;
}
.section-topkv-new2 .kv-catchtxt-new2 .catch {
  margin-bottom: 1.0416666667vw;
  display: block;
  line-height: 1.4;
  width: fit-content;
  background: #fff;
  font-weight: 500;
  padding: 0.5208333333vw 0.9895833333vw 0.7291666667vw 1.25vw;
  text-decoration: underline;
  text-decoration-color: rgba(236, 104, 0, 0.2);
  text-decoration-skip-ink: none;
  text-underline-offset: -0.15625vw;
  text-decoration-thickness: 0.7291666667vw;
}
.section-topkv-new2 .kv-catchtxt-new2 .catch:last-of-type {
  margin-top: 0;
}*/
.section-topkv-new2 .topkv-slide-new2 .topkv-img-new2 {
  width: 100%;
  aspect-ratio: 1920/916;
}
.section-topkv-new2 .topkv-slide-new2 .topkv-img-new2 a.imgwrap:hover {
  opacity: 1;
}
.section-topkv-new2 .topkv-slide-new2 .topkv-img-new2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-topkv-new2 .pr-banner-pc {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding: 2.0833333333vw;
  border-radius: 2.0833333333vw 0 0 0;
  width: 23.4375vw;
}
.section-topkv-new2 .pr-banner-pc::after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  left: -1.5625vw;
  bottom: 0;
  width: 1.5625vw;
  height: 1.5625vw;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 95% 20%, 90% 35%, 83% 48%, 77% 59%, 70% 69%, 60% 78%, 49% 85%, 35% 91%, 20% 95%);
}
.section-topkv-new2 .pr-banner-pc .inner {
  position: relative;
}
.section-topkv-new2 .pr-banner-pc .inner .prbnr_slide .prbnr_wrap .prbnr_item {
  aspect-ratio: 370/231;
}
.section-topkv-new2 .pr-banner-pc .inner .prbnr_slide .prbnr_wrap .prbnr_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-topkv-new2 .pr-banner-pc .inner .pr-p {
  bottom: -0.9375vw;
  width: fit-content;
  left: 0;
  display: flex;
  gap: 0.625vw;
}
.section-topkv-new2 .pr-banner-pc .inner .pr-p .swiper-pagination-bullet {
  display: block;
  margin: 0;
  background: #F2F2F2;
  opacity: 1;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
}
.section-topkv-new2 .pr-banner-pc .inner .pr-p .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EC6800;
}

.pr-banner-sp {
  display: none;
}

@keyframes catch {
  0% {
    opacity: 0;
    transform: translateY(1.5625vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-topkv-new2 {
    margin-top: 14.4vw;
    border-radius: 0 0 10.6666666667vw 10.6666666667vw;
    overflow: hidden;
    aspect-ratio: 375/435;
    max-height: none;
  }
  .section-topkv-new2.in-mov {
    height: auto;
  }
  .section-topkv-new2 .kv-catchtxt-new2 {
    flex-direction: column;   /* ← 縦に並べる（横書きの帯を縦積み） */
    left: 6vw;
    right: auto;
    font-size: 4.55vw;
    align-items: flex-start;
	bottom: 8vw; 
  }

  .kv-catchtxt-new2 .catch {
    writing-mode: horizontal-tb; /* ← 横書きに変更 */
    width: auto;
    height: auto;
    line-height: 1.6;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  /* 1つ目を後ろに */
  .kv-catchtxt-new2 .catch:first-child {
    order: 2;
  }

  /* 2つ目を前に */
  .kv-catchtxt-new2 .catch:last-child {
    order: 1;
  }

  .kv-catchtxt-new2 .catch.is-active {
    border-left: none;
  }
  .kv-catchtxt-new2 .catch:first-child {
  transform: translateY(0px); 
}

.kv-catchtxt-new2 .catch:last-child {
  transform: translateY(0px);
}

.section-topkv-new2 .kv-catchtxt-new2 .catch {
  color: #f26522;
  font-weight: bold;
  writing-mode: horizontal-tb;
  padding: 2px 8px;	
}
  
  .section-topkv-new2 .topkv-slide-new2 .topkv-img-new2 {
    width: 100%;
    aspect-ratio: 375/435;
  }
  .section-topkv-new2 .topkv-slide-new2 .topkv-img-new2 a.imgwrap:hover {
    opacity: 1;
  }
  .section-topkv-new2 .topkv-slide-new2 .topkv-img-new2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-topkv-new2 .pr-banner-pc {
    display: none;
  }
  .pr-banner-sp {
    display: block;
    padding: 5.8666666667vw;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .pr-banner-sp .prbnr_sp {
    display: block;
    width: calc(50% - 2vw);
  }
}
/*---------------------------------
    N-mag：再再制作
------------------------------------*/
.section-nmag-re-re {
  margin-top: 12rem;
  position: relative;
  z-index: 1;
}
.section-nmag-re-re .nmag-wrap {
  background: #FFF;
  padding: 2rem 10rem 0 10rem;
  width: 140rem;
  max-width: 100%;
  margin: auto;
}
.section-nmag-re-re .nmag-wrap h2 {
  background: #EC6800;
  color: #fff;
  width: 22.8125vw;
  margin: auto;
  font-size: 2.0833333333dvw;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  min-height: 2.7083333333dvw;
}
.section-nmag-re-re .nmag-wrap h2::before {
  content: "";
  /*display: inline-block;*/
  display: none;
  background: url("../images/top/news-titdeco.svg") no-repeat center/contain;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}
.section-nmag-re-re .nmag-wrap h2 span {
  font-size: 1.1458333333vw;
  /*color: #4C4948;*/
  color: #000;
  font-weight: 500;
  /*margin-left: 1.5rem;*/
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 1rem;
}
.section-nmag-re-re .nmag-wrap p.tut {
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.1458333333vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.0416666667dvw;
  margin-bottom: 2.0833333333dvw;
}
.section-nmag-re-re .nmag-wrap p.tut span.orange {
  color: #EC6800;
}
.section-nmag-re-re .nmag-wrap .catbtn-wrap {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.section-nmag-re-re .nmag-wrap .catbtn-wrap.sp-cat {
  display: none !important;
}
.section-nmag-re-re .nmag-wrap .catbtn-wrap .catbtn-mag {
  font-size: max(0.78125vw, 12px);
  background: #E4E3E3;
  margin-right: 1rem;
  color: #000;
  font-weight: 500;
  padding: 0.7rem 2rem 0.8rem;
  display: block;
  width: fit-content;
}
.section-nmag-re-re .nmag-wrap .catbtn-wrap .catbtn-mag:last-of-type {
  margin-right: 0;
}
.section-nmag-re-re .nmag-wrap .catbtn-wrap .catbtn-mag:hover, .section-nmag-re-re .nmag-wrap .catbtn-wrap .catbtn-mag.is-active {
  background: #EC6800;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  font-weight: 700;
  cursor: pointer;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag {
  display: none;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag.is-active {
  display: block;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a {
  position: relative;
  padding: 2rem 0 2rem 0;
  display: flex;
  gap: 0 1.9791666667dvw;
  color: #000;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-img {
  border: 1px solid #EC6800;
  flex-shrink: 0;
  width: 9.375dvw;
  aspect-ratio: 180/124;
  overflow: hidden;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-img img {
  transition: all ease 0.3s;
  width: 100%;
  height: 100%;
  object-fit: 100%;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt {
  font-size: max(0.8333333333vw, 10px);
  display: block;
  align-items: center;
  line-height: 1;
  overflow: hidden;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .date {
  font-size: max(0.8333333333vw, 16px);
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .spar {
  color: #A4A3A2;
  font-size: max(0.8333333333vw, 16px);
  margin-left: 0.7291666667dvw;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .cat {
  font-size: max(0.8333333333vw, 16px);
  font-weight: 500;
  color: #EC6800;
  margin-left: 0.7291666667dvw;
  text-align: center;
  letter-spacing: 0.05em;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .tit {
  font-size: max(0.9375vw, 16px);
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  margin-top: 0.8333333333dvw;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #D1D1D1;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 16.5%;
  height: 1px;
  display: block;
  background: #EC6800;
  transition: all ease 0.3s;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover {
  opacity: 1;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover .tit {
  color: #EC6800;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover::after {
  width: 100%;
}
.section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover .item-img img {
  transform: scale(1.1);
}
.section-nmag-re-re .nmag-wrap .link-btn {
  font-size: max(0.7291666667vw, 14px);
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  text-align: center;
  margin: 4rem auto 0;
  transition: all ease 0.3s;
  width: 6.25em;
  padding: 0.5rem;
}
.section-nmag-re-re .nmag-wrap .link-btn:hover {
  width: 9.7rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-nmag-re-re {
    margin-top: 60px;
  }
  .section-nmag-re-re .nmag-wrap {
    padding: 0 20px 20px;
    width: 100%;
  }
  .section-nmag-re-re .nmag-wrap h2 {
    font-size: 6.4dvw;
    width: 88vw;
    margin-bottom: 2.4vw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .section-nmag-re-re .nmag-wrap h2::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .section-nmag-re-re .nmag-wrap h2 span {
    font-size: 15px;
    margin-left: 0;
  }
  .section-nmag-re-re .nmag-wrap p.tut {
    font-size: 4dvw;
    margin-top: 2.6666666667dvw;
    margin-bottom: 8dvw;
  }
  .section-nmag-re-re .nmag-wrap .catbtn-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-nmag-re-re .nmag-wrap .catbtn-wrap.sp-cat {
    display: block !important;
  }
  .section-nmag-re-re .nmag-wrap .catbtn-wrap .catbtn-mag {
    font-size: 10px;
    padding: 5px 15px 6px;
  }
  .section-nmag-re-re .nmag-wrap .swiper-pagination-catsp-nmag {
    position: relative;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    background: #DBDBDB;
  }
  .section-nmag-re-re .nmag-wrap .swiper-pagination-catsp-nmag .swiper-pagination-progressbar-fill {
    background: #4C4948;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a {
    position: relative;
    padding: 20px 0 15px 0;
    display: flex;
    align-items: flex-start;
    color: #000;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-img {
    width: 29.3333333333vw;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt {
    display: block;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .date {
    font-size: 10px;
    color: #A4A3A2;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .spar {
    color: #A4A3A2;
    font-size: 10px;
    margin-left: 6px;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .cat {
    margin-left: 6px;
    font-size: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a .item-txt .tit {
    overflow: hidden;
    font-size: 13px;
    overflow: auto;
    line-height: 1.53;
    white-space: normal;
    margin-left: 0;
    margin-top: 9px;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover .tit {
    color: #000;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover::after {
    width: 16.5%;
  }
  .section-nmag-re-re .nmag-wrap .catcontent-mag .sec-list .list-item a:hover .item-img img {
    transform: scale(1);
  }
  .section-nmag-re-re .nmag-wrap .link-btn {
    font-size: 10px;
    margin: 30px auto 0;
    width: 73px;
    padding: 4px;
  }
  .section-nmag-re-re .nmag-wrap .link-btn:hover {
    width: 73px;
  }
}
/*---------------------------------
    3つのコース：再々制作
------------------------------------*/
.section-course-re {
  background: url(../images/top/course-bg.png) no-repeat center/cover;
  padding: 4.1666666667vw 0 6.25vw 0;
}
.section-course-re h2.tit {
  background: #EC6800;
  color: #fff;
  width: 22.8125vw;
  margin: auto;
  font-size: 2.0833333333dvw;
  text-align: center;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  min-height: 2.7083333333dvw;
}
.section-course-re p.tut {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: max(1.1458333333vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.0416666667dvw;
  margin-bottom: 2.0833333333dvw;
}
.section-course-re p.tut span.orange {
  color: #EC6800;
}
.section-course-re .wrap {
  margin: auto;
  max-width: 100%;
  width: 67.7083333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
}
.section-course-re .wrap .items {
  position: relative;
  min-height: 39.5833333333vw;
  width: calc(33.3333333333% - 0.6944444444vw);
  background: rgba(255, 255, 255, 0.9019607843);
  border-radius: 1.0416666667vw;
  padding: 0.8854166667vw 2.1875vw 1.4583333333vw;
  transition: box-shadow ease 0.3s;
  box-shadow: 0 0 1.5625vw rgba(39, 147, 255, 0.1607843137);
}
.section-course-re .wrap .items.agri .head .name {
  color: #5FA01C;
}
.section-course-re .wrap .items.agri .head .keyword {
  background: #DFEBD1;
}
.section-course-re .wrap .items.agri .head .keyword p {
  color: #5FA01C;
}
.section-course-re .wrap .items.food .head .name {
  color: #E6657D;
}
.section-course-re .wrap .items.food .head .keyword {
  background: #FBE7EB;
}
.section-course-re .wrap .items.food .head .keyword p {
  color: #E6657D;
}
.section-course-re .wrap .items.business .head .name {
  color: #237FD0;
}
.section-course-re .wrap .items.business .head .keyword {
  background: #DDEBF7;
}
.section-course-re .wrap .items.business .head .keyword p {
  color: #237FD0;
}
.section-course-re .wrap .items:hover {
  opacity: 1;
  box-shadow: 0 0 2.6041666667vw rgba(39, 147, 255, 0.5019607843);
}
.section-course-re .wrap .items .head .name {
  color: #EC6800;
  margin-bottom: 0.625vw;
  letter-spacing: 0.05em;
  font-size: 1.875vw;
  font-weight: 500;
  line-height: 1.8;
}
.section-course-re .wrap .items .head .keyword {
  background: #F8F4E4;
  padding: 0.625vw 1.3020833333vw 0.8854166667vw;
  border-radius: 0.5208333333vw;
  margin-bottom: 1.3020833333vw;
  width: 14.6354166667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.0416666667vw;
}
.section-course-re .wrap .items .head .keyword p {
  color: #EC6800;
  font-weight: 500;
  display: inline-block;
  font-size: max(0.8333333333vw, 16px);
}
.section-course-re .wrap .items .content .imgbox {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1.8229166667vw;
}
.section-course-re .wrap .items .content .imgbox .onbtn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.0104166667vw;
}
.section-course-re .wrap .items .content .imgbox .t {
  width: 100%;
  transition: all ease 0.3s;
}
.section-course-re .wrap .items .content .imgbox:hover {
  opacity: 1;
}
.section-course-re .wrap .items .content .imgbox:hover .t {
  transform: scale(1.1);
}
.section-course-re .wrap .items .content .imgbox:hover ~ .morebtn::before {
  width: 4.21875vw;
}
.section-course-re .wrap .items .content .txt {
  color: #000;
  font-weight: 400;
  font-size: max(0.9375vw, 16px);
  padding-bottom: 2.6041666666666668vw;
}
.section-course-re .wrap .items .content .morebtn {
  display: block;
  margin: auto;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.7708333333vw;
  text-align: center;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 0.3125vw;
  font-size: max(0.7291666667vw, 14px);
}
.section-course-re .wrap .items .content .morebtn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all ease-in-out 0.2s;
  background: #000;
  transform: translateX(-50%);
  /*width: 2.96875vw;*/
  width: 4em;
  height: 0.0520833333vw;
}
.section-course-re .wrap .items .content .morebtn:hover::before {
  width: 4.21875vw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  .section-course-re {
    background: url(../images/top/course-bg-sp.png) no-repeat bottom/100% auto;
    padding: 8.5333333333vw 0 21.3333333333vw 0;
  }
  .section-course-re h2.tit {
    width: 88vw;
    font-size: 6.4dvw;
    margin-bottom: 2.4vw;
    min-height: 9.3333333333dvw;
    padding-top: 0.8dvw;
  }
  .section-course-re p.tut {
    font-size: 4dvw;
    margin-bottom: 10.4dvw;
  }
  .section-course-re p.tut span.orange {
    color: #EC6800;
  }
  .section-course-re .wrap {
    margin: auto;
    max-width: 100%;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    padding: 0 10.1333333333vw;
  }
  .section-course-re .wrap .items {
    box-shadow: 0 0 8vw rgba(39, 147, 255, 0.1607843137);
    min-height: auto;
    width: 100%;
    border-radius: 5.3333333333vw;
    margin-bottom: 6.4vw;
    padding: 3.2vw 8vw 5.3333333333vw;
  }
  .section-course-re .wrap .items:last-of-type {
    margin-bottom: 0;
  }
  .section-course-re .wrap .items:hover {
    box-shadow: 0 0 8vw rgba(39, 147, 255, 0.1607843137);
  }
  .section-course-re .wrap .items .head {
    position: relative;
  }
  .section-course-re .wrap .items .head .name {
    margin-bottom: 2.4vw;
    font-size: 6.9333333333vw;
  }
  .section-course-re .wrap .items .head .keyword {
    padding: 2.1333333333vw 4.8vw 3.2vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 0;
    width: 53.6vw;
  }
  .section-course-re .wrap .items .head .keyword p {
    margin-right: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .section-course-re .wrap .items .head .keyword p:nth-of-type(2) {
    margin-right: 0;
  }
  .section-course-re .wrap .items .head .keyword p:nth-of-type(4) {
    margin-right: 0;
  }
  .section-course-re .wrap .items .head::after {
    content: "";
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    position: absolute;
    top: 16vw;
    right: 0;
    transition: all ease 0.3s;
    background: url(../images/top/course-a.png) no-repeat center/contain;
  }
  .section-course-re .wrap .items .head.open::after {
    transform: rotate(180deg);
  }
  .section-course-re .wrap .items .content {
    display: none;
    margin-top: 6.6666666667vw;
  }
  .section-course-re .wrap .items .content .imgbox {
    margin-bottom: 6.6666666667vw;
  }
  .section-course-re .wrap .items .content .imgbox .onbtn {
    width: 14.6666666667vw;
  }
  .section-course-re .wrap .items .content .imgbox:hover .t {
    transform: none;
  }
  .section-course-re .wrap .items .content .imgbox:hover ~ .morebtn::before {
    width: 10.9333333333vw;
  }
  .section-course-re .wrap .items .content .txt {
    font-size: 3.7333333333vw;
    min-height: 38.9333333333vw;
    line-height: 1.71;
  }
  .section-course-re .wrap .items .content .morebtn {
    opacity: 0;
    bottom: 6.4vw;
    padding-bottom: 1.6vw;
    font-size: 2.6666666667vw;
    transition-duration: 0.1s;
    transition-delay: 0.2s;
  }
  .section-course-re .wrap .items .content .morebtn::before {
    width: 10.9333333333vw;
    height: 0.2666666667vw;
  }
  .section-course-re .wrap .items .content .morebtn:hover {
    box-shadow: 0 0 1.5625vw rgba(39, 147, 255, 0.1607843137);
  }
  .section-course-re .wrap .items .content .morebtn:hover::before {
    width: 10.9333333333vw;
  }
  .section-course-re .wrap .items .content.open .morebtn {
    opacity: 1;
  }
}