main {
    overflow: visible !important
}

#sec1 {
    background: url("../img/shared/bg1.jpg") repeat center top/100%;
    padding: 23px 0 92px
}

#sec1 .wrap {
    padding: 0
}

#sec1 .photo {
    width: 62.6666666667%;
    margin: 0 auto
}

#sec1 .group-txt {
    padding: 1px 20px 0
}

#sec1 .group-txt h2 {
    color: #000;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 2.4px
}

#sec1 .group-txt .txt {
    margin-top: 25px
}

#sec1 .group-txt .txt li+li {
    margin-top: 28px
}

@media screen and (min-width: 768px) {
    #sec1 {
        padding: 118px 0 98px
    }

    #sec1 .wrap {
        display: flex;
        justify-content: space-between;
        max-width: 1240px;
        padding: 0 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    #sec1 .photo {
        flex: 1;
        max-width: 551px;
        width: auto;
        margin: 0
    }

    #sec1 .photo img {
        width: 100%
    }

    #sec1 .group-txt {
        width: 583px;
        padding: 124px 0 0
    }

    #sec1 .group-txt h2 {
        font-size: 32px;
        letter-spacing: 3.2px
    }

    #sec1 .group-txt .txt {
        margin-top: 26px
    }

    #sec1 .group-txt .txt li+li {
        margin-top: 32px
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #sec1 .wrap {
        display: block
    }

    #sec1 .photo {
        margin: 0 auto
    }

    #sec1 .group-txt {
        width: auto
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #tanners {
        padding-bottom: 64px
    }
}

#sec3 {
    overflow: hidden;
    background: url("../img/shared/bg1.jpg") repeat center top/100%;
    padding-bottom: 84px
}

#sec3 .wrap {
    padding: 0
}

#sec3 .group-txt {
    padding: 24px 20px 0
}

#sec3 .group-txt h2 span {
    display: block
}

#sec3 .group-txt h2 span.jp {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2.4px
}

#sec3 .group-txt h2 span.en {
    margin-top: 11px;
    color: #a0683f;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0
}

#sec3 .group-txt .txt {
    margin-top: 31px
}

#sec3 .group-txt .txt li+li {
    margin-top: 28px
}

@media screen and (min-width: 768px) {
    #sec3 {
        padding-bottom: 174px
    }

    #sec3 .wrap {
        max-width: 1263px;
        padding: 0 32px
    }

    #sec3 .photo {
        top: -91px;
        left: 648px;
        right: calc(-50vw + 50%);
        height: 806px
    }

    #sec3 .group-txt {
        width: 584px;
        padding: 100px 0 0
    }

    #sec3 .group-txt h2 span.jp {
        font-size: 32px;
        letter-spacing: 3.2px
    }

    #sec3 .group-txt h2 span.en {
        margin-top: 13px
    }

    #sec3 .group-txt .txt {
        margin-top: 30px
    }

    #sec3 .group-txt .txt li+li {
        margin-top: 32px
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #sec3 .photo {
        position: unset !important;
        height: auto;
        margin: 0 -32px
    }

    #sec3 .photo img {
        position: unset !important
    }

    #sec3 .group-txt {
        padding-top: 60px;
        width: auto
    }
}

#sec4 {
    position: relative;
    margin-top: -27px;
    padding-bottom: 64px
}

#sec4::before {
    content: "";
    position: absolute;
    background: #e9e1d8;
    top: 27px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#sec4 .txt {
    margin-top: 29px
}

#sec4 .group-link {
    margin-top: 23px
}

#sec4 .group-link li a {
    position: relative;
    display: block
}

#sec4 .group-link li a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_plus.svg") no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: 0.3s linear;
}

#sec4 .group-link li a::after {
    content: '';
    position: absolute;
    background: #242424;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#sec4 .group-link li a h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
    max-width: 180px;
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px
}

#sec4 .group-link li+li {
    margin-top: 16px
}

#sec4 .group-link li a:hover::before {
    transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
    #sec4 {
        margin-top: -33px;
        padding-bottom: 140px
    }

    #sec4::before {
        top: 33px
    }

    #sec4 .wrap {
        max-width: 1240px;
        padding: 0 20px
    }

    #sec4 .ttl-shared span.jp {
        margin-top: -31px
    }

    #sec4 .txt {
        text-align: center;
        margin-top: 48px
    }

    #sec4 .group-link {
        display: flex;
        justify-content: space-between;
        margin-top: 38px
    }

    #sec4 .group-link li {
        width: 31.5833333333%
    }

    #sec4 .group-link li a::before {
        width: 33px;
        height: 33px
    }

    #sec4 .group-link li a h3 {
        max-width: 220px;
        padding: 11px;
        font-size: 24px;
        letter-spacing: 2.4px
    }

    #sec4 .group-link li+li {
        margin-top: 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #sec4 .group-link {
        flex-wrap: wrap;
        row-gap: 20px
    }

    #sec4 .group-link li {
        width: calc(50% - 10px)
    }

    #sec4 .group-link li:last-child {
        margin: 0 auto
    }
}

#sec5 {
    background: url("../img/shared/bg1.jpg") repeat center top/100%;
    padding: 65px 0
}

#sec5 .ttl-shared span.jp {
    margin-top: -13px;
    line-height: 1.4
}

#sec5 .txt-lead {
    margin: 25px 20px 0
}

#sec5 .wrap {
    padding: 0
}

#sec5 .anchorlinks {
    background: url("../img/shared/bg1.jpg") repeat center;
    position: sticky;
    top: 56px;
    z-index: 2;
    border-top: 2px solid #242424;
    border-bottom: 1px solid #242424;
    display: flex;
    margin-top: 25px
}

#sec5 .anchorlinks::before,
#sec5 .anchorlinks:after {
    content: "";
    position: absolute;
    background: #242424;
    left: 0;
    right: 0
}

#sec5 .anchorlinks::before {
    top: 2px;
    height: 1px
}

#sec5 .anchorlinks:after {
    height: 2px;
    bottom: 2px
}

#sec5 .anchorlinks li {
    position: relative;
    width: 33.3333333333%
}

#sec5 .anchorlinks li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
    min-height: 92px
}

#sec5 .anchorlinks li a span {
    display: block
}

#sec5 .anchorlinks li a span.num {
    position: absolute;
    top: 4px;
    left: 0;
    color: #d1c5b6;
    line-height: 1;
    font-size: 24px;
    letter-spacing: 0
}

#sec5 .anchorlinks li a span.text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px
}

#sec5 .anchorlinks li a span.text small {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px
}

#sec5 .content {
    margin-top: 48px
}

#sec5 .content .box {
    position: relative;
    background-color: #fff;
    padding: 40px 20px
}

#sec5 .content .box .num {
    position: absolute;
    top: -31px;
    left: 13px;
    z-index: 1;
    color: #d1c5b6;
    line-height: 1;
    font-size: 72px;
    letter-spacing: 0
}

#sec5 .content .box .txt {
    margin-top: 18px
}

#sec5 .content .box .txt dl dt {
    border-bottom: 1px solid #d1c5b6;
    padding-bottom: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2px
}

#sec5 .content .box .txt dl dd {
    margin-top: 24px
}

#sec5 .content .box .txt dl+dl {
    margin-top: 25px
}

#sec5 .content .box+.box {
    margin-top: 55px
}

@media screen and (max-width: 767px) {

    #sec5 .anchorlinks li:nth-child(2)::before,
    #sec5 .anchorlinks li:nth-child(2):after {
        content: "";
        position: absolute;
        background: #d1c5b6;
        height: 43px;
        width: 1px;
        top: 50%;
        transform: translateY(-50%)
    }

    #sec5 .anchorlinks li:nth-child(2)::before {
        left: 0
    }

    #sec5 .anchorlinks li:nth-child(2):after {
        right: 0
    }
}

@media screen and (min-width: 768px) {
    #sec5 {
        padding: 138px 0
    }

    #sec5 .ttl-shared span.jp {
        margin-top: -35px
    }

    #sec5 .txt-lead {
        text-align: center;
        margin: 40px 0 39px
    }

    #sec5 .wrap {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 32px;
        column-gap: 32px;
        max-width: 1240px;
        padding: 0 20px
    }

    #sec5 .anchorlinks {
        display: block;
        width: 276px;
        margin-top: 25px;
        height: -moz-fit-content;
        height: fit-content;
        background: none;
        top: 134px
    }

    #sec5 .anchorlinks li {
        width: auto
    }

    #sec5 .anchorlinks li a {
        padding: 20px 0;
        min-height: 110px
    }

    #sec5 .anchorlinks li a span.num {
        top: 2px;
        left: 2px;
        font-size: 40px
    }

    #sec5 .anchorlinks li a span.text {
        font-size: 24px;
        letter-spacing: 2.4px
    }

    #sec5 .anchorlinks li a span.text small {
        margin-top: 2px;
        font-size: 12px;
        letter-spacing: 1.2px
    }

    #sec5 .anchorlinks li a:hover {
        opacity: .8
    }

    #sec5 .anchorlinks li+li {
        border-top: 2px solid #242424
    }

    #sec5 .anchorlinks li+li::before {
        content: "";
        position: absolute;
        background: #242424;
        height: 1px;
        top: 2px;
        left: 0;
        right: 0
    }

    #sec5 .content {
        flex: 1;
        margin-top: 24px
    }

    #sec5 .content .box {
        padding: 42px 40px
    }

    #sec5 .content .box .num {
        top: -51px;
        left: 26px;
        color: #d1c5b6;
        font-size: 140px
    }

    #sec5 .content .box .photo img {
        width: 100%
    }

    #sec5 .content .box .txt {
        margin-top: 25px
    }

    #sec5 .content .box .txt dl dt {
        padding-bottom: 7px;
        font-size: 24px;
        letter-spacing: 2.4px
    }

    #sec5 .content .box .txt dl+dl {
        margin-top: 25px
    }

    #sec5 .content .box+.box {
        margin-top: 51.5px
    }
}