@charset "UTF-8";
body.servicetop .pageMv_warp:after {
    background: url(../img/servicetop_mv.jpg) center center / cover no-repeat;
}
.svTop_wrap {
    background: #faf4ec;
    padding: 72px 0 148px;
}
.svTop_box {
    margin-bottom: 80px;
}
.svTop_box:last-child {
    margin-bottom: 0;
}
.svTop_in {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.svTop_box .img {
    width: 79.1%;
    height: 348px;
}
.svTop_box .img source,
.svTop_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.svTop_box .box {
    width: 602px;
    height: 132px;
    margin: 0;
    margin-top: -70px;
    box-sizing: border-box;
}
.svTop_box .box a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    box-shadow: 10px 10px 0 0 #f6b565;
    box-sizing: border-box;
    padding: 0 35px;
    padding-top: 30px;
}
.svTop_box .box a:before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_are2_right.svg) no-repeat center / auto 100%;
    z-index: 1;
    transition: .4s all;
}
.svTop_box .box .sv {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #e78000;
    margin-bottom: 12px;
}
.svTop_box .box .ttl {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    color: #170e09;
    transition: .4s all;
}
.svRead_wrap {
    padding: 72px 0;
    text-align: center;
    box-sizing: border-box;
}
@media (min-width: 896px) {
    .svTop_box:nth-child(odd) .img {
        margin-left: auto;
    }
    .svTop_box:nth-child(even) .box {
        margin-left: auto;
    }
    .svTop_box .box a:hover .ttl {
        color: #e78000;
    }
    .svTop_box .box a:hover:before {
        right: 28px;
    }
}
@media only screen and (max-width: 896px) {
    body.servicetop .pageMv_warp:after {
        background: url(../img/sp/servicetop_mv.jpg) center center / cover no-repeat;
    }
    .svTop_wrap {
        padding: 45px 0 30px;
    }
    .svTop_box {
        position: relative;
        margin-bottom: 0;
    }
    .svTop_box .img {
        width: 100%;
        height: 187px;
    }
    .svTop_box .img source,
    .svTop_box .img img {
        width: 100%;
        height: 187px;
        object-fit: cover;
        object-position: center;
    }
    .svTop_box .box {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 20px;
        width: -webkit-calc(100% - 44px);
        width: calc(100% - 44px);
        height: 64px;
        margin-top: 0;
    }
    .svTop_box .box a {
        border-radius: 5px;
        box-shadow: 5px 5px 0 0 #f6b565;
        padding: 0 16px;
        padding-top: 14px;
    }
    .svTop_box .box a:before {
        width: 10px;
        height: 16px;
        right: 12px;
        background: url(../svg/icn_are2_right.svg) no-repeat center / auto 100%;
    }
    .svTop_box .box .sv {
        font-size: 10px;
        margin-bottom: 6px;
    }
    .svTop_box .box .ttl {
        font-size: 21px;
    }
    .svRead_wrap {
        padding: 45px 20px;
    }
    .svRead-img {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 360px) {
}

/* フローティングバナー */
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 30px; /* バナーの上下の位置 */
  right: 10px; /* バナーの左右の位置 */
  width: 250px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100%; /* スマホの画面幅いっぱいにバナーを表示 */
    bottom: 0px; /* バナーの上下の位置 */
    right: 0; /* バナーの左右の位置 */
  }
}
