/*追記*/
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 20px;
  bottom: 20vh;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.el_heroCatch_text {
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff !important;
    color: #028500 !important;
}
.company_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
    justify-content: center;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.company_img {
    width: 50%;
}

.company_txt {
    width: 40%;
}

.company_ttl {
    font-weight: bold;
    font-size: 2.4rem;
    color: #028500;
    margin-bottom: 0.8rem;
}

.detail_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin-top: 24px;
    padding: .9em 3em .9em 2em;
    border: 1px solid #028500;
    border-radius: 5px;
    background-color: #fff;
    color: #028500;
    font-size: 1em;
    text-decoration: none;
}

.detail_btn::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #028500;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.detail_btn:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.company_img img {
    max-width: 500px;
}

@media (max-width: 600px) {
.company_img {
    width: 100%;
}
.company_img img{
    width: 100%;
}
.company_txt {
    width: 100%;
}
.company_ttl{
    font-size:1.8rem;
}
}

/*オリジナル*/

.el_quickSearchList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}
.el_quickSearchList .el_quickSearchList_item {
    display: inline-block
}
.el_quickSearchList .el_quickSearchList_link {
    display: block;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none
}
body.home .ly_siteContent>.ly_top_content:not(:first-of-type) {
    margin-top: 80px
}
body.home .ly_siteContent .el_quickSearchList {
    list-style-type: none
}
body.home .ly_siteContent .ly_error_message .el_error_message {
    margin-bottom: 0;
    text-align: center;
    color: red
}
body.home .ly_siteContent > .ly_top_content.ly_top_blog .bl_blogList {
    margin-top: 0
}
@media screen and(max-width: 599px) {
    body.home .ly_siteInner .ly_siteContent {
        margin-top: 0
    }
    body.home .ly_siteInner .ly_siteContent>.ly_top_content:not(:first-of-type) {
        margin-top: 40px
    }
} /*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/components/_quick-search-list.scss%22,%22../scss/top.scss%22,%22../scss/global/_mixins.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA,oBACE,aACA,eACA,2BACA,SACA,WACA,gBACA,iBACA,kBAEA,6CACE,qBAGF,6CACE,cACA,iBACA,kBACA,qBCbA,8DACE,gBAIF,8CACE,qBAMA,8DACE,gBACA,kBACA,UAKE,mEACI,aCjBZ,qCD2BI,wCAEE,aAEA,4EACE%22,%22file%22:%22top.css%22%7D */