@font-face {
    font-family: 'UTM Aptima';
    src: url('../../fonts/flamingo/UTMAptima.woff2') format('woff2'), url('../../fonts/flamingo/UTMAptima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url("../../fonts/AvenirNext/AvenirNext.woff2") format("woff2"), url("../../fonts/AvenirNext/AvenirNext.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../../fonts/AvenirNext/AvenirNext-Italic.woff2") format("woff2"), url("../../fonts/AvenirNext/AvenirNext-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../../fonts/AvenirNext/AvenirNext-Medium.woff2") format("woff2"), url("../../fonts/AvenirNext/AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../../fonts/AvenirNext/AvenirNext-MediumItalic.woff2") format("woff2"), url("../../fonts/AvenirNext/AvenirNext-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: url("../../fonts/AvenirNext/AvenirNext-Bold.woff2") format("woff2"), url("../../fonts/AvenirNext/AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

#page-workFlamingo {
    font-size: 15px;
    color: #545454;
}

#page-workFlamingo .page-content {
    padding-top:  0;
}

@media (min-width: 1320px) {
    #page-workFlamingo .container {
        width: 1280px;
    }
}

@media (min-width: 1750px) {
    #page-workFlamingo .container {
        width: 1620px;
        max-width: none;
    }
}

#page-workFlamingo h1,
#page-workFlamingo h2,
#page-workFlamingo h3,
#page-workFlamingo h4,
#page-workFlamingo h5,
#page-workFlamingo h6 {
    font-family: "UTM Aptima";
    font-weight: normal;
}

#page-workFlamingo .scrollmagicfadeUp > .effect {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workFlamingo .scrollmagicfadeUp > .effect-left {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workFlamingo .scrollmagicfadeUp > .effect-scale {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
    transition: all 0.6s cubic-bezier(0.13, 0.44, 0.54, 0.94);
}

#page-workFlamingo .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect,
#page-workFlamingo .scrollmagicfadeUp.scroll-css[data-delay=".2s"] > .effect-left {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

#page-workFlamingo .scrollmagicfadeUp.scroll-css > .effect {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#page-workFlamingo .scrollmagicfadeUp.scroll-css > .effect-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

#page-workFlamingo .scrollmagicfadeUp.scroll-css > .effect-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#page-workFlamingo .work-flg-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding-top: 130px;
}

#page-workFlamingo .work-flg-hero .flg-title {
    font-size: 45px;
    line-height: 1.15;
    color: #fff;
    margin-top: 0;
    margin-bottom: 40px;
}

#page-workFlamingo .work-flg-hero .flg-divider {
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 50px;
}

#page-workFlamingo .work-flg-hero__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 90%;
}

#page-workFlamingo .work-flg-hero__bg .pc,
#page-workFlamingo .work-flg-hero__bg .mobile {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #2f3c44;
}

#page-workFlamingo .work-flg-hero__bg .pc {
    display: none;
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-hero .flg-title {
        font-size: 60px;
    }
}

@media (min-width: 992px) {
    #page-workFlamingo .work-flg-hero .flg-title {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-hero {
        padding-top: 230px;
    }
    #page-workFlamingo .work-flg-hero .flg-title {
        font-size: 90px;
        line-height: 1.08;
        margin-bottom: 70px;
    }
    #page-workFlamingo .work-flg-hero .flg-divider {
        width: 150px;
        margin-bottom: 100px;
    }
    #page-workFlamingo .work-flg-hero__bg {
        height: 70%;
    }
    #page-workFlamingo .work-flg-hero__bg .mobile {
        display: none;
    }
    #page-workFlamingo .work-flg-hero__bg .pc {
        display: block;
    }
}

#page-workFlamingo .work-flg-section {
    padding: 100px 0;
}

@media (min-width: 993px) {
    #page-workFlamingo .work-flg-section {
        padding: 130px 0;
    }
}

@media (min-width: 1201px) {
    #page-workFlamingo .work-flg-section {
        padding: 160px 0;
    }
}

@media (min-width: 1441px) {
    #page-workFlamingo .work-flg-section {
        padding: 200px 0;
    }
}

#page-workFlamingo .work-flg-title {
    margin-bottom: 70px;
}

#page-workFlamingo .work-flg-title__number {
    display: inline-block;
    font-family: "UTM Aptima";
    font-size: 30px;
    line-height: 1;
    color: #cecece;
    margin-bottom: 20px;
}

#page-workFlamingo .work-flg-title__title {
    font-size: 35px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}

#page-workFlamingo .work-flg-title__divider {
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #2d2d2d;
}

#page-workFlamingo .work-flg-title__text {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}

@media (min-width: 992px) {
    #page-workFlamingo .work-flg-title__title {
        margin-bottom: 25px;
    }
    #page-workFlamingo .work-flg-title__text {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-title.text-center {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#page-workFlamingo .work-flg-system-section {
    padding-top: 70px;
}

#page-workFlamingo .work-flg-system-section .work-flg-title {
    margin-bottom: 70px;
}

#page-workFlamingo .work-flg-system-section .flg-system-diagram img {
    width: 100%;
}

#page-workFlamingo .work-flg-system-section .flg-system-diagram .pc {
    display: none;
}

@media (max-width: 767px) {
    #page-workFlamingo .work-flg-system-section .flg-system-diagram {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-system-section .flg-system-diagram .mobile {
        display: none;
    }
    #page-workFlamingo .work-flg-system-section .flg-system-diagram .pc {
        display: block;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-system-section {
        padding-top: 110px;
    }
    #page-workFlamingo .work-flg-system-section .work-flg-title {
        margin-bottom: 130px;
    }
    #page-workFlamingo .work-flg-system-section .flg-system-diagram {
        margin-left: -30px;
        margin-right: -30px;
    }
}

#page-workFlamingo .work-flg-textbox {
    max-width: 220px;
    margin-bottom: 30px;
}

#page-workFlamingo .work-flg-textbox__title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Avenir Next", sans-serif;
    color: #2d2d2d;
    margin-top: 0;
    margin-bottom: 10px;
}

#page-workFlamingo .work-flg-textbox__text {
    color: #545454;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-textbox {
        max-width: 290px;
        margin-bottom: 70px;
    }
}

#page-workFlamingo .work-flg-section-layout {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
    background: -webkit-linear-gradient(bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background: -o-linear-gradient(bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    background: linear-gradient(0deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    padding-bottom: 50px;
}

#page-workFlamingo .work-flg-section-layout .flg-screen img {
    width: 100%;
}

#page-workFlamingo .work-flg-section-layout .flg-fix-spacing {
    height: 100px;
}

#page-workFlamingo .work-flg-section-layout .work-flg-accommodation {
    width: 100%;
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-section-layout .flg-header {
        margin-bottom: 50px;
    }
    #page-workFlamingo .work-flg-section-layout .flg-header .work-flg-textbox {
        margin-left: auto;
    }
    #page-workFlamingo .work-flg-section-layout .flg-header .work-flg-title,
    #page-workFlamingo .work-flg-section-layout .flg-header .work-flg-textbox {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    #page-workFlamingo .work-flg-section-layout .flg-header {
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-section-layout .flg-fix-spacing {
        height: 200px;
    }
}

@media (min-width: 1442px) {
    #page-workFlamingo .work-flg-section-layout .flg-header {
        margin-bottom: 150px;
    }
    #page-workFlamingo .work-flg-section-layout .flg-fix-spacing {
        height: 270px;
    }
}

#page-workFlamingo .work-flg-section-villa {
    padding-top: 50px;
    padding-bottom: 0;
}

#page-workFlamingo .work-flg-section-villa .flg-screen-slide img {
    width: 100%;
}

#page-workFlamingo .work-flg-section-villa .flg-screen-slide .pc {
    display: none;
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-section-villa .flg-screen-slide .mobile {
        display: none;
    }
    #page-workFlamingo .work-flg-section-villa .flg-screen-slide .pc {
        display: block;
    }
}

#page-workFlamingo .work-flg-section-service {
    text-align: center;
}

#page-workFlamingo .work-flg-section-service .flg-title-service {
    font-size: 17px;
    color: #2f3c43;
    margin-top: 0;
    margin-bottom: 40px;
}

#page-workFlamingo .work-flg-section-service .flg-screen-img .pc {
    display: none;
}

@media (max-width: 767px) {
    #page-workFlamingo .work-flg-section-service {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-section-service .flg-title-service {
        font-size: 25px;
        margin-bottom: 50px;
    }
    #page-workFlamingo .work-flg-section-service .flg-screen-img .pc {
        display: inline-block;
    }
    #page-workFlamingo .work-flg-section-service .flg-screen-img .mobile {
        display: none;
    }
}

#page-workFlamingo .work-flg-section-blog {
    text-align: center;
    padding-top: 0;
}

#page-workFlamingo .work-flg-section-blog .flg-header {
    background-color: #2f3c44;
    padding-top: 60px;
    padding-bottom: 160px;
}

#page-workFlamingo .work-flg-section-blog .flg-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

#page-workFlamingo .work-flg-section-blog .flg-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #969ca1;
}

#page-workFlamingo .work-flg-section-blog .flg-breadcrumb li + li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    background-color: #969ca1;
    margin: 0 7px;
}

#page-workFlamingo .work-flg-section-blog .flg-t-big {
    font-size: 22px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

#page-workFlamingo .work-flg-section-blog .flg-date {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #969ca1;
}

#page-workFlamingo .work-flg-section-blog .flg-date:before,
#page-workFlamingo .work-flg-section-blog .flg-date:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    background-color: rgba(150, 156, 161, 0.5);
    margin: 0 10px;
}

#page-workFlamingo .work-flg-section-blog .flg-screen {
    margin-top: -144px;
}

#page-workFlamingo .work-flg-section-blog .flg-screen img {
    width: 100%;
}

@media (max-width: 767px) {
    #page-workFlamingo .work-flg-section-blog {
        padding-bottom: 70px;
    }
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-section-blog .flg-breadcrumb li {
        font-size: 15px;
    }
    #page-workFlamingo .work-flg-section-blog .flg-t-big {
        font-size: 35px;
    }
    #page-workFlamingo .work-flg-section-blog .flg-date {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    #page-workFlamingo .work-flg-section-blog .flg-header {
        padding-top: 160px;
        padding-bottom: 300px;
    }
    #page-workFlamingo .work-flg-section-blog .flg-breadcrumb {
        margin-bottom: 20px;
    }
    #page-workFlamingo .work-flg-section-blog .flg-t-big {
        font-size: 40px;
        margin-bottom: 30px;
    }
    #page-workFlamingo .work-flg-section-blog .flg-screen {
        margin-top: -250px;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-section-blog .flg-t-big {
        font-size: 45px;
    }
}

@media (min-width: 1441px) {
    #page-workFlamingo .work-flg-section-blog .flg-t-big {
        font-size: 50px;
    }
}

#page-workFlamingo .work-flg-section-experiences {
    background-color: #f6f6f6;
}

#page-workFlamingo .work-flg-section-experiences .flg-slide .swiper-pagination-custom {
    position: relative;
    width: auto;
    left: 15px;
}

#page-workFlamingo .work-flg-section-experiences .flg-slide .swiper-pagination-custom span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #cecece;
    opacity: 1;
}

#page-workFlamingo .work-flg-section-experiences .flg-slide .swiper-pagination-custom span.swiper-pagination-bullet-active {
    background-color: #545454;
}

#page-workFlamingo .work-flg-section-experiences .flg-slide__item {
    position: relative;
}

#page-workFlamingo .work-flg-section-experiences .flg-slide__item .work-flg-textbox {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #page-workFlamingo .work-flg-section-experiences {
        background-color: #f6f6f6;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    #page-workFlamingo .work-flg-section-experiences .flg-slide .swiper-pagination-custom {
        margin-top: 30px;
    }
    #page-workFlamingo .work-flg-section-experiences .flg-slide__item .flg-img {
        margin-bottom: 15px;
    }
    #page-workFlamingo .work-flg-section-experiences .flg-slide__item .work-flg-textbox {
        max-width: 100%;
        padding-right: 15px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-section-experiences .flg-slide .swiper-pagination-custom {
        left: 20%;
    }
    #page-workFlamingo .work-flg-section-experiences .flg-slide__item .flg-img {
        max-width: 65%;
    }
    #page-workFlamingo .work-flg-section-experiences .flg-slide__item .flg-content {
        position: absolute;
        left: 0;
        bottom: 20%;
        right: 0;
    }
}

#page-workFlamingo .work-flg-section-booking {
    text-align: center;
    padding: 0;
}

#page-workFlamingo .work-flg-section-booking .flg-left,
#page-workFlamingo .work-flg-section-booking .flg-right {
    padding: 60px 15px 40px;
}

#page-workFlamingo .work-flg-section-booking .flg-left {
    background-color: #2f3c44;
}

#page-workFlamingo .work-flg-section-booking .flg-right {
    background-color: #fcf7f1;
}

#page-workFlamingo .work-flg-section-booking .flg-title-mobile {
    font-family: "Avenir Next", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #d5d7d9;
    margin-top: 0;
    margin-bottom: 40px;
}

#page-workFlamingo .work-flg-section-booking .flg-slide {
    position: relative;
    margin-bottom: 40px;
}

#page-workFlamingo .work-flg-section-booking .flg-slide .swiper-button-custom {
    position: absolute;
    right: 0;
    bottom: 30px;
    bottom: 0;
    margin: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

#page-workFlamingo .work-flg-section-booking .flg-slide .swiper-button-custom .swiper-button-prev-custom {
    display: none;
}

@media (max-width: 1199px) {
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp .flg-left {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp.scroll-css .flg-left {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    #page-workFlamingo .work-flg-section-booking .flg-right {
        display: none;
    }
    #page-workFlamingo .work-flg-section-booking .flg-slide {
        padding-right: 100px;
    }
}

@media (min-width: 992px) {
    #page-workFlamingo .work-flg-section-booking .flg-left,
    #page-workFlamingo .work-flg-section-booking .flg-right {
        padding: 100px 30px;
    }
    #page-workFlamingo .work-flg-section-booking .flg-slide {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-section-booking {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    #page-workFlamingo .work-flg-section-booking .flg-left,
    #page-workFlamingo .work-flg-section-booking .flg-right {
        padding: 150px 30px;
    }
    #page-workFlamingo .work-flg-section-booking .flg-left {
        width: 66%;
    }
    #page-workFlamingo .work-flg-section-booking .flg-right {
        width: 34%;
    }
    #page-workFlamingo .work-flg-section-booking .flg-title-mobile {
        display: none;
    }
    #page-workFlamingo .work-flg-section-booking .flg-slide .swiper-wrapper {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    #page-workFlamingo .work-flg-section-booking .flg-slide .swiper-slide {
        width: auto;
    }
    #page-workFlamingo .work-flg-section-booking .flg-slide .swiper-slide:last-child {
        display: none;
    }
    #page-workFlamingo .work-flg-section-booking .flg-slide .swiper-button-custom {
        display: none;
    }
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp .flg-left,
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp .flg-right {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp .flg-right {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp.scroll-css .flg-left,
    #page-workFlamingo .work-flg-section-booking.scrollmagicfadeUp.scroll-css .flg-right {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 1441px) {
    #page-workFlamingo .work-flg-section-booking .flg-left,
    #page-workFlamingo .work-flg-section-booking .flg-right {
        padding: 250px 30px;
    }
}

#page-workFlamingo .work-flg-section-guide .flg-screen-wrap {
    position: relative;
    z-index: 1;
}

#page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-screen {
    margin-bottom: 40px;
}

#page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-svg svg {
    width: 100%;
}

#page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-svg svg path {
    fill: none;
    stroke: #eaeaea;
    stroke-width: 1;
}

#page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-svg .pc {
    display: none;
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-screen {
        margin-bottom: 0;
    }
    #page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-svg {
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-svg .mobile {
        display: none;
    }
    #page-workFlamingo .work-flg-section-guide .flg-screen-wrap .flg-svg .pc {
        display: block;
    }
}

#page-workFlamingo .work-flg-footer {
    position: relative;
    z-index: 1;
    background-color: #2f3c44;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
}

#page-workFlamingo .work-flg-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #000;
    opacity: .15;
}

#page-workFlamingo .work-flg-footer .flg-title {
    font-size: 45px;
    line-height: 1.03;
    color: #fff;
    margin: 0;
}

#page-workFlamingo .work-flg-footer .flg-list {
    margin-bottom: 50px;
}

#page-workFlamingo .work-flg-footer .flg-list li {
    font-size: 15px;
}

#page-workFlamingo .work-flg-footer .flg-list li span {
    display: block;
    font-weight: 600;
}

#page-workFlamingo .work-flg-footer .flg-list li + li {
    margin-top: 20px;
}

@media (min-width: 768px) {
    #page-workFlamingo .work-flg-footer {
        background-position: center center;
    }
    #page-workFlamingo .work-flg-footer .flg-list li {
        font-size: 20px;
        line-height: 1.2;
        list-style: none;
    }
    #page-workFlamingo .work-flg-footer .flg-list li span {
        font-weight: 500;
    }
    #page-workFlamingo .work-flg-footer .flg-title {
        font-size: 60px;
    }
}

@media (min-width: 992px) {
    #page-workFlamingo .work-flg-footer {
        padding: 100px 0;
    }
    #page-workFlamingo .work-flg-footer .flg-list {
        margin-bottom: 100px;
    }
    #page-workFlamingo .work-flg-footer .flg-title {
        font-size: 80px;
    }
}

@media (min-width: 1200px) {
    #page-workFlamingo .work-flg-footer {
        padding-top: 350px;
        padding-bottom: 90px;
    }
    #page-workFlamingo .work-flg-footer .row {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    #page-workFlamingo .work-flg-footer .flg-list {
        text-align: right;
        margin-bottom: 0;
    }
    #page-workFlamingo .work-flg-footer .flg-list li + li {
        margin-top: 30px;
    }
    #page-workFlamingo .work-flg-footer .flg-title {
        font-size: 100px;
    }
}

@media (min-width: 1441px) {
    #page-workFlamingo .work-flg-footer {
        padding-top: 700px;
        padding-bottom: 125px;
    }
    #page-workFlamingo .work-flg-footer .flg-title {
        font-size: 150px;
    }
    #page-workFlamingo .work-flg-footer .flg-list li + li {
        margin-top: 40px;
    }
}
