@charset "UTF-8";
/* 下線がうにょんってなって、うにょんってなるアニメーション */
@-webkit-keyframes linkborder {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes linkborder {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #333641;
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: #0439bf;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
/* 回転のアニメーション */
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  99.9%,
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  99.9%,
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 矢印が行って帰るアニメーション */
@-webkit-keyframes c-link {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes c-link {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  50.1% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/* 矢印が行って帰るアニメーション */
@-webkit-keyframes c-link2 {
  0% {
    background-size: 100% 1px;
    background-position: right 0 bottom 0;
  }
  49% {
    background-size: 0% 1px;
    background-position: right 0 bottom 0;
  }
  50% {
    background-size: 0% 1px;
    background-position: left 0 bottom 0;
  }
  100% {
    background-size: 100% 1px;
    background-position: left 0 bottom 0;
  }
}
@keyframes c-link2 {
  0% {
    background-size: 100% 1px;
    background-position: right 0 bottom 0;
  }
  49% {
    background-size: 0% 1px;
    background-position: right 0 bottom 0;
  }
  50% {
    background-size: 0% 1px;
    background-position: left 0 bottom 0;
  }
  100% {
    background-size: 100% 1px;
    background-position: left 0 bottom 0;
  }
}
/* 矢印が行って帰るアニメーション */
@-webkit-keyframes c-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes c-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
*[data-san="fade"] {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="fade"].is-active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

*[data-san="ttl"] span {
  opacity: 0;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="ttl"].is-active span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

*[data-san="subline"] {
  opacity: 0;
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="subline"]::before {
  -webkit-transform: translateY(-2em) scaleX(0);
  transform: translateY(-2em) scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-san="subline"].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
*[data-san="subline"].is-active::before {
  -webkit-transform: translateY(0) scaleX(1);
  transform: translateY(0) scaleX(1);
}

/* テキストスライドのアニメーション */
@-webkit-keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}
@keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.mv__swiper .swiper-slide-active img,
.mv__swiper .swiper-slide-duplicate-active img,
.mv__swiper .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
  animation: zoomUp 10s linear 0s 1 normal both;
  display: block;
}
.mv__swiper .slide-img img {
  display: block;
}

/* ==============================
		home.scss
================================= */
.wrapper,
.footer {
  background-color: #f0f2f5;
}

/* ==============================
#mv
================================= */
.section-mv {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.section-mv .mv-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-mv .mv-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: top;
}
.section-mv .mv-bg img {
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-mv .mv-headline {
  position: absolute;
  bottom: 70px;
  left: 82px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-headline {
    bottom: 47px;
    left: 20px;
  }
}
.section-mv .mv-headline svg {
  width: 785px;
  height: 197px;
  fill: #fff;
  fill-rule: evenodd;
}
@media screen and (max-width: 992px) {
  .section-mv .mv-headline svg {
    width: 550px;
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .section-mv .mv-headline svg {
    width: calc(100% - 18px);
    height: 25vw;
  }
}

/* ==============================
#info
================================= */
.section-info {
  position: relative;
  padding: 136px 0 44px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-info {
    padding: 56px 0 18px;
  }
}
.section-info .info__content {
  position: relative;
  margin: 52px 0 0;
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdee6;
}
@media screen and (max-width: 768px) {
  .section-info .info__content {
    margin: 32px 0 0;
    padding-bottom: 10px;
  }
}
.section-info .info__head {
  border-bottom: 1px solid #dcdee6;
}
.section-info .info__head .info__head__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.section-info .info__head .info__head__cat .btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 18px 1.4em;
  font-size: 15px;
  color: #040e42;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (max-width: 768px) {
  .section-info .info__head .info__head__cat .btn {
    padding: 10px 4px;
    font-size: 12px;
    margin-right: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-info .info__head .info__head__cat .btn:hover {
    color: #0439bf;
  }
}
.section-info .info__head .info__head__cat .btn::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: calc(50% - 4px);
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg) skew(20deg, 20deg);
  transform: rotate(-45deg) skew(20deg, 20deg);
  background: #0439bf;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section-info .info__head .info__head__cat .btn.on {
  font-weight: 700;
  color: #0439bf;
}
.section-info .info__head .info__head__cat .btn.on::before {
  opacity: 1;
}
.section-info .info__slide {
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-info .info__slide {
    margin-top: 15px;
  }
}
.section-info .info__slide .info__slide__block {
  height: auto;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  opacity: 0;
}
.section-info .info__slide .info__slide__block:nth-child(n + 2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.section-info .info__slide .info__slide__block.on {
  visibility: visible;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  opacity: 1;
}
.section-info .info__slide .cms__slide {
  position: relative;
  z-index: 1;
}
.section-info .info__slide .cms__slide .cms__slide-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .section-info .info__slide .cms__slide .cms__slide-head {
    display: none;
  }
}
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev,
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__next {
  width: 66px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev.swiper-button-disabled svg,
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__next.swiper-button-disabled svg {
  opacity: 0.25;
}
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev svg,
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__next svg {
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev {
  border-right: 1px solid #dcdee6;
}
.section-info .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-info .info__slide .cms__slide .cms__slide-prev,
.section-info .info__slide .cms__slide .cms__slide-next {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 1000px;
  left: calc(90%);
  overflow: hidden;
  text-indent: -9000px;
  cursor: pointer;
}
.section-info .info__slide .cms__slide .cms__slide-prev.swiper-button-disabled,
.section-info .info__slide .cms__slide .cms__slide-next.swiper-button-disabled {
  pointer-events: none;
}
.section-info .info__slide .cms__slide .cms__slide-prev {
  right: calc(90%);
  left: auto;
}
.section-info .info__slide .cms__slide .cms__slide-bg {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section-info .info__slide .cms__slide .cms__slide-bg.prev {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.section-info .info__slide .cms__slide .cms__slide-bg.next {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.section-info .info__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .section-info .info__footer {
    margin-top: 20px;
  }
}
.section-info .info__footer .c-btn {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (max-width: 768px) {
  .section-info .info__footer .c-btn {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* ==============================
#about
================================= */

.section-report + .section-about {
  margin-top: 104px;
  padding-bottom: 44px;
}

@media screen and (max-width: 768px) {
  .section-report + .section-about {
    margin-top: 40px;
  }
}

.section-about {
  position: relative;
  padding: 30px 0 64px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 30px 0 0;
  }
}
.section-about .about-container {
  width: calc(100% - (100% - 1280px) / 2);
  margin-right: calc((100% - 1280px) / 2);
  padding: 128px 0 100px;
  background-color: #fff;
  background-image: url("../img/home/about-bg.svg");
  background-repeat: no-repeat;
  background-position: right 5%;
}
@media screen and (max-width: 1480px) {
  .section-about .about-container {
    width: calc(100% - 24px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-container {
    background-size: 60%;
    background-position: right 10%;
    width: 100%;
    margin-right: 0;
    padding: 56px 0 36px;
  }
}
.section-about .about-container__header {
  width: 100%;
  max-width: 1045px;
  padding: 0 20px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section-about .about-container__header {
    padding: 0 46px;
  }
}
.section-about .about-container__content {
  position: relative;
  margin-top: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content {
    margin-top: 24px;
  }
}
.section-about .about-container__content.is-active .about-container__content__figure .about-container__content__figure__inner {
  height: 100%;
}
.section-about .about-container__content .about-container__content__figure {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: block;
  width: 16.4vw;
  height: 726px;
  background-size: cover;
  background-position: center 0;
  -webkit-transition: background-position 0.05s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: background-position 0.05s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99), background-position 0.05s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99), background-position 0.05s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__figure {
    width: 13vw;
    height: 46vh;
  }
}
.section-about .about-container__content .about-container__content__figure .about-container__content__figure__inner {
  background-color: #0439bf;
  position: relative;
  height: 0;
  -webkit-transition: height 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: height 0.9s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  overflow: hidden;
}
.section-about .about-container__content .about-container__content__figure .about-container__content__figure__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 726px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__figure .about-container__content__figure__inner img {
    height: 46vh;
  }
}
.section-about .about-container__content .about-container__content__main {
  display: block;
  width: calc(100% - 16.4vw);
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__main {
    width: calc(100% - 13vw);
  }
}
.section-about .about-container__content .about-container__content__main .main-flex {
  padding-left: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% - 75px);
}
@media screen and (max-width: 992px) {
  .section-about .about-container__content .about-container__content__main .main-flex {
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__main .main-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 24px;
    padding-right: 28px;
    width: 100%;
  }
}
.section-about .about-container__content .about-container__content__main .main-text {
  width: 520px;
  font-size: 16px;
  line-height: 2.063;
  margin-top: -10px;
}
@media screen and (max-width: 1480px) {
  .section-about .about-container__content .about-container__content__main .main-text {
    width: calc(100% - 260px);
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__main .main-text {
    width: 100%;
    font-size: 13px;
    line-height: 1.923;
    margin-top: -5px;
  }
}
.section-about .about-container__content .about-container__content__main .main-btn {
  margin-left: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__main .main-btn {
    margin-top: 16px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.section-about .about-container__content .about-container__content__main .main-figure {
  margin-top: 92px;
  margin-left: 122px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .section-about .about-container__content .about-container__content__main .main-figure {
    width: calc(100% - 75px - 122px);
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-container__content .about-container__content__main .main-figure {
    margin-left: 18px;
    margin-top: 50px;
    margin-bottom: 30px;
    width: calc(100% - 18px - 28px);
  }
}

/* ==============================
#event
================================= */
.section-event {
  position: relative;
  /* padding: 48px 0 0; */
  padding: 62px 0 0;
  margin-bottom: -70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-event {
    padding: 57px 0 0;
    margin-bottom: -22px;
  }
}
.section-event .event__container {
  width: 100%;
  max-width: 1280px;
  padding: 0 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-event .event__container {
    padding: 0 28px 0 14px;
  }
}
.section-event .event__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .section-event .event__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .section-event .event__header {
    padding-left: 54px;
  }
}
@media screen and (max-width: 1120px) {
  .section-event .event__headline {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.section-event .event__figure {
  width: calc(600px);
  padding-left: 70px;
  padding-top: 90px;
}
@media screen and (max-width: 1120px) {
  .section-event .event__figure {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section-event .event__figure {
    padding-left: 0;
    padding-top: 32px;
  }
}
.section-event .event__text {
  width: calc(100% - 620px);
  padding-left: 95px;
  padding-top: 82px;
  font-size: 16px;
  line-height: 2.063;
}
@media screen and (max-width: 1120px) {
  .section-event .event__text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-event .event__text {
    padding-left: 0;
    padding-top: 34px;
    font-size: 13px;
    line-height: 1.923;
  }
}
.section-event .event__text .event__text__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-event .event__text .event__text__footer {
    margin-top: 15px;
  }
}
.section-event .event__movie {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  top: 80px;
  -webkit-box-shadow: 0 13px 49px 0 rgba(20, 43, 109, 0.12);
  box-shadow: 0 13px 49px 0 rgba(20, 43, 109, 0.12);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: box-shadow 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: box-shadow 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-box-shadow 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  max-width: 1280px;
  width: calc(100% - 40px);
  max-height: 677px;
  height: 50vw;
  padding: 0;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .section-event .event__movie:hover {
    -webkit-box-shadow: 0 13px 49px 0 rgba(20, 43, 109, 0.3);
    box-shadow: 0 13px 49px 0 rgba(20, 43, 109, 0.3);
  }
}
.section-event .event__movie::before {
  content: "";
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 60px);
  z-index: 2;
  width: 120px;
  height: 120px;
  background-color: #0439bf;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .section-event .event__movie::before {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}
.section-event .event__movie::after {
  content: "";
  position: absolute;
  top: calc(50% - 47px);
  left: calc(50% - 10px);
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 768px) {
  .section-event .event__movie::after {
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    border-width: 8px 0 8px 16px;
  }
}
.section-event .event__movie figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-event .event__movie figure img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .section-event .event__movie figure img {
    width: 50%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .section-event .event__movie {
    top: 40px;
    left: 0;
    width: calc(100% - 48px);
  }
}

/* ==============================
#report
================================= */

.section-info + .section-report {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-info + .section-report {
    margin-top: 40px;
  }
}
.section-report {
  position: relative;
  /* padding: 350px 0 40px; */
  padding: 115px 0 40px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1480px) {
  .section-report {
    /* padding: 21vw 0 40px; */
    /* padding: 115px 0 40px; */
    padding: 7.77vw 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-report {
    padding: 110px 0 40px;
  }
}
.section-report::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 58%;
  /* height: 600px; */
  /* height: 682px; */
  height: 450px;
  background-color: #0439bf;
}
@media screen and (max-width: 1480px) {
  .section-report::before {
    /* height: 570px; */
    /* height: 627px; */
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .section-report::before {
    width: 79vw;
    height: 230px;
  }
}
@media screen and (max-width: 549px) {
  .section-report::before {
    width: 85vw;
    height: 268px;
  }
}
.section-report::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 58%;
  /* height: 600px; */
  /* height: 682px; */
  height: 450px;
  background-image: url(../img/home/mv.svg);
  background-size: cover;
  background-position: center 0;
  opacity: 0.25;
}
@media screen and (max-width: 1480px) {
  .section-report::after {
    /* height: 570px; */
    /* height: 627px; */
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .section-report::after {
    width: 79vw;
    height: 230px;
  }
}
@media screen and (max-width: 549px) {
  .section-report::after {
    width: 85vw;
    height: 268px;
  }
}
.section-report .report__content__loop {
  position: absolute;
  top: 490px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 255px;
  background-image: url(../img/home/bg_text.svg);
  background-size: 5510px 255px;
  -webkit-animation: bgscroll 80s linear infinite;
  animation: bgscroll 80s linear infinite;
  background-repeat: repeat no-repeat;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 5510px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 5510px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.section-report .report__container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .section-report .report__container {
    padding: 0 26px;
  }
}
.section-report .report__header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-report .report__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.section-report .report__header .report__headline {
  color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .section-report .report__header .report__headline {
    margin-top: 0;
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.section-report .report__header .report__headline span::before {
  background-color: #fff;
  height: 94px;
  bottom: -106px;
}
@media screen and (max-width: 1440px) {
  .section-report .report__header .report__headline span::before {
    /* height: 94px;
    bottom: -106px; */
  }
}
@media screen and (max-width: 768px) {
  .section-report .report__header .report__headline span::before {
    bottom: calc(-50% - 24px);
    height: 70%;
  }
}
.section-report .report__header .report__title {
  width: 710px;
  color: #fff;
  /* padding: 140px 0 0 60px; */
  padding: 154px 0 0 60px;
}
@media screen and (max-width: 1480px) {
  .section-report .report__header .report__title {
    width: calc((100% + 32px) * 0.58 - 64px);
    /* padding: 152px 0 0 60px; */
    /* padding-top: 154px; */
  }
}
@media screen and (max-width: 768px) {
  .section-report .report__header .report__title {
    width: 100%;
    padding: 35px 0 0 40px;
  }
}
.section-report .report__header .report__title .report__title__subline {
  opacity: 0.4;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-report .report__header .report__title .report__title__subline {
    font-size: 12px;
  }
}
.section-report .report__header .report__title .report__title__headline {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .section-report .report__header .report__title .report__title__headline {
    font-size: 23px;
  }
}
.section-report .report__header .report__text {
  width: 490px;
  /* padding: 120px 14px 0 84px; */
  padding: 54px 14px 0 83px;
  font-size: 16px;
  line-height: 2;
  margin-top: -40px;
}
@media screen and (max-width: 1480px) {
  .section-report .report__header .report__text {
    width: calc(100% - ((100% + 32px) * 0.58 - 64px) - 13px);
    padding: 0px 14px 0 103px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1180px) {
  .section-report .report__header .report__text {
    padding: 0px 14px 0 83px;
  }
}
@media screen and (max-width: 768px) {
  .section-report .report__header .report__text {
    padding: 94px 0px 16px;
    margin-top: 0;
    width: 100%;
    font-size: 13px;
    line-height: 1.923;
  }
}
.section-report .report__header .report__text a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  .section-report .report__header .report__text a:hover {
    opacity: 0.5;
  }
}

.report__btn {
  margin-top: 42px;
  margin-bottom: 42px;
}

.report__btn .c-btn span br{
  display: none;
}

@media screen and (max-width: 1140px) {
  .report__btn .c-btn span{
    padding: 22px 60px 22px 36px;
    line-height: 1.2;
  }
  .report__btn .c-btn span::before {
    width: calc(100% - 60px - 36px);
    left: 36px;
  }
  .report__btn .c-btn span br{
    display: inline;
  }
}

@media screen and (max-width: 850px) {
  .report__btn .c-btn span{
    font-size: 14px;
    padding: 22px 50px 22px 26px;
  }
  .report__btn .c-btn span::before {
    width: calc(100% - 50px - 26px);
    left: 26px;
  }
}

@media screen and (max-width: 768px) {
  .report__btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .report__btn .c-btn span{
    font-size: 13px;
    padding: 22px 47px 22px 24px;
  }
  .report__btn .c-btn span::before {
    width: calc(100% - 47px - 24px);
    left: 24px;
  }
  .report__btn .c-btn span br{
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .section-report .report__header .report__text .report__btn a.c-btn:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
}

.report__content {
}

.section-report .report__content {
  position: relative;
  /* margin: 120px 0 0; */
  /* margin: 115px 0 0; */
  margin: 80px 0 0;
  padding-bottom: 0;
  border-bottom: 1px solid #dcdee6;
}
/* @media screen and (max-width: 1480px) {
  .section-report .report__content {
    margin: 20vw 0 0;
  }
} */
@media screen and (max-width: 768px) {
  .section-report .report__content {
    margin: 60px 0 0;
  }
}

.section-report .report__content + .report__content {
  margin: 176px 0 0;
}

@media screen and (max-width: 768px) {
  .section-report .report__content + .report__content {
    margin: 40px 0 0;
  }
}

.section-report .info__slide {
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-report .info__slide {
    margin-top: 0;
  }
}
.section-report .info__slide .info__slide__block {
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  opacity: 0;
}
.section-report .info__slide .info__slide__block.on {
  visibility: visible;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  opacity: 1;
}
.section-report .info__slide .cms__slide {
  position: relative;
  z-index: 1;
}
.section-report .info__slide .cms__slide .cms__slide-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: -48px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .section-report .info__slide .cms__slide .cms__slide-head {
    display: none;
  }
}
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev,
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__next {
  width: 66px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev.swiper-button-disabled svg,
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__next.swiper-button-disabled svg {
  opacity: 0.25;
}
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev svg,
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__next svg {
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev {
  border-right: 1px solid #dcdee6;
}
.section-report .info__slide .cms__slide .cms__slide-head .cms__slide-head__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-report .info__slide .cms__slide .cms__slide-prev,
.section-report .info__slide .cms__slide .cms__slide-next {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  width: 1000px;
  left: calc(90%);
  overflow: hidden;
  text-indent: -9000px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-report .info__slide .cms__slide .cms__slide-prev,
  .section-report .info__slide .cms__slide .cms__slide-next {
    display: none;
  }
}
.section-report .info__slide .cms__slide .cms__slide-prev.swiper-button-disabled,
.section-report .info__slide .cms__slide .cms__slide-next.swiper-button-disabled {
  pointer-events: none;
}
.section-report .info__slide .cms__slide .cms__slide-prev {
  right: calc(90%);
  left: auto;
}
.section-report .info__slide .cms__slide .cms__slide-bg {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section-report .info__slide .cms__slide .cms__slide-bg02 {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.section-report .info__slide .cms__slide .cms__slide-bg.prev {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.section-report .info__slide .cms__slide .cms__slide-bg.next {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.section-report .info__slide .cms__slide .cms__slide-bg02.prev {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.section-report .info__slide .cms__slide .cms__slide-bg02.next {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.section-report .report__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

/* -----------------------------------------------------
 活動テーマ
----------------------------------------------*/

.p-top-theme {
  /* margin-top: 100px; */
  margin-top: 204px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1480px) {
  .p-top-theme {
    /* margin-top: 9.595vw; */
    /* margin-top: 100px; */
    /* margin-top: 6.944vw; */
    /* margin-top: 204px; */
    margin-top: 13.784vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-theme {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

.p-top-theme__bg {
  display: inline-block;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  height: 414px;
  background-color: #e7e9ee;
}
@media screen and (max-width: 768px) {
  .p-top-theme__bg {
    height: 30%;
  }
}

.p-top-theme .c-title-right::before {
  display: none;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー
ーーーーーーーーーーーーーーーーーーーーーーーーー */

.c-headline2.c-headline2--02 {
  background-color: transparent;
  margin: 0;
}

.c-title-wrap + .info__slide {
}

@media screen and (max-width: 768px) {
  .c-title-wrap + .info__slide {
    margin-top: 10px;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー
about
ーーーーーーーーーーーーーーーーーーーーーーーーー */

.p-top-mh {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mh {
    margin-top: 40px;
  }
}

.p-top-mh .report__content__loop {
  position: absolute;
  top: 370px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 255px;
  background-image: url(../img/home/bg_text.svg);
  background-size: 5510px 255px;
  -webkit-animation: bgscroll 80s linear infinite;
  animation: bgscroll 80s linear infinite;
  background-repeat: repeat no-repeat;
}

.p-top-mh .c-title-wrap + .p-top-mh-content{
  margin-top: 30px;
}

.p-top-mh .p-top-mh-content + .c-title-wrap{
  margin-top: 70px;
}

.p-top-mh__wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top-mh__wrap {
    padding: 0 26px;
  }
}

.p-top-mh-content {
  background-color: #fff;
  padding: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 40px;
}

@media screen and (max-width: 768px) {
  .p-top-mh-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    padding: 20px;
  }
}

.p-top-mh__left {
  max-width: 525px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top-mh__left {
    max-width: 100%;
  }
}

.p-top-mh__left-img__no_zoom,
.p-top-mh__left-img {
  width: 100%;
  border: 1px solid #d8dbe3;
  overflow: hidden;
  text-align: center;
}

.p-top-mh__left-img__no_zoom:hover{
  cursor: default;
}

.p-top-mh__left-img img {
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.p-top-mh__left-img:hover img {
  transform: scale(1.06);
}

.p-top-mh__right {
  /* max-width: calc(100% - 525px - 40px); */
  max-width: 563px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-mh__right {
    max-width: 100%;
  }
}

.p-top-mh__right-lead {
  font-size: 16px;
  line-height: calc(33 / 16);
  letter-spacing: 0;
}
.p-top-mh__right-lead.__large {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-top-mh__right-lead {
    font-size: 13px;
  }
  .p-top-mh__right-lead.__large {
    font-size: 18px;
  }
}

.p-top-mh__right-btn-wrap {
  text-align: right;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-mh__right-btn-wrap {
    margin-top: 6px;
  }
}

.p-top-mh__right-btn {
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-transition: all 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}

.p-top-mh__right-btn_text{
  display: inline-block;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .p-top-mh__right-btn {
  }
  .p-top-mh__right-btn_text{
    font-size: 14px;
  }
}

.p-top-mh__right-btn:hover span::before {
  -webkit-animation: c-link 0.5s linear;
  animation: c-link 0.5s linear;
}

.p-top-mh__right-btn:hover i svg {
  -webkit-animation: c-arrow 0.5s linear;
  animation: c-arrow 0.5s linear;
}

.p-top-mh__right-btn span {
  position: relative;
  display: inline-block;
  padding-right: 42px;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-transition: all 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

@media screen and (max-width: 768px) {
  .p-top-mh__right-btn span {
    font-size: 13px;
    padding-right: 47px;
  }
}

.p-top-mh__right-btn span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: calc(100% - 42px);
  height: 1px;
  background-color: #040e42;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

@media screen and (max-width: 768px) {
  .p-top-mh__right-btn span::before {
    width: calc(100% - 47px);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.p-top-mh__right-btn i {
  position: absolute;
  right: 0px;
  top: calc(50% - 15px);
  border-radius: 50%;
  background-color: #0439bf;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top-mh__right-btn i {
    right: 10px;
    top: calc(50% - 12px);
    width: 28px;
    height: 28px;
  }
}
