@media screen and (min-width: 1281px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

.topWrapper {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .topWrapper {
    width: 100%;
    height: calc(70vh + 60px);
    position: relative;
  }
  .topWrapper.noFv {
    height: 130px;
  }
}
.topWrapper .submenu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background-color: #403D3C;
  margin-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu {
    margin-top: 60px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background-color: transparent;
  }
}
.topWrapper .submenu__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topWrapper .submenu__inner__2 {
  padding: 20px 0 20px 10px;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__inner__2 {
    padding: 0;
  }
}
.topWrapper .submenu__icon {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 150px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  background-color: #403D3C;
}
.topWrapper .submenu__icon img {
  max-width: 150px;
}
.topWrapper .submenu__icon__large {
  width: 180px;
}
.topWrapper .submenu__icon__large2 {
  width: 165px;
}
.topWrapper .submenu__icon__large3 {
  width: 140px;
}
.topWrapper .submenu__icon__large4 {
  width: 190px;
}
.topWrapper .submenu__icon__small {
  width: 115px;
}
.topWrapper .submenu__icon__small2 {
  width: 95px;
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__icon {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
.topWrapper .submenu__icon.logo-text {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__icon.logo-text {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
.topWrapper .submenu__icon.logo-text h1 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 auto;
  transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__icon.logo-text h1 {
    margin: 0 0 0 20px;
  }
}
.topWrapper .submenu__icon a {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__icon a {
    margin-left: 0;
  }
}
.topWrapper .submenu__icon a span {
  font-size: 10px;
}
.topWrapper .submenu__icon a img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__icon a img {
    width: 130px;
    transform: scale(0.8);
  }
}
.topWrapper .submenu .toggle-btn {
  height: 81px;
  width: 80px;
  position: relative;
  cursor: pointer;
  background-color: #403D3C;
}
.topWrapper .submenu .toggle-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 22px;
  background: url(../../images/arrow-submenu.png) no-repeat center center/contain;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu .toggle-btn span {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (min-width: 1281px) {
  .topWrapper .submenu .toggle-btn.opened span {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu .toggle-btn.opened span {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu .toggle-btn.opened span {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
.topWrapper .submenu__nav--wrapper {
  overflow: hidden;
  width: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__nav--wrapper {
    width: 100%;
  }
}
.topWrapper .submenu__nav {
  background-color: #403D3C;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__nav {
    transform: translateY(-100%);
    padding-left: 1em;
  }
}
@media screen and (min-width: 1281px) {
  .topWrapper .submenu__nav.opened {
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu__nav.opened {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__nav.opened {
    transform: translateY(0);
  }
}
.topWrapper .submenu__nav li {
  flex-basis: 20%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topWrapper .submenu__nav li {
    flex-basis: 50%;
  }
}
.topWrapper .submenu__nav li a {
  display: block;
  color: #fff;
  padding: 12px 0 12px 1em;
  text-indent: -1em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu__nav li a {
    font-size: 1.3vw;
  }
}
.topWrapper .submenu__nav li a .subBullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: -2px;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu__nav li a .subBullet {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.topWrapper .submenu__nav li a .subBullet.checked {
  background: #fff;
}
.topWrapper .submenu__nav li a:hover {
  opacity: 1;
}
.topWrapper .submenu__nav li a:hover .subBullet {
  background: #fff;
}
.topWrapper .submenu__nav li > span {
  display: block;
  color: #b4b4b4;
  padding: 12px 0 12px 1em;
  text-indent: -1em;
  line-height: 1;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu__nav li > span {
    font-size: 1.3vw;
  }
}
.topWrapper .submenu__nav li > span .subBullet {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #b4b4b4;
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: -2px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .submenu__nav li > span .subBullet {
    width: 1.3vw;
    height: 1.3vw;
  }
}
.topWrapper .fv {
  margin-top: 250px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .fv {
    margin-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .topWrapper .fv {
    margin-top: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.topWrapper .fv__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 650px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topWrapper .fv__inner {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .topWrapper .fv__inner {
    height: 60vh;
    z-index: 1;
  }
}
.topWrapper .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.topWrapper .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.topWrapper .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topWrapper .swiper-container .swiper-wrapper .swiper-slide img {
    top: 90px;
  }
}

/*
*firstview-wapper
*slider
*/
@media screen and (max-width: 768px) {
  .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
    padding: 0 4px;
  }
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: -45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #6699CC;
  }
  .swiper-button-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10.4px 6px 0;
    border-color: transparent #6699CC transparent transparent;
  }
  .swiper-pagination {
    left: auto !important;
    bottom: -45px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
    padding: 0 4px;
  }
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: -45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #6699CC;
  }
  .swiper-button-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10.4px 6px 0;
    border-color: transparent #6699CC transparent transparent;
  }
  .swiper-pagination {
    left: auto !important;
    bottom: -45px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: -45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #6699CC;
  }
  .swiper-button-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10.4px 6px 0;
    border-color: transparent #6699CC transparent transparent;
  }
  .swiper-pagination {
    left: auto !important;
    bottom: -45px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.case-link {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .case-link {
    margin-top: 16px;
  }
}
.case-link a {
  display: block;
  text-align: right;
}
.case-link a img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .case-link a img {
    width: 100%;
  }
}