@charset "UTF-8";

.p-section-searchform{

}

.p-section-searchform .c-container{
  /* width: 108rem; */
}

.p-section-searchform__header{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 4.3rem;
}

.p-section-searchform__header__title{
  position: relative;
  padding-bottom: 2rem;
  font-size: 2.9rem;
  line-height: 1.75;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-section-searchform__header__title{
    padding-bottom: 2.5rem;
    font-size: 3.6rem;
  }
}

.p-section-searchform__header::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 0.5rem;
  background-image: linear-gradient( 90deg, rgb(40,129,204) 0%, rgb(26,199,190) 100%);
}

.p-section-searchform__header img{
  position: absolute;
  z-index: -1;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%)scale(0.75);
  transform-origin: center;
  max-width: 41.8rem;
  width: 41.8rem;
  height: 7.2rem;
}
@media (min-width: 768px) {
  .p-section-searchform__header img{
    transform: translateX(-50%)scale(1);
  }
}

.p-searchform{
  position: relative;
  z-index: 1;
}

.p-searchform::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #dfeefa;
}

.p-searchform__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.8rem 0 3.1rem;
}
@media (min-width: 1024px) {
  .p-searchform__inner{
    flex-wrap: nowrap;
  }
}

.p-searchform__input{
  
}

.p-searchform__input--category{
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .p-searchform__input--category{
    width: calc(40% - 4rem);
    margin-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .p-searchform__input--category{
    width: 30rem;
  }
}

.p-searchform__input--category .c-selectbox select{
  border-radius: 5px;
}

.p-searchform__input--keyword{
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-searchform__input--keyword{
    width: 60%;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .p-searchform__input--keyword{
    width: 42rem;
  }
}

.p-searchform__input input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=submit]):not([type=file]):not([type=color]):not([type=search]):not([type=time]):not([type=submit]),
.p-searchform__input select,
.p-searchform__input textarea{
  min-height: 5rem;
}

.p-searchform__input__label{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0.4rem;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  font-feature-settings: "palt";
}

.p-searchform__input__label > img{
  margin-right: 0.9rem;
}

.p-searchform__submit{
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .p-searchform__submit{
    margin-left: 3rem;
  }
}

.p-searchform__submit button{
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 28rem; */
  width: 30rem;
  height: 5.5rem;
  border-radius: 3rem;
  background-image: linear-gradient( 90deg, rgb(40,129,204) 0%, rgb(26,199,190) 100%);
}

.p-searchform__submit button img{
  margin-right: 1.4rem;
}

.p-searchform__submit button span{
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.p-searchtitle{
  position: relative;
  margin-top: 1.1rem;
  margin-left: -0.5rem;
  padding-bottom: 1.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}

.p-searchtitle::before,
.p-searchtitle::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}

.p-searchtitle::before{
  z-index: 1;
  width: 12rem;
  background-image: linear-gradient( 90deg, rgb(40,129,204) 0%, rgb(26,199,190) 100%);
}

.p-searchtitle::after{
  width: 100%;
  background: #d2d2d2;
}

.p-searchtitle__count{
  display: inline-block;
  font-size: 1.8rem;
}