body {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif
}

body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body a, body button, body input, body select {
    outline: 0;
    text-decoration: none
}

body a:focus, body button:focus, body input:focus, body select:focus {
    outline: 0;
    text-decoration: none
}

body a:hover, body button:hover, body input:hover, body select:hover {
    outline: 0;
    text-decoration: none
}

body a:hover, body button:hover, body input[type=button]:hover, body input[type=checkbox]:hover, body input[type=radio]:hover, body input[type=submit]:hover, body select:hover {
    cursor: pointer
}

body img {
    max-width: 100%
}

.base-container {
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
    margin: auto
}

@media screen and (max-width: 767px) {
    .base-container {
        padding: 0 15px
    }
}

#landing_wrapper .header {
    background: url("../img/nav-link-background.png") no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 0
}

#landing_wrapper .header a {
    display: inline-block;
    text-align: center
}

#landing_wrapper .header a img {
    height: 50px;
    width: auto
}

@media screen and (max-width: 767px) {
    #landing_wrapper .header {
        padding: 15px 0
    }

    #landing_wrapper .header a img {
        height: 40px;
        width: auto
    }
}

#landing_wrapper .main {
    margin-top: 73px;
    padding: 60px 0;
    min-height: -webkit-calc(100vh - 73px - 130px);
    min-height: -moz-calc(100vh - 73px - 130px);
    min-height: -ms-calc(100vh - 73px - 130px);
    min-height: -o-calc(100vh - 73px - 130px);
    min-height: calc(100vh - 73px - 130px);
    color: #4b4b4b;
    line-height: 1.8
}

#landing_wrapper .main .sp {
    display: none
}

#landing_wrapper .main__section .section-title {
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center
}

#landing_wrapper .main__section .section-content {
    text-align: justify
}

#landing_wrapper .main__section .section-content .content-group + .content-group {
    margin-top: 15px
}

#landing_wrapper .main__section .section-content .content-group span {
    font-weight: 600;
    font-size: 15px
}

@media screen and (max-width: 767px) {
    #landing_wrapper .main {
        margin-top: 50px;
        padding: 40px 0;
        min-height: -webkit-calc(100vh - 50px - 155px);
        min-height: -moz-calc(100vh - 50px - 155px);
        min-height: -ms-calc(100vh - 50px - 155px);
        min-height: -o-calc(100vh - 50px - 155px);
        min-height: calc(100vh - 50px - 155px)
    }

    #landing_wrapper .main .sp {
        display: block
    }
}

#landing_wrapper .footer {
    background: url("../img/footer-min.png") no-repeat;
    background-size: cover;
    font-family: 'Zen Old Mincho', serif;
}

#landing_wrapper .footer__list-action {
    padding: 25px 0;
    border-bottom: 1px solid #fff
}

#landing_wrapper .footer__list-action .sp {
    display: none
}

#landing_wrapper .footer__list-action a {
    color: #fff;
    line-height: 1
}

#landing_wrapper .footer__list-action span {
    display: block;
    width: 2px;
    background: #fff;
    margin: 0 20px;
    transform: rotate(25deg);
}

#landing_wrapper .footer__inc {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 20px
}

@media screen and (max-width: 767px) {
    #landing_wrapper .footer__list-action {
        padding: 20px 0;
        display: block !important;
        text-align: center
    }

    #landing_wrapper .footer__list-action .pc {
        display: none !important
    }

    #landing_wrapper .footer__list-action .sp {
        display: block
    }

    #landing_wrapper .footer__list-action a {
        font-size: 14px;
        display: inline-block !important
    }

    #landing_wrapper .footer__list-action span {
        display: inline-block !important;
        width: unset;
        margin: 0 15px;
        position: relative
    }

    #landing_wrapper .footer__list-action span:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 1rem;
        background: #fff;
        bottom: -3px
    }

    #landing_wrapper .footer__inc {
        font-size: 12px
    }
}