@charset "UTF-8";
/*
  order 1 forward > component
  order 2 a > z 
*/
/*forward*/
/*component*/
.fadein {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fadein.fadein-animated {
  opacity: 1;
}

.fadein_2 {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.fadein_2.fadein-animated {
  opacity: 1;
}

.fadein_3 {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.fadein_3.fadein-animated {
  opacity: 1;
}

.fadein_4 {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.fadein_4.fadein-animated {
  opacity: 1;
}
._h1 {
  color: #3198C9;
  font-size: 36px;
  margin-bottom: 50px;
}

._h2 {
  color: #3198C9;
  font-size: 24px;
  margin-bottom: 30px;
}

._h3 {
  color: #3198C9;
  font-size: 16px;
  margin-bottom: 30px;
}

._h4 {
  color: #707070;
  font-size: 14px;
  margin-bottom: 10px;
}

._h5 {
  color: #707070;
}

._h6 {
  color: #707070;
}

._p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
}

@media screen and (min-width: 769px) {
  .-btn {
    display: inline-block;
    width: 100%;
  }
  .-btn a {
    background: #3198C9;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 20px 30px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .-btn a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -5px;
    position: relative;
  }
  .-btn a:hover {
    opacity: 0.7;
  }
  .-btn a:hover i {
    left: 0px;
  }
  .-breadcrumbs ul {
    font-size: 12px;
    padding: 5px 0 5px 10px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
  }
  .-breadcrumbs ul li {
    display: inline-block;
    color: #3198C9;
    margin-right: 10px;
  }
  .-breadcrumbs ul li a {
    color: #3198C9;
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  .-breadcrumbs ul li:nth-last-child(1) a {
    text-decoration: none;
    color: #707070;
  }
  .-box-made {
    width: 200px;
  }
  .-box-made ._h3 {
    width: 100%;
    text-align: center;
    line-height: 1.6;
    height: 50px;
  }
  .-box-made ._h3 small {
    display: block;
    font-size: 80%;
  }
  .-box-made .image {
    margin-bottom: 20px;
    width: 100%;
  }
  .-box-made .image img {
    width: 100%;
    height: auto;
  }
  .-article-box {
    width: 290px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-article-box:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  }
  .-article-box a {
    text-decoration: none;
  }
  .-article-box a.link {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .-article-box:hover .box-text i.fa-arrow-right {
    right: 10px;
  }
  .-article-box .box-image {
    width: 100%;
    padding-top: 50%;
    background-size: cover !important;
  }
  .-article-box .box-text {
    background: #fff;
    padding: 10px 0;
    height: 50px;
    position: relative;
  }
  .-article-box .box-text i.fa-arrow-right {
    position: absolute;
    right: 15px;
    bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-article-box .box-tags {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .-article-box .box-tags i {
    display: inline-block;
    margin-right: 5px;
  }
  .-article-box .box-tags ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .-article-box .box-tags ul li {
    margin-right: 5px;
  }
  .-article-box .box-tags ul li a,
  .-article-box .box-tags ul li object {
    color: #707070;
    text-decoration: none;
    font-size: 13px;
  }
  .-full-wide-image {
    position: relative;
  }
  .-full-wide-image .kv {
    background-size: cover !important;
  }
  .-full-wide-image .kv h2 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 150px;
    left: 100px;
    line-height: 1.6;
  }
  .-full-wide-image .sp {
    display: none;
  }
  #header-outer header {
    padding-top: 70px;
  }
  #header-outer header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header-outer header .logo img {
    width: 620px;
    height: auto;
  }
  #header-outer header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 70px 90px 35px;
  }
  #header-outer header nav ul li a {
    text-decoration: none;
    color: #707070;
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 5px 0;
  }
  #header-outer header nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 3px;
    background: #3198C9;
    top: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 50%;
  }
  #header-outer header nav ul li a:hover {
    opacity: 0.7;
  }
  #header-outer header nav ul li a:hover::after {
    width: 100%;
    left: 0%;
  }
  .-pie_chart {
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font: 22px/1.8 "Helvetica", "Arial", sans-serif;
    padding-top: 10px;
  }
  .-pie_chart .chart {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .-pie_chart .chart.inview {
    opacity: 1;
  }
  .-pie_chart .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
  .-pie_chart .percent {
    color: #707070;
    display: inline-block;
    line-height: 220px;
    z-index: 2;
    font-size: 35px;
  }
  .-pie_chart .percent:after {
    content: "%";
    margin-left: 0.1em;
    font-size: 0.8em;
  }
  .-profile {
    width: 100%;
    background: #fff;
    border-radius: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .-profile .box-image {
    width: 220px;
  }
  .-profile .box-image .image {
    width: 185px;
    margin-bottom: 10px;
  }
  .-profile .box-image .image img {
    width: 100%;
    height: auto;
  }
  .-profile .box-image .box-name {
    position: relative;
    z-index: 2;
  }
  .-profile .box-image .box-name .name {
    font-size: 14px;
    color: #3198C9;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .-profile .box-image .box-name .en {
    font-size: 10px;
    color: #707070;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .-profile .box-image .box-name .message {
    font-size: 12px;
    color: #707070;
    line-height: 1.6;
  }
  .-profile .box-text {
    padding-top: 40px;
  }
  .-profile .box-text h3 {
    color: #3198C9;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .-profile .box-text p {
    color: #707070;
    line-height: 1.6;
    font-size: 14px;
  }
  .-profile .bg_3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.7;
  }
  .-profile .bg_4 {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.7;
  }
  .-snippet {
    text-align: center;
  }
  .-snippet .title {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 32px;
    padding: 0 0 35px;
    letter-spacing: 1px;
  }
  .-snippet .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 35px;
    font-size: 32px;
    background: #3198C9;
  }
  .-snippet .sub {
    font-size: 14px;
    line-height: 1.6;
  }
  .-text-img {
    width: 200px;
    margin-bottom: 30px;
  }
  .-text-img .h {
    color: #3198C9;
    font-size: 14px;
    margin-bottom: 10px;
    height: 2.5em;
    line-height: 1.6;
  }
  .-text-img img {
    width: 200px;
    height: auto;
  }
  body {
    max-width: 1400px;
    margin: 0 auto;
  }
  #section-kv .kv {
    padding-top: 37.5%;
  }
  #section-occupancy_projections {
    padding: 70px 0 70px;
    position: relative;
  }
  #section-occupancy_projections #section-occupancy_projections_snippet {
    margin-bottom: 40px;
  }
  #section-occupancy_projections .-snippet .title {
    padding-bottom: 15px;
  }
  #section-occupancy_projections .-snippet .sub {
    font-size: 12px;
  }
  #section-occupancy_projections .wrapper-pie_chart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 80px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #section-occupancy_projections .wrapper-pie_chart .box {
    text-align: center;
  }
  #section-occupancy_projections .wrapper-pie_chart .box .m {
    font-size: 24px;
    color: #3198C9;
  }
  #section-occupancy_projections .wrapper-pie_chart .box .m small {
    font-size: 80%;
  }
  #section-occupancy_projections .bg_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.7;
    display: none;
  }
  #section-occupancy_projections .bg_2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    display: none;
  }
  .list {
    padding: 0 80px 0;
    margin: 40px 0 0;
  }
  .list ul {
    list-style: none;
    line-height: 1.8;
    color: #707070;
  }
  .list ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .list ul li::before {
    content: "⚫︎";
    color: #3198C9;
  }
  #section-about {
    position: relative;
    background: #dbedee;
    padding: 80px 90px 10px;
  }
  #section-about .-profile {
    margin-bottom: 50px;
  }
  #section-about .box-director {
    margin-bottom: 50px;
  }
  #section-about .box-director ul {
    list-style: none;
    margin-bottom: 30px;
  }
  #section-about .box-director ul li {
    color: #707070;
    line-height: 1.6;
  }
  #section-about .box-director ul li::before {
    content: "⚫︎";
    color: #3198C9;
  }
  #section-about .box-director .box-ga {
    margin-bottom: 50px;
  }
  #section-about .box-director .box-ga img {
    width: 125px;
    height: 125px;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
  }
  #section-about .box-director .wrapper-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section-about .box-director .wrapper-case .-text-img {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 10px;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(1).animated {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(7).animated {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(2).animated {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(8).animated {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(4).animated {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(6).animated {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(9).animated {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(3).animated {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(10).animated {
    opacity: 1;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(12).animated {
    opacity: 1;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(5).animated {
    opacity: 1;
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(11).animated {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    top: 0;
  }
  #section-about .-btn {
    width: 200px;
  }
  #section-about .box-developer {
    margin-bottom: 70px;
  }
  #section-about .wrap-coding-works {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #section-about .wrap-coding-works img {
    width: 400px;
    height: auto;
  }
  #section-about .wrap-coding-works.manual {
    position: relative;
    z-index: 2;
  }
  #section-about .wrap-coding-works.manual .box_1 img {
    width: 320px;
    height: auto;
  }
  #section-about .wrap-coding-works.manual .box_2 img {
    width: 200px;
    height: auto;
  }
  #section-about .wrap-coding-works.manual .box_3 img {
    width: 178px;
    height: auto;
  }
  #section-about .wrap-coding-works.manual .box_4 img {
    width: 178px;
    height: auto;
  }
  #section-about .bg_5 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.7;
    display: none;
  }
  #section-made {
    padding: 70px 80px;
    position: relative;
  }
  #section-made .wapper-made_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
  #section-made .wapper-made_box .-box-made {
    margin: 0 20px;
  }
  #section-made .bg_6 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    opacity: 0.7;
    display: none;
  }
  #section-made .bg_7 {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    opacity: 0.7;
    display: none;
  }
  #section-manarogu {
    position: relative;
    background: #dbedee;
    padding: 50px 80px 50px;
  }
  #section-manarogu .wrapper-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 10px 50px;
  }
  #section-manarogu .-article-box {
    margin-right: 16px;
  }
  #section-manarogu .-btn {
    margin: 0 auto;
    text-align: center;
    display: table;
    width: 200px;
  }
  #section-manarogu .bg_8 {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.7;
    display: none;
  }
  #section-manarogu .bg_9 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.7;
    display: none;
  }
  #section-contact {
    position: relative;
    padding: 70px 0 50px;
  }
  #section-contact .box-text {
    width: 800px;
    margin: 0 auto;
  }
  #section-contact .-btn {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: table;
  }
  #section-contact .bg_10 {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.7;
    display: none;
  }
  #section-contact .bg_11 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.7;
    display: none;
  }
  .rellax {
    z-index: 1;
    position: absolute;
    top: 430px;
    opacity: 0.3;
  }
  .rellax_2 {
    z-index: 1;
    position: absolute;
    top: 930px;
    right: 20px;
    opacity: 0.3;
  }
  .rellax_3 {
    z-index: 1;
    position: absolute;
    top: 1330px;
    right: 50px;
    opacity: 0.3;
  }
  .rellax_4 {
    z-index: 1;
    position: absolute;
    top: 1930px;
    left: 50px;
    opacity: 0.3;
  }
  .rellax_5 {
    z-index: 1;
    position: absolute;
    top: 2930px;
    left: 30px;
    opacity: 0.3;
  }
  .rellax_6 {
    z-index: 1;
    position: absolute;
    top: 3330px;
    right: 10px;
    opacity: 0.3;
  }
  .rellax_7 {
    z-index: 1;
    position: absolute;
    top: 3730px;
    left: -90px;
    opacity: 0.3;
  }
  .rellax_8 {
    z-index: 1;
    position: absolute;
    top: 4330px;
    right: -90px;
    opacity: 0.3;
  }
  .rellax_9 {
    z-index: 1;
    position: absolute;
    top: 4730px;
    left: -40px;
    opacity: 0.3;
  }
  .bg_object {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .-btn {
    display: block;
  }
  .-btn a {
    background: #3198C9;
    color: #fff;
    display: block;
    width: 90%;
    margin: 10px 5%;
    height: 100%;
    border-radius: 20px;
    font-size: 14px;
    padding: 20px 10px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .-btn a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -5px;
    position: relative;
  }
  .-btn a:hover {
    opacity: 0.7;
  }
  .-btn a:hover i {
    left: 0px;
  }
  .-breadcrumbs ul {
    font-size: 12px;
    padding: 5px 0 5px 10px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
  }
  .-breadcrumbs ul li {
    display: inline-block;
    color: #3198C9;
    margin-right: 10px;
  }
  .-breadcrumbs ul li a {
    color: #3198C9;
    display: inline-block;
    padding-left: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-breadcrumbs ul li a:hover {
    opacity: 0.7;
  }
  .-breadcrumbs ul li:nth-last-child(1) a {
    text-decoration: none;
    color: #707070;
  }
  .-box-made {
    width: 100%;
    margin-bottom: 30px;
  }
  .-box-made ._h3 {
    width: 100%;
    text-align: center;
    line-height: 1.6;
    height: 50px;
    font-size: 18px;
  }
  .-box-made ._h3 small {
    display: block;
    font-size: 80%;
  }
  .-box-made .image {
    margin-bottom: 40px;
    width: 100%;
  }
  .-box-made .image img {
    width: 100%;
    height: auto;
  }
  .-article-box {
    width: 48%;
    position: relative;
    margin: 0 1% 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-article-box:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  }
  .-article-box a {
    text-decoration: none;
  }
  .-article-box a.link {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .-article-box:hover .box-text i.fa-arrow-right {
    right: 10px;
  }
  .-article-box .box-image {
    width: 100%;
    padding-top: 56%;
    background-size: cover !important;
  }
  .-article-box .box-text {
    background: #fff;
    padding: 10px 0;
    height: 50px;
    position: relative;
  }
  .-article-box .box-text i.fa-arrow-right {
    position: absolute;
    right: 15px;
    bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-article-box .box-tags {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .-article-box .box-tags i {
    display: inline-block;
    margin-right: 5px;
  }
  .-article-box .box-tags ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .-article-box .box-tags ul li {
    margin-right: 5px;
  }
  .-article-box .box-tags ul li a,
  .-article-box .box-tags ul li object {
    color: #707070;
    text-decoration: none;
    font-size: 13px;
  }
  .-full-wide-image {
    position: relative;
  }
  .-full-wide-image .kv {
    background-size: cover !important;
  }
  .-full-wide-image .kv h2 {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 10px;
    line-height: 1.6;
  }
  .-full-wide-image .pc {
    display: none;
  }
  #header-outer header {
    padding-top: 30px;
  }
  #header-outer header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header-outer header .logo img {
    width: 100%;
    height: auto;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header-outer header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 10px 35px;
    font-size: 12px;
    font-weight: bold;
  }
  #header-outer header nav ul li a {
    text-decoration: none;
    color: #707070;
    position: relative;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 5px 0;
  }
  #header-outer header nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 3px;
    background: #3198C9;
    top: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 50%;
  }
  #header-outer header nav ul li a:hover {
    opacity: 0.7;
  }
  #header-outer header nav ul li a:hover::after {
    width: 100%;
    left: 0%;
  }
  .-pie_chart {
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font: 22px/1.8 "Helvetica", "Arial", sans-serif;
    padding-top: 10px;
  }
  .-pie_chart .chart {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    margin: 0 auto 30px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .-pie_chart .chart.inview {
    opacity: 1;
  }
  .-pie_chart .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
  .-pie_chart .percent {
    color: #707070;
    display: inline-block;
    line-height: 220px;
    z-index: 2;
    font-size: 35px;
  }
  .-pie_chart .percent:after {
    content: "%";
    margin-left: 0.1em;
    font-size: 0.8em;
  }
  .-profile {
    width: 100%;
    background: #fff;
    border-radius: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .-profile .box-image {
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    position: relative;
  }
  .-profile .box-image .image {
    display: block;
    width: 185px;
    margin: 20px auto;
  }
  .-profile .box-image .image img {
    width: 100%;
    height: auto;
  }
  .-profile .box-image .box-name {
    position: relative;
    z-index: 2;
  }
  .-profile .box-image .box-name .name {
    font-size: 14px;
    color: #3198C9;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .-profile .box-image .box-name .en {
    font-size: 10px;
    color: #707070;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .-profile .box-image .box-name .message {
    font-size: 12px;
    color: #707070;
    line-height: 1.6;
  }
  .-profile .box-text {
    padding-top: 40px;
  }
  .-profile .box-text h3 {
    color: #3198C9;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .-profile .box-text p {
    color: #707070;
    line-height: 1.6;
    font-size: 14px;
  }
  .-profile .bg_3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.3;
    z-index: 1;
  }
  .-profile .bg_4 {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0.3;
    z-index: 1;
  }
  .-snippet {
    text-align: center;
  }
  .-snippet .title {
    color: #707070;
    position: relative;
    display: inline-block;
    font-size: 28px;
    padding: 0 0 35px;
    letter-spacing: 1px;
  }
  .-snippet .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 35px;
    font-size: 28px;
    background: #3198C9;
  }
  .-snippet .sub {
    font-size: 14px;
    line-height: 1.6;
  }
  .-text-img {
    width: 50%;
    margin-bottom: 30px;
  }
  .-text-img .h {
    color: #3198C9;
    font-size: 14px;
    margin-bottom: 10px;
    height: 3em;
    line-height: 1.6;
  }
  .-text-img img {
    width: 95%;
    height: auto;
  }
  #section-kv .kv {
    padding-top: 45%;
  }
  #section-occupancy_projections {
    padding: 30px 0 30px;
    position: relative;
  }
  #section-occupancy_projections #section-occupancy_projections_snippet {
    margin-bottom: 20px;
  }
  #section-occupancy_projections .-snippet .title {
    padding-bottom: 15px;
  }
  #section-occupancy_projections .-snippet .sub {
    font-size: 12px;
  }
  #section-occupancy_projections .wrapper-pie_chart {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #section-occupancy_projections .wrapper-pie_chart .box {
    text-align: center;
  }
  #section-occupancy_projections .wrapper-pie_chart .box .m {
    font-size: 24px;
    color: #3198C9;
  }
  #section-occupancy_projections .wrapper-pie_chart .box .m small {
    font-size: 80%;
  }
  #section-occupancy_projections .bg_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.7;
    width: 50%;
  }
  #section-occupancy_projections .bg_1 img {
    width: 50%;
    height: auto;
    display: none;
  }
  #section-occupancy_projections .bg_2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.3;
    width: 50%;
    text-align: right;
    z-index: 1;
  }
  #section-occupancy_projections .bg_2 img {
    width: 50%;
    height: auto;
    display: none;
  }
  #section-occupancy_projections .list {
    padding: 0 2% 0;
    margin: 20px 0 0;
  }
  #section-occupancy_projections .list ul {
    list-style: none;
    line-height: 1.8;
    color: #707070;
    position: relative;
    z-index: 2;
  }
  #section-occupancy_projections .list ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #section-occupancy_projections .list ul li::before {
    content: "⚫︎";
    color: #3198C9;
  }
  #section-about {
    position: relative;
    background: #dbedee;
    padding: 20px 4% 20px;
  }
  #section-about .-profile {
    margin-bottom: 30px;
  }
  #section-about .box-director {
    margin-bottom: 50px;
  }
  #section-about .box-director ul {
    list-style: none;
    margin-bottom: 30px;
  }
  #section-about .box-director ul li {
    padding-left: 1em;
    text-indent: -1em;
    color: #707070;
    line-height: 1.6;
  }
  #section-about .box-director ul li::before {
    content: "⚫︎";
    color: #3198C9;
  }
  #section-about .box-director .box-ga {
    margin-bottom: 30px;
  }
  #section-about .box-director .box-ga img {
    width: 125px;
    height: 125px;
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
  }
  #section-about .box-director .wrapper-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section-about .box-director .wrapper-case .-text-img {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 10px;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(1).animated {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(7).animated {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(2).animated {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(8).animated {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(4).animated {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(6).animated {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(9).animated {
    opacity: 1;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(3).animated {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(10).animated {
    opacity: 1;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(12).animated {
    opacity: 1;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(5).animated {
    opacity: 1;
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
    top: 0;
  }
  #section-about .box-director .wrapper-case .-text-img:nth-child(11).animated {
    opacity: 1;
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    top: 0;
  }
  #section-about .box-developer {
    margin-bottom: 70px;
    line-height: 1.6;
  }
  #section-about .wrap-coding-works {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #section-about .wrap-coding-works .box {
    padding: 0 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #section-about .wrap-coding-works .box img {
    width: 100%;
    height: auto;
  }
  #section-about .wrap-coding-works.manual {
    position: relative;
    z-index: 2;
  }
  #section-about .wrap-coding-works.manual .box_1 img {
    height: auto;
  }
  #section-about .wrap-coding-works.manual .box_2 img {
    height: auto;
  }
  #section-about .wrap-coding-works.manual .box_3 img {
    height: auto;
  }
  #section-about .wrap-coding-works.manual .box_4 img {
    height: auto;
  }
  #section-about .bg_5 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    width: 50%;
    text-align: right;
    display: none;
  }
  #section-about .bg_5 img {
    width: 50%;
  }
  #section-made {
    padding: 30px 2%;
    position: relative;
  }
  #section-made .wapper-made_box {
    margin-top: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #section-made .bg_6 {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    opacity: 0.3;
    text-align: right;
    display: none;
  }
  #section-made .bg_6 img {
    width: 50%;
  }
  #section-made .bg_7 {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    opacity: 0.3;
    text-align: left;
    display: none;
  }
  #section-made .bg_7 img {
    width: 50%;
  }
  #section-manarogu {
    position: relative;
    background: #dbedee;
    padding: 30px 0 30px;
  }
  #section-manarogu .-article-box {
    width: 48%;
  }
  #section-manarogu .wrapper-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 2% 30px;
  }
  #section-manarogu .-btn {
    margin: 0 auto;
    text-align: center;
  }
  #section-manarogu .bg_8 {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    text-align: right;
    display: none;
  }
  #section-manarogu .bg_8 img {
    width: 50%;
  }
  #section-manarogu .bg_9 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.5;
    text-align: left;
    display: none;
  }
  #section-manarogu .bg_9 img {
    width: 50%;
  }
  #section-contact {
    position: relative;
    padding: 70px 0 50px;
  }
  #section-contact .box-text {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #section-contact .-btn {
    margin: 0 auto;
    text-align: center;
  }
  #section-contact .bg_10 {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.3;
    text-align: right;
    display: none;
  }
  #section-contact .bg_10 img {
    width: 50%;
  }
  #section-contact .bg_11 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.3;
    display: none;
  }
  #section-contact .bg_11 img {
    width: 50%;
  }
  .rellax {
    z-index: 1;
    position: absolute;
    top: 130px;
    opacity: 0.3;
  }
  .rellax_2 {
    z-index: 1;
    position: absolute;
    top: 230px;
    right: 0;
    opacity: 0.3;
  }
  .rellax_3 {
    z-index: 1;
    position: absolute;
    top: 730px;
    right: 0;
    opacity: 0.3;
  }
  .rellax_4 {
    z-index: 1;
    position: absolute;
    top: 1930px;
    left: 0;
    opacity: 0.3;
  }
  .rellax_5 {
    z-index: 1;
    position: absolute;
    top: 2430px;
    left: 0;
    opacity: 0.3;
  }
  .rellax_6 {
    z-index: 1;
    position: absolute;
    top: 2330px;
    right: 10px;
    opacity: 0.3;
  }
  .rellax_7 {
    z-index: 1;
    position: absolute;
    top: 2730px;
    left: 0;
    opacity: 0.3;
  }
  .rellax_8 {
    z-index: 1;
    position: absolute;
    top: 3330px;
    right: 0px;
    opacity: 0.3;
  }
  .rellax_9 {
    z-index: 1;
    position: absolute;
    top: 4230px;
    left: 0px;
    opacity: 0.3;
  }
  .bg_object {
    display: none;
  }
}