@charset "UTF-8";
#mv {
  width: 100%;
}
#mv .mv_main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.swiper {
  margin: 48px 0;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background-color: #A71C4B;
  opacity: 0.5;
  color: #fff;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 12px;
}
.swiper .swiper-button-prev {
  left: 13%;
  right: auto;
}
.swiper .swiper-button-next {
  right: 13%;
  left: auto;
}
.swiper .swiper-pagination {
  display: none;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A71C4B;
}
@media (max-width: 750px) {
  .swiper .swiper-pagination {
    display: block;
    position: initial;
  }
}
.swiper .swiper-slide {
  transition: transform 0.3s ease;
  transform: scale(0.8);
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .swiper .swiper-slide {
    height: 360px;
    transform: scale(0.9);
    height: auto;
  }
}
.swiper .swiper-slide .slide-text {
  font-size: 12px;
  text-align: center;
  line-height: 1rem;
  margin-top: 1rem;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 600px;
  max-height: 400px;
}
@media (max-width: 750px) {
  .swiper .swiper-slide img {
    max-height: 300px;
  }
}
.swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.mus_swiper {
  margin: 0;
}
.mus_swiper .swiper-button-prev,
.mus_swiper .swiper-button-next {
  background-color: #26604F;
  opacity: 0.5;
  color: #fff;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.mus_swiper .swiper-button-prev:hover,
.mus_swiper .swiper-button-next:hover {
  opacity: 1;
}
.mus_swiper .swiper-button-prev::after,
.mus_swiper .swiper-button-next::after {
  font-size: 12px;
}
.mus_swiper .swiper-button-prev {
  left: 1rem;
  right: auto;
}
.mus_swiper .swiper-button-next {
  right: 1rem;
  left: auto;
}
.mus_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #26604F;
}
@media (max-width: 750px) {
  .mus_swiper .swiper-pagination {
    bottom: 24px;
  }
}
.mus_swiper .swiper-slide {
  height: auto;
}
.mus_swiper .swiper-slide img {
  height: auto;
}

section {
  margin: 0 auto;
  width: 100%;
  padding-top: 100px;
}

.newswrapper {
  max-width: 1040px;
  width: 100%;
  height: 310px;
  background-color: #fff;
  border: 2px solid #26604F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newswrapper ul {
  width: 992px;
  height: 262px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  overflow: auto;
}
@media (max-width: 750px) {
  .newswrapper ul {
    padding: 16px;
  }
}
.newswrapper ul .newsitem {
  padding: 16px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 20px;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem {
    padding: 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.newswrapper ul .newsitem.hide {
  display: none;
}
.newswrapper ul .newsitem span {
  display: block;
  padding-right: 24px;
  border-right: 1px solid #fff;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem span {
    border: none;
  }
}
.newswrapper ul .newsitem a {
  color: #A71C4B;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem a {
    padding-left: 0;
  }
}
.newswrapper ul .newsitem p {
  padding-left: 24px;
}
@media (max-width: 750px) {
  .newswrapper ul .newsitem p {
    padding-left: 0;
  }
}

.float .f_right {
  float: right;
  margin: 0 16px;
}

#highlights .contentwrapper.gr {
  margin-bottom: 40px;
  width: 100%;
}
#highlights .contentwrapper.gr h3 {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
}
@media (max-width: 750px) {
  #highlights .contentwrapper.gr h3 {
    margin: 32px auto 8px;
  }
}
#highlights .contentwrapper.gr h3 span {
  font-size: 30px;
}
#highlights .contentwrapper.gr h3 div {
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 800px) {
  #highlights .contentwrapper.gr .flex {
    flex-direction: column;
  }
  #highlights .contentwrapper.gr .flex .right {
    align-items: center;
  }
}
#highlights .contentwrapper.gr .flex .left {
  flex: 1 1 auto;
}
#highlights .contentwrapper.gr .flex .right {
  width: 100%;
  flex: 0 0 455px;
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
@media (max-width: 750px) {
  #highlights .contentwrapper.gr .flex .right {
    flex: 0 0 auto;
    padding-top: 0;
  }
}
#highlights .contentwrapper.gr .flex .right .mus_swiper {
  width: 455px;
}
@media (max-width: 750px) {
  #highlights .contentwrapper.gr .flex .right .mus_swiper {
    width: 100%;
  }
}
#highlights .contentwrapper .cap.right {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
#highlights .contentwrapper .left .col,
#highlights .contentwrapper .right .col {
  gap: 10px;
}
#highlights .contentwrapper .left .col .imgtitle,
#highlights .contentwrapper .right .col .imgtitle {
  line-height: 1.4rem;
}
#highlights .contentwrapper .left .col .imgtitle span,
#highlights .contentwrapper .right .col .imgtitle span {
  font-size: 12px;
  display: block;
}
#highlights .contentwrapper .tablist_inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tablist_inner {
    width: 400px;
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .toptext {
    padding: 0 16px;
  }
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .note.flex {
    padding: 0 16px;
  }
}
@media (max-width: 430px) {
  #highlights .contentwrapper .tabcont .note.flex {
    padding: 0 16px;
  }
}
#highlights .contentwrapper .tabcont .hl {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  gap: 1rem;
}
#highlights .contentwrapper .tabcont .hl .left {
  font-size: 30px;
  width: 150px;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .hl .left {
    font-size: 25px;
    min-width: 95px;
  }
}
#highlights .contentwrapper .tabcont .hl .left span {
  font-size: 20px;
  display: block;
  border-top: 2px solid #A71C4B;
  margin-top: 4px;
}
@media (max-width: 750px) {
  #highlights .contentwrapper .tabcont .hl .left span {
    font-size: 14px;
  }
}
#highlights .contentwrapper .tabcont .hl .right {
  font-size: 30px;
  line-height: 40px;
}
#highlights .contentwrapper .tabcont .hl .right .sidetext {
  margin-top: 1rem;
}
@media (max-width: 800px) {
  #highlights .contentwrapper .tabcont .hl .right {
    font-size: 26px;
    line-height: 32px;
  }
}
#highlights .contentwrapper .tabcont .hl .right span {
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 800px) {
  #highlights .contentwrapper .tabcont .hl .right span {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
}

#outline ul li {
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  border-bottom: 1px solid #26604F;
  font-weight: 300;
}
@media (max-width: 750px) {
  #outline ul li {
    flex-direction: column;
    gap: 10px;
  }
}
#outline ul li .access {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 24px;
}
#outline ul li .access iframe {
  max-width: 100%;
}
#outline ul li.noborder {
  border: none;
  padding-bottom: 0;
}
#outline ul li h4 {
  flex: 0 0 200px;
  font-weight: 600;
}
@media (max-width: 750px) {
  #outline ul li h4 {
    flex: 20px;
  }
}
#outline ul li ul.list {
  list-style-type: disc;
  padding-left: 16px;
}
#outline ul li ul.list li {
  border: none;
  padding: 0;
  display: list-item;
}
#outline ul li .cap {
  position: relative;
  padding-left: 16px;
  display: block;
  font-weight: 600;
}
#outline ul li .cap::before {
  content: "※";
  position: absolute;
  left: 0;
}
#outline .contentwrapper {
  text-align: center;
}
#outline .contentwrapper h4 {
  margin-bottom: 10px;
}
#outline .contentwrapper p {
  font-weight: 300;
}/*# sourceMappingURL=home.css.map */