@charset "UTF-8";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.avvio-module .avvio-list01 {
    padding: 211px 0 108px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.avvio-module .avvio-list01 .logo-wrap img {
    width: 172px;
}

.avvio-module .avvio-list01 .logo-wrap p {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    opacity: 0.5;
    line-height: 1;
}

.avvio-module .avvio-list01 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 16px;
    margin-top: 54px;
}

.avvio-module .avvio-list01 .content li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 121px;
    height: 121px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.avvio-module .avvio-list01 .content li span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.avvio-module .avvio-list02 {
    padding: 88px 0 89px;
}

.avvio-module .avvio-list02 .ds-tit {
    margin-bottom: 12px;
}

.avvio-module .avvio-list02 .desc-wrap {
    margin-top: 24px;
}

.avvio-module .avvio-list02 .desc-wrap p {
    margin: 0 auto;
    max-width: 318px;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -1.3px;
}

.avvio-module .avvio-list02 .desc-wrap p b {
    font-weight: 600;
}

.avvio-module .avvio-list02 .desc-wrap p span {
    display: inline;
    font-weight: 600;
    color: #962235;
}

.avvio-module .avvio-list02 .order-wrap {
    margin-top: 45px;
}

.avvio-module .avvio-list02 .order-wrap li {
    position: relative;
    padding-top: 151px;
    text-align: center;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(2) {
    margin-top: 15px;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(3) {
    margin-top: 10px;
    padding-top: 200px;
}

.avvio-module .avvio-list02 .order-wrap li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(1):before {
    width: 128px;
    height: 138px;
    background: url('/imges/package/branch/T00061/avvio/img1.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(2):before {
    top: 14px;
    width: 126px;
    height: 126px;
    background: url('/imges/package/branch/T00061/avvio/img2.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(3):before {
    left: 42%;
    width: 191px;
    height: 187px;
    background: url('/imges/package/branch/T00061/avvio/img3.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list02 .order-wrap li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 63px;
    height: 30px;
    font-size: 18px;
    font-family: 'Campton', Sans-serif;
    font-weight: 500;
    color: #fff;
    border-radius: 15px;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(1) span {
    background-color: #cc6b7c;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(2) span {
    background-color: #b74255;
}

.avvio-module .avvio-list02 .order-wrap li:nth-child(3) span {
    background-color: #962235;
}

.avvio-module .avvio-list02 .order-wrap li p {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    letter-spacing: -1px;
    line-height: 1.3;
}

.avvio-module .avvio-list02 .order-wrap li p b {
    font-weight: 600;
}

.avvio-module .avvio-list02 .detail-wrap {
    margin-top: 63px;
}

.avvio-module .avvio-list02 .detail-wrap .detail-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 6px;
}

.avvio-module .avvio-list02 .detail-wrap .detail-img:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 19px;
    height: 19px;
    background: url('/imges/package/branch/T00061/avvio/i-arrow.png') no-repeat 0 0;
    background-size: auto 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.avvio-module .avvio-list02 .detail-wrap .detail-img img {
    width: calc((100% - 10px) / 2);
    border-radius: 5px;
}

.avvio-module .avvio-list02 .detail-wrap .detail-inner {
    padding: 33px 18px 24px;
    background-color: #EFEFEF;
    border-radius: 10px;
}

.avvio-module .avvio-list02 .detail-wrap .detail-inner + .detail-inner {
    margin-top: 20px;
}

.avvio-module .avvio-list02 .detail-wrap .detail-inner p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -1.3px;
}

.avvio-module .avvio-list03 {
    padding: 88px 0 82px;
    background-color: #f7f7f7;
}

.avvio-module .avvio-list03 .ds-tit {
    margin-bottom: 12px;
}

.avvio-module .avvio-list03 .desc-wrap {
    margin-top: 24px;
}

.avvio-module .avvio-list03 .desc-wrap p {
    margin: 0 auto;
    max-width: 295px;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -1.3px;
}

.avvio-module .avvio-list03 .desc-wrap p b {
    font-weight: 600;
}

.avvio-module .avvio-list03 .desc-wrap p span {
    display: inline;
    font-weight: 600;
    color: #962235;
}

.avvio-module .avvio-list03 .img-wrap {
    margin: 0 auto;
    max-width: 175px;
    width: 100%;
}

.avvio-module .avvio-list03 .img-wrap img {
    width: 100%;
}

.avvio-module .avvio-list03 .point-wrap {
    margin-top: 5px;
}

.avvio-module .avvio-list03 .point-wrap li {
    position: relative;
    text-align: center;
}

.avvio-module .avvio-list03 .point-wrap li + li {
    margin-top: 58px;
}

.avvio-module .avvio-list03 .point-wrap li + li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -34px;
    width: 150px;
    height: 12px;
    background: url('/imges/package/branch/T00061/avvio/img-line3.png') no-repeat 0 0;
    background-size: auto 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.avvio-module .avvio-list03 .point-wrap li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 94px;
    height: 30px;
    font-size: 16px;
    font-family: 'Campton', Sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    background-color: #962235;
    border-radius: 16px;
}

.avvio-module .avvio-list03 .point-wrap li p {
    margin: 7px auto 0;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    line-height: 1.3;
    letter-spacing: -1.3px;
}

.avvio-module .avvio-list03 .point-wrap li:nth-child(1) p {
    max-width: 220px;
}

.avvio-module .avvio-list03 .point-wrap li:nth-child(2) p {
    max-width: 275px;
}

.avvio-module .avvio-list03 .point-wrap li:nth-child(3) p {
    max-width: 270px;
}

.avvio-module .avvio-list04 {
    padding: 89px 0 141px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.avvio-module .avvio-list04 ul {
    padding: 13.5px;
}

.avvio-module .avvio-list04 ul li {
    position: relative;
    padding: 136px 52px 31px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #313131;
    text-align: center;
    letter-spacing: -1.1px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 4px 5px 24px rgba(199, 199, 199, 0.21);
            box-shadow: 4px 5px 24px rgba(199, 199, 199, 0.21);
}

.avvio-module .avvio-list04 ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 37px;
    width: 83px;
    height: 83px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.avvio-module .avvio-list04 ul li:nth-child(1):before {
    background: url('/imges/package/branch/T00061/avvio/img8.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list04 ul li:nth-child(2):before {
    background: url('/imges/package/branch/T00061/avvio/img9.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list04 ul li:nth-child(3):before {
    background: url('/imges/package/branch/T00061/avvio/img10.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list04 ul li:nth-child(4):before {
    background: url('/imges/package/branch/T00061/avvio/img11.png') no-repeat 0 0;
    background-size: auto 100%;
}

.avvio-module .avvio-list04 ul li + li {
    margin-top: 11px;
}

.avvio-module .avvio-list04 ul li b {
    font-weight: 600;
}

.avvio-module .avvio-list04 ul li span {
    display: inline;
    font-weight: 600;
    color: #962235;
}