/* topMainvisual  */
.topMainvisual {
  z-index: 2;
  width: 112%;
  margin-left: -5.6%;
}

.topMainvisual .topMainvisual__copy {
  width: 123%;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  mix-blend-mode: multiply;
  left: -10%;
}

.topMainvisual .topMainvisual__copy img {
  width: 86%;
  margin-left: 8%;
}
.topMainvisual .copy{
  position: absolute;
  z-index: 10;
  width: 31%;
  top: 3%;
  width: 40%;
  left: 30%;
  z-index: 101;
}
.topMainvisual .copy div{
  position: absolute;
  z-index: 2;
}
.topMainvisual .copy div.off{
  opacity: 0;
}
.topMainvisual .copy div:nth-of-type(1){
  transition: 1.5s;
}
.topMainvisual .copy div:nth-of-type(2){
  transition: 1.5s;
}
.topMainvisual .copy img{
  width: 100%;
}
.topMainvisual .topMainvisual__image {
  width: 100%;
  position: relative;
  height: 40vw;
  overflow: hidden;
  background: #fff;
}
.topMainvisual .topMainvisual__image .anim_v1{
  position: relative;
  transition: 2s;
  z-index: 1;
}
.topMainvisual .topMainvisual__image .anim_v1 img{
  transition: 1.5s;
}
.topMainvisual .topMainvisual__image .anim_v2{
  position: absolute;
  top: 0;
  z-index: 0;
}
.topMainvisual .topMainvisual__image .anim_v2{
  transition: 1.5s;
  width: 100%;
}
.topMainvisual .topMainvisual__image{

}
.topMainvisual .topMainvisual__image .off{
  opacity: 0;
}
.topMainvisual .topMainvisual__image video{
  width: 100%;
}
.topMainvisual .topMainvisual__image img {
  width: 100%;
}

.topMainvisual .topMainvisual__copyInner {
  font-size: 1.1vw;
  font-weight: 500;
  width: 100%;
  position: relative;
  height: 40vw;
  overflow: hidden;
}

.topMainvisual .topMainvisual__copyInner p:nth-of-type(1) {
  margin-left: 8%;
}

.topMainvisual .topMainvisual__copyInner p:nth-of-type(2) {
  text-align: right;
  margin: 2% 8% 0 0;
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .inner{
    margin-top: -6%;
  }
  .topMainvisual{
    display: block;
  }
  .topMainvisual .copy{
    position: absolute;
    z-index: 101;
    width: 80%;
    left: 10%;
    top: 1.2%;
}
.topMainvisual .topMainvisual__image{
  height: 68vw;
}
  .topMainvisual .topMainvisual__copy{
    width: 100%;
    background: none;
  }
  .topMainvisual .topMainvisual__copy img{
    width: 123%;
    margin-left: 5%;
  }
  .topMainvisual .topMainvisual__copyInner{
    font-size: 4.8vw;
    height: 68vw;
  }
  .topMainvisual .topMainvisual__copyInner p:nth-of-type(1) {
    margin-left: 5%;
  }
  .topMainvisual .topMainvisual__copyInner p:nth-of-type(2){
    margin-right: 5%;
  }
  .topMainvisual .topMainvisual__image{
    width: 133%;
    margin-top: 15%;
    margin-left: -10%;
  }
  .topMainvisual .topMainvisual__image .anim_v1{
    width: 115%;
  }
}


/* topNews */
.topNews {
  position: relative;
  margin-top: 5%;
}

.topNews .topNews__sort {
  width: 37.5%
}

.topNews .topNews__sort .topNews__title {
  font-size: 2.5vw;
  font-weight: 500;
  background: url(../img/top/news_title.png) no-repeat;
  background-size: contain;
  padding: 5.5% 0;
}

.topNews .topNews__category {
  width: 66.5%;
}

.topNews .topNews__category .topNews__categoryTitle {
  font-size: 0.9vw;
  font-weight: 500;
  margin: 12% 0 4%;
}

.topNews .topNews__category>div {
  justify-content: space-between;
  margin-bottom: 10%;
}

.topNews .topNews__category>div>a {
  background-color: #F0F0F0;
  font-size: 0.9vw;
  border-radius: 100vh;
  padding: 3% 4%;
  font-weight: bold;
  margin-bottom: 3%;
}
.topNews .topNews__category>div>a:hover{
  background-color: #9B149B;
  color: #fff;
  opacity: 1;
}
.topNews .topNews__link {
  font-size: 1.3vw;
  font-weight: bold;
  display: inline-block;
  width: 70%;
}

.topNews .topNews__link:after {
  content: "";
  background: url(../img/arrow_upperright.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 0 6px 20px;
  width: 1.5vw;
  height: 1.5vw;
  float: right;
}

.topNews .topNews__linkURL {
  border-bottom: 4px solid #fff;
  border-image: linear-gradient(to right, #9B149B 0%, #3E149B 100%);
  border-image-slice: 1;
  padding-bottom: 6%;
}
.topNews .topNews__linkURL.sp{
  display: none;
}
.topNews .topNews__box {
  width: 62.5%
}

.topNews .topNews__box ul li {
  background: #F6F6F6;
  font-size: 0.8vw;
  font-weight: 500;
  margin-bottom: 2.5%;
}

.topNews .topNews__box ul li a {
  padding: 1% 2%;
  margin-bottom: 1.5%;
  display: block;
}

.topNews .topNews__box ul li a .topNews__boxArticle {
  align-items: center;
  flex-wrap: initial;
}

.topNews .topNews__box ul li a .topNews__boxArticle::after {
  content: "";
  background: url(../img/arrow_right.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: auto;
}

.topNews .topNews__box ul li .topNews__boxCategory--width {
  width: 21%;
  margin-left: 3%;
}

.topNews .topNews__box ul li .topNews__boxCategory {
  background-color: #fff;
  color: #9B149B;
  border-radius: 100vh;
  padding: 4%;
  margin-left: 4%;
  display: inline-block;
  white-space: nowrap;
  width: 6vw;
  text-align: center;
}

.topNews .topNews__box ul li .topNews__boxText {
  margin-left: auto;
  width: 68%;
  margin-right: 2%;
  font-size: 16px;
}

.topNews .topNews__category ul {
  justify-content: space-between;
  margin-bottom: 10%;
}

.topNews .topNews__categorylink li {
  background-color: #F0F0F0;
  font-size: 0.9vw;
  border-radius: 100vh;
  padding: 3% 4%;
  font-weight: bold;
  margin-bottom: 3%;
  cursor: pointer;
}
.topNews .topNews__categorylink li:hover{
  background-color: #9B149B;
  color: #fff;
  opacity: 1;
}
.topNews .topNews__link {
  font-size: 1.3vw;
  font-weight: bold;
  display: inline-block;
  width: 70%;
}
.topNews__categorylink {
	display: flex;
	margin: 0 0 35px;
	padding: 0;
	list-style-type: none;
}

.topNews__categorylink li:first-child {
	margin-left: 0;
}
.topNews__categorylink li.active, .topNews__categorylink li:hover {
	background: #9B149B;
	color: #fff;
	font-weight: bold;
}
.topNews__categorylink li.active:after, .topNews__categorylink li:hover:after {
	display: block;
}

.topNews__banner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px 0;
  margin-top: 50px;
}
.topNews__banner--box {
  width: calc(100%/3 - 35px);
  cursor: pointer;
}
.topNews__banner a:hover {
  opacity: 1;
}
.topNews__banner--box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  transition: all .2s;
  object-fit: contain;
}
.topNews__banner a:hover img {
  filter: brightness(1.2);
}
.topNews__banner--box p {
  font-size:0.9vw;
  font-weight: 500;
  background-color: #F6F3FA;
  padding: 0.6rem 3px 0.6rem 0.6rem;
}
.topNews__banner--box p span {
  font-weight: bold;
  font-size: 0.9vw;
  background-color: #9B149B;
  color: #fff;
  border-radius: 100vh;
  margin-right: 3%;
  padding-bottom: 1px;
  display: inline-block;
  white-space: nowrap;
  width: 3.2vw;
  text-align: center;
}


@media screen and (max-width: 1024px) {
  .topNews{
      display: block;
      margin-top: 15%;
  }
  .topNews .topNews__sort{
    width: 100%;
  }
  .topNews .topNews__sort .topNews__title{
    font-size: 3.2rem;
    padding: 6%;
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
  .topNews .topNews__category{
    width: 100%;
  }
  .topNews .topNews__category .topNews__categoryTitle,
  .topNews .topNews__category>div>a{
    font-size: 1.6rem;
  }
  .topNews .topNews__categorylink li{
    font-size: 1.6rem;
  }
  .topNews .topNews__box{
    width: 117%;
  }
  .topNews .topNews__box ul li{
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }
  .topNews .topNews__box ul li a .topNews__boxArticle {
    flex-wrap: wrap;
  }
  .topNews .topNews__box ul li .topNews__boxText {
    width: 100%;
  }
  .topNews .topNews__box ul li .topNews__boxCategory{
    font-size: 1.2rem;
    display: block;
    padding: 0;
    margin: 0;
    width: auto;
  }
  .topNews .topNews__box ul li .topNews__boxCategory--width {
    width: auto;
    margin-left: 6%;
    padding: 2%;
    background: #fff;
    border-radius: 100vw;
  }
  .topNews .topNews__box ul li .topNews__boxText{
    margin-right: 11%;
    margin-top: 3%;
  }
  .topNews .topNews__box ul li a .topNews__boxArticle::after{
    display: none;
  }
  .topNews .topNews__box ul li::after {
    content: "";
    background: url(../img/arrow_right.svg) no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 5vw;
    height: 5vw;
    margin-left: auto;
    margin-right: 10%;
  }
  .topNews .topNews__box ul li a{
    width: 94%;
  }
  .topNews .topNews__link:after{
    width: 4.5vw;
    height: 4.5vw;
  }
  .topNews .topNews__linkURL.sp{
    width: 64%;
    margin-left: 18%;
    margin-top: 10%;
    display: block;
  }
  .topNews .topNews__linkURL.sp .topNews__link{
    font-size: 2.4rem;
    width: 100%;
    line-height: 1;
  }

  .topNews__banner {
    width: 85.5%;
}
  .topNews__banner--box {
    width: calc(100%/3 - 2vw);
  }
  .topNews__banner--box img {
    width: 100%;
    height: auto;
  }
  .topNews__banner--box p {
    font-size:1.6rem;
  }
  .topNews__banner--box p span {
    font-size: 1.6rem;
    width: auto;
    padding: 0 0.8em 2px;
  }
}
@media screen and (max-width: 896px) {
  .topNews .topNews__box ul li::after{
    margin-right: 16%;
  }
}
@media screen and (max-width: 842px) {
  .topNews__banner--box p span {
    padding-bottom: 2px;
  }
}
@media screen and (max-width:767px) {
  .topNews__banner {
    flex-wrap: wrap;
}
  .topNews__banner--box {
    width: calc(100%/2 - 2vw);
  }
}

/* topService */
.topService {
  position: relative;
  margin-top: 5%;
}

.topService .topService__image {
  width: 126%;
  margin-left: -13%;
  background: url(../img/top/service_image.png);
  background-size: cover;
}

.topService .topService__image--bg {
  width: 100%;
  height: 48vw;
  margin-left: 50%;
  background: #f9f3fa;
  position: absolute;
  z-index: -1;
}

.topService .topService__title {
  padding: 5% 0 12%;
}

.topService .topService__title h2 {
  margin: 0 auto;
  font-size: 2.5vw;
  font-weight: 500;
  background: url(../img/top/service_title.png) no-repeat center;
  background-size: contain;
  padding: 4.5% 0;
  color: #fff;
  text-align: center;
}

.topService .topService__box {
  margin-top: -12%;
}

.topService .topService__box ul li {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.topService .topService__box ul li img {
  object-fit: cover;
  width: 100%;
  height: 18vw;
}

.topService .topService__boxtext {
  width: 95%;
  background: #fff;
  margin: -22% 0 0 18%;
  padding: 16% 0;
  position: relative;
}

.topService .topService__boxtext--center {
  margin: 0 auto;
}

.topService .topService__boxtext--jp {
  font-size: 1.66vw;
  font-weight: 500;
  text-align: center;
}

.topService .topService__boxtext--en {
  font-size: 0.6vw;
  font-weight: 500;
  text-align: center;
  color: #9B149B;
}

.topService .topService__boxtext:after {
  content: "";
  background: url(../img/arrow_upperright.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 0 6px 20px;
  width:  1.5vw;
  height:  1.5vw;
  float: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.topService .topService__btn {
  color: #fff;
  background: var(--gradation-main-horizontal);
  padding: 5%;
  margin-top: 3%;
}

.topService .topService__btn p {
  text-align: center;
}

.topService .topService__btn p:nth-of-type(1) {
  font-size: 2.5vw;
  font-weight: 500;
  position: relative;
}

.topService .topService__btn p:nth-of-type(1)::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.topService .topService__btn p:nth-of-type(2) {
  font-size: 0.8vw;
  margin-top: 3%;
}
@media screen and (max-width: 1024px) {
  .topService{
    margin-top: 20%;
  }
  .topService .topService__image{
    width: 133%;
    margin-left: -17%;
  }
  .topService .topService__title h2{
    font-size: 3.2rem;
  }
  .topService .topService__title h2{
    background-size: 107%;
    padding: 12.5% 0;
  }
  .topService .topService__box ul{
    justify-content: space-between;
  }
  .topService .topService__box ul li {
    width: 48%;
    margin-right: 0;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }
  .topService .topService__boxtext--jp{
    font-size:2rem;
    text-align: left;
  }
  .topService .topService__boxtext{
    margin: 0;
    width: 100%;
  }
  .topService .topService__boxtext:after{
    width: 3vw;
    height: 3vw;
  }
  .topService .topService__boxtext--center{
    margin: initial;
  }
  .topService .topService__boxtext{
    padding: 15% 0 8% 8%;
  }
  .topService .topService__box ul li img{
    height: 30vw;
  }
  .topService .topService__boxtext--en{
    font-size: 1.2rem;
    margin-top: 2%;
    text-align: left;
  }
  .topService .topService__btn {
    margin-top: 10%;
    padding: 64px 0;
  }
  .topService .topService__btn p:nth-of-type(1){
    font-size: 4.8rem;
  }
  .topService .topService__btn p:nth-of-type(1)::before{
    bottom: -22px;
  }
  .topService .topService__btn p:nth-of-type(2){
    font-size: 1.6rem;
    margin-top: 12%;
  }
}


/* topCompany */
.topCompany {
  position: relative;
  margin-top: 8%;
}

.topCompany .topCompany__title h2 {
  margin: 0 auto;
  font-size: 2.5vw;
  font-weight: 500;
  background: url(../img/top/company_title.png) no-repeat center;
  background-size: contain;
  padding: 1.7% 0;
  text-align: center;
}

.topCompany .topCompany__box {
  margin-top: 6%;
}

.topCompany .topCompany__box img {
  width: 75%;
}

.topCompany .topCompany__linkURL {
  border-bottom: 4px solid #fff;
  border-image: linear-gradient(to right, #9B149B 0%, #3E149B 100%);
  border-image-slice: 1;
  padding-bottom: 1.6%;
}

.topCompany .topCompany__link {
  font-size: 1.3vw;
  font-weight: bold;
  display: inline-block;
  width: 20%;
  margin-top: 2%;
}

.topCompany .topCompany__linkURL--second {
  margin-left: 5%;
}

.topCompany .topCompany__link:after {
  content: "";
  background: url(../img/arrow_upperright.svg) no-repeat;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 0 6px 20px;
  width: 1.5vw;
  height: 1.5vw;
  float: right;
}

.topCompany .topCompany__linkText {
  font-size: 1.1vw;
  width: 50%;
  margin-left: 50%;
  background: #fff;
  padding: 2% 0 2% 2%;
  margin-top: -14%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .topCompany{
    margin-top: 15%;
  }
  .topCompany .topCompany__title h2{
    width: 134%;
    margin-left: -17%;
    font-size: 3.2rem;
    background-size: 107%;
    padding: 12.5% 0;
  }
  .topCompany .topCompany__box img{
    width: 110%;
    margin-left: -5.1%;
  }
  .topCompany .topCompany__description{
    display: flex;
    flex-wrap: wrap;
    width: 99%;
    margin-left: 3%;
  }
  .topCompany .topCompany__description > div{
    width: 100%;
    order: 1;
    margin-top: 6%;
    margin-left: -2%;
  }
  .topCompany .topCompany__linkText{
    width: 110%;
    margin-left: -5%;
    margin: 0;
    font-size: 2rem;
    margin-top: 4%;
  }
  .topCompany .topCompany__link{
    width: 47%;
    font-size: 2rem;
    line-height: 1;
  }
  .topCompany .topCompany__link:after{
    width: 3vw;
    height: 3vw;
  }
}


















.slider {
  height: 40vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  max-width: 120%;
  margin-left: -10%;
  z-index: 100;
}
.topMainvisual{
  z-index: 200;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width: 1024px) {
.slider {
  height: 64vw;
}
.slick-img img {
  width: 130%;
}
}