@charset "UTF-8";
.fv {
  background: url(../img/mv.jpg) no-repeat center/1920px;
  padding: 70px 0 0px;
  height: 700px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .fv {
    background: url(../img/mv.jpg) no-repeat center/1300px;
    padding: 40px 0 70px;
    height: auto;
    margin-bottom: 40px;
  }
}
.fv__wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .fv__wrapper {
    padding: 20px 15px;
  }
}
.fv__title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.fv__text {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 14px;
    text-align: left;
  }
}
.fv__text:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .fv__text:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page__title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  display: table;
  margin: 0 auto 60px;
}
@media (max-width: 980px) {
  .page__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.business__title {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .business__title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .business__title {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.business__title--red {
  color: #ff0000;
}
.business__title--ja {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .business__title--ja {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .business__title--ja {
    font-size: 16px;
  }
}
.business__h2 {
  font-family: "Roboto", serif;
  font-size: 100px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0em;
  line-height: 100%;
}
@media (max-width: 980px) {
  .business__h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .business__h2 {
    font-size: 40px;
  }
}
.business__inner {
  width: 100%;
  margin: auto;
}

.division {
  background-color: #ededf0;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .division {
    padding: 40px 0;
  }
}
.division__inner {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .division__inner {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .division__inner {
    display: block;
  }
}
.division__wrapper {
  max-width: 477px;
  width: 38%;
}
@media (max-width: 768px) {
  .division__wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.division__title {
  font-size: 26px;
  max-width: 290px;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 130%;
  font-weight: bold;
  background-color: #242e67;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .division__title {
    max-width: 200px;
    font-size: 18px;
    padding: 6px 3px;
    margin-bottom: 15px;
  }
}
.division__text {
  font-size: 20px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .division__text {
    font-size: 16px;
    line-height: 180%;
  }
}
.division__slide {
  max-width: 770px;
  width: 60%;
}
@media (max-width: 768px) {
  .division__slide {
    max-width: 100%;
    width: 100%;
  }
}

.sec02 {
  background-color: #e4e4e7;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .sec02 {
    padding: 40px 0;
  }
}
.sec02__inner {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .sec02__inner {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .sec02__inner {
    display: block;
  }
}
.sec02__wrapper {
  max-width: 477px;
  width: 38%;
}
@media (max-width: 768px) {
  .sec02__wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec02__title {
  font-size: 26px;
  max-width: 290px;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 130%;
  font-weight: bold;
  background-color: #242e67;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec02__title {
    font-size: 20px;
    padding: 6px 3px;
    margin-bottom: 15px;
  }
}
.sec02__text {
  font-size: 20px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .sec02__text {
    font-size: 16px;
    line-height: 180%;
  }
}
.sec02__slide {
  max-width: 770px;
  width: 60%;
}
@media (max-width: 768px) {
  .sec02__slide {
    max-width: 100%;
    width: 100%;
  }
}

.sec03 {
  background-color: #ededf0;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .sec03 {
    padding: 40px 0;
  }
}
.sec03__inner {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .sec03__inner {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .sec03__inner {
    display: block;
  }
}
.sec03__wrapper {
  max-width: 477px;
  width: 38%;
}
@media (max-width: 768px) {
  .sec03__wrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec03__title {
  font-size: 26px;
  max-width: 290px;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 130%;
  font-weight: bold;
  background-color: #242e67;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec03__title {
    font-size: 20px;
    padding: 6px 3px;
    margin-bottom: 15px;
  }
}
.sec03__text {
  font-size: 20px;
  line-height: 200%;
}
@media (max-width: 768px) {
  .sec03__text {
    font-size: 16px;
    line-height: 180%;
  }
}
.sec03__slide {
  max-width: 770px;
  width: 60%;
}
@media (max-width: 768px) {
  .sec03__slide {
    max-width: 100%;
    width: 100%;
  }
}

.event {
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  .event {
    padding: 50px 0 30px;
  }
}
.event__title {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .event__title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .event__title {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.event__title--red {
  color: #ff0000;
}
.event__title--ja {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .event__title--ja {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .event__title--ja {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .event__title {
    margin-bottom: 20px;
  }
}
.event__h2 {
  font-family: "Roboto", serif;
  font-size: 100px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0em;
  line-height: 100%;
}
@media (max-width: 980px) {
  .event__h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .event__h2 {
    font-size: 40px;
  }
}
.event__text {
  text-align: center;
}
.event .swiper-slide {
  max-width: 410px;
}
@media only screen and (max-width: 768px) {
  .event .swiper-slide {
    width: 75%;
  }
}

.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .marquee {
    margin-bottom: 20px;
  }
}
.marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
  animation-play-state: running;
}
.marquee__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .marquee__item {
    font-size: 16px;
  }
}
.marquee__ttl {
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .marquee__ttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
.marquee__pict {
  width: 410px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .marquee__pict {
    width: 250px;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide-thumb-active {
  border: solid 3px #242e67;
}

/* レイアウトのためのスタイル */
.swiper {
  max-width: 770px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .swiper {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=style.css.map */