*{
    font-family: "Noto Sans JP", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 180px;
}
body{ 
    font-weight: 500;
    overflow-x: hidden;
    color: #505050;
}
img{
    width: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
#main{
    background-color: #F5F5F5;
}

.sec-inner{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
h2{
    font-size: 32px;
    font-weight: bold;
    color: #328CC3;
    margin-bottom: 1.2em;
    text-align: center;
    line-height: 1.5;
}

h2>br{
    display: none;
}
hr{
    height: 2px;
    background-color: #328CC3;
    width: 155px;
    border: none;
    margin: 0 auto;
}
h3{
    font-size: 24px;
    font-weight: bold;
    color: #328CC3;
    border-left: 4px solid #328CC3;
    padding: 0.3em 0;
    padding-left: 0.7em;
    margin-bottom: 5px;
}
h4{
    font-size: 24px;
    font-weight: bold;
    color: #328CC3;
    text-align: center;
}
.zenkaku{
    font-family: "Zen Kaku Gothic New", sans-serif;

}
.sab-ttl{
    color: #328CC3;
    padding-left: 1em;
    margin-bottom: 2em;
}
.sec-ttl.sp-sec-ttl {
    display: none;
}
.wave-sp{
    display: none;
}

#header{
    width: 100%;
    z-index: 20;
    position: sticky;
    top: 0;

}
#header .header-1{
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
}
.header-1 .logo-box{
    display: flex;
    align-items: center;

}
.header-1 .logo-box>a{
    width: 70%;
    padding-left: 1em;

}
.header-1 .header-contact{
    display: flex;
}
.header-1 .header-contact .header-tell{
    display: flex;
    padding: 0.7em 0;
    
}
.h-tell-icon {
    width: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-tell-icon>a img{
    width: 90%;

}
.h-tell-txt{
    color: #328CC3;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
}
.h-tell-txt>p:first-child{
    font-size: 18px;

}
.h-tell-txt>p:last-child{
    font-size: 12px;

}
.h-tell-txt>a{
    font-size: 24px;
    font-weight: bold;
    color: #328CC3 !important;

}
.header-contact .h-mail{
    background-image: linear-gradient(90deg, #3A96BD, #4E479B);
    display: flex;
    align-items: center;
    padding: 2em;
    transition: 0.3s;
    
}
.header-contact .h-mail:hover{
    background-image: linear-gradient(90deg, #4E479B, #2D2391);

}
.header-contact .h-mail>span{
    color: #ffff;

}
.ham-menu{
    display: none;
}
.ham-wrap{
    position: relative;
    width: 40px;
    height: 30px;

}
.ham-menu span{
    position: absolute;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #328CC3;
    margin: auto;

}
.ham-menu span:nth-of-type(1){
    top: 0;

}
.ham-menu span:nth-of-type(2){
    top: 0;
    bottom: 0;

}
.ham-menu span:nth-of-type(3){
    top: auto;
    bottom: 0;

}
/* ハンバーガーメニューコンテンツ */
.sidebar {
    background-color: #e0f2f8;
    opacity: 0.94;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    z-index: 10;
    display: none;
    padding: 2em;
    padding-top: 1em;
    padding-left: 3em;
}
.sidebar-inner {
    position: relative;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu > li {
    margin-bottom: 5px;
    margin-left: 0.7em;
    position: relative;
}

.side-menu-01 {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 8px 0;
}

.menu a:hover {
    filter: opacity(50%);
}

.menu ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 10px;
}

.menu ul li {
    margin-bottom: 0.8em;
}

.menu ul .side-menu-02 a {
    font-weight: 400;
}

li.side-menu-02 {
    color: #328CC3;
}

.side-menu-01{
    position: relative;
}
.side-menu-01::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 5px;
    background-color: #328CC3;
    left: -29px;
    top: 13px;
}
.close-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.close-btn {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 48%;
    position: relative;
    margin-left: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.close-btn>span {
    color: #328CC3;
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 13px;
    font-size: 30px;
}
.side-menu-01{
    color: #505050;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}
.side-menu-02 a{
    color: #328CC3;

}
span.blue-dot{
    font-size: 10px;
    margin-right: 8px;
}
#header .header-2{
    background-color: #328CC3;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-2>nav>.h-main-menu{
    display: flex;

}
.header-2>nav>.h-main-menu li{
    display: block;
    color: #ffff;
    position: relative;

}
.header-2 nav li{
    padding-right: 2em;

}
.header-2 .list-menu li{
    padding-right: 0 !important;

}
.header-2>nav>.h-main-menu li:last-child{
    padding-right: 0;

}
.header-2>nav>.h-main-menu>li>a{
    color: #f5f5f5;
    position: relative;
    display: block;
    padding: 1.5em 0;
}
.header-2>nav>.h-main-menu li a:hover{
    color: #D7D728;

}

.header-2 .list-menu{
    width: 300px;
    background-color: #f5f5f5;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    left: 0;
    top: 65px;
    
}

.menu-item-has-child:hover ul,
.menu-item-has-child ul.focused {
    opacity: 1;
    visibility: visible;
}

.header-2 .list-menu li a span{
    padding: 1em 0;
    padding-left: 3em;
    display: block;
    position: relative;
}
.header-2 .list-menu li a:last-child{
    padding-bottom: 2em;

}
.header-2 .list-menu li a span::before{
    content: '';
    width: 15px;
    height: 2px;
    background-color: #328CC3;
    position: absolute;
    top: 25px;
    left: 19px;

}

.header-2 .list-menu li:hover{
    background-color: #C8E6FF !important;

}
.header-2 .list-menu li:last-child{
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 0.5em;

}
.header-2 .list-menu li a span{
    color: #328CC3;
}
.header-2 .list-menu li a span:hover{
    color: #328CC3;
    font-weight: 600;
}

#pc-fv{
    background-image: url(../images/fv-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
#sp-fv{
    display: none;
}
#pc-fv::before{
    content: '';
    background-image: url(../images/fv_sp_photo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    position: absolute;
    top: -28px;
    right: 0;
    z-index: 1;

} 

#pc-fv .fv-content{
    width: 40%;
    padding: 8% 0% 10% 7%;
}
#pc-fv .fv-content h1{
    color: #000;
    font-size: 36px;
    line-height: 1.5;

}
#pc-fv .fv-content .fv-content-img{
    width: 90%;
    margin-top: -7%;

}
#pc-fv .fv-content .fv-content-btn{
    width: 75%;
    padding-left: 5%;
    margin-top: 1%;

}
.news-top{
    display: none;
}
#news{
    background-image: url(../images/news_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
.news-table{
    background-color: #F5F5F5;
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 1.5em 2.5em 2.5em;

}
.news-table>ul{
    padding-top: 0.4em;
}
.news-table>ul>li{
    list-style: none;
    padding: 0.8em 0;
    border-bottom: 1px solid #328cc3;
}

.news-table>ul>li a{
    color: #328CC3;
    transition: 0.3s;
    display: flex;
}

.news-table>ul>li>a>p{
    line-height: 1;
}

.news-table>ul>li a:hover{
    filter: opacity(50%);
}
time {
    padding: 0 2.5em;
    display: block;
}

section#topix{
    background-color: #C8E6FF;
    padding-top: 5em;
    margin-top: -2%;
}
/* ボタン */
.btn-hover{
    position: relative;
}
.btn-hover img{
    transition: 0.5s;
}
.btn-hover:hover img:first-of-type {
    opacity: 0;
}
.btn-hover img:last-of-type {
    position: absolute;
    /* top: 0px; */
    left: 0px;
    opacity: 0;
}
.solo-btn img:last-of-type {
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}
.btn-solo img:last-of-type {
    position: absolute;
    left: 0px;
    opacity: 0;
}
.btn-hover:hover img:last-of-type {
    opacity: 1;
}
/* フロートボタン */
.float-btnbox{
    position: fixed;
    display: none;
    right: 5%;
    width: 200px;
    z-index: 2;
    bottom: 0;
}

.float-btnbox>.float-close-btn {
    position: absolute;
    width: 40px;
    top: -12%;
    cursor: pointer;
}
.float-btnbox.hidden{
    opacity: 0;
    visibility: hidden;

}
.topics-table {
    padding-top: 1.5em;
    padding-bottom: 2em;
}

.topix-con{
    /* display: flex; */
    gap: 2%;
}
.topics-item{
    display: block;
    color: #505050;
    transition: 0.5s;
}

.topics-item:hover{
    filter: opacity(40%);
}
.slider-1 .topics-item {
    margin: 0 10px;
    text-align: center;
}
.slider-2 .topics-item {
    margin: 0 5px;
    text-align: center;
}
.slider-1 .topics-item>p{
    padding-top: 1em;


}
section#aunara-inc {
    padding: 3% 0 10% 0;
}
#aunara-inc .sec02-inner{
    text-align: center;

}
.sec-outline{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    margin-top: 3em;
    margin-bottom: 3em;
}

.philosophy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
}
.philosophy-txt {
    border: none;
    margin-bottom: 1.5em;
}
.flex-txt {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5em;
}
.ph-point {
    color: #328CC3;
    padding-right: 2em;
}

.leader-con{
    display: flex;
    text-align: left;
    gap: 5%;
}
.leader-con>div{
    width: 45%;
}
.leader-con>div:first-child{
    width: 50%;
}
.leader-coment{
    line-height: 2;
    margin-bottom: 3em;
}
.leader-btn{
    width: 90%;
}

section#our-service{
    background-color: #C8E6FF;
    position: relative;
    padding-top: 3%;
    margin-top: -2%;
}
/* セクションタイトルバックイメージ */
.sec02-inner{
    background-image: url(../images/AUNARA.INC.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 6%;

}

.sec03-inner{
    background-image: url(../images/OURSERVICE.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 6%;
    margin-top: -1%;
}

.sec04-inner{
    background-image: url(../images/GIVE_AWAY.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 6%;
    position: relative;
    z-index: 1;
}

.sec05-inner{
    background-image: url(../images/SUCCESS_CASE.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 4%;
}

.sec06-inner{
    background-image: url(../images/RECRUIT.png);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 5%;
    position: relative;
    z-index: 1;
}
.sec03-inner h2{
    position: relative;
}
.sec03-inner hr{
    margin-bottom: 13%;

}
.service-con{
    display: flex;
    gap: 5%;
    margin-bottom: 3em;
}
.service-con .ser-txt{
    width: 45%;

}
.service-con .ser-img{
    width: 50%;

}
.ser-outline{
    line-height: 2;
}
.MandA-con{
    margin-top: 3em;

}
.MandA-con>h4{
    margin-bottom: 1em;

}
.MandA-con .step-con{
    display: flex;
    text-align: center;
    line-height: 2;
    color: #328CC3;
    margin-bottom: 3em;
    position: relative;
    z-index: 1;

}
.MandA-con .step-con::before{
    content: '';
    background-image: url(../images/blue_line.png);
    width: 90%;
    height: 8px;
    position: absolute;
    top: 33%;
    left: 5%;
    z-index: -1;
}
.MandA-con .step-con>div{
    width: 20%;
    padding: 0 10px;

}

.MandA-con .step-con>div p{
    font-weight: 600;

}
.btn-wrap{
    display: flex;
    width: 85%;
    margin: 0 auto;

}
a.btn-hover.solo-btn {
    display: block;
    width: 45%;
    margin: 0 auto;
}
.btn-wrap>.btn{
    width: 50%;

}
.wave-bet{
    margin: 0em calc(50% - 50vw);
}
.sec03-inner .service-wrap{
    background-color: #D7F0FF;
    margin: 0em calc(50% - 50vw);
    padding: 2em 0;   
    margin-top: -2%;
}
section#give-away{
    padding: 4% 0 6%;
}
#give-away .sec04-inner{
    text-align: center;
}
.btn-solo{
    width: 50%;
    margin: 0 auto;
}
section#success-case {
    padding: 6% 0 7%;
}
p.topix-ttl {
    font-size: 24px;
    margin: 1em 0;
}
p.topix-overview {
    line-height: 1.5;
}
.detail-link {
    margin-top: 3em;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 10px;
}
section#recruit {
    padding: 20% 0 20%;
    background-image: url(../images/wave_bg_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section#q-abox {
    padding: 7% 0 6%;
}
#q-abox .sec07-inner .QandA-box{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 4em;
    padding-top: 2em;
}
.QandA-box>dl{
    color: #328CC3;
    width: 100%;
    border-bottom: 2px solid #328CC3;
    padding: 2em 0 1em;
    line-height: 2;

}
.QandA-box>dl>dt{
    margin-bottom: 1.5em;
    cursor: pointer;
    position: relative;

}
.QandA-box dt>p,dd>p{
    width: 90%;
}
.QandA-box dd>p{
    color: #505050;
}
.QandA-box dl>dd{
    display: none;
    margin-bottom: 1em;
}
.qanda-icon-box {
    position: absolute;
    right: 3%;
    top: 17%;
}
.plus-icon{
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    will-change: transform;
}
.plus-icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #328CC3;
    display: block;

}
.plus-icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
    border-radius: 10px;
    background: #328CC3;
    display: block;
    transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;

}

.QandA-box .toggle-active .plus-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
section#contact {
    padding: 6% 0;
}
#contact .sec08-inner{
    text-align: center;
}
.line-contact::after{
    content: "";
    display: block;
    width: 52%;
    height: 0;
}

/* footer */
.sp-li{
    display: none;
}
#footer{
    width: 100%;
    background-color: #328CC3;
    color: #f2f2f2;
}
.footer-inner {
    width: 95%;
    margin: 0 auto;
}
.f-menu {
    padding: 3em 0;
}
.f-item {
    display: flex;
    width: 100%;
    gap: 2%;
}
.f-item ul{
    width: 20%;
}
#footer a{
    color: #f2f2f2;
    transition: 0.5s;
}
#footer a:hover{
    color: #D7D728;

}
.f-item .f-has-child:hover{
    border-bottom: 1px solid #D7D728;
    
}
.f-item .f-has-child:hover span{
    color: #D7D728;
    
}
.f-item .f-has-child:hover::after {
    border-color: #D7D728;
    
}
.f-item .f-li-item a span:hover{
    color: #D7D728;

}
.f-item .f-li-item a span{
    color: #f2f2f2;
    transition: 0.5s;
}
.f-contact-box {
    border-top: 1px solid #f2f2f2;
    padding: 2em 0;
    display: flex;
    justify-content: space-between;
}
#footer small{
    text-align: center;
    background-image: linear-gradient(90deg, #0B2535, #194661);
    color: #ffff;
    padding: 0.5em 0;
    display: block;
}
.f-logobox {
    display: flex;
    gap: 2%;
}
.f-logo{
    width: 20%;
}
.f-contact-icon{
    display: flex;
    gap: 1em;
}
.f-contact-icon a {
    display: block;
    text-align: center;
    border: 1px solid #f2f2f2;
    border-radius: 32px;
    padding: 1em 2em;
    transition: 0.5s;
}
.f-contact-icon a:hover{
    border: 1px solid #D7D728;
    color: #D7D728;

}
.f-has-child{
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 10px;
}
.f-has-child::after{
    position: absolute;
    top: 0;
    right: 3px;
    content: "";
    width: 8px;   /* arrow size */
    height: 8px;  /* arrow size */
    border-top: 2px solid #f2f2f2;  /* thickness, color */
    border-right: 2px solid #f2f2f2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.5s;
}
.f-li-item{
    margin-bottom: 1em;
}
.f-li-item a:hover{
    color: #D7D728!important;

}
.f-li-item span{
    font-size: 14px;
    font-weight: 400;

}
.sp-br{
    display: none;
}

/* slick */
.topics-item-thum{
    text-align: center;
}
.topics-item-thum img{
    height: auto;
    display: block;
}


.slick-prev,.slick-next{
    top: 45%;
}
.slick-prev:before{
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../images/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
    transition: 0.5s;
    opacity: 1;
}
.slick-next:before {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(../images/arrow_next.png);
	background-size: contain;
	background-repeat: no-repeat; 
    transition: 0.5s;
    opacity: 1;
}
.slick-prev:hover:before {
	background-image: url(../images/arrow02.png);
    opacity: 1;
}
.slick-next:hover:before{
	background-image: url(../images/arrow_next02.png);
    opacity: 1;
}

.slick-prev{
    left: -6%;

}
.slick-next{
    right: -3.5%;
}
.slick-initialized .topix-item{
    transition: 0.3s;
}
.slick-initialized .topix-item:hover{
    filter: opacity(50%);
    
}
.news-list-page .news-list-item{
    transition: 0.3s;
}
.news-list-item:hover{
    filter: opacity(50%);
}
.news-table ul li.news_archive{
    display: flex;
    justify-content: right;
    border-bottom: none!important;
    padding-top: 2em;


}
.news_archive a{
    display: block;

}

/* お問合せフォーム */
.screen-reader-response a{
    display: block;
    margin: 1em 0;
    color: #BE1E1E;
}
.wpcf7-response-output {
    margin: 2em 0;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    display: block;
    font-weight: 600;
    color: #BE1E1E;
}
@media screen and (max-width:1000px) {
    .header-1 .logo-box>a {
        width: 50%;
    } 
    #header .header-tell .h-tell-txt{
        display: none;
    }
    #header .header-tell .h-tell-icon{
        width: 50px;
    }
    .header-contact .h-mail {
        display: none;
    }
    .h-tell-icon>a img {
        width: 84%;
    }
    .ham-menu{
        display: block;
    }
    .ham-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 15px;

    }
    #header .header-2{
        display: none;
    }
    .MandA-con .step-con::before {
        top: 25%;
        font-size: 14px;
    }


}
@media screen and (max-width:760px) {
    h2>br{
        display: block;
        margin-bottom: 0.7em;
    }
    h3 {
        padding: 0.1em 0;
        padding-left: 0.4em;
    }
    a .ma:hover{
        filter: opacity(50%);
    }
    .wave-sp{
        display: block;
    }
    .header-1 .logo-box>img {
        padding-left: 15px;
    } 
    .sec-ttl.pc-sec-ttl {
        display: none;
    }
    .sec-ttl.sp-sec-ttl {
        display: block;
    }
    .sec-inner{
        width: 90%;
        
    }
    .news-table{
        width: 75%;
    }
    section#aunara-inc {
        padding: 0% 0 5% 0;
    }
    .sec02-inner{
        background-size: 100%;
        padding-top: 15%;

    }
    .sec03-inner {
        background-size: 100%;
        padding-top: 13%;
    }
    .sec04-inner{
        padding-top: 11%;
    }
    .sec05-inner{
        background-image: none;
    }
    .sec06-inner{
        background-position: top left 20%;
        padding-top: 13%;

    }
    .float-btnbox{
        display: none;
    }
    #pc-fv{
        display: none;
    }
    #sp-fv{
        display: block;
        position: relative;
    }
    #sp-fv .sp-fv-btn{
        position: absolute;
        bottom: 3%;
        width: 85%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    #header .header-2 {
        display: none;
    }
    #pc-fv {
        background-image: url(../images/fv-bg-sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        top: 0;
    }
    #pc-fv::before {
        content: '';
        background-image: url(../images/fv_sp_photo.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 90%;
        height: 39%;
        position: absolute;
        top: 11px;
        right: 0;
        z-index: 1;
    }
    #pc-fv .fv-content {
        width: 90%;
        margin: 0 auto;
    }
    .news-top{
        display: block;
    }
    #news{
        background: #C8E6FF;
        margin-top: -7%;
    }
    time{
        padding-left: 0px;
    }
    .sec-outline {
        width: 100%;
        text-align: left;
    }
    #aunara-inc .sec02-inner {
        text-align: left;
    }
    .flex-txt {
        width: 100%;
        font-size: 18px;
        gap: 6%;
    }
    .flex-txt>p:last-child{
        width: 74%;

    }
    .ph-point{
        width: 20%;
    }
    .leader-con {
        flex-direction: column-reverse;
    }
    .leader-con>div:first-child {
        width: 100%;
    }
    .leader-con>div {
        width: 100%;
    }
    .leader-coment {
        margin: 2em 0 1em 0;
    }
    .leader-btn {
        width: 100%;
    }
    .service-con {
        flex-direction: column-reverse;
        padding: 0 10px;
        margin-bottom: 1em;
    }

    .ser-outline{
        margin-top: 1em;

    }
    .service-con02{
        flex-direction: column;
    }
    .service-con>.ser-img,.ser-txt{
        width: 100% !important;
    }
    .MandA-con .step-con::before {
        display: none;
    }
    .MandA-con .step-con {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        padding: 0 1em;
    }
    .MandA-con .step-con>div {
        width: 45%;
        margin-bottom: 2em;
    }
    .MandA-con .step-con::after{
        content: "";
        display: block;
        width: 45%;
        height: 0;
    }
    .MandA-con .step-con>div:nth-child(odd){
        padding-right: 10px;

    }
    .MandA-con .step-con>div p {
        padding: 0 10px;
        text-align: left;
    }
    .sec05-wrap{
        margin: 0em calc(50% - 50vw);
        background-image: url(../images/SUCCESS_CASE.png);
        background-repeat: no-repeat;
        background-size: 110%;
        background-position: center top;
        padding-top: 13%;
    }
    .btn-wrap {
        flex-direction: column;
        width: 100%;
    }
    .btn-wrap>.btn {
        width: 100%;
    }
    .btn-solo {
        width: 100%;
    }
    a.btn-hover.solo-btn {
        width: 100%;
    }
    .btn-solo{
        width: 100%;
    }
    .column-btn{
        margin-top: -5%;
    }
    a.btn-hover.solo-btn.column-btn {
        margin-top: -5%;
    }
    section#recruit {
        background: #C8E6FF;
        padding: 0;
        margin-top: -2%;
    }
    .topix-table{
        margin: 0em calc(50% - 50vw);
    }
    .slick-next {
        right: 10.5%;
    }
    .slick-prev {
        left: 8%;
        z-index: 1;
    }
    .slick-prev:before{
        width: 42px;
        height: 42px;
    }
    .slick-next:before{
        width: 42px;
        height: 42px;

    }
    .slider-2 .topix-item{
        padding: 0 7px;
    }
    .slider-2 .slick-prev{
        top: 64%;
    }
    .slider-2 .slick-next{
        top: 64%;
    }
    .topix-item.slick-slide.slick-current.slick-active.slick-center {
        opacity: 1;
    }
    .topix-item.slick-slide {
        opacity: 0.5;
    }
    /* .slick-initialized .slick-slide:hover{
        filter: opacity(100%);
        
    } */
    /* footer */
    .pc-ul{
        display: none;
    
    }
    .f-has-child {
        margin-bottom: 2em;
    }
    .sp-li{
        display: block;
    }
    .f-item {
        flex-wrap: wrap;
        gap: 4%;
    }
    .f-item ul {
        width: 47%;
        margin-bottom: 2em;
    }
    .f-contact-box {
        flex-direction: column;
    }
    .f-logobox {
        gap: 7%;
    }
    .f-logo {
        width: 50%;
    }
    .f-contact-icon {
        display: flex;
        gap: 1em;
        margin-top: 2em;
    }
    .f-contact-icon a {
        width: 40%;
    }
    .sp-br{
        display: block;
    }


}
@media screen and (max-width:500px) {
    .sidebar {
        /* margin-top: 65.375px; */

    }
    .slider-2 .slick-prev{
        top: 58%;
    }
    .slider-2 .slick-next{
        top: 58%;
    }
    .float-btnbox{
        width: 150px;
    }
    .float-btnbox>.float-close-btn {
        width: 31px;
        top: -14%;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 0.8em;
    }
    h3{
        font-size: 18px;
    }
    .f-item ul {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2em;
    }
    .f-contact-icon {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .f-has-child span .sp-br{
        display: none;
    } 


}
@media screen and (max-width:455px) { 
    .header-1 .logo-box>a {
        width: 60%;
    }
    .ham-menu {
        padding: 10px 5px;
    }
    .MandA-con .step-con {
        flex-direction: column;
        margin-bottom: 0em;
    }
    .MandA-con .step-con>div {
        width: 100%;
        padding: 0px;
    }
    time {
        float: left;
        padding: 0;
    }
    .list-txt-box>time{
        float: none;
    }
    .news-table{
        width: 75%;
        padding: 1.5em 1.5em 2em;
    }
    .news-table>ul>li a {
        flex-direction: column;
    }
    time {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    hr {
        width: 125px;
    }
    .MandA-con .step-con>div:nth-child(odd) {
        padding-right: 0px;
    }
    .step-con-item img{
        width: 80%;
        text-align: center;
    }
    .MandA-con .step-con>div p {
        text-align: center;
    }
    .plus-icon {
        width: 15px;
        height: 15px;
    }
    .QandA-box>dl {
        padding: 1.5em 0 0.5em;
    }
    .side-bar{
        padding: 1em;
    }
    .side-menu-01 {
        font-size: 16px;
    }
    .side-menu-02 a{
        font-size: 14px;
    }
    .side-menu-01::before {
        width: 14px;
        height: 4px;
        left: -25px;
    }
    .close-btn{
        width: 43px;
        height: 43px;
    }
    .close-btn>span {
        top: 7px;
        right: 10.5px;
        font-size: 26px;
    }

}