.top__secttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #10013f;
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 70px;
}

.top__secttl::after {
  content: "";
  width: 100px;
  height: 4px;
  background-color: #41a5d8;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top__secttl {
    font-size: 24px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .top__secttl::after {
    width: 60px;
  }
}

/* top__mv */
/* ============================================ */

.top__mv {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.top__mv__swiper {
  height: 100%;
  z-index: -1;
  position: relative;
}

.top__mv .swiper-pagination {
  width: auto;
  right: 66px;
  left: auto;
  bottom: 50vh;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 500;
}

.top__mv .swiper-pagination span {
  display: block;
}

.top__mv .swiper-pagination-total::before {
  content: "0";
}

.top__mv .swiper-slide-active img,
.top__mv .swiper-slide-duplicate-active img,
.top__mv .swiper-slide-prev img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.top__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top__mv__txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 36vh;
  color: #fff;
}

.top__mv__txt em {
  font-size: 64px;
  letter-spacing: 0.18em;
  margin-bottom: 39px;
  display: block;
  text-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
}

.top__mv__txt p {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.top__mv__news {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #d40303;
  padding: 22px 60px;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 90%;
}

.top__mv__news p {
  font-size: 16px;
  padding: 10px 40px 10px 0;
  margin-right: 40px;
  border-right: 1px solid #8c8c8c;
  flex: none;
}

.top__mv__news p::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-danger.svg) no-repeat 50% 50% / contain;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
}

.top__mv__news a {
  color: #d40303;
  text-decoration: underline;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .top__mv__news a:hover {
    opacity: 0.5;
  }
}

.top__mv__news dl {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 82px;
}

.top__mv__news dl:last-child {
  margin-right: 0;
}

.top__mv__news dl dt {
  margin-right: 27px;
}

.top__mv__arrow {
  -webkit-animation: arrowMaskAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  animation: arrowMaskAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  background-image: url(../img/top/mv-arrow.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 180px 10px;
  bottom: 30px;
  height: 10px;
  position: absolute;
  right: 70px;
  transform: rotate(90deg);
  transform-origin: right bottom;
  width: 121px;
}

@media screen and (max-width: 767px) {
  .top__mv {
    width: 100%;
    height: 100vh;
    min-height: auto;
    position: relative;
    overflow: hidden;
  }

  .top__mv .swiper-pagination {
    display: none;
  }

  .top__mv__txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 26vh;
    color: #fff;
  }

  .top__mv__txt em {
    font-size: 36px;
    letter-spacing: 0.15em;
    line-height: 1.22;
    margin-bottom: 18px;
  }

  .top__mv__txt p {
    font-size: 14px;
  }

  .top__mv__news {
    padding: 20px 20px 14px;
    display: block;
    width: 100%;
    font-size: 12px;
  }

  .top__mv__news p {
    font-size: 14px;
    padding: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    border-right: 0px solid #8c8c8c;
  }

  .top__mv__news dl {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .top__mv__news dl:last-child {
    margin-right: 0;
  }

  .top__mv__news dl dt {
    margin-right: 8px;
    width: 98px;
    flex: none;
  }

  .top__mv__arrow {
    display: none;
  }
}

/* top__menu */
/* ============================================ */

.top__bgGrad {
  background: linear-gradient(
    180deg,
    rgba(229, 243, 252, 1) 0%,
    rgba(151, 222, 245, 1) 100%
  );
  padding: 70px 0 260px;
  position: relative;
  overflow: hidden;
}

.top__bgGrad .c-bd-w {
  top: 410px;
}

.top__menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.top__menu a {
  width: 15.9%;
  display: block;
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.06);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 42px 0 65px;
  position: relative;
}

.top__menu a img {
  width: 100%;
  height: 70px;
  margin-bottom: 16px;
  transition: opacity 0.3s;
}

.top__menu a span {
  transition: opacity 0.3s;
}

.top__menu a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
  width: 50px;
  height: 5px;
  overflow: hidden;
  background: url(../img/common/arrow-right-blue.png) no-repeat 50% 50% /
    contain;
}

@media (hover: hover) and (pointer: fine) {
  .top__menu a:hover::after {
    animation: arrow_to_right 0.5s ease-in-out forwards;
    opacity: 0.6;
  }
  .top__menu a:hover img,
  .top__menu a:hover span {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .top__bgGrad {
    padding: 42px 0 40px;
    background: linear-gradient(
      180deg,
      rgba(229, 243, 252, 1) 0%,
      #bbebfb 100%
    );
  }

  .top__bgGrad .c-bd-w {
    display: none;
  }

  .top__menu {
    margin-bottom: 63px;
    flex-wrap: wrap;
  }

  .top__menu a {
    width: 32%;
    font-size: 14px;
    padding: 20px 0 40px;
    margin-bottom: 6px;
    letter-spacing: 0;
  }

  .top__menu a img {
    height: 50px;
    margin-bottom: 7px;
  }

  .top__menu a::after {
    bottom: 20px;
    margin: auto;
    width: 30px;
    height: 3px;
  }
}

/* top__reception */
/* ============================================ */

.top__reception__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top__reception__inner > div {
  width: 53%;
}

.top__reception__inner dl {
  display: flex;
  border-bottom: 1px solid #10013f;
  padding: 32px 0;
  font-size: 20px;
  line-height: 1.7;
}

.top__reception__inner dl:last-child {
  border-bottom: 0;
}

.top__reception__inner dt {
  font-weight: 700;
  letter-spacing: 0.18em;
  width: 203px;
}

.top__reception__inner dd {
  font-weight: 500;
  letter-spacing: 0.04em;
}

.top__reception__inner ul {
  width: 33%;
  margin-right: 40px;
  margin-top: 60px;
}

.top__reception__inner ul a {
  color: #fff;
  background-color: #1e1e4b;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 29px 0;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #10013f;
}

.top__reception__inner ul a span {
  position: relative;
  z-index: 12;
  transition: 0.3s 0.15s;
}

.top__reception__inner ul a::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top__reception__inner ul a::after {
  content: "";
  position: absolute;
  right: -37px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 71px;
  height: 7px;
  overflow: hidden;
  z-index: 11;
  background: url(../img/common/arrow-right-half.png) no-repeat 50% 50% /
    contain;
}

@media (hover: hover) and (pointer: fine) {
  .top__reception__inner ul a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .top__reception__inner ul a:hover::after {
    animation: arrow_to_right02 0.5s 0.2s ease-in-out forwards;
  }

  .top__reception__inner ul a:hover span {
    color: #10013f;
  }
}

@media screen and (max-width: 767px) {
  .top__reception__inner {
    display: block;
  }

  .top__reception__inner > div {
    width: auto;
  }

  .top__reception__inner dl {
    border-bottom: 1px solid #10013f;
    padding: 0 0 32px;
    margin: 0 16px 32px;
    font-size: 18px;
    display: block;
    line-height: 2.2;
  }

  .top__reception__inner dt {
    width: auto;
    margin-bottom: 3px;
  }

  .top__reception__inner dd {
    font-size: 16px;
  }

  .top__reception__inner ul {
    width: auto;
    margin: 0 16px;
  }

  .top__reception__inner ul a {
    font-size: 18px;
    padding: 25px 0;
  }

  .top__reception__inner ul a::after {
    content: "";
    position: absolute;
    right: 17px;
    width: 29px;
    height: 7px;
    background: url(../img/common/arrow-right-w-sp.png) no-repeat 50% 50% /
      contain;
  }
}

/* top__about */
/* ============================================ */
.top__about {
  background-color: #e3f6ff;
  position: relative;
  padding-bottom: 103px;
}

.top__about::before {
  content: "";
  width: 60%;
  height: 626px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.top__about > img {
  width: 71%;
  max-height: 600px;
  margin-left: 29%;
  position: absolute;
  right: 0;
  top: -150px;
  object-fit: cover;
  object-position: 50% 20%;
}

.top__about__ttl {
  font-size: 36px;
  line-height: 1.55;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 109px;
  letter-spacing: 0.1em;
}

.top__about__ttl::before {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #10013f;
  display: block;
  margin-bottom: 36px;
}

.top__about__txt {
  width: 580px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.005em;
  margin-bottom: 200px;
}

.top__about__menu {
  display: flex;
  margin-bottom: 90px;
}

.top__about__menu a {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3);
  height: 377px;
  display: block;
}

.top__about__menu a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 109px;
  margin: auto;
  width: 148px;
  height: 12px;
  overflow: hidden;
  background: url(../img/top/mv-arrow.png) no-repeat 50% 50% / contain;
}

@media (hover: hover) and (pointer: fine) {
  .top__about__menu a:hover::after {
    animation: arrow_to_right 0.5s ease-in-out forwards;
  }
}

.top__about__menu h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 156px;
  color: #fff;
}

.top__about__menu h3 em {
  display: block;
  font-size: 24px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

.top__about__menu h3 span {
  font-size: 14px;
  letter-spacing: 0.25em;
  font-weight: 500;
}

.top__about__menu img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.25s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .top__about__menu a:hover img {
    transform: scale(1.08);
  }
}

.top__about__sns {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.top__about__sns>li{
	margin: 10px;
}

.top__about__sns a {
  display: flex;
  align-items: center;
  /*margin: 0 30px;*/
  transition: opacity 0.3s ease;
	border: solid 1px #10013f;
	padding: 5px 35px;
	min-width: 250px;
    min-height: 57px;
	background-color: #ffffff;
}

.top__about__sns li:nth-child(-n+2) a::before {
  content: url(../img/common/icon-insta.svg);
  vertical-align: middle;
  padding-right: 11px;
}
.top__about__sns li:last-child a::before {
  content: url(../img/common/icon-yt.svg);
  vertical-align: middle;
  padding-right: 11px;
	padding-top: 3px;
}

.top__about__sns a img {
  margin-right: 11px;
}

@media (hover: hover) and (pointer: fine) {
  .top__about__sns a:hover {
      color: #ffffff;
	  background-color: #10013f;
  }
	
.top__about__sns li:nth-child(-n+2) a:hover::before {
  content: url(../img/common/icon-insta_on.png) !important;
  vertical-align: middle;
  padding-right: 11px;
}
.top__about__sns li:last-child a:hover::before {
  content: url(../img/common/icon-yt_on.png) !important;
  vertical-align: middle;
  padding-right: 11px;
}
}

.top__about__trig {
  width: 44%;
  height: 45vw;
  background: url(../img/common/bg-triangle-w.png) no-repeat 100% 100% / contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top__about {
    padding-bottom: 58px;
    overflow: hidden;
    background: linear-gradient(180deg, #bbebfb 0%, #83e0f8 100%);
  }
  .top__about .c-bd-w {
    top: 120vw;
  }

  .top__about::before {
    display: none;
  }

  .top__about > img {
    width: 100%;
    height: 206px;
    max-height: auto;
    margin-left: 0%;
    position: relative;
    top: 0;
    z-index: 9;
    /* margin-bottom: -70px; */
    transform: scale(1.2);
  }

  .top__about__txtbg {
    position: relative;
    z-index: 10;
    padding: 50px 0 40px;
    margin-bottom: 50px;
  }

  .top__about__txtbg::before {
    content: "";
    width: 96vw;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -16px;
    top: 0;
    z-index: -1;
  }

  .top__about__ttl {
    font-size: 24px;
    padding-top: 0px;
    letter-spacing: 0.07em;
    margin: 0 16px 20px;
    line-height: 1.8;
  }

  .top__about__ttl::before {
    margin-bottom: 24px;
  }

  .top__about__txt {
    width: auto;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 200px;
    margin: 0 32px 0 16px;
  }

  .top__about__menu {
    display: block;
    margin-left: -16px;
    margin-bottom: 60px;
  }

  .top__about__menu img {
    transform: scale(1);
  }

  .top__about__menu a {
    width: 100vw;
    height: 229px;
  }

  .top__about__menu a::after {
    bottom: 66px;
  }

  .top__about__menu h3 {
    top: 70px;
  }

  .top__about__sns {
     font-size: 20px;
	 display: block;
  }

  .top__about__sns a {
    margin: 0;
    text-align: center;
	  display: flex;
  justify-content: center;
  align-items: center;
  }

  .top__about__sns a img {
    margin-right: 0px;
    height: 35px;
    margin-bottom: 13px;
  }

  .top__about__trig {
    width: 65%;
    height: 70vw;
  }
}

/* top__info */
/* ============================================ */

.top__info {
  padding: 130px 0 60px;
  position: relative;
  overflow: hidden;
}

.top__info__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: auto;
}

.top__info__inner > div {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4%;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  background-color: #fff;
  height: auto;
  min-height: 425px;
}

.top__info__inner a {
  display: block;
  height: 100%;
}

.top__info__inner a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 27px;
  margin: auto;
  width: 40px;
  height: 5px;
  overflow: hidden;
  background: url(../img/common/arrow-right-blue.png) no-repeat 50% 50% /
    contain;
}

@media (hover: hover) and (pointer: fine) {
  .top__info__inner a:hover::after {
    animation: arrow_to_right 0.5s ease-in-out forwards;
  }
}

.top__info__inner > div:nth-child(3n) {
  margin-right: 0;
}

.top__info__inner a figure {
  height: 200px;
  margin-bottom: 27px;
  display: block;
  overflow: hidden;
  position: relative;
}

.top__info__inner a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.top__info__inner a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .top__info__inner a:hover img {
    transform: scale(1.08);
    opacity: 0.6;
  }
}

.top__info__inner a h3 {
  margin: 0 30px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  transition: opacity 0.3s;
}

.top__info__inner a p {
  margin: 0 30px 50px;
  font-size: 18px;
  line-height: 1.92;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .top__info__inner a:hover h3,
  .top__info__inner a:hover p {
    opacity: 0.6;
  }
}

.top__info__trig {
  width: 56%;
  min-height: 786px;
  height: 58vw;
  background: url(../img/common/bg-triangle-g.png) no-repeat 0% 0% / cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top__info {
    padding: 63px 0 30px;
  }

  .top__info__inner {
    display: flex;
    flex-wrap: nowrap;
  }

  .top__info__inner > div {
    width: auto;
    margin-right: 0%;
    margin-bottom: 0%;
    min-height: 0px;
  }

  .top__info__inner a {
    width: auto;
    display: block;
    margin-right: 0%;
    margin-bottom: 0%;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.02);
    position: relative;
    background-color: #fff;
    padding-bottom: 1px;
  }

  .top__info__inner a::after {
    display: none;
  }

  .top__info__inner a figure {
    height: 132px;
    margin-bottom: 20px;
  }

  .top__info__inner a h3 {
    margin: 0 20px 10px;
    font-size: 18px;
  }

  .top__info__inner a p {
    margin: 0 20px 30px;
    font-size: 18px;
    line-height: 1.56;
  }

  .top__info__trig {
    width: 35%;
    min-height: auto;
  }

  .top__info__swiper {
    position: relative;
    padding-bottom: 70px;
  }

  .top__info__swiper .swiper-button-next,
  .top__info__swiper .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 69px;
    height: 60px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: block;
    background: url(../img/common/arrow-right-blue-swiper.png) no-repeat 50% 50% /
      contain;
  }

  .top__info__swiper .swiper-button-prev {
    left: calc(50% - 79px);
    background: url(../img/common/arrow-left-blue-swiper.png) no-repeat 50% 50% /
      contain;
  }

  .top__info__swiper .swiper-button-next {
    right: auto;
    left: calc(50% + 10px);
  }
}

/* top__topics */
/* ============================================ */

.top__topics {
  padding: 130px 0;
  background-color: #e3f6ff;
  position: relative;
  overflow: hidden;
}

.top__topics .c-bd-g {
  display: none;
}

.top__topics__swiper {
  position: relative;
  padding-bottom: 90px;
}

.top__topics__swiper .swiper-slide {
  height: auto;
}

.top__topics__swiper .swiper-button-next,
.top__topics__swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 91px;
  height: 90px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: block;
  background: url(../img/common/arrow-right-blue-swiper.png) no-repeat 50% 50% /
    contain;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.top__topics__swiper .swiper-button-prev {
  background: url(../img/common/arrow-left-blue-swiper.png) no-repeat 50% 50% /
    contain;
}

.top__topics__swiper .swiper-button-next {
  right: auto;
  left: 112px;
}

.top__topics__inner a {
  flex: none;
  padding-bottom: 1px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  background-color: #fff;
  display: block;
  height: 100%;
}

.top__topics__inner a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 27px;
  margin: auto;
  width: 40px;
  height: 5px;
  overflow: hidden;
  background: url(../img/common/arrow-right-blue.png) no-repeat 50% 50% /
    contain;
}

@media (hover: hover) and (pointer: fine) {
  .top__topics__inner a:hover::after {
    animation: arrow_to_right 0.5s ease-in-out forwards;
  }
}

.top__topics__inner a figure {
  height: 185px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  position: relative;
}

.top__topics__inner a figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.top__topics__inner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .top__topics__inner a:hover img {
    transform: scale(1.08);
  }
}

.top__topics__inner__ttl {
  margin: 0 20px 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  bottom: calc(100% - 180px);
  z-index: 2;
  top: 20px;
  left: 0;
}

.top__topics__inner a h3 {
}

.top__topics__inner a span {
  margin-bottom: 8px;
  background-color: #41a5d8;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
}

.top__topics__inner a p {
  margin: 0 20px 50px;
  font-size: 18px;
  line-height: 1.92;
}

@media screen and (max-width: 767px) {
  .top__topics {
    padding: 63px 0 30px;
  }

  .top__topics__swiper {
    position: relative;
    padding-bottom: 70px;
  }

  .top__topics__swiper .swiper-button-next,
  .top__topics__swiper .swiper-button-prev {
    top: auto;
    bottom: 0px;
    width: 69px;
    height: 60px;
  }

  .top__topics__swiper .swiper-button-prev {
    left: calc(50% - 79px);
  }

  .top__topics__swiper .swiper-button-next {
    right: auto;
    left: calc(50% + 10px);
  }

  .top__topics__inner a::after {
    display: none;
  }

  .top__topics__inner a figure {
    height: 184px;
  }

  .top__topics__inner__ttl {
    font-size: 18px;
  }

  .top__topics__inner a h3 {
  }

  .top__topics__inner a span {
    font-size: 14px;
    padding: 4px 10px;
  }

  .top__topics__inner a p {
    margin: 0 20px 30px;
    font-size: 18px;
    line-height: 1.56;
  }
}

/* top__news */
/* ============================================ */

.top__news {
  padding-bottom: 150px;
  position: relative;
}

.top__news__mv {
  margin-bottom: 130px;
  width: 100%;
  height: auto;
}

.top__news h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 46px;
}

.top__news__nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.top__news__nav a {
  color: #10013f;
  border: 1px solid #10013f;
  font-size: 16px;
  font-weight: 700;
  width: 224px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0 10px 20px;
  overflow: hidden;
  position: relative;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top__news__nav a span {
  position: relative;
  z-index: 1;
}

.top__news__nav a::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(80, 203, 230, 1) 12%,
    rgba(28, 152, 229, 1) 100%
  );
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top__news__nav li.is-active a::before {
  width: 100%;
}

.top__news__nav li.is-active a {
  border: 1px solid #fff;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .top__news__nav a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .top__news__nav a:hover {
    border: 1px solid #fff;
    color: #fff;
  }
}

.top__news__btn {
  color: #fff;
  background-color: #1e1e4b;
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 29px 0;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #10013f;
  width: 380px;
  margin: 0 auto;
}

.top__news__btn::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.top__news__btn::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 71px;
  height: 7px;
  overflow: hidden;
  z-index: 11;
  background: url(../img/common/arrow-right-half.png) no-repeat 50% 50% /
    contain;
}

.top__news__btn span {
  position: relative;
  z-index: 12;
  transition: 0.3s 0.15s;
}

@media (hover: hover) and (pointer: fine) {
  .top__news__btn:hover::before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .top__news__btn:hover::after {
    animation: arrow_to_right02 0.5s 0.2s ease-in-out forwards;
  }

  .top__news__btn:hover span {
    color: #10013f;
  }
}

.top__news__trig {
  width: 56%;
  min-height: 786px;
  height: 58vw;
  background: url(../img/common/bg-triangle-g02.png) no-repeat 0% 0% / cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top__news {
    padding-bottom: 60px;
  }

  .top__news__mv {
    margin-bottom: 33px;
  }

  .top__news picture {
    position: relative;
    display: block;
  }

  .top__news picture::after {
    content: "";
    width: 92%;
    height: 25px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 10;
  }

  .top__news h2 {
    font-size: 24px;
    margin-bottom: 26px;
  }

  .top__news__nav {
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .top__news__nav li {
    width: 48%;
    margin-bottom: 4%;
  }

  .top__news__nav a {
    width: 100%;
    margin: 0px;
  }

  .top__news__btn {
    font-size: 18px;
    padding: 26px 0;
    margin-bottom: 30px;
    width: auto;
    margin: 0 16px;
  }

  .top__news__btn::before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .top__news__btn::after {
    right: 17px;
    width: 29px;
    height: 7px;
    background: url(../img/common/arrow-right-w-sp.png) no-repeat 50% 50% /
      contain;
  }

  .top__news__trig {
    width: 100%;
  }
}


/* news ticker */
/* ============================================ */
.ticker-container {
  max-width: 100%;
  margin: auto;
}

.ticker {
  border:none;
  width: 1005px;
  padding: 0;
  height: 35px !important;
  padding-top: 8px;
}

.ticker-box {
  margin-top: 30px;
}

.ticker ul {
  margin: auto;
}

.ticker ul li{
  display: none;
  width: 100%;
  z-index: 60 !important;
}

.ticker ul li span{
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .ticker {
	  width: 100%;
    height: 70px !important;
    padding-top: 8px;
  }
  .ticker ul li span {
    display: block;
    margin-bottom: 3px;
  }

  .ticker ul li a{
    line-height: 1.5;
  }

}
