html {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック', 'MS Gothic', HiraKakuProN-W3, 'TakaoExゴシック', TakaoExGothic, 'MotoyaLCedar', 'Droid Sans Japanese', sans-serif;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(245, 78, 150, 0.3);
    z-index: 10;
    position: relative;
}

#stalker {
    position: fixed;
    /*丸の大きさと色の指定*/
    background: url(../img/cursor_stoker.png);
    background-repeat: no-repeat;
    background-size: 24px;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    z-index: 50;
    /*カーソルの後ろに来るように*/
    pointer-events: none;
    /*クリックできなくなるのを防ぐため。noneで対応*/
    opacity: 0;
    mix-blend-mode: multiply;
}

#cursor.active,
#stalker.active {
    position: fixed;
    background: url(none);
    width: 80px;
    height: 80px;
    transition: .15s;
    background: rgba(0, 133, 255, 1);
    border-radius: 50%;
    mix-blend-mode: multiply;
    transform: translate(-30px, -25px);
}

#loading {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    text-align: center;
}

#loading_text {
    height: calc(3rem + 5px);
    text-align: center;
    color: #0085FF;
    font-weight: bold;
    font-size: 48px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0;
    color: #0085FF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 200px;
    left: 0;
    margin: auto;
    z-index: 40;
}

.loadingNone {
    animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        z-index: 30;
        display: none;
    }
}

#loading .logo {
    width: 250px;
    height: 48px;
    position: absolute;
    background-image: url(../img/logo_sekokanri.png);
    background-size: 250px;
    top: 2%;
    left: 2%;
    z-index: 20;
}

#loading .drone {
    width: 270px;
    height: 100px;
    background-image: url(../img/loading_drone.png);
    background-size: 270px;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#loading .drone {
    animation: img_box_9955 2s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes img_box_9955 {
    0% {
        transform: translateY(0);
    }
    33.33333% {
        transform: translateY(-10px);
    }
    66.66667% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

article {
    position: relative;
    z-index: 40;
}

.clearfix {
    clear: both;
}

#header {
    position: relative;
    height: 100vh;
    background-image: url(../img/bg_mv.png);
    background-position: center;
    background-size: cover;
    z-index: 30;
}

#header .logo {
    width: 250px;
    height: 48px;
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 30;
    background-image: url(../img/logo_sekokanri.png);
    background-size: 250px;
}

.logo_privacy .logo {
    width: 250px;
    height: 48px;
    position: absolute;
    top: 32px;
    left: 2%;
    z-index: 60;
    background-image: url(../img/logo_sekokanri.png);
    background-size: 250px;
}

#header .title {
    position: absolute;
    width: 544px;
    height: 404px;
    right: 14.4%;
    top: 32%;
    z-index: 30;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
}

#header h1 {
    color: #333;
    font-weight: bold;
    font-size: 36px;
    line-height: 175%;
    letter-spacing: 0.04em;
    left: 15%;
    top: 10%;
    position: absolute;
}

#header h1 span {
    color: #0085FF;
    font-weight: bold;
}

#header .title .flex {
    display: flex;
    flex-direction: row;
    justify-content: left;
    left: 15%;
    bottom: 15%;
    position: absolute;
}

#header .title .flex button {
    width: 384px;
    height: 52px;
    border: 2px solid #0085FF;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #0085FF;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
}

#header .title .flex button:hover {
    background-color: #0085FF;
    color: #fff;
    transition: .3s;
}

#header .arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-20px);
    z-index: 35;
    height: 160px;
    width: 40px;
    background-image: url(../img/img_scroll_down.png);
    background-size: contain;
}

#header .arrow:hover {
    bottom: 0;
    transition: .3s;
}

/*--NETIS*/
#header .netis-logo-pc {
    position: absolute;
    width: 384px;
    height: 78px;
    left: 15%;
    bottom: 35%;
}

.hamburger-menu {
    z-index: 80;
}

.menu-btn {
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    height: 56px;
    width: 56px;
    justify-content: center;
    align-items: center;
    z-index: 120;
    background-image: url(../img/menu_normal.png);
    background-size: 48px;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-btn:hover {
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    height: 56px;
    width: 56px;
    justify-content: center;
    align-items: center;
    z-index: 120;
    background-image: url(../img/menu_hover.png);
    background-size: 56px;
    background-position: center;
    transition: .2s;
}

#menu-btn-check:checked~.menu-btn span {
    position: fixed;
    top: 32px;
    right: 32px;
    display: flex;
    height: 56px;
    width: 56px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-image: url(../img/menu_close.png);
    background-size: 48px;
    background-position: center;
    background-repeat: no-repeat;
    /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 120px 0 0 16%;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    letter-spacing: 0.04em;
    box-sizing: border-box;
    color: #0085FF;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.menu-content {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 90;
    background-color: #D4E6FF;
    transition: all 0.5s;
    /*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
    left: 60%;
    /*メニューを画面内へ*/
}

#s1 {
    background-color: #fff;
    padding: 120px 0 0 0;
    position: relative;
}

#s1 .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s1 .flex h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 36px;
}

#s1 .flex h2 span {
    color: #0085FF;
    font-weight: bold;
}

#s1 .flex p {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 64px;
    z-index: 60;
}

#s1 .flex img {
    width: 100%;
    max-width: 670px;
    z-index: 60;
}

#s1 .bg-tri {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    -webkit-clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%);
    background-color: #F8FBFF;
    z-index: 50;
}

#s2 {
    background-color: #F8FBFF;
    padding: 120px 0 120px 0;
    margin-top: 0px;
}

#s2 h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 115px;
}

#s2 .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 15% 0 15%;
}

#s2 .flex img {
    width: 100%;
    max-width: 320px;
}

#s2 .flex .s101,
#s2 .flex .s102 {
    margin-right: 2.2%;
}

#s2 h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
    padding-bottom: 10px;
}

#s2 ul {
    padding-left: 16px;
}

#s2 ul li {
    font-weight: bold;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    list-style: disc;
}

#s2 .s2-other {
    margin-top: 64px;
    text-align: center;
}
#s2 .s2-other h3 {
    margin-bottom: 12px;
}

.gallery .gallery-item {
    position: relative;
    /* アニメーションに関数プロパティ */
    /* opacity: 0; */
    /* フェードインしたいので最初は非表示 */
    /* transition: 1s; */
}

.gallery .gallery-item.fadein {
    opacity: 1;
    bottom: 0;
    /* スクロールした時に追加されるclass */
}

#s3 {
    background-color: #D4E6FF;
    padding: 120px 0 120px 0;
}

#s3 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 36px;
}

#s3 .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15% 0 15%;
    width: 70%;
}

#s3 .flex .voice {
    width: 48.9%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    padding: 32px;
}

#s3 .flex .voice01,
#s3 .flex .voice03 {
    margin-right: 2.2%;
}

#s3 .flex .voice01,
#s3 .flex .voice02 {
    margin-bottom: 2.2%;
}

#s3 .flex .voice {
    align-self: stretch;
}

#s3 .flex .voice h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    letter-spacing: 0.04em;
    color: #0085FF;
    padding-bottom: 16px;
}

#s3 .flex .voice p {
    font-weight: bold;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
}

#s3 .flex .voice p.who {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    padding-bottom: 0;
}

#s4 {
    background-color: #fff;
    padding: 120px 0 120px 0;
}

#s4 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 100px;
}

#s4 .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s4 .flex .feature {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#s4 .flex .ft01 {
    margin-bottom: 5%;
}

#s4 .flex .ft01 .l,
#s4 .flex .ft02 .r {
    width: 34.5%;
}

#s4 .flex .ft01 .r,
#s4 .flex .ft02 .l {
    width: 45.8%;
}

#s4 .flex .feature img {
    width: 660px;
    max-width: 100%;
}

#s4 .flex .ft01 .l,
#s4 .flex .ft02 .l {
    padding-right: 0;
}

#s4 .flex .feature h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
    color: #0085FF;
}

#s4 .flex .feature h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    letter-spacing: 0.04em;
    padding-bottom: 24px;
}

#s4 .flex .feature ul {
    padding-left: 3%;
}

#s4 .flex .feature ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    list-style: disc;
}

#s5 {
    background: #F8FBFF;
    padding: 120px 0 120px 0;
}

#s5 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 50px;
}

#s5 .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s5 .flex .mode {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#s5 .flex .md01 {
    margin-bottom: 5%;
}

#s5 .flex .md01 .l,
#s5 .flex .md02 .r,
#s5 .flex .md03 .l {
    width: 34.5%;
}

#s5 .flex .md01 .r,
#s5 .flex .md02 .l,
#s5 .flex .md03 .r {
    width: 30%;
}

#s5 .flex .mode img {
    width: 100%;
}

#s5 .flex .md01 .l,
#s5 .flex .md02 .l,
#s5 .flex .md03 .l {
    padding-right: 5%;
}

#s5 .flex .mode h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
    color: #0085FF;
}

#s5 .flex .mode h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    letter-spacing: 0.04em;
}

#s5 .flex .mode p {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
}

#s6 {
    background: #fff;
    padding: 120px 0 120px 0;
}

#s6 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 50px;
}

#s6 h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -0.02em;
}

#s6 h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
}

#s6 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
}

#s6 .flex {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
    padding: 0 14.5% 0 14.5%;
    max-width: 1020px;
    margin: 0 auto;
}

#s6 .flex::after {
    content: '';
    display: block;
    width: 255px;
}

#s6 .flex .case {
    width: 255px;
    box-sizing: border-box;
    box-shadow: 1px 0px 0px #0085FF;
    padding: 0 16px 0 16px;
    margin-bottom: 24px;
}

#s7 {
    background: #D4E6FF;
    padding: 120px 0 120px 0;
}

#s7 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 50px;
}

#s7 h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 36px;
}

#s7 .flex {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-content: center;
}

#s7 .flex .package {
    width: 12.5%;
    margin-right: 32px;
}

#s7 .flex img {
    width: 100%;
    margin-bottom: 18px;
}

#s7 .flex .pkg05 {
    margin-right: 0;
}

#s7 .flex p {
    font-weight: bold;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.02em;
}

#s8 {
    background: #F8FBFF;
    padding: 120px 0 120px 0;
}

#s8 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    padding-bottom: 50px;
}

#s8 .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#s8 .support {
    background: #fff;
    width: 16.1%;
    margin-right: 32px;
    padding: 1%;
}

#s8 .support p {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333;
}

#s8 p.step {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #999999;
    padding: 16px 0 8px 0;
}

#s8 h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0085FF;
    padding-bottom: 8px;
}

#s8_5 {
    background: #FFFFFF;
    padding: 120px 0 120px 0;
}
#s8_5 h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 32px;
}
#s8_5 .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 15% 0 15%;
    text-align: center;
}

#s8_5 .flex img {
    width: 100%;
    max-width: 320px;
}

#s8_5 .flex .s101,
#s8_5 .flex .s102 {
    margin-right: 2.2%;
}
#s8_5 .flex .s102 img {
    width: 50%;
}
.corporate-gallery {
    align-items: center;
}

.s9 {
    background: #D4E6FF;
    padding: 120px 0 120px 0;
}

.s9 .inner {
    background: #fff;
    margin: 0 14.4% 0 14.4%;
    padding: 0 17% 0 17%;
}

.s9 .inner .flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.s9 .inner .flex01,
.s9 .inner .flex02 {
    width: 47.6%;
}

.s9 .inner h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333;
    padding: 48px 0 24px 0;
}

.s9 .inner p.tel {
    font-weight: bold;
    font-size: 36px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0085FF;
    padding-bottom: 8px;
}

.s9 .inner p.tel a {
    font-weight: bold;
    font-size: 36px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #0085FF;
    padding-bottom: 8px;
    text-decoration: none;
}

.s9 .inner p.time {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333;
    padding-bottom: 80px;
}

.s9 .inner h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333;
    padding-bottom: 8px;
}

.s9 .inner p.hr {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #333;
    padding-bottom: 24px;
}

.s9 .inner label {
    font-weight: bold;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: #333;
    padding-bottom: 4px;
}

.s9 .inner input,
.s9 .inner select {
    background: #FFFFFF;
    width: 100%;
    height: 49px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-left: 16px;
}

 ::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: #999;
}

.s9 .inner select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/select_arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
    padding-left: 16px;
}

.s9 .inner input:required {
    background: #FFFFFF;
    width: 100%;
    height: 49px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 16px;
    padding-left: 16px;
}

.s9 .inner select option.selected {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: #999;
}

.s9 .inner .fault {
    border: 1px solid #CB5656 !important;
}

.s9 .inner #textarea {
    width: 100%;
    height: 110px;
    min-height: 110px;
    max-height: 200px;
    line-height: 20px;
    padding: 12px 16px 16px 16px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 4px;
}

.s9 .inner .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 48px;
}

.s9 .inner .btn button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 64px;
    width: 180px;
    height: 52px;
    left: 630px;
    top: 9322px;
    background-color: transparent;
    color: #DDDDDD;
    border: 2px solid #DDDDDD;
    box-sizing: border-box;
}

.s9 .inner .btn button.granted {
    border: 2px solid #0085FF;
    color: #0085FF;
}

.s9 .inner .btn button.granted:hover {
    border: 2px solid #0085FF;
    color: #fff;
    background-color: #0085FF;
}

.s9 .inner .error {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #CB5656;
    margin: -10px 0 16px 0;
}

.s9 .inner .textarea .error {
    margin: -25px 0 16px 0;
}

.s9 .inner :focus {
    border: 1px solid #0085FF;
}

.s9 .inner .flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    padding-bottom: 5%;
}

.s9 .inner .flex button {
    width: 180px;
    height: 52px;
    border: 2px solid #0085FF;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #0085FF;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
}

.s9 .inner .flex button:hover {
    background-color: #0085FF;
    color: #fff;
    transition: .3s;
}


#footer {
    position: relative;
    z-index: 40;
    box-sizing: border-box;
    background: #0085FF;
    padding: 120px 14.4% 0 14.4%;
}

#footer .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#footer .flex .menu {
    display: flex;
    flex-direction: row;
}

#footer .logo {
    padding-right: 5.2%;
}

#footer .logo img {
    max-width: 250px;
}

#footer .menu ul {
    width: 200px;
    margin-right: 5.2%;
}

#footer .menu li {
    padding-bottom: 16px;
}

#footer .menu li a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

#footer .menu li a::after {
    position: absolute;
    bottom: -50px;
    line-height: 0.5em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#footer .menu li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

#footer button {
    width: 194px;
    height: 52px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
}

#footer button:hover {
    background-color: #fff;
    color: #0085FF;
    transition: .3s;
}

#footer .copyright p {
    font-weight: 500;
    text-align: center;
    padding: 87px 0 8px 0;
    font-size: 14px;
    line-height: 175%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

#footer .top {
    position: absolute;
    bottom: 10px;
    right: 16px;
}

#footer .top:hover {
    bottom: 30px;
    transition: .3s;
}

#footer .top img {
    height: 160px;
}

.privacy {
    padding: 200px 20% 120px 20%;
}

.privacy h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 175%;
    text-align: left;
    letter-spacing: 0.04em;
    color: #333;
    margin-bottom: 48px;
}

.privacy h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    letter-spacing: 0.04em;
    color: #333;
    margin-bottom: 8px;
}

.privacy p {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.04em;
    color: #333;
    margin-bottom: 48px;
}

.thanks {
    height: 100vh;
    background: #D4E6FF;
    z-index: 30;
    padding-top: 317px;
    box-sizing: border-box;
}

.thanks h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}

.thanks p {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.02em;
    margin-bottom: 48px;
}

.thanks .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.thanks button {
    padding: 12px 64px;
    width: 180px;
    height: 52px;
    border: 2px solid #0085FF;
    background-color: transparent;
    box-sizing: border-box;
    text-decoration: none;
    color: #0085FF;
    cursor: pointer;
}

.thanks button:hover {
    padding: 12px 64px;
    width: 180px;
    height: 52px;
    border: 2px solid #0085FF;
    background-color: #0085FF;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
}