.page-top .sp-hide {
  display: block;
}
.page-top .pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-top .sp-hide {
    display: none;
  }
  .page-top .pc-hide {
    display: block;
  }
}
.page-top .intro {
  background-color: #fff;
  border-radius: 64px 64px 0 0;
}
.page-top .intro-wrap {
  background-color: #003b99;
  position: relative;
  z-index: 2;
}
.page-top .intro-inner {
  padding-top: 130px;
  padding-bottom: 148px;
  max-width: 1100px;
  margin: 0 auto;
}
.page-top .intro-inner .main_title {
  margin: 0 auto;
}
.page-top .intro-body {
  list-style: none;
  margin: 92px auto 0;
  padding: 0;
}
.page-top .intro-body__block {
  display: grid;
  grid-template-columns: 41% 1fr;
  -webkit-column-gap: 63px;
  -moz-column-gap: 63px;
  column-gap: 63px;
  margin-bottom: 110px;
}
.page-top .intro-body__block:nth-child(even) {
  grid-template-columns: 1fr 41%;
}
.page-top .intro-body__block:nth-child(even) .block__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.page-top .intro-body__block:nth-child(even) .block__desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.page-top .intro-body__block:last-child {
  margin-bottom: 0;
}
.page-top .intro-body__block .block__image {
  max-width: 453px;
  margin: 0 auto;
}
.page-top .intro-body__block .block__image img {
  border: 1px solid #ddd;
  border-radius: 24px;
  width: 100%;
  vertical-align: bottom;
}
.page-top .intro-body__block .block__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 49.23px;
  color: #113d94;
}
.page-top .intro-body__block .block__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 33px;
}
.page-top .intro-body__block .block__action{
  display: flex;
  align-items: center;
  column-gap: 13px;
}
.page-top .intro-body__block .block__button {
  display: block;
  position: relative;
  width: 100%;
  max-width: 290px;
  height: 72px;
  margin-top: 27px;
  padding: 0 10px;
  border: 2px solid #e8edf6;
  border-radius: 36px;
  background-color: #e8edf6;
  color: #003b99;
  font-size: 2rem;
  line-height: 68px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.page-top .intro-body__block .block__button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  width: 50px;
  height: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #003b99;
  content: "";
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-top .intro-body__block .block__button.hiraya{
  background-color: #E4D193;
  border-color: #E4D193;
  color: #604C3F;
}
.page-top .intro-body__block .block__button.hiraya::after{
  background-color: #604C3F;
}
@media screen and (min-width: 768px) {
  .page-top .intro-body__block .block__button:hover {
    border-color: #003b99;
    background-color: #003b99;
    color: #fff;
  }
  .page-top .intro-body__block .block__button:hover::after {
    background-color: #fff;
  }
  .page-top .intro-body__block .block__button.hiraya:hover{
    background-color: #604C3F;
    border-color: #604C3F;
  }
}
@media screen and (max-width: 767px) {
  .page-top .intro {
    border-radius: 32px 32px 0 0;
  }
  .page-top .intro-inner {
    padding-top: 70px;
    padding-bottom: 74px;
  }
  .page-top .intro-body {
    width: calc(100% - 40px);
    margin-top: 46px;
  }
  .page-top .intro-body__block {
    display: block;
    margin-bottom: 80px;
  }
  .page-top .intro-body__block .block__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .page-top .intro-body__block .block__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .page-top .intro-body__block .block__action{
    flex-direction: column;
  }
  .page-top .intro-body__block .block__button {
    max-width: 300px;
    margin: 30px auto 0;
    border-radius: 30px;
    font-size: 1.8rem;
    height: 60px;
    line-height: 56px;
  }
  .page-top .intro-body__block .block__button::after {
    width: 35px;
  }
}
.page-top .event {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.page-top .event .main_title {
  margin: 0 auto;
}
.page-top .event-inner {
  overflow: hidden;
}
.page-top .event-slider {
  width: 100%;
  max-width: 480px;
  margin: 48px auto 0;
  overflow: visible;
}
.page-top .event-slider__item .item__inner {
  display: block;
  background-color: #fffef1;
  border: 1px solid #ddd;
  border-radius: 24px;
  overflow: hidden;
  padding: 30px 30px 49px;
  text-decoration: none;
}
.page-top .event-slider__item .item__image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 356/244;
  height: auto;
}
.page-top .event-slider__item .item__image img {
  width: 100%; /*height:100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .event-slider__item .item__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 26px;
  color: #080808;
}
.page-top .event-slider__item .item__text {
  font-weight: 400;
  font-size: 1.5rem;
}
.page-top .event-arrow {
  background: #113d94;
  opacity: 1;
  width: 70px;
  height: 70px;
  -webkit-transform: none;
  transform: none;
  top: 55%;
}
.page-top .event-arrow svg {
  fill: #fff;
}
.page-top .event-arrow__prev {
  left: calc(50% - 328px);
}
.page-top .event-arrow__next {
  right: calc(50% - 328px);
}
@media screen and (max-width: 767px) {
  .page-top .event-slider {
    width: 90%;
    max-width: 90%;
    overflow: hidden;
    margin-top: 30px;
  }
  .page-top .event-slider__item .item__inner {
    padding: 20px 16px 29px;
  }
  .page-top .event-slider__item .item__title {
    font-size: 1.6rem;
  }
  .page-top .event-slider__item .item__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .page-top .event-pagination {
    bottom: -30px;
  }
  .page-top .event-pagination__page {
    opacity: 1;
  }
  .page-top .event-pagination__page.is-active {
    background: #113d94;
    -webkit-transform: none;
    transform: none;
  }
}
.page-top .splide.is-initialized:not(.is-active) .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 106px;
  -moz-column-gap: 106px;
  column-gap: 106px;
}
.page-top .splide.is-initialized:not(.is-active) .splide__list .splide__slide {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .page-top .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .page-top .splide.is-initialized:not(.is-active) .splide__list .splide__slide {
    width: 100%;
  }
}
