@media screen and (min-width:1024px) {
    
    /* commmon */

body {
    font-family: "M PLUS Rounded 1c", 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif, sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #1C3D8A;
    background: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}
.pagetop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 90;
}
.pagetop.scroll {
    opacity: 1;
}
.forsp {
    display: none;
}

.kv_blk {
    width: 100%;
    position: relative;
    background-color: #F2F2F2;
    padding: 120px 0;
}
.kv_blk .kv_logo_set {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.kv_blk .kv_logo_set .kv_type {
    font-size: 44px;
    letter-spacing: 60px;
}
.kv_blk .kv_txt {
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
}

.top_service {
    width: 100%;
    margin: 140px auto;
}
.top_service .inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #1C3D8A;
}
.top_service .inner h2 {
    font-size: 34px;
    letter-spacing: 5px;
}
.top_service .inner .service_blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-top: 4em;
}
.top_service .inner .service_blk .service_box img {
    width: 180px;
    margin-bottom: 1em;
}

footer {
    background-color: #F2F2F2;
    padding: 120px 0;
    position: relative;
    font-size: 16px;
    text-align: center;
    color: #1C3D8A;
}
footer h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 3em;
    letter-spacing: 5px;
}
footer .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
footer .inner dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    font-weight: 600;
}
footer .inner dl dt {
    width: 20%;
    text-align: right;
    margin-bottom: 2em;
    color: #1C3D8A;
}
footer .inner dl dd {
    width: 70%;
    text-align: left;
    margin-bottom: 2em;
}
footer .txt_bottom {
    font-size: 12px;
    margin-top: 5em;
}



}