#keyvisual {
    position: relative;
    background: #fff;
    max-width: 1680px;
    margin: 0 auto 155px;
    padding-top: 42px;
}


#keyvisual .inner {
    position: relative
}

#keyvisual .slider-key {
    padding-left: 120px
}

#keyvisual .slick-dots {
    position: absolute;
    top: calc(50% - 44px);
    left: 62px;
    transform: translateY(-50%);
    z-index: 1
}

#keyvisual .scroll {
    position: absolute;
    top: calc(50% + 120px);
    left: 62px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .16em
}

#keyvisual .deco {
    position: absolute;
    bottom: -11%;
    left: 32%;
    width: 23%;
}

#keyvisual .scroll::before {
    content: "";
    position: absolute;
    background: #ccc;
    width: 1px;
    height: 80px;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%)
}

#keyvisual .time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto
}

#keyvisual .time .box {
    width: 600px;
    margin-left: auto;
    border-radius: 6px;
    display: flex;
    justify-content: space-between
}

#keyvisual .time .box .ttl {
    margin-top: 19px
}

#keyvisual .time .box .ttl dt {
    text-align: center;
    background: #fff;
    border-radius: 0 25px 25px 0;
    width: 83px;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0
}

#keyvisual .time .box .ttl dd {
    margin: 19px 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0
}

#keyvisual .time .box .ttl dd small {
    display: block;
    font-size: 12px;
    letter-spacing: 0
}

#keyvisual .time .box .table-time {
    max-width: 440px;
    flex: 1
}

#keyvisual .time .box .table-time table {
    table-layout: fixed;
    width: 100%
}

#keyvisual .time .box .table-time table th {
    width: 107px
}

#keyvisual .time .box .table-time table td {
    text-align: center
}

#keyvisual .time .box .table-time table th,
#keyvisual .time .box .table-time table td {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0
}

#keyvisual .time .box .table-time table .egg {
    position: relative
}

#keyvisual .time .box .table-time table .egg::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#keyvisual .time .box .table-time table .line {
    position: relative
}

#keyvisual .time .box .table-time table .line::before {
    content: "";
    position: absolute;
    background: #888;
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

#keyvisual .time .box .table-time table thead {
    color: #fff;
    line-height: 24px
}

#keyvisual .time .box .table-time table thead th {
    border-radius: 0 0 0 20px
}

#keyvisual .time .box .table-time table thead td:last-child {
    border-radius: 0 6px 0 0
}

#keyvisual .time .box .table-time table tbody tr * {
    padding-top: 12.5px;
    padding-bottom: 12.5px
}

#keyvisual .time .box .table-time table tbody tr:nth-child(2) {
    border-top: 1px solid #ccc
}

#keyvisual .time .box:nth-child(1) {
    background: #e7edeb
}

#keyvisual .time .box:nth-child(1) .ttl {
    color: #70978a
}

#keyvisual .time .box:nth-child(1) .table-time .egg::before {
    background: #70978a
}

#keyvisual .time .box:nth-child(1) .table-time thead th,
#keyvisual .time .box:nth-child(1) .table-time thead td {
    background: #94c2b3
}

#keyvisual .time .box:nth-child(2) {
    background: #f1ebf7;
    margin-top: 10px
}

#keyvisual .time .box:nth-child(2) .ttl {
    color: #9b84b0
}

#keyvisual .time .box:nth-child(2) .table-time .egg::before {
    background: #9b84b0
}

#keyvisual .time .box:nth-child(2) .table-time thead th,
#keyvisual .time .box:nth-child(2) .table-time thead td {
    background: #d1c2df
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #keyvisual .time {
        position: unset;
        margin-top: 40px;
    }

    #keyvisual .time .box {
        margin: 0 auto
    }

    #keyvisual .deco {
        bottom: 0;
        left: 45%;
    }
}

@media screen and (max-width: 767px) {
    #keyvisual {
        padding-top: 36.5px;
        margin-bottom: 0;
    }

    #keyvisual .slider-key {
        padding-left: 0
    }

    #keyvisual .slick-dots {
        inset: auto auto 18px 15px;
        transform: none
    }

    #keyvisual .time {
        position: unset;
        padding: 47px 15px 0
    }

    #keyvisual .time .box {
        width: auto;
        gap: 20px;
        margin: 0
    }

    #keyvisual .time .box .ttl {
        margin-top: 11px
    }

    #keyvisual .time .box .ttl dt {
        width: 83px;
        line-height: 20px
    }

    #keyvisual .time .box .ttl dd {
        margin: 15px 0 0 10px;
        line-height: 1.5
    }

    #keyvisual .time .box .table-time {
        max-width: 100%
    }

    #keyvisual .time .box .table-time table th {
        width: 33%
    }

    #keyvisual .time .box .table-time table td {
        text-align: left
    }

    #keyvisual .time .box .table-time table td:last-child {
        width: 11%
    }

    #keyvisual .time .box .table-time table th,
    #keyvisual .time .box .table-time table td {
        font-size: 12px
    }

    #keyvisual .time .box .table-time table .egg::before {
        width: 8px;
        height: 8px;
        left: 0;
        transform: translateY(-50%)
    }

    #keyvisual .time .box .table-time table .line::before {
        width: 10px;
        left: 0;
        transform: translateY(-50%) rotate(-45deg)
    }

    #keyvisual .time .box .table-time table tbody tr * {
        padding-top: 9.5px;
        padding-bottom: 9.5px
    }

    #keyvisual .time .box:nth-child(2) .ttl dd {
        margin-top: 4px
    }

    #keyvisual .time .box:nth-child(2) .ttl dd small {
        margin-top: 0px
    }
}

#news {
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 30px 120px
}

#news .elementor-col-50:nth-child(1) {
    width: 29.1666666667% !important
}

#news .elementor-col-50:nth-child(2) {
    width: 70.8333333333% !important
}

#news .btn-more {
    margin-top: 57px
}

#news .btn-more a {
    position: relative;
    display: block;
    color: #70978a;
    padding-left: 37px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: .2em
}

#news .btn-more a::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow09.svg") no-repeat;
    width: 22px;
    height: 22px;
    background-size: 100%;
    top: 0;
    left: 0
}

#news .btn-more a:hover {
    opacity: .7
}

#news .post-box dl {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 22.5px 0 24.5px;
    line-height: 23px
}

#news .post-box dl dt {
    font-weight: bold;
    max-width: 130px;
    width: 100%;
    letter-spacing: 0
}

#news .post-box dl dd {
    flex: 1
}

#news .post-box dl dd a {
    display: block;
    letter-spacing: 0
}

#news .post-box dl dd a:hover {
    text-decoration: underline
}

#news .post-box dl:last-child {
    border-bottom: 1px solid #ccc
}

@media screen and (max-width: 767px) {
    #news {
        padding: 60px 15px 80px
    }

    #news .elementor-col-50:nth-child(1) {
        width: 100% !important
    }

    #news .elementor-col-50:nth-child(2) {
        width: 100% !important
    }

    #news .btn-more {
        width: -moz-fit-content;
        width: fit-content;
        margin: 15px 0 0 auto
    }

    #news .btn-more a {
        padding-left: 33px;
        font-size: 14.4px;
        line-height: 20px
    }

    #news .btn-more a::before {
        width: 20px;
        height: 20px
    }

    #news .post-box {
        margin-top: 20px
    }

    #news .post-box dl {
        display: block;
        padding: 15px 0;
        line-height: 20px
    }

    #news .post-box dl dt {
        max-width: 100%;
        font-size: 14px
    }
}

#about {
    background: #f1f3f5;
    padding-top: 94px
}

#about .wrap::before {
    content: "";
    position: absolute;
    background: url("../img/top/about_deco.png") no-repeat;
    width: 85.5px;
    height: 121px;
    background-size: 100%;
    top: -116px;
    right: 145px
}

#about .txt-en {
    text-align: center;
    color: #fff;
    opacity: .6;
    margin-left: 28px;
    font-size: 110px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25em
}

#about h2 {
    position: relative;
    z-index: 1;
    max-width: 719px;
    margin: -44px auto 40px
}

#about h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .08em
}

#about .txt-lead {
    text-align: center;
    margin-top: 20px
}

#about .btn-shared {
    margin: 35px auto 0
}

#about .row {
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
    gap: 60px 30px
}

#about .col {
    position: relative;
    z-index: 1;
    max-width: 675px;
    width: 100%;
    padding-bottom: 51px
}

#about .col::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 10px;
    inset: 251px 0 0;
    z-index: -1
}

#about .col .lead {
    position: relative;
    z-index: 1
}

#about .col .lead::before {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 436px;
    height: 436px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

#about .col .icon {
    text-align: center
}

#about .col .icon img {
    width: auto;
    height: 125px
}

#about .col .ttl {
    text-align: center;
    font-weight: bold;
    margin-top: 26px
}

#about .col .ttl dt {
    color: #fff;
    margin: 0 auto;
    width: 120px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .08em
}

#about .col .ttl dd {
    margin-top: 5px;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: .08em
}

#about .col .photo {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

#about .col .photo img {
    border-radius: 10px 10px 0 0
}

#about .col .group-txt {
    background: #fff;
    padding: 40px 30px 0;
    max-width: 615px;
    margin: 0 auto
}

#about .col .txt {
    padding-bottom: 11px;
    line-height: 2;
    letter-spacing: 0
}

#about .col h4 {
    position: relative;
    margin: 30px 0 15px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0
}

#about .col h4::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 13px;
    border-radius: 0 20px 20px 0;
    top: 6px;
    left: 0
}

#about .col .info {
    border-radius: 6px
}

#about .col .info dl {
    display: flex;
    align-items: center;
    padding: 20px;
    line-height: 1.5;
    letter-spacing: 0
}

#about .col .info dl dt {
    font-weight: bold;
    width: 29%
}

#about .col .info dl dd {
    flex: 1
}

#about .col .info dl dd a {
    display: block
}

#about .col .info dl+dl {
    border-top: 1px solid #ccc
}

#about .col .info dl:not(:first-child) {
    padding: 19px 20px
}

#about .col .table-time {
    margin-top: 7px
}

#about .col .table-time table {
    table-layout: fixed;
    width: 100%
}

#about .col .table-time table th,
#about .col .table-time table td {
    font-weight: bold;
    letter-spacing: 0
}

#about .col .table-time table th {
    width: 129px
}

#about .col .table-time table td {
    text-align: center
}

#about .col .table-time table .egg {
    position: relative
}

#about .col .table-time table .egg::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#about .col .table-time table .line {
    position: relative
}

#about .col .table-time table .line::before {
    content: "";
    position: absolute;
    background: #888;
    width: 20px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

#about .col .table-time table thead {
    color: #fff;
    line-height: 44px
}

#about .col .table-time table thead th {
    border-radius: 6px 0 0 0
}

#about .col .table-time table thead td:last-child {
    border-radius: 0 6px 0 0
}

#about .col .table-time table tbody {
    border-radius: 0 0 6px 6px
}

#about .col .table-time table tbody tr * {
    padding-top: 15px;
    padding-bottom: 11px
}

#about .col .table-time table tbody tr th {
    padding-left: 20px;
    font-size: 18px
}

#about .col .table-time table tbody tr:nth-child(2) {
    border-top: 1px solid #ccc
}

#about .col .table-time table tbody tr:nth-child(2) th {
    border-radius: 0 0 0 6px
}

#about .col .table-time table tbody tr:nth-child(2) td:last-child {
    border-radius: 0 0 6px 0
}

#about .col .list {
    margin-right: -10px
}

#about .col .list li {
    position: relative;
    padding-left: 13px;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0
}

#about .col .list li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 8px;
    left: 0
}

#about .col .list li+li {
    margin-top: 10px
}

#about .col .note {
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0
}

#about .col:nth-child(1) .lead .ttl dt {
    background: #70978a
}

#about .col:nth-child(1) .lead .ttl dd {
    color: #70978a
}

#about .col:nth-child(1) h4 {
    color: #70978a
}

#about .col:nth-child(1) h4::before {
    background: #70978a
}

#about .col:nth-child(1) .info {
    background: #e7edeb
}

#about .col:nth-child(1) .table-time .egg::before {
    background: #70978a
}

#about .col:nth-child(1) .table-time table thead th,
#about .col:nth-child(1) .table-time table thead td {
    background: #94c2b3
}

#about .col:nth-child(1) .table-time table tbody th,
#about .col:nth-child(1) .table-time table tbody td {
    background: #e7edeb
}

#about .col:nth-child(1) li::before {
    background: #70978a
}

#about .col:nth-child(2) .lead .ttl dt {
    background: #9b84b0
}

#about .col:nth-child(2) .lead .ttl dd {
    color: #9b84b0
}

#about .col:nth-child(2) h4 {
    color: #9b84b0
}

#about .col:nth-child(2) h4::before {
    background: #9b84b0
}

#about .col:nth-child(2) .info {
    background: #f1ebf7
}

#about .col:nth-child(2) .table-time .egg::before {
    background: #9b84b0
}

#about .col:nth-child(2) .table-time table thead th,
#about .col:nth-child(2) .table-time table thead td {
    background: #d1c2df
}

#about .col:nth-child(2) .table-time table tbody th,
#about .col:nth-child(2) .table-time table tbody td {
    background: #f1ebf7
}

#about .col:nth-child(2) .list li::before {
    background: #9b84b0
}

@media screen and (max-width: 1000px) {
    #about .row {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    #about {
        padding: 63px 0 30px
    }

    #about .wrap::before {
        width: 42px;
        height: 61px;
        top: -97px;
        right: 40px
    }

    #about .txt-en {
        margin-left: 0;
        font-size: 30px
    }

    #about h2 {
        max-width: 261px;
        margin: 11px auto 0
    }

    #about .txt-lead {
        text-align: left;
        margin-top: 26px
    }

    #about .btn-shared {
        margin-top: 24px
    }

    #about .row {
        margin-top: 60px
    }

    #about .col {
        max-width: 100%;
        padding-bottom: 0
    }

    #about .col::before {
        border-radius: 6px;
        top: 162.5px
    }

    #about .col .lead::before {
        width: 283px;
        height: 283px;
        top: 40px
    }

    #about .col .icon img {
        height: 80px
    }

    #about .col .ttl {
        margin-top: 18px
    }

    #about .col .ttl dt {
        width: 78px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 19.5px
    }

    #about .col .ttl dd {
        margin-top: 3px;
        font-size: 20px
    }

    #about .col .photo {
        margin-top: 12px
    }

    #about .col .photo img {
        border-radius: 6px 6px 0 0
    }

    #about .col .group-txt {
        padding: 26px 25px 30px;
        max-width: 100%
    }

    #about .col .txt {
        padding-bottom: 4px
    }

    #about .col h4 {
        margin: 30px 0 10px;
        padding-left: 23px;
        font-size: 16px
    }

    #about .col h4::before {
        width: 14px;
        height: 12px
    }

    #about .col .info dl {
        padding: 14.5px 10px;
        line-height: 1.5
    }

    #about .col .info dl dt {
        width: 25%;
        font-size: 12px
    }

    #about .col .info dl dd {
        font-size: 14px
    }

    #about .col .info dl:not(:first-child) {
        padding: 14px 10px
    }

    #about .col .table-time {
        margin-top: 0
    }

    #about .col .table-time table th {
        width: 91px
    }

    #about .col .table-time table td {
        text-align: left;
        font-size: 12px
    }

    #about .col .table-time table .egg::before {
        width: 8px;
        height: 8px;
        left: 0;
        transform: translateY(-50%)
    }

    #about .col .table-time table .line::before {
        width: 10px;
        left: 0;
        transform: translateY(-50%) rotate(-45deg)
    }

    #about .col .table-time table thead {
        line-height: 24px
    }

    #about .col .table-time table tbody tr * {
        padding-top: 13px;
        padding-bottom: 12px
    }

    #about .col .table-time table tbody tr th {
        padding-left: 10px;
        font-size: 12px
    }

    #about .col .list {
        padding-top: 8px;
        margin-right: 0
    }

    #about .col .list li {
        padding-left: 12px;
        font-size: 14px
    }

    #about .col .list li::before {
        top: 7px
    }

    #about .col .note {
        font-size: 12px
    }
}

#philosophy {
    background: url("../img/top/philosophy_bg_deco.png") no-repeat center top/100%;
    padding-top: 216px
}

#philosophy .wrap {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    gap: 30px;
    max-width: 1260px
}

#philosophy .wrap::before {
    content: "";
    position: absolute;
    background: url("../img/top/philosophy_deco.png") no-repeat;
    width: 226px;
    height: 278.5px;
    background-size: 100%;
    top: -203px;
    left: 0
}

#philosophy .wrap::after {
    content: "";
    position: absolute;
    background: url("../img/top/philosophy_deco2.png") no-repeat;
    width: 249px;
    height: 267.5px;
    background-size: 100%;
    bottom: -275px;
    right: 23px;
    z-index: -1;
}

#philosophy .group-txt {
    max-width: 556.5px;
    width: 100%;
    margin-top: 80px
}

#philosophy .group-txt .txt-en {
    color: #c4b5d1;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: .25em
}

#philosophy .group-txt h2 {
    margin: 50px 0 34px
}

#philosophy .photo {
    max-width: 600px;
    width: 100%
}

@media screen and (max-width: 1000px) {
    #philosophy .wrap {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    #philosophy {
        background-image: url("../img/top/philosophy_bg_deco_sp.png");
        padding-top: 114px
    }

    #philosophy .wrap {
        gap: 33px
    }

    #philosophy .wrap::before {
        width: 113px;
        height: 140px;
        top: -150px;
        left: 20px
    }

    #philosophy .wrap::after {
        display: none;
    }

    #philosophy .group-txt {
        max-width: 100%;
        margin-top: 0
    }

    #philosophy .group-txt .txt-en {
        font-size: 14px
    }

    #philosophy .group-txt h2 {
        max-width: 270px;
        margin: 40px 0 36px
    }

    #philosophy .photo {
        max-width: 100%
    }
}

#life {
    position: relative;
    overflow: hidden;
    padding-top: 87px
}

#life h2 {
    position: relative;
    z-index: 1;
    max-width: 375px;
    margin: 0 auto;
    padding-top: 44px
}

#life h2::before {
    content: "";
    position: absolute;
    background: #f1f3f5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 747px;
    height: 747px;
    z-index: -1
}

#life .block {
    position: relative;
    z-index: 2;
    margin-top: 20px
}

#life .block::before {
    content: '';
    position: absolute;
    background: #f1f3f5;
    top: 0;
    bottom: 257px;
    left: 0;
    right: 0;
    z-index: -1;
}

#life .lead {
    display: flex;
    gap: 116px;
    max-width: 1185px;
    margin: 0 auto;
    padding: 40px 30px 0
}

#life .lead h3 {
    width: 106px
}

#life .lead .txt {
    margin-top: 40px
}

#life .pc {
    margin-top: 27px
}

#life .set {
    position: relative
}

#life .set .inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto
}

#life .set .desc {
    box-sizing: content-box;
    position: relative
}

#life .set .desc::before {
    content: "";
    position: absolute;
    background: #e3e0ea;
    top: 0;
    bottom: 0;
    width: 30px
}

#life .set h3 {
    display: flex;
    gap: 15px
}

#life .set h3 span {
    display: block
}

#life .set h3 span.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #70978a;
    color: #fff;
    border-radius: 0 30px 30px 0;
    height: 60px;
    width: 68px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0
}

#life .set h3 span.text {
    border-bottom: 2px dashed #70978a;
    color: #70978a;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0
}

#life .set .txt {
    max-width: 570px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0
}

#life .set .txt a {
    color: #9b84b0;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 0;
    text-underline-offset: 3px;
    text-decoration: underline
}

#life .set .txt a:hover {
    text-decoration: none
}

#life .set .group-link {
    display: flex;
    flex-wrap: wrap;
    max-width: 570px;
    margin-top: 24px;
    gap: 15px
}

#life .set .group-link li a {
    position: relative;
    display: block;
    background: #fff;
    color: #70978a;
    border: 1px solid #70978a;
    border-radius: 25px;
    padding: 0 23px 0 42px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 0
}

#life .set .group-link li a::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow09.svg") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    transition-duration: .7s
}

#life .set .group-link li a:hover {
    background: #70978a;
    color: #fff;
    border-color: #70978a
}

#life .set .group-link li a:hover::before {
    background-image: url("../img/icons/ico_arrow10.svg")
}

#life .set .box {
    max-width: 570px;
    margin-top: 49px
}

#life .set .box .box-ttl {
    position: relative;
    background: #c4b5d1;
    color: #fff;
    border-radius: 12px 12px 0 0;
    width: 200px;
    padding: 8px 0 9px 64px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0
}

#life .set .box .box-ttl::before {
    content: "";
    position: absolute;
    background: url("../img/top/life_icon_hand.png") no-repeat;
    width: 31.5px;
    height: 54px;
    bottom: 0;
    left: 20px;
    background-size: 100%
}

#life .set .box .box-txt {
    background: #fff;
    border-radius: 0 12px 12px 12px;
    padding: 20px 30px 30px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0
}

#life .set.set:nth-child(odd) .photo {
    filter: drop-shadow(0px 60px 60px rgba(198, 183, 210, .4));
}

#life .set.set:nth-child(even) .photo {
    filter: drop-shadow(0px 60px 80px rgba(198, 183, 210, .4));
}

@media screen and (min-width: 768px) {
    #life .set .photo {
        position: absolute;
        width: 530px;
        top: 0
    }

    #life .set:nth-child(odd) .deco2 {
        position: absolute;
        width: 234px;
        top: 8px;
        left: -63px
    }

    #life .set:nth-child(odd) .deco3 {
        position: absolute;
        top: 272px;
        left: -75px;
        width: 181px;
        z-index: 1
    }

    #life .set:nth-child(odd) .desc {
        padding: 0 0 0 183px
    }

    #life .set:nth-child(odd) .desc::before {
        left: 0
    }

    #life .set:nth-child(odd) .photo {
        right: calc(-50vw + 50%)
    }

    #life .set:nth-child(even) .inner::before {
        right: 0
    }

    #life .set:nth-child(even) .deco2 {
        position: absolute;
        width: 207px;
        top: 60px;
        right: -60px
    }

    #life .set:nth-child(even) .deco3 {
        position: absolute;
        top: 270px;
        right: -75px;
        width: 181px;
        z-index: 1
    }

    #life .set:nth-child(even) .desc {
        padding-right: 183px
    }

    #life .set:nth-child(even) .desc::before {
        right: 0
    }

    #life .set:nth-child(even) h3 {
        justify-content: flex-end
    }

    #life .set:nth-child(even) h3 span.number {
        border-radius: 30px 0 0 30px;
        order: 2
    }

    #life .set:nth-child(even) h3 span.text {
        order: 1
    }

    #life .set:nth-child(even) .txt {
        margin-left: auto
    }

    #life .set:nth-child(even) .group-link {
        margin-left: auto
    }

    #life .set:nth-child(even) .box {
        margin-left: auto
    }

    #life .set:nth-child(even) .photo {
        left: calc(-50vw + 50%)
    }

    #life .set.set1 .photo {
        top: 26px
    }

    #life .set.set1 .deco3 {
        top: 32px
    }

    #life .set.set2 .desc {
        padding-bottom: 50px
    }

    #life .set.set3 .desc {
        padding-bottom: 99px
    }

    #life .set.set5 .inner {
        padding-bottom: 257px
    }

    #life .set.set5 .deco4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 274.5px
    }

    #life .set.set5 .desc {
        padding-bottom: 92px
    }
}

@media screen and (min-width: 768px)and (max-width: 1550px) {
    #life .set .photo {
        width: 430px
    }

    #life .set:nth-child(even) .desc {
        padding-right: 125px
    }

    #life .set:nth-child(odd) .desc {
        padding-left: 125px
    }
}

@media screen and (min-width: 768px)and (max-width: 1250px) {
    #life .set .inner {
        max-width: 100%;
        padding: 0 45px
    }

    #life .set .desc {
        padding: 0 !important
    }

    #life .set .desc::before {
        width: 2.64vw
    }

    #life .set .desc>* {
        margin-left: auto;
        margin-right: auto
    }

    #life .set .photo {
        position: unset;
        width: auto
    }

    #life .set .photo img {
        width: 100%
    }

    #life .set .txt {
        margin-top: 0px
    }

    #life .set:nth-child(odd) .deco2 {
        width: 200px;
        top: 0;
        left: 0
    }

    #life .set:nth-child(odd) .deco3 {
        width: 100px;
        left: 10px
    }

    #life .set:nth-child(odd) .photo {
        margin: 50px calc(-50vw + 50%) 40px 150px
    }

    #life .set:nth-child(odd) h3 {
        margin-left: 50px
    }

    #life .set:nth-child(even) .deco2 {
        width: 200px;
        top: 0;
        right: 0
    }

    #life .set:nth-child(even) .deco3 {
        width: 100px;
        right: 10px
    }

    #life .set:nth-child(even) .photo {
        margin: 50px 150px 40px calc(-50vw + 50%)
    }

    #life .set:nth-child(even) h3 {
        margin-right: 50px
    }

    #life .set.set5 .inner {
        padding-bottom: 21.56vw
    }

    #life .set.set5 .deco4 {
        left: 45px;
        width: 24.32vw
    }
}

@media screen and (max-width: 767px) {
    #life {
        overflow: visible;
        padding-top: 68px
    }

    #life h2 {
        max-width: 100%;
        text-align: center;
        padding-top: 26px
    }

    #life h2::before {
        width: 323px;
        height: 323px
    }

    #life h2:after {
        content: "";
        position: absolute;
        background: #f1f3f5;
        height: 72px;
        bottom: -36px;
        left: 0;
        right: 0;
        z-index: -2;
    }

    #life h2 img {
        width: 228.5px !important;
        margin: 0 auto
    }

    #life .block {
        margin-top: 36px
    }

    #life .block::before {
        bottom: 0;
    }

    #life .lead {
        flex-direction: column;
        gap: 0;
        padding: 0
    }

    #life .lead h3 {
        order: 2;
        width: 260px;
        margin: 33px auto 0
    }

    #life .lead .txt {
        order: 1;
        margin: 0 15px
    }

    #life .sp {
        margin-top: 39px;
        padding-bottom: 77px
    }

    #life .set::before {
        content: "";
        position: absolute;
        background: #e3e0ea;
        width: 12px;
        top: 0;
        bottom: 0;
        left: 39px
    }

    #life .set .toggle-link::before {
        content: "";
        position: absolute;
        background: url("../img/icons/ico_arrow07.svg") no-repeat;
        background-size: 100%;
        width: 14px;
        height: 8px;
        top: 50%;
        right: 16px;
        transform: translateY(-50%)
    }

    #life .set .deco {
        position: absolute;
        top: 0;
        left: 15px;
        width: 60px;
        z-index: 1
    }

    #life .set h3 {
        border-top: 1px dashed #ccc;
        margin-left: 85px;
        padding: 39.5px 0;
        gap: 10px
    }

    #life .set h3 span {
        display: block
    }

    #life .set h3 span.number {
        border-radius: 0 30px 30px 0;
        height: 20px;
        width: 26px;
        padding-left: 0;
        font-size: 14px
    }

    #life .set h3 span.text {
        flex: 1;
        border-bottom: none;
        font-size: 16px;
        line-height: 20px
    }

    #life .set .photo {
        margin: 0 0 0 85px;
        filter: drop-shadow(0px 33px 33px rgba(198, 183, 210, .4)) !important;
    }

    #life .set .txt {
        max-width: unset;
        margin: 29px 20px 0 85px;
        line-height: 1.75;
        letter-spacing: .02em
    }

    #life .set .group-link {
        max-width: unset;
        margin: 32px 20px 0 85px;
        gap: 10px
    }

    #life .set .group-link li a {
        padding: 0 23px 0 34px;
        font-size: 14px;
        line-height: 40px
    }

    #life .set .group-link li a::before {
        width: 14px;
        height: 14px
    }

    #life .set .box {
        max-width: unset;
        margin: 34px 15px 0 85px
    }

    #life .set .box .box-ttl {
        width: 150px;
        padding: 5px 0 6px 40px;
        font-size: 14px
    }

    #life .set .box .box-ttl::before {
        width: 23px;
        height: 40px;
        left: 9px
    }

    #life .set .box .box-txt {
        padding: 20px 16px 30px 20px;
        font-size: 14px
    }

    #life .set .deco2 {
        box-sizing: content-box;
        margin: 30px auto 0;
        padding: 0 20px 40px 85px
    }

    #life .set .deco3 {
        position: absolute;
        bottom: 40px;
        left: 15px;
        width: 65.5px;
        z-index: 1;
        opacity: 0
    }

    #life .set:nth-child(1) .deco2 {
        width: 94.5px
    }

    #life .set:nth-child(2) .deco {
        top: 15px
    }

    #life .set:nth-child(2) .deco2 {
        width: 121.5px
    }

    #life .set:nth-child(3) .deco2 {
        width: 103px
    }

    #life .set:nth-child(4) .deco2 {
        width: 102px
    }

    #life .set:last-child::before {
        bottom: 0
    }

    #life .set:last-child:after {
        content: "";
        position: absolute;
        border-bottom: 1px dashed #ccc;
        bottom: 0;
        height: 1px;
        left: 85px;
        right: 0
    }

    #life .set:last-child .toggle-main {
        padding-bottom: 40px;
    }

    #life .set:last-child .deco-bot {
        position: absolute;
        width: 95.5px;
        bottom: -96.5px;
        left: 39px
    }

    #life .set.active .toggle-link::before {
        background-image: url("../img/icons/ico_arrow08.svg")
    }

    #life .set.active .deco3 {
        opacity: 1
    }
}

#professional {
    background: url("../img/top/professional_bg_deco.png") no-repeat center top/100%;
    margin-top: -257px;
    padding: 404px 30px 0
}

#professional .set1 .txt-en {
    max-width: 1410px;
    margin: 0 auto
}

#professional .set1 .group-photo {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: -11px auto 0
}

#professional .set1 .group-photo li {
    width: 18.0555555556%
}

#professional .set1 .group-photo li:nth-child(even) {
    margin-top: 80px
}

#professional .set2 {
    max-width: 1200px;
    margin: 60px auto 0
}

#professional .set2 h2 {
    max-width: 788px;
    margin: 0 auto
}

#professional .set2 .row {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 30px
}

#professional .set2 .txt {
    max-width: 570px;
    width: 100%
}

#professional .set2 .group-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 570px;
    width: 100%;
    row-gap: 20px
}

#professional .set2 .group-box .box {
    position: relative;
    width: calc(50% - 10px)
}

#professional .set2 .group-box .box .photo img {
    border-radius: 6px;
    width: 100%
}

#professional .set2 .group-box .box .ttl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 0 6px 6px;
    text-align: center;
    background: #70978a;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0
}

#professional .set2 .group-box .box .sub-txt {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    position: absolute;
    top: 0;
    right: 11px;
    z-index: 1;
    background: #9b84b0;
    color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 13px 0 13px;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: .1em
}


#professional .set3 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1200px;
    margin: 80px auto 0
}

#professional .set3::before {
    content: "";
    position: absolute;
    background: #f1f3f5;
    border-radius: 12px;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#professional .set3 .photo {
    width: 49.1666666667%;
    margin-left: -20px
}

#professional .set3 .group-txt {
    flex: 1;
    padding: 114px 30px 85px
}

#professional .set3 .group-txt .inner {
    max-width: 510px;
    margin: 0 auto
}

#professional .set3 .group-txt h3 {
    color: #70978a;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .08em
}

#professional .set3 .group-txt .txt {
    margin: 20px 0 33px
}

#professional .set4 {
    margin: 0 -30px
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #professional {
        background-size: 150% auto;
    }
}

@media screen and (min-width: 1001px) {
    #professional .set3 .photo {
        order: 1
    }

    #professional .set3 .group-txt {
        order: 2
    }
}

@media screen and (max-width: 1000px) {
    #professional .set2 .row {
        flex-direction: column;
        align-items: center
    }

    #professional .set2 .btn-shared {
        margin: 40px auto 0;
    }

    #professional .set3 {
        flex-direction: column;
        align-items: center
    }

    #professional .set3 .group-txt h3 {
        text-align: center
    }

    #professional .set3 .group-txt .btn-shared {
        margin: 0 auto
    }

    #professional .set3 .photo {
        width: 590px;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    #professional {
        background-image: url("../img/top/professional_bg_deco_sp.png");
        margin-top: 0;
        padding: 123px 15px 0
    }

    #professional .set1 .txt-en {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 18px
    }

    #professional .set1 .group-photo {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0;
        gap: 4.27vw
    }

    #professional .set1 .group-photo li {
        width: 30.1449275362%
    }

    #professional .set1 .group-photo li:nth-child(even) {
        margin-top: 0
    }

    #professional .set2 {
        margin-top: 40px
    }

    #professional .set2 h2 {
        max-width: 100%
    }

    #professional .set2 .row {
        margin-top: 26px;
        gap: 43px
    }

    #professional .set2 .txt {
        max-width: 100%
    }

    #professional .set2 .group-box {
        max-width: 100%;
        row-gap: 11px
    }

    #professional .set2 .group-box .box {
        width: calc(50% - 6px)
    }

    #professional .set2 .group-box .box .ttl {
        bottom: -6px;
        padding: 7.5px;
        font-size: 12px
    }

    #professional .set2 .group-box .box .sub-txt {
        right: 6.5px;
        padding: 8px 0;
        font-size: 10px;
        line-height: 20px
    }

    #professional .set3 {
        margin-top: 67px
    }

    #professional .set3::before {
        border-radius: 6px;
        top: 0
    }

    #professional .set3 .photo {
        width: auto
    }

    #professional .set3 .group-txt {
        padding: 40px 25px
    }

    #professional .set3 .group-txt .inner {
        max-width: 100%
    }

    #professional .set3 .group-txt h3 {
        text-align: left;
        font-size: 18px;
        margin: 0 5px
    }

    #professional .set3 .group-txt .txt {
        margin: 10px 0 24px
    }

    #professional .set4 {
        margin: 60px -15px 0
    }
}

#concept {
    background: #f1f3f5;
    padding-top: 120px
}

#concept .wrap {
    max-width: 1260px
}

#concept .set1 h2 {
    max-width: 763.5px;
    margin: 0 auto
}

#concept .set1 .row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 50px 30px
}

#concept .set1 .group-txt {
    max-width: 570px;
    width: 100%
}

#concept .set1 .group-txt .btn-shared {
    margin-top: 33px
}

#concept .set1 .photo {
    max-width: 545px;
    width: 100%
}

#concept .set2 {
    background: #e2d9ea;
    display: flex;
    justify-content: space-between;
    margin-top: 80px
}

#concept .set2 .group-txt {
    padding: 66px 44px 50px 55px
}

#concept .set2 .group-txt h3 {
    color: #9b84b0;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .08em
}

#concept .set2 .group-txt .txt {
    color: #000;
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: .08em
}

#concept .set2 .group-txt .list {
    margin-top: 10px
}

#concept .set2 .group-txt .list li {
    position: relative;
    color: #000;
    padding-left: 23px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .08em
}

#concept .set2 .group-txt .list li::before {
    content: "";
    position: absolute;
    background: url("../img/icons/icon_check.svg") no-repeat;
    background-size: 100%;
    width: 16px;
    height: 13px;
    top: 12px;
    left: 0
}

#concept .set2 .photo {
    flex: 1;
    height: 300px
}

#concept .set2 .photo img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #concept .set2 {
        flex-direction: column;
        align-items: center
    }

    #concept .set2 .photo {
        height: -moz-fit-content;
        height: fit-content
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #concept .set1 .row {
        flex-direction: column;
        align-items: center
    }

    #concept .set1 .row .photo {
        order: 1
    }

    #concept .set1 .row .group-txt {
        order: 2
    }

    #concept .set1 .row .group-txt .btn-shared {
        margin: 33px auto 0
    }
}

@media screen and (max-width: 767px) {
    #concept {
        padding: 60px 0 30px
    }

    #concept .set1 h2 {
        max-width: 265.5px
    }

    #concept .set1 .row {
        flex-direction: column;
        margin-top: 18px;
        gap: 35px
    }

    #concept .set1 .group-txt {
        order: 2;
        max-width: 100%
    }

    #concept .set1 .group-txt .btn-shared {
        margin: 23px auto 0
    }

    #concept .set1 .photo {
        order: 1;
        max-width: 100%
    }

    #concept .set2 {
        flex-direction: column;
        margin-top: 60px
    }

    #concept .set2 .group-txt {
        padding: 36px 25px 33px
    }

    #concept .set2 .group-txt h3 {
        font-size: 24px
    }

    #concept .set2 .group-txt .txt {
        margin-top: 15px;
        font-size: 14px
    }

    #concept .set2 .group-txt .list {
        margin-top: 7px
    }

    #concept .set2 .group-txt .list li {
        padding-left: 19px;
        font-size: 14px
    }

    #concept .set2 .group-txt .list li::before {
        width: 14px;
        height: 11px;
        top: 10px
    }

    #concept .set2 .photo {
        height: -moz-fit-content;
        height: fit-content
    }
}

#menu {
    background: url("../img/top/menu_bg_deco.png") no-repeat center top/100%;
    padding-top: 293px
}

#menu .tab-link {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #70978a;
    padding: 0 30px;
    gap: 40px
}

#menu .tab-link li {
    position: relative;
    cursor: pointer;
    background: #f1f3f5;
    color: #888;
    border: 2px solid #f1f3f5;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    max-width: 421px;
    width: 100%;
    text-align: center;
    padding: 26px 0 28px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .08em
}

#menu .tab-link li::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0
}

#menu .tab-link li small {
    font-size: 18px;
    letter-spacing: .08em
}

#menu .tab-link li.active,
#menu .tab-link li:hover {
    background: #fff;
    color: #70978a;
    border-color: #70978a
}

#menu .tab-link li.active::before,
#menu .tab-link li:hover::before {
    opacity: 1
}

#menu .tab-content .item {
    position: relative
}

#menu .tab-content .item .txt-en {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #c4b5d1;
    opacity: .2;
    padding: 51px 0 3px 28px;
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .25em
}

#menu .tab-content .item .wrap {
    max-width: 1257px
}

#menu .tab-content .item .group-link {
    display: flex;
    flex-wrap: wrap;
    max-width: 827px;
    gap: 20px 38px
}

#menu .tab-content .item .group-link li {
    width: 250px
}

#menu .tab-content .item .group-link li a {
    position: relative;
    display: block;
}

#menu .tab-content .item .group-link li a img {
    display: block;
    transition: 0.3s;
}

#menu .tab-content .item .group-link li a img.on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#menu .tab-content .item .group-link li a:hover img.on {
    opacity: 1;
}

#menu .tab-content .item .group-link li a:hover img.off {
    opacity: 0;
}

#menu .tab-content .item .photo {
    position: absolute;
    top: 98px;
    right: 0;
    width: 498px
}

#menu .tab-content .item .photo img {
    border-radius: 12px 0 0 12px
}

#menu .tab-content .item:nth-child(2) .photo {
    left: 0;
    right: auto
}

#menu .tab-content .item:nth-child(2) .photo img {
    border-radius: 0 12px 12px 0
}

#menu .tab-content .item:nth-child(2) .group-link {
    margin-left: auto
}

@media screen and (min-width: 768px)and (max-width: 1450px) {
    #menu .tab-content .wrap {
        max-width: 100%
    }

    #menu .tab-content .item .group-link {
        max-width: calc(100% - 498px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #menu .tab-content .wrap {
        max-width: 100%
    }

    #menu .tab-content .item .txt-en {
        font-size: 8.33vw
    }

    #menu .tab-content .item .group-link {
        max-width: 527px;
        justify-content: space-between;
        gap: 20px
    }

    #menu .tab-content .item .photo {
        width: calc(100% - 587px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #menu .tab-content .item .photo {
        position: unset;
        width: 100%;
        margin: 15px auto 0;
        padding: 0 30px
    }

    #menu .tab-content .item .photo img {
        border-radius: 12px !important
    }

    #menu .tab-content .item .group-link {
        margin: 30px auto 0
    }
}

@media screen and (max-width: 767px) {
    #menu {
        background-image: url("../img/top/menu_bg_deco_sp.png");
        padding-top: 122px
    }

    #menu .tab-link {
        justify-content: space-between;
        padding: 0 15px;
        gap: 0
    }

    #menu .tab-link li {
        max-width: calc(50% - 2.5px);
        padding: 17px 0 15px;
        font-size: 16px
    }

    #menu .tab-link li small {
        font-size: 14px
    }

    #menu .tab-content .item .txt-en {
        padding: 32px 0 0 7px;
        font-size: 30px
    }

    #menu .tab-content .item .group-link {
        flex-direction: column;
        gap: 15px;
        margin: 8px 19px 0 !important
    }

    #menu .tab-content .item .group-link li {
        width: 100%
    }

    #menu .tab-content .item .photo {
        position: unset;
        width: auto;
        margin: 28px 15px 0
    }

    #menu .tab-content .item .photo img {
        border-radius: 6px !important
    }
}

#slider {
    padding-top: 106px
}

#slider .item {
    margin: 0 10px
}

#slider .item img {
    border-radius: 12px;
    width: 400px !important
}

@media screen and (max-width: 767px) {
    #slider {
        padding-top: 60px
    }

    #slider .item {
        margin: 0 6px
    }

    #slider .item img {
        width: 240px !important
    }
}

#greet {
    padding-top: 197px
}

#greet .wrap {
    position: relative;
    z-index: 1;
    max-width: 1260px
}

#greet .wrap::before {
    content: "";
    position: absolute;
    background: #f1f3f5;
    width: 501px;
    height: 501px;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

#greet h2 {
    max-width: 200px;
    margin: 0 auto
}

#greet .inner {
    background: #f1f3f5;
    border-radius: 12px;
    padding: 60px 30px 58px
}

#greet .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1080px;
    margin: 0 auto
}

#greet .info {
    max-width: 310px;
    width: 100%
}

#greet .info dt img {
    border-radius: 12px
}

#greet .info dd {
    margin-top: 20px;
    text-align: center;
    line-height: 1.25;
    letter-spacing: .02em
}

#greet .info dd span {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    letter-spacing: .2em
}

#greet .group-txt {
    max-width: 710px;
    width: 100%
}

#greet .group-txt .txt li {
    line-height: 1.75
}

#greet .group-txt .txt li+li {
    margin-top: 28px
}

#greet .group-txt .btn-shared {
    margin: 40px 0 0 auto
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #greet .group-txt li {
        font-size: 14px
    }

    #greet .group-txt li+li {
        margin-top: 20px
    }
}

@media screen and (max-width: 767px) {
    #greet {
        padding-top: 85px
    }

    #greet .wrap::before {
        width: 322px;
        height: 322px;
        top: -25px
    }

    #greet h2 {
        max-width: 129px
    }

    #greet .inner {
        border-radius: 6px;
        padding: 33px 25px 40px
    }

    #greet .row {
        flex-direction: column;
        gap: 26px
    }

    #greet .info {
        max-width: 100%
    }

    #greet .info dt img {
        border-radius: 6px
    }

    #greet .info dd {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.25
    }

    #greet .info dd span {
        margin-top: 9px;
        font-size: 24px
    }

    #greet .group-txt {
        max-width: 100%
    }

    #greet .group-txt .txt li {
        line-height: 2
    }

    #greet .group-txt .txt li+li {
        margin-top: 30px
    }

    #greet .group-txt .btn-shared {
        margin: 19px auto 0
    }
}

#faq {
    padding: 120px 0
}

#faq .wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1260px;
    margin: 0 auto
}

#faq .group-txt {
    max-width: 850px;
    flex: 1
}

#faq .toggle {
    border-top: 1px solid #ccc
}

#faq .toggle .toggle-link {
    display: flex;
    padding: 20px 0 19px
}

#faq .toggle .toggle-link::before {
    content: "";
    position: absolute;
    background: url("../img/icons/toggle_icon_arrow.svg") no-repeat;
    width: 21px;
    height: 12px;
    background-size: 100%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

#faq .toggle .toggle-link span {
    display: block
}

#faq .toggle .toggle-link span.icon {
    width: 35px
}

#faq .toggle .toggle-link span.ttl {
    flex: 1;
    margin-left: 15px;
    font-weight: bold;
    letter-spacing: 0
}

#faq .toggle .toggle-link:hover {
    opacity: .8
}

#faq .toggle .toggle-main .txt {
    padding: 2px 0 29px 50px;
    line-height: 1.75
}

#faq .toggle:last-child {
    border-bottom: 1px solid #ccc
}

#faq .toggle.active .toggle-link::before {
    background-image: url("../img/icons/toggle_icon_arrow_on.svg")
}

@media screen and (max-width: 767px) {
    #faq {
        padding: 60px 0 80px
    }

    #faq .wrap {
        flex-direction: column
    }

    #faq .group-txt {
        max-width: 100%;
        margin-top: 20px
    }

    #faq .toggle .toggle-link {
        align-items: center;
        padding: 17px 29px 17px 0
    }

    #faq .toggle .toggle-link::before {
        width: 12px;
        height: 6px;
        right: 7px
    }

    #faq .toggle .toggle-link span.icon {
        width: 26px
    }

    #faq .toggle .toggle-link span.ttl {
        margin-left: 10px;
        font-size: 14px
    }

    #faq .toggle .toggle-main .txt {
        padding: 0 0 26px 0
    }
}

#instagram {
    background: #f1f3f5;
    padding: 80px 30px 110px
}

#instagram h2 {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto 68px;
    color: #c4b5d1;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .25em
}

#instagram .row {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 90px 0 83px;
    margin: 0 auto;
}

#instagram .row::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 147.5px;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: -1;
}

#instagram .elementor-row {
    justify-content: space-between;
    gap: 30px;
}

#instagram .col-l {
    text-align: center;
    width: 178px !important;
}

#instagram .icon {
    margin: 0 auto 28px;
}

#instagram .title dt {
    width: 120px;
    margin: 0 auto;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.08em;
}

#instagram .title dd {
    margin-top: 5px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

#instagram .col-r {
    width: 100% !important;
    max-width: 780px;
    flex: 1;
}

#instagram .group-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 16px
}

#instagram .group-photo li {
    width: calc(25% - 15px);
}

#instagram .group-photo li a {
    display: block
}

#instagram .group-link {
    display: flex;
    justify-content: flex-end;
    gap: 11px;
    margin-top: 36px
}

#instagram .group-link li a {
    display: block
}

#instagram .group-link li:nth-child(1) {
    max-width: 126px
}

#instagram .group-link li:nth-child(2) {
    max-width: 202px
}

#instagram .row1 .icon {
    width: 178px;
}

#instagram .row1 .title dt {
    background: #70978A;
}

#instagram .row1 .title dd {
    color: #70978A;
}

#instagram .row2 {
    margin-top: 65px;
}

#instagram .row2 .icon {
    width: 172px;
}

#instagram .row2 .title dt {
    background: #9B84B0;
}

#instagram .row2 .title dd {
    color: #9B84B0;
}

#sb_instagram .sbi_photo img {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    #sbi_load {
        text-align: right !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    #instagram .row {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    #instagram {
        padding: 40px 15px 61px
    }

    #instagram h2 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 30px;
        line-height: 34px;
    }

    #instagram .row {
        flex-direction: column;
        padding: 68px 0 29px;
    }

    #instagram .row::before {
        border-radius: 300px 300px 16px 16px;
        height: 100%;
        inset: 0 31px 0;
    }

    #instagram .elementor-row {
        gap: 27px;
    }

    #instagram .col-l {
        width: 100% !important;
    }

    #instagram .col-r {
        max-width: unset;
    }

    #instagram .group-photo {
        row-gap: 9px;
        margin-top: 0
    }

    #instagram .group-photo li {
        width: calc(50% - 4.5px);
    }

    #instagram .group-photo li a {
        display: block
    }

    #instagram .group-link {
        justify-content: center;
        max-width: 320px;
        margin: 27px auto 0;
    }

    #instagram .group-link li:nth-child(1) {
        max-width: unset
    }

    #instagram .group-link li:nth-child(2) {
        max-width: unset
    }

    #instagram .row2 {
        margin-top: 50px;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        gap: 10px !important;
    }
}

#recruit {
    position: relative;
    background: url("../img/top/recruit_bg.jpg") no-repeat center/cover;
    padding: 94px 0 97px
}

#recruit .inner {
    position: relative;
    z-index: 2
}

#recruit h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .25em
}

#recruit h3 {
    max-width: 349px;
    margin: 33px auto 0
}

#recruit .txt {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0
}

#recruit .btn-shared {
    margin: 40px auto 0
}

#recruit .group-photo {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

#recruit .group-photo li {
    width: 580px
}

#recruit .group-photo li:nth-child(2) {
    margin-top: 50px
}

@media screen and (min-width: 768px)and (max-width: 1640px) {
    #recruit .group-photo li {
        width: calc(50% - 232px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #recruit .group-photo {
        position: unset;
        transform: none;
        justify-content: center;
        margin: 50px 30px 0
    }

    #recruit .group-photo li {
        width: auto
    }

    #recruit .group-photo li:nth-child(2) {
        margin: 0 0 0 1.7%
    }
}

@media screen and (max-width: 767px) {
    #recruit {
        background: url("../img/top/recruit_bg_sp.png") no-repeat center bottom/cover;
        padding: 35px 15px 77px
    }

    #recruit h2 {
        font-size: 30px
    }

    #recruit h3 {
        max-width: 235px;
        margin-top: 23px
    }

    #recruit .txt {
        text-align: left;
        margin-top: 20px;
        line-height: 2
    }

    #recruit .btn-shared {
        margin-top: 23px
    }

    #recruit .group-photo {
        position: unset;
        transform: none;
        margin-top: 38px
    }

    #recruit .group-photo li {
        width: auto
    }

    #recruit .group-photo li:nth-child(2) {
        margin: 0 0 0 1.5%
    }
}


#link {
    background: rgba(196, 181, 209, .64);
    padding: 64px 30px;
}

#link .wrap {
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    max-width: 1200px;
    padding: 40px 30px
}

#link .wrap::before {
    content: "";
    position: absolute;
    background: #f1f3f5;
    border-radius: 16px 0 0 16px;
    width: 373px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

#link .deco1 {
    position: absolute;
    top: 0;
    left: -99px;
    width: 198.5px;
    z-index: -1;
}

#link .deco2 {
    position: absolute;
    top: 22px;
    right: -99px;
    width: 198.5px;
    z-index: -1;
}

#link .group-link {
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    gap: 30px;
    margin: 0 auto
}

#link .group-link li {
    max-width: 440px;
    width: 100%
}

#link .group-link li a {
    display: block
}

#link .group-link li:nth-child(2) {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    #link {
        padding: 40px 15px;
    }

    #link .wrap {
        padding: 20px;
    }

    #link .wrap::before {
        display: none;
    }

    #link .deco1 {
        top: -40px;
        left: -20px;
        width: 99px;
    }

    #link .deco2 {
        bottom: -40px;
        top: auto;
        right: -20px;
        width: 99px;
    }

    #link .group-link {
        flex-direction: column;
        gap: 24px;
    }

    #link .group-link li {
        max-width: unset;
    }

    #link .group-link li:nth-child(2) {
        flex-direction: column-reverse;
        gap: 24px;
    }
}