@charset "UTF-8";

:root {
    --bbw: 10px;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    max-width: 1120px;
}

.sh-access-title1 {
    font-size: 20px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}
.sh-access-title2 {
    position: relative;
    font-size: 30px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
    color: #3a5663;
}
.sh-access-title2::after {
    position: absolute;
    display: block;
    content: '';
    width: calc(100% + 10px);
    height: 1px;
    background-color: #3a5663;
    right: 0;
    bottom: 0;
}
.sh-access-title3 {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    color: #fff;
    background-color: #3a5663;
    padding: 2px;
}
.sh-access-text1 {
    font-size: 16px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}
.sh-access-caption1 {
    font-size: 13px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: right;
    margin-top: 5px;
}
.sh-PR .sh-access-caption1 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
}
.sh-PR .sh-access-caption1.__white {
    color: #fff;
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}
.sh-PR .sh-access-caption1.__left {
    right: unset;
    left: 10px;
}
.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}

.sh-access-box1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-access-box2 {
    box-sizing: border-box;
    position: relative;
    max-width: 600px;
    margin-inline: auto;
    padding-top: 15%;
    padding-bottom: 15%;
}
.sh-access-box2 .__patch {
    position: absolute;
    width: 30%;
    max-width: 180px;
}
.sh-access-box2 .__patch.__left {
    top: 0;
    left: 2%;
}
.sh-access-box2 .__patch.__right {
    bottom: 0;
    right: 2%;
}
.sh-access-bg1 {
    background-color: #ebeeef;
    padding-top: 50px;
    padding-bottom: 50px;
}



.sh-access-margin1 {
    margin-top: 50px;
}
@media screen and (min-width: 768px) {
    .sh-gradient-wrapper {
        padding-bottom: 40px;
    }
    .sh-access-margin1 {
        margin-top: 80px;
    }
    .sh-access-title1 {
        font-size: 24px;
    }
    .sh-access-title2 {
        font-size: 50px;
    }
    .sh-access-title3 {
        font-size: 23px;
    }
    .sh-access-text1 {
        font-size: 18px;
    }
    .sh-access-caption1 {
        font-size: 14px;
    }

    .sh-access-box1 {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-access-box1 > div {
        width: 48.1818182%;
        max-width: 530px;
    }
    .sh-access-box2 {
        max-width: 1220px;
        padding: 60px 60px 0;
    }
    .sh-access-box2 .__patch {
        width: 15%;
        max-width: 180px;
    }
    .sh-access-box2 .__patch.__left {
        left: 0;
    }
    .sh-access-box2 .__patch.__right {
        right: 0;
        top: 0;
        bottom: unset;
    }

    .sh-access-bg1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1120px) {
    .sh-access-title2::after {
        width: calc(100% + var(--bbw));
    }
}