/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  padding-bottom: 4vw;
  background-color: #ffffff;
}

.fv-main {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.fv-main .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 92vw;
}

.fv-main .swiper-slide:last-child {
  margin-right: 0 !important;
}

.fv-main .swiper-slide a {
  display: block;
}

.fv-main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 690/720;
}

.fv-thumb {
  margin-top: 4vw;
}

.fv-thumb .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4vw;
}

.fv-thumb .swiper-slide {
  position: relative;
  width: 16vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  opacity: 0.5;
  cursor: pointer;
}

.fv-thumb .swiper-slide-thumb-active {
  border-color: #0255ae;
  opacity: 1;
}

.fv-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 120/126;
}

.fv-control {
  position: relative;
  margin-top: 2vw;
  text-align: center;
}

.fv-control-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12.6666666667vw;
  height: 4.5333333333vw;
}

.fv-prev,
.fv-next {
  position: absolute;
  top: 50%;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.fv-prev {
  left: 0;
  background-image: url(../img/fv/prev.svg);
}
.fv-prev:hover {
  background-image: url(../img/fv/prev-on.svg);
}

.fv-next {
  right: 0;
  background-image: url(../img/fv/next.svg);
}
.fv-next:hover {
  background-image: url(../img/fv/next-on.svg);
}

::-webkit-full-page-media,
:future,
:root .fv-prev {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .fv-next {
  -webkit-transition: none;
  transition: none;
}

.fv-pagination {
  position: relative;
  bottom: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8666666667vw;
}

.fv-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 !important;
  width: 2.6666666667vw;
  height: 2.2666666667vw;
  background: none !important;
  border-radius: 0 !important;
  opacity: 1;
}
.fv-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 1.3333333333vw 2.2666666667vw 1.3333333333vw;
  border-color: transparent transparent #d2d5dd transparent;
}

.fv-pagination .swiper-pagination-bullet-active:before {
  border-color: transparent transparent #1f2f54 transparent;
}

@media screen and (min-width: 751px) {
  .fv {
    padding: 1.3888888889vw 0 2.4305555556vw 0;
  }
  .fv-main {
    width: 83.3333333333vw;
  }
  .fv-main .swiper-slide {
    left: 0.6944444444vw;
    margin-right: 1.3888888889vw;
    width: 83.3333333333vw;
  }
  .fv-main img {
    aspect-ratio: 1200/540;
  }
  .fv-thumb {
    margin-top: 2.0833333333vw;
  }
  .fv-thumb .swiper-wrapper {
    gap: 1.1111111111vw;
  }
  .fv-thumb .swiper-slide {
    width: 20.8333333333vw;
    border-width: 0.2777777778vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fv-thumb .swiper-slide:hover {
    opacity: 1;
  }
  .fv-thumb img {
    aspect-ratio: 300/135;
  }
  .fv-control {
    margin-top: 1.5277777778vw;
  }
  .fv-control-box {
    padding: 0 4.1666666667vw;
    height: 1.7361111111vw;
  }
  .fv-prev,
  .fv-next {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
    -webkit-transition: background-image 0.2s;
    transition: background-image 0.2s;
  }
  .fv-pagination {
    gap: 0.6944444444vw;
  }
  .fv-pagination .swiper-pagination-bullet {
    width: 0.9722222222vw;
    height: 0.8333333333vw;
  }
  .fv-pagination .swiper-pagination-bullet:before {
    border-width: 0px 0.4861111111vw 0.8333333333vw 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    padding: 20px 0 35px 0;
  }
  .fv-main {
    width: 1200px;
  }
  .fv-main .swiper-slide {
    left: 10px;
    margin-right: 20px;
    width: 1200px;
  }
  .fv-thumb {
    margin-top: 30px;
  }
  .fv-thumb .swiper-wrapper {
    gap: 16px;
  }
  .fv-thumb .swiper-slide {
    width: 300px;
    border-width: 4px;
  }
  .fv-control {
    margin-top: 22px;
  }
  .fv-control-box {
    padding: 0 60px;
    height: 25px;
  }
  .fv-prev,
  .fv-next {
    width: 25px;
    height: 25px;
  }
  .fv-pagination {
    gap: 10px;
  }
  .fv-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 12px;
  }
  .fv-pagination .swiper-pagination-bullet:before {
    border-width: 0px 7px 12px 7px;
  }
}
/*  #menu
-------------------------------------------------------------------------------*/
.menu {
  position: relative;
  padding: 8.6666666667vw 0 14.6666666667vw 0;
  z-index: 1;
}
.menu:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/menu/bg_sp.png);
  background-size: cover;
  background-position: center bottom;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu .heading {
  margin-bottom: 4vw;
  text-align: center;
}
.menu .heading-catch {
  margin: 0 auto 0vw auto;
  width: 72.4vw;
}
.menu .heading-ja,
.menu .heading-en {
  color: #ffffff;
}
.menu .heading-ja span {
  display: inline-block;
  position: relative;
}
.menu .heading-ja span:before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: -10.6666666667vw;
  display: block;
  width: 8vw;
  height: 9.3333333333vw;
  background-image: url(../img/menu/roller.svg);
  background-size: contain;
  -webkit-transform: rotate(35.39deg);
          transform: rotate(35.39deg);
}
.menu .heading-en {
  margin-top: 0.3em;
}

@media screen and (min-width: 751px) {
  .menu {
    padding: 2.7777777778vw 0 9.7222222222vw 0;
  }
  .menu:before {
    background-image: url(../img/menu/bg.png);
    background-image: image-set(url(../img/menu/bg.png) 1x, url(../img/menu/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/bg.png) 1x, url(../img/menu/bg-2x.png) 2x);
  }
  .menu .heading {
    margin-bottom: 1.7361111111vw;
  }
  .menu .heading-catch {
    margin: 0 auto 0vw auto;
    width: 31.4583333333vw;
  }
  .menu .heading-ja {
    left: 0;
    font-size: 3.3333333333vw;
  }
  .menu .heading-ja span:before {
    left: -4.8611111111vw;
    top: 1.3888888889vw;
    width: 3.6111111111vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    padding: 40px 0 140px 0;
  }
  .menu .heading {
    margin-bottom: 25px;
  }
  .menu .heading-catch {
    margin: 0 auto 0 auto;
    width: 453px;
  }
  .menu .heading-ja {
    font-size: 4.8rem;
  }
  .menu .heading-ja span:before {
    left: -70px;
    top: 20px;
    width: 52px;
    height: 60px;
  }
}
/* ------------------------------------------- post - */
.menu-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.5333333333vw;
}
.menu-post:before {
  content: "";
  position: absolute;
  top: -34.6666666667vw;
  right: -1.7333333333vw;
  display: inline-block;
  width: 23.3333333333vw;
  height: 36.9333333333vw;
  background-image: url(../img/menu/staff_sp.png);
  background-size: contain;
}

.p-menu {
  width: 43.7333333333vw;
}

.p-menu a {
  position: relative;
  display: block;
  padding: 1.3333333333vw 1.3333333333vw 6.6666666667vw 1.3333333333vw;
  background-color: #000094;
  border-radius: 2.1333333333vw;
  -webkit-box-shadow: 0px 11px 21px 0px rgba(0, 39, 56, 0.34);
          box-shadow: 0px 11px 21px 0px rgba(0, 39, 56, 0.34);
  overflow: hidden;
}
.p-menu a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 11.2vw;
  height: 11.2vw;
  background-image: url(../img/menu/click.svg);
  background-size: contain;
}

::-webkit-full-page-media,
:future,
:root .p-menu a:after {
  -webkit-transition: none;
  transition: none;
}

.p-menu-image {
  margin-bottom: 2.4vw;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  aspect-ratio: 308/240;
  overflow: hidden;
}

.p-menu-target {
  margin-bottom: 2.4vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}

.p-menu-ttl {
  margin: 0 auto;
  width: 38.4vw;
}

@media screen and (min-width: 751px) {
  .menu-post {
    gap: 4.1666666667vw;
    margin: 0 auto;
    width: 62.2222222222vw;
  }
  .menu-post:before {
    top: -16.3194444444vw;
    right: -8.3333333333vw;
    width: 24.3055555556vw;
    height: 29.8611111111vw;
    background-image: url(../img/menu/staff.png);
    background-image: image-set(url(../img/menu/staff.png) 1x, url(../img/menu/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/staff.png) 1x, url(../img/menu/staff-2x.png) 2x);
  }
  .p-menu {
    width: 29.0277777778vw;
  }
  .p-menu a {
    padding: 0.6944444444vw 0.6944444444vw 1.0416666667vw 0.6944444444vw;
    border-radius: 1.1111111111vw;
  }
  .p-menu a:after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .p-menu a:hover .p-menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .p-menu a:hover:after {
    background-image: url(../img/menu/click-on.svg);
  }
  .p-menu-image {
    margin-bottom: 0.6944444444vw;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    aspect-ratio: 398/240;
  }
  .p-menu-target {
    margin-bottom: 0.6944444444vw;
    font-size: 1.5277777778vw;
    line-height: 1.06em;
  }
  .p-menu-ttl {
    width: 22.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-post {
    gap: 60px;
    width: 896px;
  }
  .menu-post:before {
    top: -235px;
    right: -120px;
    width: 350px;
    height: 430px;
  }
  .p-menu {
    width: 418px;
  }
  .p-menu a {
    padding: 10px 10px 15px 10px;
    border-radius: 16px;
  }
  .p-menu a:after {
    width: 60px;
    height: 60px;
  }
  .p-menu-image {
    margin-bottom: 10px;
    border-radius: 16px 16px 0 0;
  }
  .p-menu-target {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .p-menu-ttl {
    width: 318px;
  }
}
/*  #topics
-------------------------------------------------------------------------------*/
.topics {
  position: relative;
  padding: 8vw 0 6.6666666667vw 0;
  background-image: url(../img/topics/bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
.topics .heading {
  margin-bottom: 4vw;
  text-align: center;
}
.topics .heading-catch {
  position: relative;
  margin: 0 auto 2vw auto;
  width: 61.3333333333vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
.topics .heading-catch span {
  color: #ffe747;
}
.topics .heading-catch:before, .topics .heading-catch:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  display: inline-block;
  width: 4.9333333333vw;
  height: 5.7333333333vw;
  background-image: url(../img/topics/slash.svg);
  background-size: contain;
}
.topics .heading-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.topics .heading-catch:after {
  right: 0;
}
.topics .heading-ja,
.topics .heading-en {
  color: #ffffff;
}
.topics .heading-ja span {
  display: inline-block;
  position: relative;
}
.topics .heading-ja span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10vw;
  display: block;
  width: 7.7333333333vw;
  height: 5.6vw;
  background-image: url(../img/topics/speaker.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topics .heading-en {
  margin-top: 0.3em;
}

.topics-tab {
  position: relative;
}

.topics-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5333333333vw;
}

.topics-tab-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24.5333333333vw;
  height: 8.5333333333vw;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}

.topics-tab-menu-all {
  background-color: #888888;
}

.topics-tab-menu-works {
  background-color: #1f2f54;
}

.topics-tab-menu-flyer {
  background-color: #ff6000;
}

.topics-tab-menu > li.is-active {
  background-color: #ffffff;
  color: #000000;
}

.topics-tab-content {
  position: relative;
  padding: 4vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}
.topics-tab-content:before {
  content: "";
  position: absolute;
  top: -29.0666666667vw;
  right: -2vw;
  display: inline-block;
  width: 25.2vw;
  height: 34.1333333333vw;
  background-image: url(../img/topics/staff_sp.png);
  background-size: contain;
  z-index: -1;
}

.topics-tab-content > div {
  display: none;
}

.topics-tab-content > div.is-active {
  display: block;
}

.topics-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-topics {
  width: 100%;
}

.p-topics a {
  display: block;
  padding: 3.3333333333vw 0;
  border-bottom-color: #22a3dd;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.p-topics-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2vw;
  margin-bottom: 1.7333333333vw;
}

.p-topics-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  height: 5.3333333333vw;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1em;
}

.p-topics-cat--works {
  background-color: #1f2f54;
}

.p-topics-cat--flyer {
  background-color: #ff6000;
}

.p-topics-cat--info {
  background-color: #0255ae;
}

.p-topics-cat--voice {
  background-color: #f79906;
}

.p-topics-data {
  color: #656565;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.075em;
}

.p-topics-ttl {
  height: 1.5em;
  -webkit-line-clamp: 1;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .topics {
    padding: 4.5138888889vw 0 4.1666666667vw 0;
    background-image: url(../img/topics/bg.jpg);
    background-image: image-set(url(../img/topics/bg.jpg) 1x, url(../img/topics/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/topics/bg.jpg) 1x, url(../img/topics/bg-2x.jpg) 2x);
  }
  .topics .heading {
    margin-bottom: 0.6944444444vw;
  }
  .topics .heading-catch {
    margin: 0 auto 0.6944444444vw auto;
    width: 26.8055555556vw;
    font-size: 1.6666666667vw;
  }
  .topics .heading-catch:before, .topics .heading-catch:after {
    width: 2.0833333333vw;
    height: 2.4305555556vw;
  }
  .topics .heading-ja span:before {
    left: -4.1666666667vw;
    width: 3.4027777778vw;
    height: 2.3611111111vw;
  }
  .topics-tab {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .topics-tab-menu {
    gap: 0.2777777778vw;
    margin-left: 2.4305555556vw;
  }
  .topics-tab-menu > li {
    width: 8.75vw;
    height: 2.7777777778vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
    font-size: 1.1111111111vw;
  }
  .topics-tab-content {
    padding: 2.7777777778vw 3.8194444444vw 2.7777777778vw 5.5555555556vw;
    border-radius: 0.2777777778vw;
  }
  .topics-tab-content:before {
    top: -14.4444444444vw;
    right: 0.9027777778vw;
    width: 20.7638888889vw;
    height: 25.4166666667vw;
    background-image: url(../img/topics/speech.png);
    background-image: image-set(url(../img/topics/speech.png) 1x, url(../img/topics/speech-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/topics/speech.png) 1x, url(../img/topics/speech-2x.png) 2x);
  }
  .p-topics a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: 5.1388888889vw;
    border-bottom-width: 0.0694444444vw;
  }
  .p-topics-heading {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: 0;
    width: 14.9305555556vw;
  }
  .p-topics-cat {
    padding: 0;
    width: 6.5277777778vw;
    height: 2.2222222222vw;
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .p-topics-data {
    font-size: 1.1111111111vw;
  }
  .p-topics-ttl {
    padding-right: 4.8611111111vw;
    width: 43.0555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .topics {
    padding: 65px 0 60px 0;
  }
  .topics .heading {
    margin-bottom: 10px;
  }
  .topics .heading-catch {
    margin: 0 auto 10px auto;
    width: 386px;
    font-size: 2.4rem;
  }
  .topics .heading-catch:before, .topics .heading-catch:after {
    width: 30px;
    height: 35px;
  }
  .topics .heading-ja span:before {
    left: -60px;
    width: 49px;
    height: 34px;
  }
  .topics-tab {
    width: 1000px;
  }
  .topics-tab-menu {
    gap: 4px;
    margin-left: 35px;
  }
  .topics-tab-menu > li {
    width: 126px;
    height: 40px;
    border-radius: 4px 4px 0 0;
    font-size: 1.6rem;
  }
  .topics-tab-content {
    padding: 40px 55px 40px 80px;
    border-radius: 4px;
  }
  .topics-tab-content:before {
    top: -208px;
    right: 13px;
    width: 299px;
    height: 366px;
  }
  .p-topics a {
    height: 74px;
    border-bottom-width: 1px;
  }
  .p-topics-heading {
    width: 215px;
  }
  .p-topics-cat {
    width: 94px;
    height: 32px;
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .p-topics-data {
    font-size: 1.6rem;
  }
  .p-topics-ttl {
    padding-right: 70px;
    width: 620px;
    font-size: 1.6rem;
  }
}