@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");
.mvTop {
  position: relative;
  width: 100%;
  height: 60vh;
  margin: 70px 0 0;
  background: url("/files/img/top/topmv_sp.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (min-width: 769px) {
  .mvTop {
    margin: 96px 0 0;
    margin: 70px 0 0;
    background: url("/files/img/top/topmv.jpg") center center no-repeat;
    background-size: cover;
  }
}
.mvTop.active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .3s;
}
.mvTop .mvTopInner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mvTop .mvTopInner > h2 {
  height: 80%;
  max-height: 498px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mvTop .mvTopInner > h2 img {
  height: 100%;
}
.mvTop .mvTopInner > h2.active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 1.4s;
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/* アニメーション設定 */
.arrowWrap {
  font-family: "Playfair Display", serif;
  display: none;
  position: absolute;
  left: 50px;
  bottom: 20px;
  height: 200px;
}
@media screen and (min-width: 1025px) {
  .arrowWrap {
    display: block;
  }
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.ttlTop {
  position: relative;
  padding-top: 30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .ttlTop {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}
.ttlTop::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 70%;
  max-width: 365px;
  background: #153F8D;
}
.ttlTop .ja {
  font-weight: 500;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.ttlTop .en01 {
  font-family: "Oswald", sans-serif;
  font-size: 4.6rem;
  color: #B6CEEC;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .ttlTop .en01 {
    font-size: 7.0rem;
  }
}
.ttlTop .en02 {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  color: #153F8D;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .ttlTop .en02 {
    font-size: 5.0rem;
  }
}

.secTopNews {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .secTopNews {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .secTopNews .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .secTopNews .inner > .secNewsTtlWrap {
    width: 34%;
  }
}
.secTopNews .inner > .secNewsTtlWrap .secNewsLink {
  margin-bottom: 20px;
}
.secTopNews .inner > .secNewsTtlWrap .secNewsLink a {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.secTopNews .inner > .secNewsTtlWrap .secNewsLink a span {
  padding-left: 10px;
  transition: all 0.3s;
}
.secTopNews .inner > .secNewsTtlWrap .secNewsLink a:hover {
  color: #999;
}
.secTopNews .inner > .secNewsTtlWrap .secNewsLink a:hover span {
  padding-left: 25px;
}
.secTopNews .inner > .secNewsContWrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .secTopNews .inner > .secNewsContWrap {
    width: 62.3%;
  }
}
.secTopNews .inner > .secNewsContWrap .secNewsListWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secTopNews .inner > .secNewsContWrap .secNewsListWrap li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secTopNews .inner > .secNewsContWrap .secNewsListWrap li {
    max-width: 250px;
    width: 30.8%;
  }
}
.secTopNews .inner > .secNewsContWrap .secNewsListWrap li .secNewsImg {
  width: 100%;
  margin-bottom: 25px;
}
.secTopNews .inner > .secNewsContWrap .secNewsListWrap li .secNewsDay {
  color: #153F8D;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.secTopNews .inner > .secNewsContWrap .secNewsListWrap li .secNewsDay .secNewsCat {
  padding-left: 10px;
  color: #666;
  border: solid 1px #BBBBBB;
  border-radius: 10px;
  line-height: 1;
  padding: 1px 10px;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .secTopNews .inner > .secNewsContWrap .secNewsListWrap li .secNewsDay .secNewsCat {
    margin-left: 10px;
  }
}
.secTopNews .inner > .secNewsContWrap .secNewsListWrap li .secNewsTtl {
  font-size: 1.5rem;
  font-weight: 700;
}

.secPickup {
  background: #F0F5FB;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .secPickup {
    padding: 8 0px 0;
    margin-bottom: 120px;
  }
}
.secPickup .ttlPickup {
  position: relative;
  padding-top: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  color: #153F8D;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .secPickup .ttlPickup {
    padding-top: 20px;
    font-size: 4rem;
  }
}
.secPickup .ttlPickup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 45px;
  background: #153F8D;
}
.secPickup .secPickupListWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.secPickup .secPickupListWrap li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .secPickup .secPickupListWrap li {
    width: 23.8%;
  }
}
.secPickup .secPickupListWrap li a {
  display: block;
  position: relative;
}
.secPickup .secPickupListWrap li a p.secPickupTtl {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(21, 63, 141, 0.9);
  color: #fff;
  font-weight: 700;
  padding: 10px 12px;
  font-size: 1.5rem;
  width: 88%;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .secPickup .secPickupListWrap li a p.secPickupTtl {
    padding: 10px 14px;
  }
}
.secPickup .secPickupListWrap li a p.secPickupTtl::after {
  content: '→';
  position: absolute;
  font-weight: normal;
  color: #fff;
  right: 15px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.secPickup .secPickupListWrap li a p.secPickupTtl:hover::after {
  right: 5px;
}

.secTop2col {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .secTop2col {
    width: 47.6%;
    margin-bottom: 120px;
  }
}
.secTop2col .secTop2colImg {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .secTop2col .secTop2colImg {
    margin-bottom: 60px;
    transform: translateX(1.5%);
  }
}
.secTop2col .secTop2colImg img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.secTop2col > h4 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .secTop2col > h4 {
    font-size: 2.0rem;
    margin-bottom: 50px;
  }
}
.secTop2col > p {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .secTop2col > p {
    margin-bottom: 50px;
  }
}

.secTopActivity {
  position: relative;
  padding-top: 120px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .secTopActivity {
    margin-bottom: 60px;
    padding-top: 180px;
  }
}
.secTopActivity::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #153f8d, #4f6fa9, #8a9fc6, #c4cfe2, #ffffff);
  background-image: -o-linear-gradient(left, #153f8d, #4f6fa9, #8a9fc6, #c4cfe2, #ffffff);
  background-image: linear-gradient(to right, #153f8d, #4f6fa9, #8a9fc6, #c4cfe2, #ffffff);
  opacity: 0.1;
  z-index: -2;
}
.secTopActivity::after {
  content: '';
  position: absolute;
  top: 60px;
  width: 94%;
  height: calc(100% - 60px);
  background-image: -webkit-linear-gradient(top, #153f8d, #4f6fa9, #8a9fc6, #c4cfe2, #ffffff);
  background-image: -moz-linear-gradient(top, #153f8d, #4f6fa9, #8a9fc6, #c4cfe2, #ffffff);
  background-image: linear-gradient(to bottom, #153f8d, #4f6fa9, #8a9fc6, #c4cfe2, #ffffff);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .secTopActivity::after {
    width: 96%;
    top: 80px;
    height: calc(100% - 80px);
  }
}
.secTopActivity .ttlAct {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .secTopActivity .ttlAct {
    margin-bottom: 60px;
  }
}
.secTopActivity .ttlAct > .en {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 4.6rem;
  color: #B6CEEC;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .secTopActivity .ttlAct > .en {
    font-size: 7rem;
  }
}
.secTopActivity .ttlAct > .en::before {
  content: '';
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: 120%;
  left: 0;
  bottom: -10px;
}
@media screen and (min-width: 769px) {
  .secTopActivity .ttlAct > .en::before {
    width: 630px;
  }
}
.secTopActivity .ttlAct > .en::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 20%;
  max-width: 100px;
  left: 0;
  bottom: -10px;
  background: #fff;
}
.secTopActivity .ttlAct > .ja {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  padding-top: 30px;
}
.secTopActivity .secActListWrap {
  width: 86%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 580px) {
  .secTopActivity .secActListWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .secTopActivity .secActListWrap {
    margin-bottom: 120px;
  }
}
.secTopActivity .secActListWrap li {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 580px) {
  .secTopActivity .secActListWrap li {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  .secTopActivity .secActListWrap li {
    width: 32%;
  }
}
.secTopActivity .secActListWrap li a {
  display: block;
  position: relative;
  transition: all 0.3s;
}
.secTopActivity .secActListWrap li a img {
  transition: all 0.3s;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.secTopActivity .secActListWrap li a:hover img {
  opacity: 0.8;
}
.secTopActivity .secActListWrap li a p.secActListTtl {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .secTopActivity .secActListWrap li a p.secActListTtl {
    font-size: 2.2rem;
    left: 30px;
    bottom: 20px;
  }
}
.secTopActivity .secActListWrap li a p.secActListTtl > span {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}
.secTopActivity .secActListWrap li a p.secActListTtl::after {
  content: url(../img/common/arw_r02.svg);
  position: absolute;
  font-weight: normal;
  right: -40px;
  bottom: -10px;
  line-height: 1;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.secTopActivity .secActListWrap li a p.secActListTtl:hover::after {
  right: -60px;
}

.secLink {
  padding: 60px 20px 40px;
  background: #F8FAFD;
}
@media screen and (min-width: 769px) {
  .secLink {
    padding: 100px 20px 80px;
  }
}
.secLink .secLinkIn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.secLink .secLinkIn a {
  width: 100%;
  margin: 0 1% 15px;
  width: calc((100% / 2) - 2%);
}
.secLink .secLinkIn a:hover {
  opacity: .5;
  transition-duration: 0.3s;
}
.secLink .secLinkIn a img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .secLink .secLinkIn a {
    width: calc((100% / 5) - 2%);
  }
}
