@charset "UTF-8";

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.item-contents img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .sp-col {
    flex-direction: column;
  }
}

.ttl-h3 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttl-h3 {
    font-size: 24px;
    font-weight: bold;
  }
}
.ttl-h3 small {
  display: block;
  font-size: 0.68em;
}
.ttl-h3 span {
  display: block;
  color: #757575;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .ttl-h3 span {
    font-size: 14px;
  }
}
.ttl-h3 b {
  font-weight: 600;
}
.ttl-h3 b.underline {
  text-decoration: underline;
}

.cont-text {
  margin-top: 1em;
}
.cont-text .subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cont-text .subtitle {
    font-size: 16px;
  }
}
.cont-text .title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .cont-text .title {
    font-size: 24px;
    text-align: left;
  }
}
.cont-text .description {
  color: #b1b1b1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cont-text .description {
    text-align: left;
  }
}


.item-contents {
  color: #757575;
}
.item-contents video {
  width: 100%;
  border-radius: 10px;
}
.item-contents .radius {
  border-radius: 10px;
}
.item-intro {
  text-align: center;
}
.item-intro-feature {
  padding: 80px 0px 100px;
}
@media screen and (max-width: 767px) {
  .item-intro-feature {
    padding: 20px 0px 50px;
  }
}
.item-video {
  width: 100%;
}
.item-video.radius video {
  border-radius: 20px;
}

.tip {
  margin: 1.4em 0 0 0;
  font-size: 14px;
  line-height: 1.2;
  color: #949494;
  text-align: center;
}

.f-bold {
  font-weight: bold;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .icon-list {
    gap: 15px;
  }
}
.icon-list li {
  width: calc((100% - 60px) / 4);
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .icon-list li {
    width: calc((100% - 15px) / 2);
  }
}
.icon-list-img img {
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .icon-list-img img {
    height: 150px !important;
  }
}
.icon-list-tit {
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .icon-list-tit {
    font-size: 14px;
  }
}

.item-block {
  padding: 30px 20px 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item-block {
    padding: 30px 15px 50px;
  }
}
.item-block.tabs ul {
  display: flex;
  justify-content: center;
}
.item-block.tabs ul li {
  text-align: center;
}
.item-block.tabs ul li a {
  font-size: 24px;
  display: block;
  padding: 1em;
  border-bottom: solid 4px #ccc;
}
@media screen and (max-width: 767px) {
  .item-block.tabs ul li a {
    font-size: 14px;
    height: calc(75px - 1em);
    padding-bottom: 0;
  }
}
.item-block.tabs ul li a.active {
  border-color: #000;
  color: #000;
}
.item-block.bg {
  position: relative;
  padding-top: 4em;
}
.item-block.bg.anshin {
  padding-top: 20em;
}
@media screen and (max-width: 767px) {
  .item-block.bg.anshin {
    padding-top: 2em;
  }
}
.item-block.bg .cont-text {
  position: absolute;
  top: 4%;
  left: 10%;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .item-block.bg .cont-text {
    width: 90%;
    left: 5%;
    top: 0%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .item-block.bg.anshin .cont-text {
    position: relative;
  }
}
.item-block .item-img {
  padding: 8rem 5rem;
}
@media screen and (max-width: 767px) {
  .item-block .item-img {
    padding: 0 12px 71px 12px;
  }
}
.item-block .blc-text {
  color: #9c9c9c;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .item-block .blc-text {
    text-align: left;
  }
}
.item-block .icons {
  gap: 60px;
  justify-content: flex-start;
  margin-top: 2em;
  color: #69baf2;
}
@media screen and (max-width: 767px) {
  .item-block .icons {
    gap: 15px;
    font-size: 12px;
  }
}

.slide-block {
  padding: 40px 20px 50px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .slide-block {
    padding: 40px 0;
  }
}
.slide-block .cont-text {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide-block .cont-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slide-block .item-tagline span {
  font-size: 0.262em;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slide-block .item-tagline span {
    font-size: 15px;
    width: 80%;
  }
}
.slide-block .info-box {
  width: calc(100% - 40px - 40px);
  padding: 20px 20px 5px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide-block .info-box {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.slide-block .info-box .video-icon {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .slide-block .info-box .video-icon {
    width: 40px;
    height: 40px;
  }
}
.slide-block .info-box .underline {
  text-decoration: underline;
}
.slide-block .mov {
  flex: 1 0 55%;
}
@media screen and (max-width: 767px) {
  .slide-block .mov {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .slide-block-tab {
    padding: 30px 15px 50px;
  }
}
.slide-block-tab ul.swiper-wrapper {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slide-block-tab ul.swiper-wrapper li.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .slide-block-tab ul.swiper-wrapper li.swiper-slide {
    font-size: 12px;
    text-align: center;
  }
}
.slide-block-tab .tab-content,
.slide-block-tab .tab-content03,
.slide-block-tab .tab-content04,
.slide-block-tab .tab-content05,
.slide-block-tab .tab-content06,
.slide-block-tab .tab-content07 {
  opacity: 1;
  overflow: hidden;
  position: relative;
  margin-top: 2em;
  /* 画像サイズ調整 */
}
@media screen and (max-width: 767px) {
    .slide-block-tab .tab-content,
    .slide-block-tab .tab-content03,
    .slide-block-tab .tab-content04,
    .slide-block-tab .tab-content05,
    .slide-block-tab .tab-content06,
    .slide-block-tab .tab-content07 {
      padding-bottom: 0px;
    }
  }
  .slide-block-tab .tab-content .swiper-slide .mov,
  .slide-block-tab .tab-content03 .swiper-slide .mov,
  .slide-block-tab .tab-content04 .swiper-slide .mov,
  .slide-block-tab .tab-content05 .swiper-slide .mov,
  .slide-block-tab .tab-content06 .swiper-slide .mov,
  .slide-block-tab .tab-content07 .swiper-slide .mov {
    width: 94%;
    margin: 0 auto;
  }
  @media screen and (max-width: 767px) {
    .slide-block-tab .tab-content .swiper-slide .mov,
    .slide-block-tab .tab-content03 .swiper-slide .mov,
    .slide-block-tab .tab-content04 .swiper-slide .mov,
    .slide-block-tab .tab-content05 .swiper-slide .mov,
    .slide-block-tab .tab-content06 .swiper-slide .mov,
    .slide-block-tab .tab-content07 .swiper-slide .mov {
      width: 84%;
    }
  }
  .slide-block-tab .tab-content .swiper-slide img,
  .slide-block-tab .tab-content03 .swiper-slide img,
  .slide-block-tab .tab-content04 .swiper-slide img,
  .slide-block-tab .tab-content05 .swiper-slide img,
  .slide-block-tab .tab-content06 .swiper-slide img,
  .slide-block-tab .tab-content07 .swiper-slide img {
    height: auto;
    width: 100%;
  }
.slide-block-tab .tab-content03 .tab-content03b .slide-card {
  background: #fff;
}
.slide-block-tab .tab-menu {
  padding: 0 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-menu {
    padding: 0;
  }
}
.slide-block-tab .tab-menu .swiper-slide:not(.swiper-slide-thumb-active) {
  border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
}
.slide-block-tab .tab-menu .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.5);
}
.slide-block-tab .tab-menu .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(50% + 1px)) scaleX(0.5);
}
.slide-block-tab .tab-menu02,
.slide-block-tab .tab-menu02b {
  padding: 0 2em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-menu02,
  .slide-block-tab .tab-menu02b {
    padding: 0;
  }
}
.slide-block-tab .tab-menu02 .swiper-slide.swiper-slide-thumb-active,
.slide-block-tab .tab-menu02b .swiper-slide.swiper-slide-thumb-active {
  font-weight: 700;
}
.slide-block-tab .tab-menu02 .swiper-slide:not(.swiper-slide-thumb-active),
.slide-block-tab .tab-menu02b .swiper-slide:not(.swiper-slide-thumb-active) {
  border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
}
.slide-block-tab .tab-menu02 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider,
.slide-block-tab .tab-menu02b .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.5);
}
.slide-block-tab .tab-menu02 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider,
.slide-block-tab .tab-menu02b .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(50% + 1px)) scaleX(50%);
}
.slide-block-tab .tab-menu03,
.slide-block-tab .tab-menu03b {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-menu03, 
  .slide-block-tab .tab-menu03b{
    padding: 0;
  }
}
.slide-block-tab .tab-menu03 .swiper-slide:not(.swiper-slide-thumb-active),
.slide-block-tab .tab-menu03b .swiper-slide:not(.swiper-slide-thumb-active){
  border-bottom:solid 1px hsla(0, 0%, 50%, 0.3);
}

.slide-block-tab .tab-menu03 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider,
.slide-block-tab .tab-menu03b .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.33);
}
.slide-block-tab .tab-menu03 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider,
.slide-block-tab .tab-menu03b .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(33% + 1px)) scaleX(0.33);
}
.slide-block-tab .tab-menu03 .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider,
.slide-block-tab .tab-menu03b .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(66% + 2px)) scaleX(0.33);
}
.slide-block-tab .tab-menu04 {
    padding: 0 2em;
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .slide-block-tab .tab-menu04 {
      padding: 0;
    }
  }
  .slide-block-tab .tab-menu04 .swiper-slide:not(.swiper-slide-thumb-active) {
    border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
  }
  .bg-black .slide-block-tab .tab-menu04 .swiper-slide:not(.swiper-slide-thumb-active) {
    border-color: #949494;
  }
  .slide-block-tab .tab-menu04 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(0) scaleX(25%);
  }
  .slide-block-tab .tab-menu04 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(25%) scaleX(25%);
  }
  .slide-block-tab .tab-menu04 .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(calc(50% + 1px)) scaleX(25%);
  }
  .slide-block-tab .tab-menu04 .swiper-slide:nth-child(4).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(calc(75% + 1px)) scaleX(25%);
  }
  .slide-block-tab .tab-menu05 {
    padding: 0 2em;
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .slide-block-tab .tab-menu05 {
      padding: 0;
    }
  }
  .slide-block-tab .tab-menu05 .swiper-slide:not(.swiper-slide-thumb-active) {
    border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
  }
  .slide-block-tab .tab-menu05 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(0) scaleX(20%);
  }
  .slide-block-tab .tab-menu05 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(20%) scaleX(20%);
  }
  .slide-block-tab .tab-menu05 .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(calc(40% + 1px)) scaleX(20%);
  }
  .slide-block-tab .tab-menu05 .swiper-slide:nth-child(4).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(calc(60% + 1px)) scaleX(20%);
  }
  .slide-block-tab .tab-menu05 .swiper-slide:nth-child(5).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(calc(80% + 1px)) scaleX(20%);
  }
.slide-block-tab .tab-menu06 {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .slide-block-tab .tab-menu06 {
    padding: 0;
  }
}
.slide-block-tab .tab-menu06 .swiper-slide:not(.swiper-slide-thumb-active) {
  border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
}
.slide-block-tab .tab-menu06 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(16.6666666667%);
}
.slide-block-tab .tab-menu06 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(16.6666666667%) scaleX(16.6666666667%);
}
.slide-block-tab .tab-menu06 .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(33.3333333333% + 1px)) scaleX(16.6666666667%);
}
.slide-block-tab .tab-menu06 .swiper-slide:nth-child(4).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(50% + 1px)) scaleX(16.6666666667%);
}
.slide-block-tab .tab-menu06 .swiper-slide:nth-child(5).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(66.6666666667% + 1px)) scaleX(16.6666666667%);
}
.slide-block-tab .tab-menu06 .swiper-slide:nth-child(6).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
  transform: translateX(calc(83.3333333333% + 1px)) scaleX(16.6666666667%);
}

.slide-block-tab .tab-menu07 {
    padding: 0 2em;
}

@media screen and (max-width: 767px) {
    .slide-block-tab .tab-menu07 {
        padding: 0;
    }
}

.slide-block-tab .tab-menu07 .swiper-slide:not(.swiper-slide-thumb-active) {
    border-bottom: solid 1px hsla(0, 0%, 50%, 0.3);
}

.slide-block-tab .tab-menu07 .swiper-slide:first-child.swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(0%) scaleX(14.2857142857%);
  }
  
  .slide-block-tab .tab-menu07 .swiper-slide:nth-child(2).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(14.2857142857%) scaleX(14.2857142857%);
  }
  
  .slide-block-tab .tab-menu07 .swiper-slide:nth-child(3).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(28.5714285714%) scaleX(14.2857142857%);
  }
  
  .slide-block-tab .tab-menu07 .swiper-slide:nth-child(4).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(42.8571428571%) scaleX(14.2857142857%);
  }
  
  .slide-block-tab .tab-menu07 .swiper-slide:nth-child(5).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(57.1428571428%) scaleX(14.2857142857%);
  }
  
  .slide-block-tab .tab-menu07 .swiper-slide:nth-child(6).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(71.4285714285%) scaleX(14.2857142857%);
  }
  
  .slide-block-tab .tab-menu07 .swiper-slide:nth-child(7).swiper-slide-thumb-active ~ .Tabs__presentation-slider {
    transform: translateX(85.7142857142%) scaleX(14.2857142857%);
  }



.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transition: transform 0.25s;
  border-bottom: solid 2px #000;
}
.bg-black .Tabs__presentation-slider {
    color: #fff;
    border-color: #fff;
  }


.slide-block .swiper-slide {
  background: #fff;
}
.slide-block.bg-black .swiper-slide {
    background: black;
    color: #949494;
  }
  .slide-block.bg-black .swiper-slide-thumb-active {
    color: #fff;
  }
.slide-block .swiper-pagination {
  color: #71767e;
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-pagination {
    bottom: 10px;
  }
}
.slide-block .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
}
.slide-block .swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-block .swiper-button-prev,
.slide-block .swiper-button-next {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-button-prev,
  .slide-block .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-button-prev {
    left: 10px;
    top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .slide-block .swiper-button-next {
    right: 10px;
    top: 60%;
  }
}
.slide-block .swiper-button-prev::after,
.slide-block .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.slide-block .swiper-button-prev::after {
  background-image: url(https://gigaplus.makeshop.jp/juntechno/img/products/e-go/arrow-left.png);
}
.slide-block .swiper-button-next::after {
  background-image: url(https://gigaplus.makeshop.jp/juntechno/img/products/e-go/arrow-right.png);
}
.slide-block .swiper-slide img {
  height: auto;
  width: 100%;
}
.slide-block.gallery02 .swiper-gallery {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .slide-block.gallery02 .swiper-gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slide-block.gallery02 .swiper-slide {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .slide-block.gallery02 .swiper-slide {
    height: 250px;
    margin-right: 12px;
  }
}
.slide-block.gallery02 .swiper-slide .picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.slide-block.gallery02 .swiper-slide .picture .picture-img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.slide-block.gallery02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.tab-content03 .mov video,
.tab-content03b .mov video {
  object-fit: cover;
}
.tab-content03 .info-box,
.tab-content03b .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont03 {
    padding: 0;
    margin-bottom: 100px;
  }
  .cont03 .video-info {
    margin-bottom: 20px;
  }
  @media screen and (max-width: 767px) {
    .cont03 .video-info {
      text-align: left;
      padding: 0 10px;
    }
  }
  .cont03 .video-info-title {
    font-size: 24px;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .cont03 .video-info-title {
      font-size: 18px;
    }
  }
  .cont03 .video-info-desc {
    font-size: 18px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.3;
    color: #707070;
  }
  @media screen and (max-width: 767px) {
    .cont03 .video-info-desc {
      font-size: 14px;
      margin-top: 8px;
    }
  }
  @media screen and (max-width: 767px) {
    .cont03 .img {
      height: 220px;
    }
  }
  .cont03 .img img {
    height: 100% !important;
    object-fit: cover;
  }
  .cont05 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  @media screen and (max-width: 767px) {
    .cont05 {
      margin-bottom: 0px;
    }
  }
  @media print, screen and (min-width: 768px) {
    .cont05 .ttl-h3 {
      padding: 0 80px;
    }
  }
  .cont05 .slide-card {
    display: flex;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card {
      flex-direction: column;
    }
  }
  .cont05 .slide-card .img {
    width: calc(100% - 230px);
    position: relative;
    height: 360px;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .img {
      width: 100%;
      height: 220px;
    }
  }
  .cont05 .slide-card .img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .cont05 .slide-card .app-box {
    width: 230px;
    background-color: #161617;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .app-box {
      width: 100%;
    }
  }
  .cont05 .slide-card .app-box .apps {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 360px;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .app-box .apps {
      flex-direction: row;
      height: auto;
      padding: 12px 0;
      gap: 12px;
    }
  }
  .cont05 .slide-card .app-box .apps .app {
    text-align: center;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .app-box .apps .app {
      width: 33.3333333333%;
    }
  }
  .cont05 .slide-card .app-box .apps .app svg {
    height: 32px;
    width: 32px;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .app-box .apps .app svg {
      height: 28px;
      width: 28px;
    }
  }
  .cont05 .slide-card .app-box .apps .app .app-info {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 4px;
    padding: 0 12px;
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .app-box .apps .app .app-info {
      padding: 0;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 767px) {
    .cont05 .slide-card .app-box .apps .app .app-info .app-text {
      white-space: pre-line;
      font-size: 12px;
      line-height: 1.4;
    }
  }
  
  .cont06 {
    padding-bottom: 160px;
  }
  @media screen and (max-width: 767px) {
    .cont06 {
      padding-bottom: 100px;
    }
  }
  .cont06 .ttl-msg {
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .cont06 .ttl-msg {
      text-align: left;
    }
  }
  .cont06 .ttl-msg-label {
    font-size: 22px;
    line-height: 1.2;
    background: linear-gradient(270deg, #8ea7ff, #5b72f9);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 767px) {
    .cont06 .ttl-msg-label {
      font-size: 16px;
      padding: 0;
      white-space: normal;
    }
  }
  .cont06 .ttl-msg-title {
    font-size: 36px;
    color: #fff;
    white-space: pre-line;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .cont06 .ttl-msg-title {
      white-space: normal;
      font-size: 23px;
    }
  }
  .cont06 .slide-card {
    display: flex;
  }
  @media screen and (max-width: 767px) {
    .cont06 .slide-card {
      flex-direction: column-reverse;
    }
  }
  .cont06 .slide-card .img {
    width: calc(100% - 320px);
    position: relative;
    height: 360px;
  }
  @media screen and (max-width: 767px) {
    .cont06 .slide-card .img {
      width: 100%;
      height: 220px;
    }
  }
  .cont06 .slide-card .img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .cont06 .slide-card .box-msg {
    width: 240px;
    background-color: #161617;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  @media screen and (max-width: 767px) {
    .cont06 .slide-card .box-msg {
      width: calc(100% - 20px);
      padding: 10px;
    }
  }
  .cont06 .slide-card .box-msg .box-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .cont06 .slide-card .box-msg .box-title {
      font-size: 18px;
    }
  }
  .cont06 .slide-card .box-msg .box-desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .cont06 .slide-card .box-msg .box-desc {
      font-size: 14px;
      margin-top: 10px;
    }
  }
  .cont06 .slide-card .box-msg .title-icon {
    width: 132px;
    height: 28px;
  }
  .cont07 {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .cont07-inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #000;
  }
  @media screen and (max-width: 767px) {
    .cont07-inner {
      padding-top: 80px;
    }
  }
  .cont07-inner .info {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 767px) {
    .cont07-inner .info {
      top: 0;
      transform: none;
    }
  }
  .cont07-inner .msg {
    display: flex;
    flex-direction: column;
    width: 42%;
    margin-left: auto;
    margin-right: 20px;
  }
  @media screen and (max-width: 767px) {
    .cont07-inner .msg {
      padding: 0 20px;
      text-align: left;
      width: calc(100% - 40px);
      margin-right: auto;
    }
  }
  .cont07-inner .msg-label {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    background: linear-gradient(270deg, #8ea7ff, #5b72f9);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    white-space: pre-line;
  }
  @media screen and (max-width: 767px) {
    .cont07-inner .msg-label {
      font-size: 15px;
      padding: 0;
      white-space: normal;
    }
  }
  .cont07-inner .msg-title {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    white-space: pre-line;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  @media screen and (max-width: 767px) {
    .cont07-inner .msg-title {
      white-space: normal;
      font-size: 23px;
      line-height: 1.3;
    }
  }
  .cont07-inner .msg-desc {
    color: #fff;
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    .cont07-inner .msg-desc {
      font-size: 14px;
      line-height: 1.3;
    }
  }
  .cont07-inner .img {
    height: 600px;
  }
  @media screen and (max-width: 767px) {
    .cont07-inner .img {
      height: 460px;
    }
  }
  .cont07-inner .img-inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .cont07-inner .img-inner picture {
    margin: 0;
  }
  .cont07-inner .img-inner picture img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
  }
  
  .cont08 .ttl-msg {
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .cont08 .ttl-msg {
      text-align: left;
    }
  }
  .cont08 .ttl-msg-label {
    font-size: 22px;
    line-height: 1.2;
    background: linear-gradient(270deg, #8ea7ff, #5b72f9);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin-bottom: 10px;
  }
  @media screen and (max-width: 767px) {
    .cont08 .ttl-msg-label {
      font-size: 16px;
      padding: 0;
      white-space: normal;
    }
  }
  .cont08 .ttl-msg-title {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    white-space: pre-line;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .cont08 .ttl-msg-title {
      white-space: normal;
      font-size: 23px;
    }
  }
  .cont08 .flex {
    gap: 10px 40px;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .cont08 .flex {
      flex-direction: column;
    }
  }
  .cont08 .flex + .flex {
    margin-top: 40px;
  }
  @media print, screen and (min-width: 768px) {
    .cont08 .flex:nth-of-type(2n) {
      flex-direction: row-reverse;
    }
  }
  .cont08 .flex .fig {
    width: 40%;
  }
  @media screen and (max-width: 767px) {
    .cont08 .flex .fig {
      width: calc(100% - 2em);
      padding: 0 1em;
    }
  }
  .cont08 .flex .txt {
    width: calc(60% - 4em);
    padding: 2em 2em 1em;
    color: #000;
  }
  @media screen and (max-width: 767px) {
    .cont08 .flex .txt {
      width: calc(100% - 2em);
      padding: 1em 1em 0.5em;
    }
  }
  .cont08 .flex .txt h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.6em;
    line-height: 1.4;
  }
  @media screen and (max-width: 767px) {
    .cont08 .flex .txt h3 {
      font-size: 18px;
      margin-bottom: 0.4em;
    }
  }
  .cont08 .flex .txt p {
    font-size: 16px;
  }
  @media screen and (max-width: 767px) {
    .cont08 .flex .txt p {
      font-size: 14px;
      line-height: 1.4;
      color: #707070;
    }
  }
  
  .cont09 {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .cont09 {
      padding-top: 100px;
      padding-bottom: 50px;
    }
  }
  .cont09 .slide-card {
    display: flex;
    background-color: #f4f4f4;
  }
  @media screen and (max-width: 767px) {
    .cont09 .slide-card {
      flex-direction: column-reverse;
    }
  }
  .cont09 .slide-card .img {
    width: calc(100% - 320px);
    position: relative;
    height: 360px;
  }
  @media screen and (max-width: 767px) {
    .cont09 .slide-card .img {
      width: calc(100% - 20px);
      height: 220px;
      padding: 10px;
    }
  }
  .cont09 .slide-card .img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .cont09 .slide-card .box-msg {
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  @media screen and (max-width: 767px) {
    .cont09 .slide-card .box-msg {
      width: calc(100% - 20px);
      padding: 10px;
    }
  }
  .cont09 .slide-card .box-msg .box-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
  }
  @media screen and (max-width: 767px) {
    .cont09 .slide-card .box-msg .box-title {
      font-size: 18px;
    }
  }
  .cont09 .slide-card .box-msg .box-desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .cont09 .slide-card .box-msg .box-desc {
      font-size: 14px;
      margin-top: 10px;
    }
  }
  .cont09 .slide-card .box-msg .title-icon {
    width: 132px;
    height: 28px;
  }
  
  .cont10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .cont10 {
      padding-top: 50px;
    }
  }
  .cont10-inner {
    margin-top: 80px;
  }
  @media screen and (max-width: 767px) {
    .cont10-inner {
      margin-top: 0;
    }
  }
  .cont10-inner .flex {
    gap: 40px 20px;
  }
  @media screen and (max-width: 767px) {
    .cont10-inner .flex {
      flex-direction: column;
    }
  }
  .cont10-inner .cont-item {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cont10-inner .cont-item p {
    color: #000;
    font-size: 16px;
    padding: 30px 20px;
  }
  @media screen and (max-width: 767px) {
    .cont10-inner .cont-item p {
      font-size: 14px;
      padding: 20px 20px;
    }
  }
  
  .cont11 .slide-card {
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .cont11 .slide-card {
      flex-direction: column-reverse;
    }
  }
  .cont11 .slide-card .img {
    width: 330px;
    position: relative;
    height: 360px;
  }
  @media screen and (max-width: 767px) {
    .cont11 .slide-card .img {
      width: calc(100% - 20px);
      height: 220px;
      padding: 10px;
    }
  }
  .cont11 .slide-card .img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .cont11 .slide-card .box-msg {
    width: calc(100% - 360px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  @media screen and (max-width: 767px) {
    .cont11 .slide-card .box-msg {
      width: 100%;
    }
  }
  .cont11 .slide-card .box-msg .box-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .cont11 .slide-card .box-msg .box-desc {
      font-size: 14px;
    }
  }
  .cont11 .slide-card .box-msg .icons-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
  }
  .cont11 .slide-card .box-msg .icons-list .icons-item-icon {
    font-size: 34px;
    line-height: 1;
    color: #757575;
  }
  .cont11 .slide-card .box-msg .icons-list .icons-item-title {
    margin-top: 4px;
    line-height: 1.6;
    font-size: 16px;
    white-space: pre-line;
  }
  @media screen and (max-width: 767px) {
    .cont11 .slide-card .box-msg .icons-list .icons-item-title {
      font-size: 12px;
    }
  }
  
  .cont12 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .cont12 {
      padding-top: 50px;
    }
  }
  .cont12 .img {
    margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
    .cont12 .img {
      margin-top: 20px;
    }
  }
  .cont12 .img-inner {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .cont12 .img-inner {
      width: 100%;
      height: 220px;
    }
  }
  .cont12 .img figure {
    height: 100% !important;
  }
  .cont12 .img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  
  .cont13 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .cont13 {
      padding-top: 0px;
    }
  }
  .cont13 .what-in-box {
    position: relative;
    display: grid;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    gap: 12px;
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box {
      width: 100%;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 63.47vw 50vw 50vw;
      grid-template-areas: "a a" "b c" "d e";
    }
  }
  .cont13 .what-in-box .what-in-box-item {
    padding: 20px 20px 0;
    background-color: #f4f4f4;
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item {
      padding: 14px 16px 14px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  .cont13 .what-in-box .what-in-box-item-title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item-title {
      font-size: 13px;
    }
  }
  .cont13 .what-in-box .what-in-box-item-img {
    flex: 1 1;
    height: 150px;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .cont13 .what-in-box .what-in-box-item-img .img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .cont13 .what-in-box .what-in-box-item-img .img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .cont13 .what-in-box .what-in-box-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item-1 {
      grid-area: a;
    }
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item-2 {
      grid-area: b;
    }
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item-3 {
      grid-area: c;
    }
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item-4 {
      grid-area: d;
    }
  }
  @media screen and (max-width: 767px) {
    .cont13 .what-in-box .what-in-box-item-5 {
      grid-area: e;
    }
  }


.faq-block .question {
  border-top: 1px solid rgba(161, 161, 166, 0.5);
  padding: 32.5px 0;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .faq-block .question {
    font-size: 14px;
    padding: 26px 0;
  }
}
.faq-block .question-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-block .question-container {
    padding-right: 20px;
  }
}
.faq-block .question-container::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  vertical-align: middle;
  transition: transform 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .faq-block .question-container::after {
    right: 0;
  }
}
.faq-block .question-container.active::after {
  transform: rotate(225deg);
}
.faq-block .question .answer {
  display: none;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .faq-block .question .answer {
    font-size: 13px;
  }
}
.faq-block .question:last-child {
  border-bottom: 1px solid rgba(161, 161, 166, 0.5);
}

.spec-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.spec-block {
  width: calc((100% - 20px) / 2);
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spec-block {
    width: 100%;
    padding-bottom: 15px;
  }
}
.spec-title {
  font-size: 16px;
  font-weight: 600;
  color: #03060b;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .spec-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.swiper-container.tab-content05 {
    height: auto !important;
  }
  
  .swiper-slide .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .slide-info {
    margin-top: 20px;
  }