@charset "utf-8";
/* CSS Document */

/* -------------------------
/* Created date: 2021.12.15
/* Created user: yamaguchi
/* Last up date: 2024.10.15
/* Last up date user: yamaguchi
/* for sp and pc
--------------------------*/
.searchTop .searchMenu {
  display: grid;
  gap: 10px;
  margin: 1rem auto 3rem;
  width: min(80%, 770px);
}

.searchTop .searchMenu a {
  display: block;
  padding: 0.75rem 0.5rem;
  border: solid 1px rgb(var(--kyo-color-01));
  color: rgb(var(--kyo-color-01));
  text-align: center;
  font-weight: bold;
}

.searchTop h3 {
  position: relative;
  margin: 0 auto 1.5rem;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
}

.searchTop .searchFreeBar {
  margin: 0 auto 2rem;
  padding: 0 1.5rem;
  max-width: 500px;
}

.searchTop .searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.15);
}

.searchTop .searchInput {
  width: calc(100% - 2.25em);
}

.searchTop .searchInput input[type="text"] {
  display: grid;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  font-size: 1.5rem;
}

.searchTop .searchBtn {
  cursor: pointer;
  width: 2.25em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.71 54.42"><path fill="rgba(128,128,128,1)" fill-rule="evenodd" d="M1.56,53.4a4.35,4.35,0,0,0,6.14-.54l9.81-11.74a21.86,21.86,0,0,0,24.41-36A21.85,21.85,0,0,0,10.83,35.5L1,47.23A4.39,4.39,0,0,0,1.56,53.4ZM15.15,11.27l2.59-2.51a16.36,16.36,0,0,1,3-1.84l3.35-1.19A16.49,16.49,0,0,1,38.56,9.14a16.61,16.61,0,1,1-23.41,2.13Z" /></svg>') center / 1em auto no-repeat;
  border-radius: 0.5rem 0 0 0.5rem;
}

.searchTop .searchBtn label {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.searchTop .searchBtn input {
  display: none;
}


/* fromWork ------ */
.searchTop .fromWork {
  margin: 0 auto 3rem;
  padding: 3rem 1.5rem 6rem;
  background: repeating-linear-gradient(-40deg, rgba(var(--kyo-color-02), 0.25), rgba(var(--kyo-color-02), 0.25) min(200px, 40vw), rgba(var(--kyo-color-02), 0.1) min(200px, 40vw), rgba(var(--kyo-color-02), 0.1) min(400px, 80vw));
}

.fromWork ul {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
  max-width: 1000px;
}

.fromWork ul a {
  display: grid;
  gap: 5px;
  grid-template-rows: 9rem auto;
  justify-items: center;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.fromWork ul img {
  width: 9rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (min-width: 500px) {
  .fromWork ul {
    gap: 2rem;
  }

}

@media screen and (min-width: 700px) {
  .fromWork ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .fromWork ul a {
    grid-template-columns: 9rem auto;
    gap: 10px;
    justify-items: flex-start;
    align-items: center;
    text-align: left;
  }
}


/* from Area ---------*/
.fromArea {
  margin: 0 auto 3rem;
  padding: 1.5rem 1.5rem 3rem;
}

.searchTop .fromArea .flexCols {
  display: grid;
  gap: 5px 30px;
  margin: 0 auto;
  max-width: var(--outerWidth);
  background: #fff;
}

/* left */
.searchTop .fromArea .colLeft {
  display: none;
}

/* right */
.searchTop .fromArea .flexCols.cols2 {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}

.searchTop .fromArea .colRight>ul {
  display: grid;
  gap: 20px;
}

.searchTop .fromArea .colRight>ul>li {
  display: grid;
  gap: 15px;
}

.searchTop .fromArea .colRight>ul>li:nth-child(1),
.searchTop .fromArea .colLeft>ul>li:nth-child(1) {
  --mainColor: #32ade2;
  --subColor: #e5f4fc;
}

.searchTop .fromArea .colRight>ul>li:nth-child(2),
.searchTop .fromArea .colLeft>ul>li:nth-child(2) {
  --mainColor: #60b051;
  --subColor: #e4f5e7;
}

.searchTop .fromArea .colRight>ul>li:nth-child(3),
.searchTop .fromArea .colLeft>ul>li:nth-child(3) {
  --mainColor: #32a8a0;
  --subColor: #e5f4fc;
}

.searchTop .fromArea .colRight>ul>li:nth-child(4),
.searchTop .fromArea .colLeft>ul>li:nth-child(4) {
  --mainColor: #a2c639;
  --subColor: #f1f8e3;
}

.searchTop .fromArea .colRight>ul>li:nth-child(5),
.searchTop .fromArea .colLeft>ul>li:nth-child(5) {
  --mainColor: #fcb646;
  --subColor: #fff6e5;
}

.searchTop .fromArea .colRight>ul>li:nth-child(6),
.searchTop .fromArea .colLeft>ul>li:nth-child(6) {
  --mainColor: #e8623b;
  --subColor: #fdeae2;
}

.searchTop .fromArea .colRight>ul>li:nth-child(7),
.searchTop .fromArea .colLeft>ul>li:nth-child(7) {
  --mainColor: #eea4b9;
  --subColor: #fef4f6;
}

.searchTop .fromArea .colRight>ul>li:nth-child(8),
.searchTop .fromArea .colLeft>ul>li:nth-child(8) {
  --mainColor: #e08653;
  --subColor: #fcf0e7;
}

.searchTop .fromArea .colRight h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
}

.searchTop .fromArea .colRight a {
  position: relative;
  display: grid;
  place-content: center;
  height: 100%;
  min-height: 2.5em;
  border: solid 1px rgb(var(--kyo-color-01));
}

.searchTop .fromArea .colRight a::before {
  content: '';
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 1px rgb(var(--kyo-color-01));
  border-bottom: solid 1px rgb(var(--kyo-color-01));
  font-weight: bold;
  transform: translate(0, -50%) rotate(-45deg);
}

.searchTop .fromArea .colRight h3 a {
  padding: 6px;
  background: var(--mainColor);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border: none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.searchTop .fromArea .colRight h3 a::before {
  border-color: #fff;
}

.searchTop .fromArea .colRight h3+ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.searchTop .fromArea .colRight a span {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(var(--kyo-color-01));
}


/* from Kind ------ */
.searchTop .fromKind {
  margin: 0 auto;
  padding: 3rem 1.5rem 1rem;
  background: repeating-linear-gradient(-40deg, rgba(var(--kyo-color-02), 0.2), rgba(var(--kyo-color-02), 0.2) 300px, rgba(var(--kyo-color-02), 0.1) 300px, rgba(var(--kyo-color-02), 0.1) 600px);
}

.searchTop .fromKind .changeKind {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3rem auto 2rem;
  padding: 0 1.5rem;
  max-width: 1000px;
  border-bottom: solid 1px rgb(var(--kyo-color-01));
}

.searchTop .fromKind .changeKind li {
  width: 50%;
  max-width: 250px;
}

.searchTop .fromKind .changeKind a {
  position: relative;
  display: block;
  padding: 1rem;
  border: solid 1px rgb(var(--kyo-color-01));
  border-radius: 0.5rem 0.5rem 0 0;
  border-bottom: none;
  background: #fff;
  text-align: center;
  color: rgb(var(--kyo-color-01));
}

.searchTop .fromKind .changeKind .on a {
  background: rgb(var(--kyo-color-01));
  color: #fff;
}


.searchTop .fromKind .changeKind.bottom {
  margin-top: 6rem;
  border-top: solid 1px rgb(var(--kyo-color-01));
  border-bottom: none;
}

.searchTop .fromKind .changeKind.bottom a {
  border-radius: 0 0 0.5rem 0.5rem;
  border-bottom: solid 1px rgb(var(--kyo-color-01));
  border-top: none;
}


.searchTop .fromKind h4 {
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1.8rem;
}

.searchTop .fromKind h5 {
  position: relative;
  cursor: pointer;
  display: grid;
  grid-template-columns: 5rem auto;
  gap: 10px;
  align-items: center;
  padding-right: 1.25em;
  min-height: 5rem;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}

.searchTop .fromKind h5 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.searchTop .fromKind h5::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.25s 0s linear;
}

.searchTop .fromKind .slideTggle {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.25s 0s linear;
}

.searchTop .fromKind .slideTggle>* {
  overflow: hidden;
  transition: all 0.25s 0s linear;
}

.searchTop .fromKind h5.on::before {
  transform: translateY(-50%) rotate(-135deg);
}

.searchTop .fromKind .slideTggle.on {
  grid-template-rows: 1fr;
}

.searchTop .fromKind .slideTggle.on ul {
  padding: 1.5rem 0;
}

.searchTop .fromKind .industry>ul {
  padding-bottom: 1.5rem;
}


.searchTop .fromKind ul {
  display: grid;
  gap: 5px;
}

.searchTop .kind {
  margin: 0 auto 3rem;
  display: none;
}

.searchTop .kind.on {
  display: block;
}

.searchTop .kind li input {
  display: none;
}

.searchTop .kind input[type="checkbox"]+label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 5px 10px 2.75em;
  min-height: 40px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.searchTop .kind input[type="checkbox"]+label::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 1.4em;
  left: 0.75em;
  width: 1.5em;
  height: 1.5em;
  border: solid 1px #ccc;
  background: #fff;
  transform: translate(0, -50%);
  transform-origin: 50% 50%;
  transition: all 0.1s 0s linear;
}

.searchTop .kind input[type="checkbox"]+label::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 1.2em;
  left: 1.3em;
  width: 0.8em;
  height: 1.3em;
  border-bottom: solid 5px rgb(var(--kyo-color-01));
  border-right: solid 5px rgb(var(--kyo-color-01));
  transform: translate(0, -50%) rotate(45deg) scale(0, 0);
  transform-origin: 50% 50%;
  opacity: 0;
  transition: border 0.1s 0s linear;
}

.searchTop .kind input:checked+label::before {
  border-color: rgb(var(--kyo-color-01));
}

.searchTop .kind input:checked+label::after {
  transform: translate(0, -50%) rotate(45deg) scale(1, 1);
  opacity: 1;
}

.searchTop .generalBtn input[type="submit"] {
  display: none;
}

.searchTop .generalBtn label {
  cursor: pointer;
  position: relative;
  display: grid;
  place-content: center;
  margin: 0 auto;
  padding: 5px;
  width: 75%;
  max-width: 400px;
  min-height: 4.5rem;
  background: rgb(var(--kyo-color-04));
  box-shadow: var(--btnSahdow);
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}

.searchTop .generalBtn label span {
  padding-left: 1.25em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.71 54.42"><path fill="rgba(255,255,255,1)" fill-rule="evenodd" d="M1.56,53.4a4.35,4.35,0,0,0,6.14-.54l9.81-11.74a21.86,21.86,0,0,0,24.41-36A21.85,21.85,0,0,0,10.83,35.5L1,47.23A4.39,4.39,0,0,0,1.56,53.4ZM15.15,11.27l2.59-2.51a16.36,16.36,0,0,1,3-1.84l3.35-1.19A16.49,16.49,0,0,1,38.56,9.14a16.61,16.61,0,1,1-23.41,2.13Z" /></svg>') left center / 1em auto no-repeat;
}




/* shinroTV Slider  */
.corpMovie {
  position: relative;
  margin: 0 auto 6rem;
  padding: 9rem 0.5rem 0;
  background: url('https://s-kyogikai.com/img/module/layout/bg_confetti.png') center / contain repeat;
}

.corpMovie h2 {
  padding: 0 0 15px;
  position: relative;
  font-size: 2rem;
  text-align: center;
}

.corpMovie h2::before {
  content: '';
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 3px;
  background: rgb(var(--naviGray));
  border-radius: 3px;
}

.corpMovie .inner {
  position: relative;
  z-index: 3;
  padding-bottom: 15px;
}

.movieBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 1em;
}

.movieBtn div {
  text-align: center;
  padding: 0.5em 0;
}

.movieBtn div a {
  border: solid 2px #f84a46;
  color: #f84a46;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 1em;
  width: 80%;
  display: inline-block;
  position: relative;
}

.movieBtn div a:hover {
  background: #f84a46;
  color: #fff;
  opacity: unset;
}

.movieBtn div a:hover::before {
  border-color: #fff;
}

.movieBtn div a::before {
  content: "";
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f84a46;
  position: absolute;
  right: 1rem;
  top: calc(50% - .25rem);
  width: .5rem;
  height: .5rem;
  transform: rotate(45deg);
}

.corpMovie .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
}

.corpMovie .slick-track {
  display: flex;
  margin-bottom: 1em;
}

.corpMovie .slick-arrow.slick-prev {
  top: 50%;
  left: -6%;
  transform: translate(0, -50%);
}

.corpMovie .slick-arrow.slick-prev:before {
  opacity: 1;
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-color: transparent transparent transparent #f84a46;
  border-radius: 5px;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: transform 0.5s 0s ease;
}

.corpMovie .slick-arrow.slick-next {
  top: 50%;
  right: -6%;
  transform: translate(0, -50%);
}

.corpMovie .slick-arrow.slick-next:before {
  opacity: 1;
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -3px;
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-color: transparent transparent transparent #f84a46;
  border-radius: 5px;
  transform: translate(50%, -50%) rotate(0deg);
  transition: transform 0.5s 0s ease;
}

.schoolAbout ul.searchbtn {
  display: flex;
  list-style: none;
}

/* 横スクロール */
.corpMovie {
  --swiper-navigation-size: 200px;
}

.corpMovie .swiper{
  padding: 0 40px;
}

.corpMovie .swiper-button-prev,
.corpMovie .swiper-button-next {
  width: 40px;
  height: var(--swiper-navigation-size);
  background-color: #5B7EC4;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.corpMovie .swiper-button-prev {
  left: 0;
}

.corpMovie .swiper-button-next{
  right: 0;
}

.corpMovie .swiper-button-prev::after,
.corpMovie .swiper-button-next::after {
  content: '';
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
}

.corpMovie .swiper-button-prev::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(calc(-50% + 2px), calc(-50% - 1px)) rotate(135deg);
}

.corpMovie .swiper-button-next::after {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(calc(-50% - 2px), calc(-50% - 1px)) rotate(-45deg);
}

.corpMovie .container {
  position: relative;
  margin: 10px auto 0;
  min-height: var(--swiper-navigation-size);
}

.corpMovie .swiper-slide {
  padding: 1rem 8px;
  width: 180px;
  height: auto;
}

.corpMovie .swiper-slide > *{
  cursor: pointer;
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: 30px 15px 15px;
  height: 100%;
  background-color: #fff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
}

.corpMovie .movieImg > *{
  align-content: flex-start;
  padding: 30px 15px;
}

.corpMovie .swiper-slide figure{
  position: relative;
}

.corpMovie .movieImg figure::before {
  content: "";
  top: 50%;
  left: 50%;
  width: 42px;
  aspect-ratio: 1 / 1;
  background: url("../../../img/page/shinrotv/movie.webp") center / contain no-repeat;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.corpMovie .movieList figure{
  margin-bottom: 1rem;
}

.corpMovie .movieList figure::before {
  content: "";
  top: -15px;
  left: 5%;
  width: 90%;
  height: 15px;
  background: url("../../..//img/page/shinrotv/playlist.png") center bottom / contain no-repeat;
}

.corpMovie .swiper-slide img {
  width: 100%;
  aspect-ratio: 170 / 87;
  border-radius: 0.5rem;
  object-fit: cover;
}

.corpMovie .swiper-slide p{
  line-height: 1.2;
}

.movieList .aboutBtn {
  align-self: flex-end;
}

.movieList .aboutBtn a{
  display: block;
  padding: 0.5em 1.25em 0.5em 2.5em;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.71 54.42"><path fill="rgba(255,255,255,1)" fill-rule="evenodd" d="M1.56,53.4a4.35,4.35,0,0,0,6.14-.54l9.81-11.74a21.86,21.86,0,0,0,24.41-36A21.85,21.85,0,0,0,10.83,35.5L1,47.23A4.39,4.39,0,0,0,1.56,53.4ZM15.15,11.27l2.59-2.51a16.36,16.36,0,0,1,3-1.84l3.35-1.19A16.49,16.49,0,0,1,38.56,9.14a16.61,16.61,0,1,1-23.41,2.13Z" /></svg>') 1.25em center / 1em auto no-repeat, rgb(var(--kyo-color-04));
  border-radius: 2em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.movieList .listtitle {
  text-align: center;
  color: rgb(var(--kyo-color-01));
  font-weight: 700;
}

.shinrotv {
  background-color: #E0F4FF;
  padding: 3rem 0 0;
  position: relative;
}

.shinrotv .film {
  z-index: 1;
  position: absolute;
}

.shinrotv .film.bottom {
  bottom: 60px;
  position: relative;
  z-index: 1;
}

.shinrotv .center.rogo {
  width: 130px;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}

.shinrotv .center.pic {
  width: 187px;
  margin: 0 auto;
}

.shinrotv h3 {
  font-size: 2rem;
  width: 270px;
  height: 52px;
  margin: 0 auto;
}

.shinrotv h3 span {
  color: rgb(var(--kyo-color-01));
  font-size: 30px;
}

.shinrotv .text {
  width: 80%;
  margin: 10px auto;
}

.shinrotv .text p {
  line-height: 1.8;
}

.tvBtn p a {
  background-color: #ea5a5a;
  padding: 10px 20px;
  border-radius: 77px;
  border: 4px solid #fff;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  line-height: 1.5;
}

.tvBtn {
  width: 300px;
  margin: 20px auto;
  z-index: 5;
  position: relative;
}

.corpMovie .container h4 {
  width: fit-content;
  margin: 10px auto;
  margin-top: 29px;
  color: #333333;
}

.shinrotv .film {
  z-index: 1;
  position: absolute;
}

.shinrotv .film.bottom {
  bottom: 60px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.shinrotv .film.bottom img {
  width: 100%;
}

.shinrotv .film.top {
  width: 100%;
}

.shinrotv .film.top img {
  width: 100%;
}

.Pcsideset {
  display: block;
  margin-top: 17px;
  z-index: 10;
  position: relative;
}

.shinrotv .center.rogo.forPc img {
  width: 550px;
  margin-left: 60px;
}

.shinrotv .center.pic.forSp {
  width: 300px !important;
}

.shinrotv .center.pic.forSp img {
  width: 300px !important;
}

.corpMovie .midasiH2 {
  position: relative;
  margin: 0 auto 2em;
  padding-top: 20px;
  position: relative;
}

.corpMovie h2 {
  margin: 0 auto;
  padding: 38px 0 1rem;
  width: fit-content;
  background: url('/new/_app/_webroot/img/page/shinrotv/listh2.webp') center top / 28px auto no-repeat;
  font-size: 2rem;
  color: rgb(var(--kyo-color-01));
  font-weight: 700;
  text-align: center;
  position: relative;
}

.corpMovie h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #F4C82D;
}


/* --- ポップアップ用のスタイル --- */
.corpPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(51, 51, 51, 0.75);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s 0s ease-out;
}

.corpPopup.open {
  pointer-events: auto;
  opacity: 1;
}

.corpPopup .wrap {
  position: absolute;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .corpPopup .wrap {
    left: calc(50% - 500px);
    max-width: 1000px;
  }
}

.corpPopup .wrap.hide {
  display: none;
}

.corpPopup .wrap.open {
  opacity: 0;
  animation: 0.15s 0s ease-in forwards fadeIn;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.corpPopup .closeBtn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  justify-self: flex-end;
  margin-right: 15px;
  width: 34px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.corpPopup .closeBtn::before,
.corpPopup .closeBtn::after {
  content: '';
  width: 34px;
  height: 4px;
  background: #fff;
  transform-origin: center;
  transform: translate(0, 17px) rotate(45deg);
}

.corpPopup .closeBtn::after {
  transform: translate(0, 17px) rotate(-45deg);
}

.corpPopup .inner {
  padding: 5px 0 0;
  width: 100%;
  max-width: 960px;
  max-height: 75vh;
  text-align: center;
  overflow-y: auto;
  -webkit-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

.corpPopup .inner::-webkit-scrollbar {
  width: 8px;
}

.corpPopup .inner::-webkit-scrollbar-track {
  margin: 5px 0 0;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
}

.corpPopup .inner::-webkit-scrollbar-thumb {
  background: rgb(var(--naviCream));
  border-radius: 8px;
  border: 1px solid rgb(var(--naviBlue));
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}

.corpPopup .figCaption {
  margin: 0 auto;
  padding: 5px;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.corpPopup .figTxt {
  display: none;
}

.corpPopup .figFrame {
  display: none;
  margin: 0 auto;
  width: 95vw;
  max-width: 400px;
  max-height: auto;
  aspect-ratio: 16 / 9;
}


.searchTop .corpTvPopup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s 0s linear;
}

.searchTop .corpTvPopup.open {
  pointer-events: auto;
  opacity: 1;
}

.searchTop .corpTvPopup iframe {
  display: block;
  width: 95vw;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  background: #fff;
  transform: scale(0, 0);
  opacity: 0;
  transition: all 0.15s 0s ease-in;
}

@media (orientation: landscape) {
  .searchTop .corpTvPopup iframe {
    width: 100vh;
  }
}

.searchTop .corpTvPopup.open iframe {
  opacity: 1;
  transform: scale(1, 1);
}


.searchTop .corpTvPopup .movieClose {
  position: fixed;
  z-index: 900;
  cursor: pointer;
  top: -50px;
  right: 0.25vw;
  width: 40px;
  height: 40px;
}

.searchTop .corpTvPopup .movieClose::before {
  content: '';
  top: 50%;
  right: 50%;
  width: 30px;
  height: 3px;
  background: #fff;
  transform: translate(50%, calc(-100% - 9px)) rotate(-45deg);
  transform-origin: right center;
  transition: all 0.25s 0s ease-out;
}

.searchTop .corpTvPopup .movieClose::after {
  content: '';
  bottom: 50%;
  right: 50%;
  width: 30px;
  height: 3px;
  background: #fff;
  transform: translate(50%, calc(100% + 9px)) rotate(45deg);
  transform-origin: right center;
  transition: all 0.25s 0s ease-out;
}



@media screen and (min-width: 768px) {
  .searchTop .searchMenu {
    grid-auto-flow: column;
  }

  .searchTop .searchForm {
    flex-direction: row-reverse;
  }

  .searchTop .searchInput {
    padding-left: 15px;
  }

  .searchTop .searchInput input[type="text"] {
    min-height: 3rem;
    font-size: 1.3rem;
  }

  .searchTop .searchBtn {
    width: 3em;
    background: var(--svgGlassWhite), #999;
    background-size: 1em auto;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .searchTop .searchBtn label {
    min-height: 3rem;
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .searchTop .corpMovie .slick-arrow.slick-prev::before,
  .searchTop .corpMovie .slick-arrow.slick-next::before {
    border-width: 20px 0 20px 23px;
  }

  .searchTop .corpMovie .slick-arrow.slick-prev {
    left: -5%;
  }

  .searchTop .corpMovie .slick-arrow.slick-next {
    right: -5%;
  }

  .corpMovie .container{
    max-width: 1000px;
  }

  .corpMovie .swiper-slide {
    width: 215px;
  }

  .corpMovie .swiper-slide p {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .movieList .aboutBtn a{
    padding: 0.4em 1.25em 0.4em 2.5em;
    font-size: 1.2rem;
  }

  .Pcsideset {
    display: flex;
    width: 565px;
    margin: 0 auto;
    top: 44px;
    position: relative;
  }

  .shinrotv h3 {
    top: 41px;
    position: relative;
  }

  .shinrotv .center.pic {
    width: 160px;
  }

  .shinrotv .text {
    margin-top: 50px;
  }

  /* from area seach -------- */
  .searchTop .fromArea.flexCols {
    flex-wrap: nowrap;
    gap: 30px;
    padding: 0;
  }

  /* left */
  .searchTop .fromArea .colLeft {
    display: block;
    margin: 0 auto;
    width: 60vw;
    width: calc(60vw - 30px);
    height: 43.11111111111111vw;
    height: calc(43.11111111111111vw - 30px);
    max-width: 781px;
    max-height: 551px;
    min-width: 640px;
    min-height: 451px;
  }

  .searchTop .fromArea .colLeft a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .searchTop .fromArea .colLeft>ul {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .searchTop .fromArea .colLeft>ul>li h3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 8%;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0.4rem;
  }

  .searchTop .fromArea .colLeft>ul>li h3 a {
    border-radius: 0.4rem;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) h3 a {
    background: #e5f4fc;
    border: solid 1px #32ade2;
    color: #32ade2;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) h3 a {
    background: #e4f5e7;
    border: solid 1px #60b051;
    color: #60b051;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) h3 a {
    background: #e5f4fc;
    border: solid 1px #32a8a0;
    color: #32a8a0;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) h3 a {
    background: #f1f8e3;
    border: solid 1px #a2c639;
    color: #a2c639;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) h3 a {
    background: #fff6e5;
    border: solid 1px #fcb646;
    color: #fcb646;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) h3 a {
    background: #fdeae2;
    border: solid 1px #e8623b;
    color: #e8623b;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(7) h3 a {
    background: #fef4f6;
    border: solid 1px #eea4b9;
    color: #eea4b9;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) h3 a {
    background: #fcf0e7;
    border: solid 1px #e08653;
    color: #e08653;
  }

  /* habahiro h3 */
  .searchTop .fromArea .colLeft h3.wide {
    width: 16.5%;
  }

  .searchTop .fromArea .colLeft>ul>li>ul>li {
    position: absolute;
    width: 7.03703703703704%;
    height: 7.22%;
  }

  .searchTop .fromArea .colLeft li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    overflow: hidden;
    transition: all .25s 0s linear;
  }

  .searchTop .fromArea .colLeft li h3 a {
    font-size: 1.2rem;
  }

  .searchTop .fromArea .colLeft li label {
    width: 100%;
    height: 100%;
  }

  .searchTop .fromArea .colLeft li a span {
    transition: all .25s 0s linear;
  }

  .searchTop .fromArea .colLeft li a:hover span {
    transform: scale(1.25, 1.5);
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) a {
    background: #32ade2;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) a {
    background: #60b051;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) a {
    background: #32a8a0;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) a {
    background: #a2c639;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) a {
    background: #fcb646;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) a {
    background: #e8623b;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(7) a {
    background: #eea4b9;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) a {
    background: #e08653;
  }

  /* hokkaido only */
  .searchTop .fromArea .colLeft li.hokkaido {
    width: 17.40740740740741%;
    height: 19.97422680412371%;
  }

  /* haba-hiro type */
  .searchTop .fromArea .colLeft li.wide {
    width: 14.35185185185185%;
    height: 7.22%;
  }

  /* tate-naga type */
  .searchTop .fromArea .colLeft li.vertical {
    width: 7.03703703703704%;
    height: 14.81958762886598%;
  }

  /* hokkaido only */
  .searchTop .fromArea .colLeft li.hokkaido {
    width: 17.40740740740741%;
    height: 19.97422680412371%;
  }

  /* haba-hiro type */
  .searchTop .fromArea .colLeft li.wide {
    width: 14.35185185185185%;
    height: 7.22%;
  }

  /* tate-naga type */
  .searchTop .fromArea .colLeft li.vertical {
    width: 7.03703703703704%;
    height: 14.81958762886598%;
  }

  /* hokkaido-tohoku list */
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) h3 {
    top: 14.17525773195876%;
    right: 21.2037037037037%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(1) {
    top: 0;
    right: 0;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(5),
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(7) {
    right: 2.96296296296296%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(6) {
    right: 10.27777777777778%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(2) {
    top: 25.51546391752577%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(4) {
    top: 33.11855670103093%;
    /* 257px */
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(5),
  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(6) {
    top: 40.72164948453608%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(1) li:nth-child(7) {
    top: 48.32474226804124%;
  }

  /* koushinetsu-hokuriku */
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) h3 {
    top: 35.05154639175258%;
    right: 21.2037037037037%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(3) {
    right: 17.59259259259259%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(4) {
    right: 24.90740740740741%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(5),
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(6) {
    right: 32.22222222222222%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(5) {
    top: 48.32474226804124%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(6) {
    top: 55.92783505154639%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(2) li:nth-child(1) {
    top: 71.1340206185567%;
  }

  /* kantou */
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) h3 {
    top: 90.33505154639175%;
    right: 2.96296296296296%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(5),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(6) {
    right: 2.96296296296296%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(7) {
    right: 10.27777777777778%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(6),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(7) {
    top: 55.92783505154639%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(5) {
    top: 63.53092783505155%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(3) {
    top: 71.1340206185567%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(3) li:nth-child(2) {
    top: 78.73711340206186%;
  }

  /* chubu */
  .searchTop .fromArea .colLeft>ul>li:nth-child(4) h3 {
    top: 90.33505154639175%;
    right: 20.27777777777778%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(2) {
    right: 17.59259259259259%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(3) {
    right: 24.90740740740741%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(4) {
    right: 32.22222222222222%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(3) {
    top: 55.92783505154639%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(4) {
    top: 71.1340206185567%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(4) li:nth-child(2) {
    top: 78.73711340206186%;
  }

  /* kinki */
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) h3 {
    top: 50.51546391752577%;
    right: 43.14814814814815%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(4) {
    right: 32.22222222222222%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(5),
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(6) {
    right: 39.53703703703704%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(2) {
    right: 46.85185185185185%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(4) {
    top: 63.53092783505155%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(5) {
    top: 71.1340206185567%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(5) li:nth-child(6) {
    top: 78.73711340206186%;
  }

  /* chugoku */
  .searchTop .fromArea .colLeft>ul>li:nth-child(6) h3 {
    top: 50.51546391752577%;
    right: 60.55555555555556%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(3) {
    right: 54.16666666666667%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(4) {
    right: 61.48148148148148%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(5) {
    right: 68.7962962962963%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(5) {
    top: 63.53092783505155%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(6) li:nth-child(2) {
    top: 71.1340206185567%;
  }

  /* shikoku */
  .searchTop .fromArea .colLeft>ul>li:nth-child(7) h3 {
    top: 90.33505154639175%;
    right: 37.59259259259259%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(4) {
    right: 55.09259259259259%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(3) {
    right: 62.40740740740741%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(2) {
    top: 81.18556701030928%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(7) li:nth-child(4) {
    top: 88.78865979381443%;
  }

  /* kyushu.okinawa */
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) h3 {
    top: 50.51546391752577%;
    right: 77.96296296296296%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(5),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(6) {
    right: 77.96296296296296%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(7) {
    right: 85.27777777777778%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(8) {
    right: 92.59259259259259%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(1),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(2),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(5) {
    top: 63.53092783505155%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(3),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(4),
  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(6) {
    top: 71.1340206185567%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(7) {
    top: 78.73711340206186%;
  }

  .searchTop .fromArea .colLeft>ul>li:nth-child(8) li:nth-child(8) {
    top: 90.07731958762887%;
  }

  /* right */
  .searchTop .fromArea .colRight {
    display: grid;
    margin: 0;
    padding: 15px;
    background: rgba(var(--kyo-color-01), 0.1);
    border-radius: 1rem;
  }

  .searchTop .fromArea .colRight a::before {
    content: none;
  }

  .searchTop .fromArea .colRight>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .searchTop .fromArea .colRight>ul>li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 15px 30px;
    margin: 0;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(2) {
    grid-row: 2 / 3;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(3) {
    grid-row: 3 / 4;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(4) {
    grid-row: 4 / 5;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(5) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(6) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(7) {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(8) {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
  }

  .searchTop .fromArea .colRight h3 {
    background: none;
    color: rgb(var(--kyo-color-01));
  }

  .searchTop .fromArea .colRight h3+ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px 0;
  }

  .searchTop .fromArea .colRight h3+ul::before {
    content: '';
    top: 0;
    left: -15px;
    width: 2px;
    height: 100%;
    background: rgb(var(--kyo-color-01));
  }

  .searchTop .fromArea .colRight a {
    height: auto;
    min-height: auto;
    background: none !important;
    box-shadow: 0 0 0 0;
    border: none;
    color: rgb(var(--kyo-color-01));
    font-weight: normal !important;
    text-decoration: underline;
  }

  .searchTop .fromArea .colRight h3 a {
    padding: 0;
    width: auto;
    font-size: 1.2rem;
    line-height: 1.2;
    color: rgb(var(--kyo-color-01));
    box-shadow: none;
  }

  .searchTop .fromArea .colRight a span {
    font-size: 1.2rem;
    color: rgb(var(--kyo-color-01)) !important;
    font-weight: normal !important;
  }

  .searchTop .kind {
    margin: 0 auto;
    padding: 30px 50px;
  }

  .searchTop .kind h5 {
    cursor: default;
  }

  .searchTop .kind h5::before {
    content: none;
  }

  .searchTop .kind .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 1300px;
  }

  .searchTop .fromKind .slideTggle {
    grid-template-rows: 1fr;
  }

  .searchTop .fromKind .slideTggle ul,
  .searchTop .fromKind .industry ul {
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
  }

  .searchTop .kind input[type="checkbox"]+label{
    padding: 5px 5px 5px 2.75em;
    font-size: 1.2rem;
  }

  .searchTop .kind .seizou{
    background: rgba(var(--kyo-color-01), 0.1);
  }
}

@media screen and (min-width:1339px) {
  .searchTop .fromArea .colRight {
    max-width: 430px;
  }
}

@media screen and (min-width:1300px) and (max-width:1500px) {
  .searchTop .fromArea .colLeft>ul>li h3 {
    font-size: 1.1vw;
  }

  .searchTop .fromArea .colLeft li a span {
    font-size: 1vw;
  }
}

@media screen and (max-width:1130px) {
  .searchTop .fromArea .colLeft li a span {
    font-size: 1.2rem;
  }

  .searchTop .fromArea.flexCols {
    display: block;
  }

  .searchTop .fromArea .colLeft {
    margin: 0 auto 40px;
  }

  .searchTop .fromArea .colLeft li a:hover span {
    transform: scale(1, 1);
  }

  .searchTop .allList li {
    text-align: right;
  }
}

@media screen and (min-width:768px) and (max-width: 999px) {
  .searchTop .fromArea .colRight {
    margin-top: 70px;
  }
}


@media screen and (min-width: 1000px) {
  .searchTop .fromArea .flexCols.cols2 {
    grid-template-columns: 2fr 1fr;
    padding: 0;
  }

  .searchTop .fromArea .colRight>ul {
    grid-template-columns: 1fr;
  }

  .searchTop .fromArea .colRight>ul>li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 15px 30px;
    margin: 0;
  }

  .searchTop .fromArea .colRight>ul>li:nth-child(n) {
    grid-row: auto;
    grid-column: auto;
  }
}

@media screen and (min-width:1300px) and (max-width:1500px) {
  .searchTop .fromArea .colLeft>ul>li h3 {
    font-size: 1.1vw;
  }

  .searchTop .fromArea .colLeft li a span {
    font-size: 1vw;
  }
}

@media screen and (max-width:1130px) {
  .searchTop .fromArea .colLeft li a span {
    font-size: 1.2rem;
  }

  .searchTop .fromArea .colLeft li a:hover span {
    transform: scale(1, 1);
  }

  .searchTop .allList li {
    text-align: right;
  }
}


.noLink,
.noLink a {
  pointer-events: none;
  filter: saturate(0%);
}

