/*************************************************

container

*************************************************/
.container {
  margin-bottom: 0;
}

.footer-copyright {
  color: #fff;
  background-color: #133180;
}

@media screen and (min-width: 768px) {
  .globalnavi-bnr {
    display: none;
  }
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mv {
    display: block;
  }
}

.top-mv__left {
  position: relative;
  overflow: hidden;
  width: 56.4322469983%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__left {
    width: 100%;
    z-index: 1;
  }
}
.top-mv__left img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
  transition: opacity 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s, -webkit-transform 0.8s 0.3s;
}
.is-view .top-mv__left img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.top-mv__right {
  position: relative;
  width: 43.5677530017%;
  padding-top: 3.4305317324%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__right {
    width: 100%;
    margin-top: -46.0526315789%;
    padding: 0 0 7rem;
    z-index: 2;
  }
}
.top-mv__right img {
  width: 100%;
}

.top-mv__right-img01 {
  width: 86.0236220472%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  transition: opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
  transition: transform 0.5s 0.9s, opacity 0.5s 0.9s;
  transition: transform 0.5s 0.9s, opacity 0.5s 0.9s, -webkit-transform 0.5s 0.9s;
}
.is-view .top-mv__right-img01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__right-img01 {
    width: 80.5333333333%;
  }
}

.top-mv__right-img02 {
  width: 80.5118110236%;
  margin: 5.905511811% auto 0;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
  transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
  transition: transform 0.5s 1s, opacity 0.5s 1s;
  transition: transform 0.5s 1s, opacity 0.5s 1s, -webkit-transform 0.5s 1s;
}
.is-view .top-mv__right-img02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .top-mv__right-img02 {
    width: 84%;
    margin-top: 2.6666666667%;
  }
}

.top-mv__right-bnr {
  width: 80.5118110236%;
  margin: 5.905511811% auto 0;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__right-bnr {
    width: 66.6666666667%;
    margin-top: 5.3333333333%;
  }
}
.top-mv__right-bnr img {
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
  transition: opacity 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
  transition: transform 0.5s 1.1s, opacity 0.5s 1.1s;
  transition: transform 0.5s 1.1s, opacity 0.5s 1.1s, -webkit-transform 0.5s 1.1s;
}
.is-view .top-mv__right-bnr img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*************************************************

top-information

*************************************************/
.top-information {
  position: relative;
  margin-bottom: 13rem;
  padding: 0 2rem 5rem;
  background-color: #133180;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-information {
    margin-bottom: 5rem;
    padding: 4rem 2rem 5rem;
  }
}
.top-information::before, .top-information::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 2332/250;
}
@media screen and (min-width: 1366px) {
  .top-information::before, .top-information::after {
    height: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-information::before, .top-information::after {
    height: 4.5rem;
  }
}
.top-information::before {
  bottom: calc(100% - 1px);
  background: url(../images/top/information_deco01.png) no-repeat center center/100% 100%;
}
.top-information::after {
  top: calc(100% - 1px);
  background: url(../images/top/information_deco02.png) no-repeat center center/100% 100%;
}

.top-information-inner {
  max-width: 96.5rem;
  margin: 0 auto;
}

.top-information-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-information-title {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.top-information-title__en {
  position: relative;
  line-height: 0;
}
.top-information-title__en .in-text {
  position: relative;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-information-title__en .in-text img {
    width: auto;
    height: 4.2rem;
  }
}
.top-information-title__en .in-border {
  position: absolute;
  left: -1.8rem;
  bottom: -1.1rem;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .top-information-title__en .in-border {
    left: -1.8rem;
    bottom: -0.9rem;
  }
}
.top-information-title__en .in-border img {
  width: auto;
  max-width: none;
  height: 2.5rem;
}
@media screen and (max-width: 992px) {
  .top-information-title__en .in-border img {
    height: 2rem;
  }
}

.top-information-title__ja {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-information-title__ja {
    font-size: 1.3rem;
  }
}

.top-information-window {
  overflow: auto;
  max-height: 37rem;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top-information-window {
    max-height: 43rem;
    border-radius: 1rem;
  }
}

.top-information-list__item + .top-information-list__item {
  border-top: #969696 dashed 0.1rem;
}

.top-information-window__inner {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .top-information-window__inner {
    padding: 1rem 2rem 2rem;
  }
}

.top-information-list__acnhor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-information-list__acnhor {
    display: block;
    font-size: 1.5rem;
  }
}
.top-information-list__acnhor .in-date {
  width: 10.5rem;
  color: #1E4EB8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-information-list__acnhor .in-date {
    width: 100%;
  }
}
.top-information-list__acnhor .in-title {
  width: calc(100% - 10.5rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-information-list__acnhor .in-title {
    width: 100%;
  }
}

.top-information-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
}

.top-information-more__anchor {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 1.1rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-information-more__anchor {
    max-width: 13.5rem;
  }
}
.top-information-more__anchor::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #FFDC00;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .top-information-more__anchor:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

/*************************************************

footer

*************************************************/
.footer-bnrs {
  position: relative;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .footer-bnrs {
    background: url(../images/common/banner_bg.png) no-repeat right bottom/61rem auto;
  }
}

/*************************************************

top-sns

*************************************************/
.top-sns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-sns-title {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.top-sns-title__en {
  position: relative;
  line-height: 0;
}
.top-sns-title__en .in-text {
  position: relative;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-sns-title__en .in-text img {
    width: auto;
    height: 4.2rem;
  }
}
.top-sns-title__en .in-border {
  position: absolute;
  left: -3.5rem;
  bottom: -1.1rem;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .top-sns-title__en .in-border {
    left: -2.5rem;
    bottom: -0.9rem;
  }
}
.top-sns-title__en .in-border img {
  width: auto;
  max-width: none;
  height: 2.5rem;
}
@media screen and (max-width: 992px) {
  .top-sns-title__en .in-border img {
    height: 2rem;
  }
}

.top-sns-title__ja {
  color: #1E4EB8;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-sns-title__ja {
    font-size: 1.3rem;
  }
}

.top-sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}

.top-sns-btn__acnhor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100% - 5rem, 29rem);
  min-height: 6.7rem;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border: #1E4EB8 solid 0.2rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 20rem;
}
@media screen and (max-width: 767px) {
  .top-sns-btn__acnhor {
    min-height: 6rem;
  }
}
.top-sns-btn__acnhor .in-icon {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  display: block;
  width: 3.4rem;
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-sns-btn__acnhor .in-icon {
    width: 3.2rem;
  }
}
.top-sns-btn__acnhor .in-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.top-sns-btn__acnhor .in-arw {
  position: absolute;
  top: 0;
  right: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  height: 100%;
  line-height: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top-sns-btn__acnhor .in-arw img {
  width: 100%;
}
@media (any-hover: hover) {
  .top-sns-btn__acnhor:hover {
    background-color: #1E4EB8;
  }
  .top-sns-btn__acnhor:hover .in-arw {
    right: 1.5rem;
  }
}