@media screen and (max-width: 560px) {
  .pc {
    display: none;
  }
  
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 561px) {
  .d-flex-pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  
  .sp-only {
    display: none;
  }
}
.wrap {
  max-width: 1140px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
}

.bg-gadient1 {
  background: linear-gradient(146deg, rgb(235, 9, 175) 0%, rgb(61, 54, 235) 60%, rgb(61, 54, 235) 100%);
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}
@media screen and (max-width: 560px) {
  .mb52 {
    margin-bottom: 6.61vw !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 560px) {
  .mb35 {
    margin-bottom: 4.64vw !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 560px) {
  .mb80 {
    margin-bottom: 13.39vw !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 560px) {
  .mb120 {
    margin-bottom: 14.29vw !important;
  }
}

a.link-blue {
  text-decoration: underline;
  color: #1A50B7;
  cursor: pointer;
}
a.link-blue:hover {
  text-decoration: none;
}

.w66 {
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 1100px) and (min-width: 561px) {
  .w66 {
    width: calc(100% - 370px);
  }
}

strong {
  font-weight: 700;
}

#key {
  padding: 6px 0 13px;
}

#key .wrap {
  padding: 0;
  max-width: 1101px;
}

#key .key__breadcum {
  font-size: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 24px;
}

#key .key__breadcum li {
  position: relative;
}

#key .key__breadcum li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: calc(100% + 9px);
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

#key .key__breadcum li:last-child:before {
  display: none;
}

#key .key__content {
  margin: 11px auto;
}

#key .key__ttl {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #230044;
}
#key .key__ttl span {
  color: #3B2A89;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  #key {
    padding: 3.04vw 0 5.89vw;
  }
  #key .wrap {
    padding: 0 7.14vw;
  }
  #key .key__content {
    margin-top: 7.14vw;
  }
  #key .key__breadcum {
    font-size: 2.14vw;
  }
  #key .key__ttl {
    line-height: 5.36vw;
    font-size: 5.36vw;
  }
  #key .key__ttl span {
    font-size: 2.85vw;
  }
}
#key.search-key {
  background-image: url("../img/search/search_key.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6px 0 54px;
}
#key.search-key .search-key__txt1 {
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
}
#key.search-key .search-key__txt2 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin: 10px 0px;
  color: #333333;
}
#key.search-key .search-key__ttl {
  font-size: 30px;
  line-height: 47px;
  font-weight: 900;
  color: #3B2A89;
}
#key.search-key .key__content {
  margin: 21px;
  min-height: 132px;
  width: 500px;
}
@media screen and (min-width: 561px) and (max-width: 1150px) {
  #key.search-key {
    padding: 6px 15px 54px;
  }
}
@media screen and (max-width: 560px) {
  #key.search-key {
    background-image: url("../img/search/search_key_sp.jpg");
    padding: 2.32vw 0vw 9.64vw;
  }
  #key.search-key .search-key__txt1 {
    font-size: 3.21vw;
    line-height: 4.64vw;
  }
  #key.search-key .search-key__txt2 {
    margin: 3.75vw 0vw 1.79vw;
  }
  #key.search-key .search-key__ttl {
    line-height: 7.86vw;
  }
  #key.search-key .key__content {
    margin: 1.61vw auto 0vw;
    width: auto;
  }
}

.nav-target {
  padding-top: 36px;
}
@media screen and (max-width: 560px) {
  .nav-target {
    padding-top: 16.43vw;
  }
}

.list-checkbox label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  margin: 0px 0px 9px;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
}
.list-checkbox label input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  opacity: 0;
  cursor: pointer;
}
.list-checkbox label .mark {
  position: absolute;
  top: 4px;
  left: 5px;
  height: 18px;
  width: 18px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #D9D9D9;
}
.list-checkbox label .mark:hover {
  opacity: 0.8;
}
.list-checkbox label .mark::before {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #2196F3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.list-checkbox label input:checked ~ .mark::before {
  display: block;
  z-index: 1;
}

.dropdow1 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/search/arrow_input.svg") no-repeat center right 10px/11px;
  background-color: #fff;
}
.dropdow1:invalid, .dropdow1 option[value=""] {
  color: rgba(51, 51, 51, 0.5);
}
.dropdow1 option {
  color: #333333;
}

.input-txt {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}
.input-txt::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.input-txt::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.calendar {
  width: 100%;
  color: #333333;
  font-weight: 500;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}
.calendar .calendar-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.calendar .header-display {
  display: flex;
  align-items: center;
}
.calendar .header-display p {
  font-size: 16px;
  line-height: 28px;
}
.calendar .arrow {
  width: 7px;
  height: 12px;
  cursor: pointer;
  transition: all 0.4s linear;
}
.calendar .arrow.left {
  background: url("../img/search/prev_calendar.svg") center/cover;
}
.calendar .arrow.right {
  background: url("../img/search/next_calendar.svg") center/cover;
}
.calendar .arrow:hover {
  opacity: 0.8;
  transition: all 0.4s linear;
}
.calendar #days,
.calendar .week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  justify-content: space-between;
}
.calendar .week div,
.calendar #days div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar #days div:hover {
  cursor: pointer;
}
.calendar .week div {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 10px;
}
.calendar #days div {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 27px;
}
.calendar #days div.selected {
  background-color: var(--color-purple);
  color: var(--color-white);
}
.calendar #days div:hover {
  opacity: 0.8;
}
.calendar .display-selected {
  margin-bottom: 10px;
  padding: 20px 20px;
  text-align: center;
}
.calendar .inactive {
  opacity: 0;
}
.calendar #days div.inactive:hover {
  cursor: default;
  opacity: 0;
}

.search-btn.button--purple,
.search-btn.button--gray {
  width: 100%;
  margin: 0px auto;
  display: block;
}

.search-switch {
  display: flex;
  width: 142px;
  align-items: center;
  justify-content: space-between;
}
.search-switch .search-switch_txt {
  font-size: 12px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 2px;
}
.search-switch .switch {
  display: inline-block;
  position: relative;
  width: 39px;
  height: 21px;
  border-radius: 20px;
  background: #3B2A89;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.search-switch__btn input:checked + .switch{
  background: #ccc;
}
.search-switch .switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.search-switch input:checked + .switch::before {
  left: 20px;
}

.search-input__error {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #FF2C2C;
}

@media screen and (max-width: 560px) {
  .search-switch .search-switch_txt {
    font-size: 2.86vw;
    line-height: 4.46vw;
  }
  .search-switch .switch {
    width: 8.75vw;
    height: 4.46vw;
  }
  .search-switch .switch::before {
    top: 0.36vw;
    left: 0.36vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .search-switch input:checked + .switch::before {
    left: 4.64vw;
  }
}
.seach-list__box:hover{
  opacity: 0.8;
}
.seach-list__box a:hover img{
  opacity: 1 !important;
}
.box-news {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(59, 42, 137, 0.42);
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
.box-news .box-news__row {
  justify-content: space-between;
  gap: 10px;
}
.box-news .box-news__bg {
  position: relative;
  height: 380px;
  overflow: hidden;
}
.box-news .box-news__bg .box-news__img {
  width: 100%;
  height: 100%;
}
.box-news .box-news__bg .box-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-news .box-news__bg .box-news__vip {
  width: 100px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.box-news .box-news__bg .box-news__like {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  box-sizing: border-box;
  width: 100px;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
  padding: 6px 0px;
}
.box-news .box-news__bg .box-news__like::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../img/search/icon_love.svg") center/cover;
  margin-right: 4px;
  top: 2px;
}
.box-news .box-news__bg .box-news__like.box-news__like--liked {
  color: #F70E4D;
}
.box-news .box-news__bg .box-news__like.box-news__like--liked::before {
  background: url("../img/search/icon_love2.svg") center/cover;
}
.box-news .box-news__bg .box-news__tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 117px;
  background-color: #fff;
  text-align: center;
  color: red;
  z-index: 1;
}
.box-news .box-news__info {
  box-sizing: border-box;
  padding: 20px 20px 0px;
}
.box-news .box-news__info .box-news__type {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0px 10px;
  line-height: 24px;
  align-self: baseline;
}
.box-news .box-news__info dl {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 500;
  width: calc(100% - 102px);
}
.box-news .box-news__info dl dt {
  font-size: 12px;
  width: calc(100% - 160px);
}
.box-news .box-news__info dl dd {
  width: 140px;
  text-align: right;
  font-size: 14px;
}
.box-news .box-news__info .box-news__txt1 {
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0px 10px;
  color: #333333;
  line-height: 21px;
}
.box-news .box-news__info .box-news__ttl {
  font-size: 16px;
  line-height: 23px;
  color: #3B2A89;
  font-weight: 700;
}
.box-news .box-news__info .box-news__txt2 {
  margin: 20px 0px 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}
.box-news.box-news--disable {
}
.box-news.box-news--disable .box-news__txtdisable {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 21px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
@media screen and (max-width: 560px) {
  .box-news {
    padding-bottom: 5vw;
  }
  .box-news .box-news__bg {
    height: 41.07vw;
  }
  .box-news .box-news__bg .box-news__vip {
    width: 23.21vw;
  }
  .box-news .box-news__bg .box-news__like {
    width: 23.21vw;
    font-size: 3.21vw;
    line-height: 4.82vw;
  }
  .box-news .box-news__bg .box-news__like::before {
    width: 3.21vw;
    height: 2.86vw;
    top: 0.18vw;
  }
  .box-news .box-news__bg .box-news__tag {
    width: 25vw;
  }
  .box-news .box-news__info {
    padding: 3.57vw 3.57vw 0vw;
  }
  .box-news .box-news__info .box-news__type {
    font-size: 3.57vw;
    line-height: 5.89vw;
    margin-bottom: 2.5vw;
  }
  .box-news .box-news__info dl {
    line-height: 6.79vw;
    flex-direction: row-reverse;
    width: 100%;
  }
  .box-news .box-news__info dl dt {
    font-size: 3.57vw;
    width: 40%;
    text-align: right;
  }
  .box-news .box-news__info dl dd {
    width: 60%;
    text-align: left;
    font-size: 3.57vw;
  }
  .box-news .box-news__info .box-news__txt1 {
    font-size: 3.57vw;
    margin: 3.57vw 0vw;
    font-weight: 500;
  }
  .box-news .box-news__info .box-news__ttl {
    font-size: 4.29vw;
    line-height: 6.25vw;
  }
  .box-news .box-news__info .box-news__txt2 {
    font-size: 3.21vw;
    line-height: 5vw;
    font-weight: 500;
    margin: 3.57vw 0vw 0vw;
  }
  .box-news.box-news--disable .box-news__txtdisable {
    font-size: 7.14vw;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
}
.pagination li button {
  cursor: pointer;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #333333;
  font-weight: 500;
  background: none;
  border: none;
}
.pagination li button.pagination--active {
  color: #fff;
  background: #3B2A89;
}
.pagination li button.pagi-prev {
  width: 20px;
  height: 20px;
  background: url("../img/search/prev_calendar.svg") center/cover;
  margin-right: 10px;
}
.pagination li button.pagi-next {
  width: 20px;
  height: 20px;
  background: url("../img/search/next_calendar.svg") center/cover;
  margin-left: 10px;
}
@media screen and (max-width: 560px) {
  .pagination li button {
    font-size: 4.29vw;
    width: 7.14vw;
    height: 7.14vw;
  }
}

.button-love {
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 0px auto;
  border: 1px solid rgba(51, 51, 51, 0.5);
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding: 14px 0px;
  background: none;
}
.button-love:hover {
  opacity: 0.8;
}

.button-love::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url("../img/search/icon_love.svg") center/cover;
  top: 2px;
  margin-right: 5px;
}
.button-love--loved {
  border: 1px solid #F70E4D;
  color: #F70E4D;
}
.button-love--loved::before {
  background: url("../img/search/icon_love2.svg") center/cover;
}
@media screen and (max-width: 560px) {
  .button-love {
    font-size: 4.29vw;
    line-height: 4.46vw;
    padding: 4.82vw 0vw;
    max-width: 71.43vw;
  }
  .button-love::before {
    top: 0.36vw;
    width: 4.46vw;
    height: 3.93vw;
  }
}

.seach-boxtime {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(59, 42, 127, 0.16);
  padding: 46px 22px 37px;
  width: 350px;
  position: fixed;
  top: 13%;
  right: 10%;
  z-index: 10;
}
.seach-boxtime .seach-boxtime__time {
  font-size: 24px;
  line-height: 21px;
  font-weight: 700;
  color: #3B2A89;
  margin-bottom: 27px;
}
.seach-boxtime .seach-boxtime__ttl {
  font-size: 20px;
  font-weight: 700;
  color: #3B2A89;
  line-height: 25px;
  margin: 0px 0px 11px;
  display: flex;
  align-items: center;
}
.seach-boxtime .seach-boxtime__ttl span {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0px 7px;
  margin-right: 11px;
  background: #3B2A89;
}
.seach-boxtime .seach-boxtime__txt {
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  font-weight: 400;
  margin: 10px 0px 18px;
}
.seach-boxtime .seach-boxtime__btn1 {
  margin: 0px auto 10px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .seach-boxtime {
    padding: 12.14vw 7.14vw 10.71vw;
    position: relative;
    inset: 0;
    margin: 0vw auto 10.36vw;
    width: 100%;
  }
  .seach-boxtime .seach-boxtime__time {
    font-size: 5.36vw;
    margin-bottom: 7.86vw;
  }
  .seach-boxtime .seach-boxtime__ttl {
    margin: 0vw 0vw 3.21vw;
    font-size: 4.82vw;
    line-height: 5.54vw;
  }
  .seach-boxtime .seach-boxtime__ttl span {
    font-size: 3.21vw;
    margin-right: 3.57vw;
  }
  .seach-boxtime .seach-boxtime__txt {
    font-size: 3.57vw;
    line-height: 4.82vw;
    margin: 5.71vw 0vw 7.14vw;
  }
  .seach-boxtime .seach-boxtime__btn1 {
    margin: 0vw auto 5.36vw;
  }
}

.seach-boxtime2 {
  padding: 33px 0px 40px;
  color: #333333;
}
.seach-boxtime2 .seach-box__row {
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 24px;
  margin-bottom: 10px;
}
.seach-boxtime2 .seach-box__row dt {
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
.seach-boxtime2 .seach-box__row dt span {
  font-size: 12px;
}
.seach-boxtime2 .seach-box__row dd {
  width: 142px;
}
.seach-boxtime2 .search-box__list li {
  position: relative;
  padding: 0px 24px;
}
.seach-boxtime2 .search-box__list li:has(input:checked) {
  background: #F4F0F7;
}
.seach-boxtime2 .search-box__list li:last-child .search-box__choose {
  border-bottom: 2px solid rgba(59, 42, 137, 0.3);
}
.seach-boxtime2 .search-box__list li .search-box__choose {
  border-top: 2px solid rgba(59, 42, 137, 0.3);
  padding: 16px 30px 11px;
  position: relative;
  display: block;
  box-sizing: border-box;
}
.seach-boxtime2 .search-box__list li .search-box__choose input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.seach-boxtime2 .search-box__list li .search-box__choose .checkmark {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  cursor: pointer;
}
.seach-boxtime2 .search-box__list li .search-box__choose .checkmark::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
  opacity: 0;
}
.seach-boxtime2 .search-box__list li .search-box__choose input:checked ~ .checkmark {
  background: #DD0DB4;
  border: none;
}
.seach-boxtime2 .search-box__list li .search-box__choose input:checked ~ .checkmark::before {
  opacity: 1;
}
.seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3B2A89;
}
.seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt h2 span {
  font-size: 20px;
}
.seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt p {
  margin-bottom: 6px;
  line-height: 25px;
  font-weight: 700;
  font-size: 14px;
}
.seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt p span {
  display: inline-block;
  background: #3B2A89;
  color: #fff;
  padding: 0px 7px;
  margin-right: 11px;
}
.seach-boxtime2 .seach-boxtime__btn1, .seach-boxtime2 .seach-boxtime__btn2 {
  max-width: 300px;
  margin: 0px auto;
}
.seach-boxtime2 .seach-boxtime__btn1 {
  margin: 18px auto 12px;
}
@media screen and (max-width: 560px) {
  .seach-boxtime2 {
    padding: 8.75vw 0vw 10.89vw;
  }
  .seach-boxtime2 .seach-box__row {
    padding: 0vw 7.14vw;
    margin-bottom: 3.57vw;
  }
  .seach-boxtime2 .seach-box__row dt {
    font-size: 5.36vw;
  }
  .seach-boxtime2 .seach-box__row dt span {
    font-size: 3.21vw;
  }
  .seach-boxtime2 .seach-box__row dd {
    width: 33.04vw;
  }
  .seach-boxtime2 .search-box__list li {
    padding: 0vw 7.14vw;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose {
    padding: 3.21vw 6.43vw 1.96vw;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose .checkmark {
    width: 4.64vw;
    height: 4.64vw;
    top: 5.36vw;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose .checkmark::before {
    left: 1.79vw;
    top: 0.89vw;
    width: 1.25vw;
    height: 2.32vw;
    border-width: 0 0.54vw 0.54vw 0;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt h2 {
    font-size: 5.36vw;
    line-height: 8.57vw;
    margin-bottom: 4.29vw;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt h2 span {
    font-size: 5.36vw;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt p {
    margin-bottom: 1.96vw;
    line-height: 5.54vw;
    font-size: 3.57vw;
  }
  .seach-boxtime2 .search-box__list li .search-box__choose .search-box__choose__txt p span {
    margin-right: 3.57vw;
  }
  .seach-boxtime2 .seach-boxtime__btn1, .seach-boxtime2 .seach-boxtime__btn2 {
    max-width: calc(100% - 14.29vw);
    margin: 0vw auto;
  }
  .seach-boxtime2 .seach-boxtime__btn1 {
    margin: 7.68vw auto 5.36vw;
  }
}

.txt {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.txt p:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 560px) {
  .txt {
    font-size: 3.57vw;
    line-height: 5.89vw;
  }
  .txt p:not(:first-child) {
    margin-top: 5.89vw;
  }
}
@media screen and (max-width: 400px) {
  .txt {
    font-size: 16px;
  }
}

h2.search-ttl {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700 !important;
  box-sizing: border-box;
  padding: 7px 17px 7px !important;
  color: #3B2A89;
  background: #F2F2F2;
  position: relative;
  margin-bottom: 11px !important;
  width: calc(100% - 10px);
}
h2.search-ttl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 100%;
  background: #3B2A89;
}
@media screen and (max-width: 560px) {
  h2.search-ttl {
    font-size: 5.36vw;
    line-height: 7.86vw;
    padding: 2.68vw 5vw 2.5vw !important;
    margin-bottom: 3.57vw !important;
    width: 100%;
  }
  h2.search-ttl::before {
    width: 1.43vw;
  }
}

h3.search-ttl2 {
  font-size: 18px;
  font-weight: 700 !important;
  color: #3B2A89;
  line-height: 26px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 560px) {
  h3.search-ttl2 {
    font-size: 4.82vw;
    color: #333333;
    line-height: 6.96vw;
    margin-bottom: 3.57vw !important;
  }
}

h4.search-ttl3 {
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 29px;
  color: #3B2A89;
  margin-bottom: 14px !important;
}
@media screen and (max-width: 560px) {
  h4.search-ttl3 {
    font-size: 4.29vw;
    line-height: 6.25vw;
    margin-bottom: 3.21vw !important;
  }
}

h5.search-ttl4 {
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 26px;
  color: #333333;
  margin-bottom: 12px !important;
}
@media screen and (max-width: 560px) {
  h5.search-ttl4 {
    font-size: 4.29vw;
    line-height: 6.25vw;
    margin-bottom: 1.79vw !important;
  }
}

.search-boximg {
  margin-bottom: 4px;
}
@media screen and (max-width: 560px) {
  .search-boximg {
    margin-bottom: 4.46vw;
  }
}

.search-table1 {
  margin-bottom: 75px;
}
.search-table1 dl {
  padding: 20px 30px 14px;
  font-size: 14px;
  color: #333333;
  border-top: 1px solid rgba(59, 42, 137, 0.3);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.search-table1 dl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 150px;
  background: #3B2A89;
}
.search-table1 dl dt {
  line-height: 20px;
  width: 160px;
  font-weight: 700;
}
.search-table1 dl dd {
  width: calc(100% - 170px);
  font-weight: 400;
  line-height: 25px;
}
.search-table1 dl:last-child {
  border-bottom: 1px solid rgba(59, 42, 137, 0.3);
}
.search-table1 dl:last-child::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 150px;
  background: #3B2A89;
}
@media screen and (max-width: 560px) {
  .search-table1 {
    margin-bottom: 14.29vw;
  }
  .search-table1 dl {
    padding: 5.36vw 2.86vw 5.18vw;
    font-size: 3.57vw;
  }
  .search-table1 dl::before, .search-table1 dl::after {
    width: 28.57vw;
  }
  .search-table1 dl dt {
    line-height: 5.18vw;
    width: 25.36vw;
  }
  .search-table1 dl dd {
    width: calc(100% - 29.29vw);
  }
}

.search-table2 {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(59, 42, 137, 0.24);
  margin: 0px 0px 80px;
}
.search-table2 dl {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 21px;
  font-size: 14px;
  border-bottom: 1px solid rgba(59, 42, 137, 0.3);
}
.search-table2 dl dt {
  padding: 19px 20px;
  width: 130px;
  background: #EAE9FC;
  font-weight: 700;
  color: #3B2A89;
  box-sizing: border-box;
  display: flex;
  height: auto;
  align-items: center;
}
.search-table2 dl dd {
  box-sizing: border-box;
  width: calc(100% - 130px);
  font-weight: 400;
  padding: 19px 20px;
  color: #333333;
}
@media screen and (max-width: 560px) {
  .search-table2 {
    margin: 5.71vw 0vw 15.18vw;
  }
  .search-table2 dl {
    display: block;
    font-size: 3.57vw;
    border-bottom: none;
  }
  .search-table2 dl dt {
    width: 100%;
    padding: 4.11vw 7.14vw;
  }
  .search-table2 dl dd {
    padding: 3.39vw 7.14vw;
    width: 100%;
    line-height: 5.89vw;
  }
}
[data-theme="dark"] body{
  background: #fafafa;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.job-tag {
  display: inline-block;
  padding: 4px 12px;
  background-color: #3B2A89;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .job-tags {
    gap: 1.429vw;
    margin-top: 0.893vw;
  }
  .job-tag {
    padding: 0.714vw 2.143vw;
    border-radius: 0.714vw;
    font-size: 2.5vw;
  }
}