@charset "UTF-8";
/* base_color */
.bgWhite {
  background: #FFFFFF;
}

.bg_gray01 {
  background: #f8f8f8;
}

.bg_gray02 {
  background: #e4e9f4;
}

.bg_gray03 {
  background: #e5e5e5;
}

.bg_gray01 {
  background: #f8f8f8;
}

.mainVs {
  margin-bottom: 0;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}
.mainVs .movieArea {
  width: 100%;
  height: calc(80vh - 80px);
  overflow: hidden;
  position: relative;
}
.mainVs .movieArea video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80svh;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll {
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: 1;
  color: #FFFFFF;
  font-weight: 600;
  right: 0;
  margin: auto;
  text-align: center;
}

.scroll span {
  position: relative;
  left: 6px;
  top: 0px;
  color: #FFFFFF;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.8);
}

.scroll:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(135deg);
  animation: iconmove 2s ease-in-out infinite;
}

@keyframes iconmove {
  0% {
    top: 0px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
/*  === SLIDER ======= */
.sliderArea {
  margin: 0 auto 120px;
}
.sliderArea .splide__slide img {
  width: 100%;
}

.splide__arrow--prev {
  left: inherit;
  right: 110px;
}

.splide__arrow--next {
  right: 55px;
}

.splide__arrow {
  transform: translateY(160px);
  background: none;
}

.info .infoArea {
  margin-bottom: 75px;
}
.info .infoArea ul li {
  border-top: 1px solid #e4e9f4;
  padding: 25px;
}
.info .infoArea ul li:last-child {
  border-bottom: 1px solid #e4e9f4;
}
.info .infoArea ul li .list-block {
  display: inline-block;
}
.info .list-data,
.info .list-label {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mainVs {
    margin: 80px 0 0;
  }
  .mainVs .movieArea {
    height: calc(100% - 80px);
    padding-top: 56.25%;
  }
  .mainVs .movieArea video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    aspect-ratio: 16/9;
  }
  .mainVs .inner {
    width: 90%;
    margin-top: 10px;
  }
  .mainVs .scroll {
    display: none;
  }
  .splide__arrow {
    top: 55%;
    transform: translateY(24vw);
    width: 35px;
  }
  .splide__arrow--prev {
    right: 85px;
  }
  .splide__arrow--next {
    right: 20px;
  }
  .info .infoArea {
    width: 95%;
    margin: 0 auto 9.76vw;
    font-size: 3.125vw;
  }
  .info .infoArea ul li {
    padding: 3.255vw;
  }
  .info .infoArea ul li .list-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
.catalogList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
.catalogList:after {
    content: "";
    display: block;
    width: calc(25% - 30px);
}
.catalogList li {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding-right: 15px;
  background: #f8f8f8;
}
.catalogList li:nth-child(4n) {
  margin-right: 0;
}
.catalogList li a {
  display: flex;
  align-items: center;
  position: relative;
}
.catalogList li a span {
  margin-right: 1.42vw;
  width: 78px;
  height: 100%;
}
.catalogList li a span img {
  width: 100%;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalogList li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg) translateY(-50%);
}

.qaArea {
  margin-bottom: 4em;
}
.qaArea h3 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.qaArea h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #1543b9;
}
.qaArea h4 {
  padding-left: 1.2em;
  margin: 1em 1.4em;
  position: relative;
}
.qaArea h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background: #1543b9;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qaArea .box {
  border: 1px solid #e4e9f4;
  background: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 3px;
}
.qaArea .box .qu {
  position: relative;
  padding: 26px 60px 26px;
  transition: 0.5s;
  font-size: min(3vw, 20px);
  font-weight: 600;
  cursor: pointer;
}
.qaArea .box .qu:before {
  content: "Q.";
  font-family: "Noto Sans JP";
  position: absolute;
  color: #1543b9;
  left: 35px;
}
.qaArea .box .qu:after {
  top: 40%;
  right: 35px;
  border-top: 1px solid #1543b9;
  border-right: 1px solid #1543b9;
  transform: rotate(135deg) translateY(-50%);
}
.qaArea .box .qu.active:after {
  right: 30px;
  transform: rotate(-135deg) translateY(-50%) scaleY(-1);
}
.qaArea .box .ans {
  position: relative;
  display: none;
  padding: 26px 30px 26px 60px;
}
.qaArea .box .ans:before {
  content: "A.";
  font-family: "Noto Sans JP";
  position: absolute;
  color: #e50012;
  left: 35px;
}
.qaArea .box .ans:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #f8f8f8;
  width: 95%;
}

@media screen and (max-width: 767px) {
  .qaArea {
    width: 95%;
    margin: 0 auto 4em;
    font-size: 3vw;
  }
  .qaArea h3 {
    font-size: min(3.2vw, 26px);
  }
  .qaArea h4 {
    font-size: 3vw;
  }
  .qaArea h4:before {
    width: 9px;
  }
  .qaArea .box {
    margin-bottom: 15px;
  }
  .qaArea .box .qu {
    padding: 3.38vw 8vw;
  }
  .qaArea .box .qu:before {
    left: 3.255vw;
  }
  .qaArea .box .qu:after {
    top: 3vw;
    right: 2em;
  }
  .qaArea .box .ans {
    padding: 3.38vw 8vw;
  }
  .qaArea .box .ans:before {
    left: 3.255vw;
  }
  .qaArea .box .qu.active:after {
    top: 4vw;
    right: 1.5em;
  }
}
.col4 {
  display: flex;
  margin-bottom: 60px;
}
.col4 li {
  width: calc(25% - 20px);
  margin-left: 20px;
  position: relative;
}
.col4 li .list-label {
  margin: 1em 0;
}
.col4 li.new:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -10px;
  background: url(/cp-bin/wp/wp-content/themes/shinseisha/assets/images/common/new.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .col4 {
    flex-wrap: wrap;
    margin-bottom: 7.81vw;
  }
  .col4 li {
    width: 90%;
    margin: 0 auto 9.114vw;
  }
  .col4 li .imgArea img {
    width: 100%;
  }
  .col4 li p {
    font-size: 3.255vw;
  }
  .col4 li:last-child {
    margin: 0 auto 0;
  }
}
/*  === 検索エリア ======= */
#searchArea {
  width: 630px;
  margin: 0 auto 75px;
  position: relative;
}
#searchArea input {
  width: 100%;
  height: 76px;
  padding: 0 30px;
  border-radius: 3px;
  border: 1px solid #e4e9f4;
  background: #FFFFFF;
}
#searchArea button {
  background: none;
  border: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}

.btnArea {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.btnArea .btn_pt {
  width: 33.3333333333%;
  margin-right: 20px;
}
.btnArea .btn_pt:last-child {
  margin-right: 0;
}
.btnArea .btn_pt a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sliderArea {
    margin: 0 auto 15.625vw;
  }
  .catalogListArea {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .catalogListArea .catalogList {
    width: 100%;
    min-width: 780px;
    justify-content: normal;
    margin: 0 0 0 10px;
  }
  .catalogListArea .catalogList li {
    width: 24%;
    font-size: 2.47vw;
    margin: 0 1.95vw 3.9vw 0;
  }
  .catalogListArea .catalogList li a span {
    width: 10.15vw;
  }
  .catalogListArea .catalogList li a span img {
    height: 10.416vw;
  }
  .catalogListArea::-webkit-scrollbar {
    display: none;
  }
  #searchArea {
    width: 95%;
    margin: 0 auto 9.89vw;
    font-size: 2.6vw;
  }
  #searchArea input {
    height: 9.89vw;
    padding: 0 3.9vw;
  }
  .btnArea {
    flex-wrap: wrap;
    width: 75%;
    max-width: 0 auto;
  }
  .btnArea .btn_pt {
    margin: 0 0 10px;
  }
  .btnArea .btn_pt {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */
	.sc_x {
		/* width: 950px; */
		overflow: auto;
	}