@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding-bottom: 5rem;
}

/*****************************
topsec-fv
*****************************/
.topsec-fv .fvsplide{
  margin-top: 97.5px;
}
.topsec-fv .fvsplide,
.topsec-fv .splide__slide{
  height: calc(100vh - 97.5px);
}
.topsec-fv .catch{
  gap: 5rem;
  margin: 4rem 0 2rem;
}
.topsec-fv .catchtxt{
  font-size: 2rem;
  font-weight: 400;
}
.topsec-fv .catchimg{
  width: 400px;
}
.topsec-fv .txtgr {
  gap: 2rem;
  justify-content: center;
}
.topsec-fv .txtgr .ftxtbox{
  margin: 2em auto;
  padding: 2em;
  background: none;
  border: 2px solid #ccc;
  position: relative;
  width: 70%;
}
.topsec-fv .txtgr .ftxtbox::before{
  background-color: #eee;
  border: none;
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.topsec-fv .txtgr .ftxtbox dt{
  width: 30%;
  font-weight: 500;
}
.topsec-fv .txtgr .ftxtbox dd{
  width: 70%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .topsec-fv .fvsplide{
    margin-top: 90px;
  }
  .topsec-fv .fvsplide,
  .topsec-fv .splide__slide{
    height: 300px;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .catch{
    justify-self: start;
  }
  .topsec-fv .catchimg{
    width: 100%;
  }
  .topsec-fv .txtgr .ftxtbox{
    width: 100% !important;
    display: block;
  }
  .topsec-fv .txtgr .ftxtbox dt{
    text-align: center;
    width: 100%;
  }
  .topsec-fv .txtgr .ftxtbox dd{
    text-align: center;
    width: 100%;
  }
}

/*****************************
topsec-result
*****************************/
.slideresult {
  margin-bottom: 3rem;
}
.slideresult .splide__slide{
  aspect-ratio: 2/3;
  height: auto;
}
.resultcat{
  color: #6E6E6E;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
}
.resultlist > li{
  padding: 4rem 0 5rem;
}
.resultlist > li:nth-of-type(odd){
  background: #DBE2E6;
}
.resultlist .listhead{
  gap: 2rem;
  margin-bottom: 4rem;
}
.resultlist .listcontent {
  gap: 1rem;
}
.resultlist .listcontent > li{
  width: calc(100% / 4 - 1rem);
}
.resultlist .listcontent > li img{
  aspect-ratio: 1/1;
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .resultlist .listhead {
    gap: 1rem;
    flex-direction: column;
  }
  .resultlist .listcontent > li {
    width: calc(100% / 2 - 1rem);
  }
}

/* topsec-interior */
/* topsec-exterior */

/*****************************
topsec-column
*****************************/
.topsec-column{
  background: url(../images/common/bg_column.webp) no-repeat center / cover;
  padding: 8rem 0;
}
.topsec-column .morebtn1{
  margin-top: 5rem;
  text-align: right;
}
.topsec-column .ttl{
  font-weight: 600;
}