.top-mv {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.top-mv::before {
  content: "";
  background: var(--blue);
  -webkit-clip-path: polygon(900px 0, 1640px 640px, 0 830px, 450px 0);
          clip-path: polygon(900px 0, 1640px 640px, 0 830px, 450px 0);
  height: 100vh;
  width: 100%;
  display: block;
  position: absolute;
  left: 180px;
  top: 30px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .top-mv::before {
    -webkit-clip-path: polygon(900px 0, 1450px 610px, 0 770px, 470px 0);
          clip-path: polygon(900px 0, 1450px 610px, 0 770px, 470px 0);
    left : 30px;
  }
}
@media (max-width: 768px) {
  .top-mv::before {
    -webkit-clip-path: polygon(900px 0, 1450px 530px, 0 780px, 490px 0);
          clip-path: polygon(900px 0, 1450px 530px, 0 780px, 490px 0);
    left : 20px;
  }
}
@media (max-width: 520px) {
  .top-mv::before {
    -webkit-clip-path: polygon(900px 0, 1640px 490px, 0 730px, 290px 0);
          clip-path: polygon(900px 0, 1640px 490px, 0 730px, 290px 0);
    left : 0;
  }
}
.top-mv-main {
  position: absolute;
  top: 350px;
  left: 50%;
  height: 100%;
  transform: translateX(-50%) ;
  width: 100%;
  z-index: 500;
}
.top-mv-scroll {
  position: absolute;
  transform: translateX(-50%);
  bottom: 20px;
  left : 50%;
}

@media (max-width: 768px) {
  .top-mv-scroll {
    display: none;
  }
}
.top-mv-scroll::after {
  content: "";
  width: 2px;
  height: 58px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
.top-mv-scroll::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%);
  background: #fff;
  animation: mvScroll 2s infinite;
}
.top-mv-scroll span {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}
@keyframes mvScroll {
  0% {
    top: 30px;
  }
  100% {
    top: 80px;
  }
}
.top-mv__lead {
  font-size: 6rem;
  font-weight: 700;
  -webkit-background-clip: text;
  color: transparent;
  left: -3.7rem;
  background-image: linear-gradient(112deg, var(--blue) 0 37%, #fff 37%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .top-mv__lead {
    left : 1rem;
    font-size: 5.2rem;
    background-image: linear-gradient(106deg, var(--blue) 0 110px, #fff 110px);
  }
}
@media (max-width: 520px) {
  .top-mv__lead {
    font-size: 4rem;
    background-image: linear-gradient(106deg, var(--blue) 0 115px, #fff 115px);
  }
}


.top-mv__lead::before {
  content: "";
  -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 100%);
  background: #fff;
  position: absolute;
  right: -4rem;
  bottom: -2rem;
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 768px) {
  .top-mv__lead::before {
    width: 21px;
    height: 20px;
    right: -2rem;
  }
}
.top-mv__lead::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  background: var(--blue);
  position: absolute;
  left: -3rem;
  top: -2rem;
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 768px) {
  .top-mv__lead::after {
    width: 21px;
    height: 20px;
    left: -2rem;
  }
}
.top-mv__sub {
  font-size: 2rem;
  font-weight: 700;
  -webkit-background-clip: text;
  color: transparent;
  left: -3.7rem;
  background-image: linear-gradient(112deg, var(--blue) 0 30%, #fff 30%);
  -webkit-background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .top-mv__sub {
    font-size: 2.1rem;
    left: 1.7rem;
    background-image: linear-gradient(108deg, var(--blue) 0 77px, #fff 77px);
  }
}
@media (max-width: 520px) {
  .top-mv__sub {

    font-size: 1.4rem;
    background-image: linear-gradient(112deg, var(--blue) 0 83px, #fff 83px);
  }
}

.top-mv .inner {
  z-index: 50;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media (max-width:1000px) {
  .top-mv .inner {
    padding: 0 0;
  }
}
.top-mv .inner2 {
  z-index: 50;
  display: flex;
  align-items: center;
  height: 20%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .top-mv .inner2 {
    padding: 0 4vw;
  }
}
.top-mv-bg {
  height: 900px;
  -webkit-clip-path: polygon(900px 0, 1640px 630px, 0 910px, 430px 0);
          clip-path: polygon(900px 0, 1640px 630px, 0 910px, 430px 0);
  z-index: 50;
  left : 180px; 
}
@media (max-width: 1100px) {
  .top-mv-bg {
    -webkit-clip-path: polygon(900px 0, 1640px 500px, 0 910px, 430px 0);
          clip-path: polygon(900px 0, 1640px 500px, 0 910px, 430px 0);
    left : 0;
  }
}
@media (max-width: 768px) {
  .top-mv-bg {
    -webkit-clip-path: polygon(900px 0, 1640px 320px, 0 910px, 300px 0);
          clip-path: polygon(900px 0, 1640px 320px, 0 910px, 300px 0);
    left : 0;
  }
}
@media (max-width: 520px) {
  .top-mv-bg {
    -webkit-clip-path: polygon(900px 0, 1640px 340px, 0 810px, 260px 0);
          clip-path: polygon(900px 0, 1640px 340px, 0 810px, 260px 0);
    left : 0;
  }
}



.top-mv-inner {
  left : 272px;
  top : 0;
}
@media (max-width: 1100px) {
  .top-mv-inner {
    left : 100px;
  }
}
@media (max-width:768px) {
  .top-mv-inner {
    left : 60px;
  }
}
@media (max-width:520px) {
  .top-mv-inner {
    left : 20px;
  }
}

.top-mv-bg::after {
  content: "";
  background: transparent url("../img/top/bg_mv.jpg") no-repeat left center;
  background-size: cover;
  position: fixed;
  top : 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .top-mv-bg::after {
    background: transparent url("../img/top/bg_mv_sp.jpg") no-repeat left center;
    background-size: cover;
  }
}


.top-first {
  padding: 10rem 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .top-first {
    padding: 8rem 0;
  }
}
@media (max-width: 1100px) {
  .top-first .inner {
    max-width: 1000px;
    padding: 0 3.7rem;
  }
}
.top-first__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .top-first__wrap {
    flex-direction: column;
  }
}
.top-first-head {
  width: 100%;
  max-width: 440px;
}
.top-first-head__text {
  color: var(--blue);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .top-first-head__text {
    font-size: 1.4rem;
  }
}
.top-first-head__text--col {
  color: var(--orange);
}
.top-first__image {
  width: 60%;
  max-width: 663px;
  margin-right : calc(40% - 32vw);
  flex: 1;
}
@media (max-width: 1200px) {
  .top-first__image {
    max-width: 100%;
    width: 100%;
    margin-right : calc(30% - 32vw);
  }
}
@media (max-width: 768px) {
  .top-first__image {
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 768px) {
  .top-first__image img {
    max-width: 100vw;
  }
}
.top-main {
  padding-bottom: 9rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .top-main {
    padding-bottom: 0;
  }
}
.top-main-set {
  background: #f5f5f5;
  padding: 9rem 0 16rem;
}
@media (max-width: 768px) {
  .top-main-set {
    padding: 8rem 0 16rem;
  }
}
.top-main-set-01 {
  padding-bottom: 16rem;
  padding-top: 24rem;
  z-index: 5;
}
@media (max-width: 768px) {
  .top-main-set-01 {
    padding: 8rem 0 9rem;
  }
}
.top-main-set-02 {
  padding-bottom: 16rem;
  z-index: 4;
}
@media (max-width: 768px) {
  .top-main-set-02 {
    padding: 8rem 0 9rem;
  }
}
.top-main-set-03 {
  padding-bottom: 16rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .top-main-set-03 {
    padding: 8rem 0 9rem;
  }
}
.top-main-set-04 {
  padding-top: 16rem;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .top-main-set-04 {
    padding: 8rem 0 9rem;
  }
}
.top-main-set::after {
  content: "";
  background: transparent url("../img/top/icon_cross.svg") no-repeat center center;
  background-size: cover;
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
@media (max-width: 768px) {
  .top-main-set::after {
    width: 46px;
    height: 46px;
    bottom: -26px;
  }
}
.top-main-set:last-child::after {
  display: none;
}
.top-main-set .inner {
  display: flex;
  gap: 3rem;
}
@media (max-width: 768px) {
  .top-main-set .inner {
    flex-direction: column-reverse;
  }
}
.top-main-set .inner::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: var(--blue);
  width: 100px;
  height: 93px;
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  z-index: 100;
}
@media (max-width: 768px) {
  .top-main-set .inner::before {
    left: auto;
    right: -2rem;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 67px;
    height: 63px;
  }
}
.top-main-set__bg {
  background: #F8F8F8;
  width: 100vw;
  padding: 9rem 3rem 5rem;
  margin: -8rem 0 0;
}
@media (max-width: 768px) {
  .top-main-set__bg {
    width: 100%;
    padding: 2rem 2rem 3rem;
    margin: 0;
  }
}
.top-main-set:nth-child(even) {
  background: #fff;
}
.top-main-set:nth-child(even) .top-main-set__wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0 0 0 4rem;
}
@media (max-width: 768px) {
  .top-main-set:nth-child(even) .top-main-set__wrap {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
.top-main-set:nth-child(even) .top-main-set__num {
  margin: 0 1rem 0 0;
}
.top-main-set:nth-child(even) .top-main-set__text {
  padding: 0 0 0 2rem;
}
.top-main-set:nth-child(odd) .inner:after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: -2rem;
  content: "";
  background: var(--blue);
  width: 100px;
  height: 93px;
  position: absolute;
  bottom: -2rem;
  z-index: 100;
  display: block;
}
@media (max-width: 768px) {
  .top-main-set:nth-child(odd) .inner:after {
    width: 68px;
    height: 63px;
    bottom: -2rem;
  }
}
.top-main-set:nth-child(odd) .inner {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top-main-set:nth-child(odd) .inner {
    flex-direction: column-reverse;
  }
}
.top-main-set:nth-child(odd) .inner::before {
  display: none;
}
.top-main-set:nth-child(odd) .top-main-set__image {
  right: auto;
}
.top-main-set:nth-child(odd) .top-main-set__bg {
  width: 100%;
  background: #fff;
}
@media (max-width: 1000px) {
  .top-main-set:nth-child(odd) .top-main-set__bg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-main-set:nth-child(odd) .top-main-set__bg {
    width: 100%;
  }
}
.top-main-set:nth-child(odd) .top-main-set__head {
  left: 0;
}
.top-main-set:nth-child(odd) .top-main-set__title {
  padding: 0 0 0 41rem;
}
@media (max-width: 1000px) {
  .top-main-set:nth-child(odd) .top-main-set__title {
    padding: 0;
    left: 380px;
  }
}
@media (max-width: 768px) {
  .top-main-set:nth-child(odd) .top-main-set__title {
    padding: 0;
    left: 0;
  }
}
.top-main-set:nth-child(odd) .top-main-set__text {
  padding: 0 0 0 38rem;
  width: 100%;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .top-main-set:nth-child(odd) .top-main-set__text {
    width: 100%;
    max-width: 400px;
    padding: 0;
    left: 26rem;
  }
}
@media (max-width: 768px) {
  .top-main-set:nth-child(odd) .top-main-set__text {
    width: 100%;
    padding: 0;
    left: 0;
  }
}
.top-main-set:nth-child(3) .top-main-set__title {
  padding: 0 0 0 44rem;
}
@media (max-width: 1000px) {
  .top-main-set:nth-child(3) .top-main-set__title {
    padding: 0;
    left: 51vw;
  }
}
@media (max-width: 768px) {
  .top-main-set:nth-child(3) .top-main-set__title {
    padding: 0;
    left: 0;
  }
}
.top-main-set:nth-child(3) .top-main-set__text {
  padding: 0 0 0 41rem;
  width:100%;
  max-width: 100%;
}
@media (max-width: 1000px) {
  .top-main-set:nth-child(3) .top-main-set__text {
    padding: 0;
    left: 37vw;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-main-set:nth-child(3) .top-main-set__text {
    width: 100%;
    padding: 0;
    left: 0;
    max-width: 100%;
  }
}
.top-main-set__head {
  flex: 1;
}
.top-main-set__wrap {
  display: flex;
}
@media (max-width: 768px) {
  .top-main-set__wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
.top-main-set__title {
  font-size: 3.2rem;
  font-weight: 700;
  z-index: 50;
}
@media (max-width: 1000px) {
  .top-main-set__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .top-main-set__title {
    font-size: 2rem;
  }
}
.top-main-set__text {
  line-height: 2;
  margin-bottom: 3rem;
  width: 42%;
  max-width: 500px;
}
@media (max-width: 768px) {
  .top-main-set__text {
    width: 100%;
    max-width: 100%;
  }
}
.top-main-set__num {
  color: var(--blue);
  font-size: 8rem;
  top: -4rem;
  margin: 0 0 0 1rem;
  z-index: 50;
}
@media (max-width: 768px) {
  .top-main-set__num {
    top: 0;
    margin: 0;
    font-size: 6rem;
    line-height: 1;
  }
}
.top-main-set__num--01 {
  margin: 0;
  left: 1rem;
}
@media (max-width: 1000px) {
  .top-main-set__num--01 {
    left: -5rem;
  }
}
@media (max-width: 768px) {
  .top-main-set__num--01 {
    left: 0;
  }
}
@media (max-width: 1000px) {
  .top-main-set__num--03 {
    left: 13vw;
  }
}
@media (max-width: 950px) {
  .top-main-set__num--03 {
    left: 12vw;
  }
}
@media (max-width: 900px) {
  .top-main-set__num--03 {
    left: 11vw;
  }
}
@media (max-width: 850px) {
  .top-main-set__num--03 {
    left: 8vw;
  }
}
@media (max-width: 800px) {
  .top-main-set__num--03 {
    left: 5vw;
  }
}
@media (max-width: 768px) {
  .top-main-set__num--03 {
    left: 0;
  }
}
.top-main-set__image {
  width: 40%;
  max-width: 411px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .top-main-set__image {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
.top-main-set__image--01 {
  max-width: 430px;
  top: -10rem;
  left: -5rem;
  right: auto;
}
@media (max-width: 768px) {
  .top-main-set__image--01 {
    left: 0;
    top: 0;
    margin-bottom: -6rem;
  }
}
@media (max-width: 768px) {
  .top-main-set__image--02 {
    margin-bottom: -6rem;
  }
}
.top-main-set__image--03 {
  max-width: 394px;
  left: 0;
}
@media (max-width: 768px) {
  .top-main-set__image--04 {
    margin-bottom: -6rem;
  }
}
.top-main-set__image03 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .top-main-set__image03 {
    position: relative;
  }
}
.top-main-set__image03.is-visible {
  display: block;
}
.top-main-set__nav {
  left: 41rem;
  border-top: 2px solid var(--blue);
  width: 100%;
  max-width: 520px;
}
@media (max-width: 1000px) {
  .top-main-set__nav {
    left: 37vw;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .top-main-set__nav {
    left: 0;
    max-width: 100%;
  }
}
.top-main-set__btn {
  font-size: 2.2rem;
  font-weight: 700;
}
.top-main-set__btn a {
  color: var(--blue);
  display: flex;
  gap: 3rem;
  padding: 1rem 2rem;
  border-bottom: 2px solid var(--blue);
  transition: 0.3s all;
}
.top-main-set__btn a:hover {
  background: var(--blue);
  color: #fff;
  opacity: 1;
}
.top-main-set__list {
  display: flex;
  gap: 2rem;
  margin: 0 0 0 2rem;
}
@media (max-width: 1000px) {
  .top-main-set__list {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .top-main-set__list {
    flex-direction: column;
    margin: 0;
    gap: 1rem;
  }
}
.top-main-set__list--01 {
  padding: 0 0 0 36rem;
}
@media (max-width: 1000px) {
  .top-main-set__list--01 {
    padding: 0;
    left: 24rem;
  }
}
@media (max-width: 768px) {
  .top-main-set__list--01 {
    padding: 0;
    left: 0;
  }
}
.top-main-set__item {
  width: 160px;
  text-align: center;
}
@media (max-width: 1000px) {
  .top-main-set__item {
    max-width: 130px;
  }
}
@media (max-width: 768px) {
  .top-main-set__item {
    width: 100%;
    max-width: 100%;
  }
}
.top-main-set__item a {
  border: 1px solid var(--blue);
  border-radius: 5px;
  font-size: 1.1rem;
  color: var(--blue);
  padding: 1rem;
  max-width: 160px;
  width: 100%;
  display: block;
  transition: 0.1s all;
}
@media (max-width: 1000px) {
  .top-main-set__item a {
    max-width: 130px;
  }
}
@media (max-width: 768px) {
  .top-main-set__item a {
    max-width: 100%;
  }
}
.top-main-set__item a span {
  background: transparent url("../img/top/icon_arrow_b.svg") no-repeat left center;
  padding: 0 0 0 2rem;
  transition: 0.1s all;
}
.top-main-set__item a:hover {
  background: var(--blue);
  color: #fff;
  opacity: 1;
}
.top-main-set__item a:hover span {
  background: transparent url("../img/top/icon_arrow_w.svg") no-repeat left center;
}
.top-bottom {
  background: transparent url("../img/top/bg_mv.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 15rem 0 13rem;
}
.top-bottom .inner {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
.top-bottom-info {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4rem 3rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-bottom-info {
    flex-direction: column;
  }
}
.top-bottom-info__spwrap {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .top-bottom-info__spwrap {
    display: block;
    width: 100%;
  }
}

.top-bottom-info__label {
  font-weight: 600;
  font-size: 2.2rem;
}
.top-bottom-info__nav a {
  font-size: 1.2rem;
  background: transparent url("../img/common/icon_arrow.svg") no-repeat left center;
  background-size: auto 100%;
  padding: 0 0 0 1.8rem;
  transition: 0.1s all;
}
@media (max-width: 768px) {
  .top-bottom-info__nav a {
    border: 1px solid var(--blue);
    border-radius: 5px;
    font-size: 1.1rem;
    color: var(--blue);
    padding: 1rem;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    background: none;
    margin-top: 1rem;
  }
  .top-bottom-info__nav a span {
    background: transparent url("../img/top/icon_arrow_b.svg") no-repeat left center;
    padding: 0 0 0 2rem;
    transition: 0.1s all;
  }
}
.top-bottom-info__list {
  width: 83%;
}
@media (max-width: 768px) {
  .top-bottom-info__list {
    width: 100%;
  }
}
.top-bottom-info__item {
  border-bottom: 1px solid #C9C9C9;
  padding: 1.5rem 0;
}
.top-bottom-info__item:last-child {
  border: none;
}
.top-bottom-info__item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .top-bottom-info__item a {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.top-bottom-info__icon {
  color: #Fff;
  font-size: 1.2rem;
  text-align: center;
  min-width: 12rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .top-bottom-info__icon {
    margin: 0 1rem 0 0;
  }
}
.top-bottom-info__icon span {
  padding: 0.6rem;
  border-radius: 40px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .top-bottom-info__icon span {
    padding: 0.3rem;
  }
}
.top-bottom-info__icon--01 span {
  background: var(--blue);
}
.top-bottom-info__icon--02 span {
  background: var(--orange);
}
.top-bottom-info__icon--03 span {
  background: var(--green);
}
.top-bottom-info__icon--04 span {
  background: var(--red);
}
.top-bottom-info__title {
  font-size: 1.5rem;
}
.top-bottom-banner {
  display: flex;
  gap: 5rem;
}
@media (max-width: 768px) {
  .top-bottom-banner {
    flex-direction: column;
    gap: 3rem;
  }
}
.top-bottom-banner__set {
  width: 100%;
  height: 132px;
}
@media (max-width: 1000px) {
  .top-bottom-banner__set {
    height: 100px;
  }
}
.top-bottom-banner__set::before {
  content: "";
  background: rgba(0, 75, 148, 0.7);
  display: block;
  -webkit-clip-path: polygon(67% 0, 100% 57%, 39% 100%, 0 100%, 27% 0);
          clip-path: polygon(67% 0, 100% 57%, 39% 100%, 0 100%, 27% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 132px;
  z-index: 50;
  transition: 0.3s all;
}
@media (max-width: 1000px) {
  .top-bottom-banner__set::before {
    height: 100px;
    -webkit-clip-path: polygon(67% 0, 100% 57%, 49% 100%, 0 100%, 17% 0);
            clip-path: polygon(67% 0, 100% 57%, 49% 100%, 0 100%, 17% 0);
    width: 240px;
  }
}
.top-bottom-banner__set:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
}
.top-bottom-banner__set a {
  display: block;
  height: 100%;
}
.top-bottom-banner__set a:hover {
  opacity: 1;
}
.top-bottom-banner__set--01 a {
  background: transparent url("../img/top/img_banner_01.jpg") no-repeat center center;
  background-size: cover;
}
.top-bottom-banner__set--02 a {
  background: transparent url("../img/top/img_banner_02.jpg") no-repeat center center;
  background-size: cover;
}
.top-bottom-banner__title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 0 0 0 6rem;
  z-index: 100;
}
@media (max-width: 1000px) {
  .top-bottom-banner__title {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=top.css.map */

/*2025年3月　ニュースリンク追加*/

.NewsLinks{
  position: fixed;
  top:120px;
  right: 0;
  z-index: 999;
}
.NewsLinks A{
  position: relative;
}
  .NewsLinks A::before{
    content: "";
    position: absolute;
     background-image: url("../img/common/icon_catop_arrow_w.svg");
     background-repeat: no-repeat;
     transform: rotate(90deg);
     width: 14px;
     height: 10px;
     left: 10px;
     top: 0;
     bottom: 0;
     margin: auto;
  }

  .NewsLinks .Btn_PC A{
      width: auto;
      padding: 1.25rem 2.5rem 1.25rem 4rem;
      display: block;
      color: #FFF;
      background-color: var(--orange);
  }
  .NewsLinks .Btn_SP{
    display: none;
  }
  @media (max-width: 768px) {
    .NewsLinks{
      position: fixed;
      top:inherit;
      right:inherit;
      bottom: 0;
      left: 0;
      z-index: 999;
      width: 100%;
    }
    .NewsLinks .Btn_PC {
      display: none;
    }
    .NewsLinks .Btn_SP{
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: start;
      align-items: start;
      flex-wrap: wrap;
    }
    .NewsLinks .Btn_SP A{
      width: calc(100% / 2 - 1px);
      text-align: center;
      padding: 1.5rem 2rem 1.5rem 3rem;
      display: block;
      color: #FFF;
      background-color: var(--orange);
    }
  }