.modaal-noscroll{overflow: hidden!important;}

#search-open-btn{
position: fixed;
left: 0;
top: 40%;
width: 44px;
transform: translateY(-50%);
z-index: 999;
}
#search-open-btn img{
width: 100%;
}
#search-open-btn:hover{
opacity: 0.7;
}


button {
background: transparent;
border-radius: 0;
border: 0;
padding: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
user-select: none;
}
button:focus {outline: 0 none;}
button::-moz-focus-inner {padding: 0;border: 0;}

#search-body{
padding: 0 6%;
background: rgba(0,72,153,.96);
letter-spacing: 1px;
}
.search-inner{
max-width: 1024px;
margin: 0 auto;
padding: 0 0 240px;
}
.search-main-ttl-box{
margin: 0 0 50px;
padding: 50px 0 0;
}
.search-main-ttl{
font-size: 46px;
font-family: 'Kreon', serif;
font-weight: 300;
color: #fff;
display: inline-block;
margin: 0 20px 0 0;
letter-spacing: 0.1em;
}
.search-ttl-text{
font-size: 16px;
display: inline-block;
color: #fff;
}
.control-box{
margin: 0 0 40px;
}
.search-fillter-ttl{
display: flex
}
.search-fillter-ttl h4{
width: fit-content;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500;
font-size: 19px;
margin: 0 0 24px;
padding: 0 28px 0 0;
}
.search-fillter-ttl-line{
flex-grow: 1;
height: 20px;
border-bottom: 1px solid #fff;
}
.search-btn-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
button {
position: relative;
padding: 14px 10px 14px 18px;
background: #fff;
cursor: pointer;
font-size: 15px;
font-family: 'Noto Sans JP', sans-serif;
transition: background 550ms;
flex-shrink: 0;
border-radius: 8px;
text-align: left;
margin: 0 0 20px;
}
/*button:hover{
background: #ffff8c;
transition: background 550ms;
}
*/
.control-do {
width: 32%;
}
.control-word {
width: 18.4%;
}
.search-link-box{
margin: 0 0 30px;
}
.search-link-box a{
display: block;
text-decoration: none;
}
.search-link-box-img{
position: relative;
}
.search-link-box img{
width: 100%;
}
.search-link-box-ttl{
font-size: 17px;
font-weight: 500;
color: #fff;
padding: 14px 0;
}
.search-link-box-tag{
color: #94d4ff;
padding: 10px 0 10px;
border-top: 1px solid #94d4ff;
line-height: 1.6;
}
.search-link-box-tag span{
display: inline-block;
padding: 0 10px 0 0;
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;
}
.search-link-box-catch{
position: absolute;
left: 12px;
bottom: 8px;
}
.search-link-box-catch p{
display: inline-block;
color: #fff;
background: #004898;
font-size: 16px;
line-height: 1.7;
margin: 0 0 4px;
padding: 0 4px;
}
.mixitup-control-active {
background: #ffff8c!important;
}

/* Container
---------------------------------------------------------------------- */
.container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
min-height: 500px;
padding: 30px 0 0;
}
.mix,
.gap {
display: inline-flex;
vertical-align: top;
}
.mix {
position: relative;
}
.mix,
.gap {
width: 32%;
}

#search-close{
position: fixed;
right: 0;
top: 40%;
width: 44px;
transform: translateY(-50%);
}
#search-close img{
width: 100%;
}
#search-close:hover{
opacity: 0.7;
}

@media only screen and (max-width : 1024px) {
#search-open-btn,
#search-close{
    width: 34px;
}
.search-btn-box {
justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}
button {
    padding: 12px 8px 12px 14px;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 0 14px;
}
.control-do {
    width: 49%;
}
.control-word {
    width: 23.5%;
}
.search-link-box-catch {
    left: 4px;
    bottom: 2px;
}
.search-link-box-ttl {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.search-link-box-catch p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 1px;
    padding: 0 2px;
}


}
@media only screen and (max-width : 767px) {
#search-open-btn,
#search-close{
    width: 8%;
    max-width: 32px;
    top: auto;
    bottom: 60px;
    transform: translateY(0);
}
#search-body {
    padding: 0 10% 0 6%;
    letter-spacing: 0.5px;
}
.search-main-ttl-box {
    margin: 0 0 40px;
    padding: 40px 0 0;
}
.search-main-ttl {
    font-size: 32px;
    margin: 0 0;
    line-height: 1.6;
    display: block;
}
.search-fillter-ttl h4 {
    width: fit-content;
    font-size: 16px;
    margin: 0 0 16px;
    padding: 0 16px 0 0;
}
.search-fillter-ttl-line{
height: 18px;
}
button {
    padding: 8px 6px 8px 8px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0 0 10px;
}
.control-do {
    width: 49%;
}
.control-word {
    width: 23.5%;
}
.control-box {
    margin: 0 0 30px;
}
.control-word {
    width: 32%;
}
.container {
    min-height: 500px;
    padding: 20px 0 0;
}
.mix, .gap {
    width: 49%;
}
.search-link-box-tag span {
    padding: 0 6px 0 0;
    font-size: 10px;
}
.search-link-box-tag {
    padding: 6px 0 6px;
    line-height: 1.4;
}
    .search-link-box-catch p {
        font-size: 12px;
        line-height: 1.5;
        margin: 0 0;
        padding: 0 2px;
        display: none;
    }
.search-link-box-catch {
        left: 2px;
        bottom: 2px;
    }
.search-link-box-ttl {
        height: 56px;
        line-height: 1.4;
    }
.search-link-box {
    margin: 0 0 20px;
}
button:hover{
background: #fff;
}

}


