/*----------  0.1. Color  ----------*/
/*----------  0.2. Font  ----------*/
html * {
  outline: 0 !important;
}
html,
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  -wenkit-font-smoothing: subpixel-antialiased;
}
body {
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  background-color: #f5f0f0;
}
a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.list-inline > li {
  padding: 0;
}
.br-row {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.br-table {
  display: table;
  width: 100%;
  height: 100%;
}
.br-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.br-col {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.br-col-middle {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.br-col-1 {
  width: 8.33%;
}
.br-col-2 {
  width: 16.66%;
}
.br-col-3 {
  width: 25%;
}
.br-col-4 {
  width: 33.33%;
}
.br-col-5 {
  width: 41.65%;
}
.br-col-6 {
  width: 50%;
}
.br-col-7 {
  width: 58.33333333%;
}
.br-col-8 {
  width: 66.66666667%;
}
.br-col-9 {
  width: 75%;
}
.br-col-11 {
  width: 91.66%;
}
.br-col-12 {
  width: 100%;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-left-20 {
  padding-left: 20px;
}
/*** HEADER ***/
.wrapper-menu {
  text-align: right;
}
.wrapper-header {
  padding: 15px 0;
  border-bottom: 1px solid #e4dfdf;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  z-index: 10;
}
.wrapper-header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background-image: url(../images/page/shadow.png);
  height: 10px;
}
.wrapper-header.wrapper-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 0;
}
.wrapper-header.wrapper-header-fixed:after {
  display: none;
}
.link-logo {
  display: inline-block;
}
.list-menu {
  text-align: right;
  margin-bottom: 0;
  display: inline-block;
}
.item-menu.active .link-menu {
  color: #e60013;
}
.link-menu {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  padding: 0 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.link-menu:hover {
  color: #e60013;
}
/*** SUB MENU ***/
.wrapper-sub-menu {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.list-sub-menu {
  margin-bottom: 0;
}
.item-sub-menu.active .link-sub-menu:before,
.item-sub-menu.active .link-sub-menu:after {
  background-color: #e60013;
}
.link-sub-menu {
  font-size: 14px;
  color: #000000;
  padding: 5px 110px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.link-sub-menu:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
}
.link-sub-menu:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #ccc;
  margin: auto;
}
.wrapper-select {
  font-size: 14px;
  display: inline-block;
  width: 160px;
  margin-left: 15px;
}
.wrapper-select .ui.fluid.dropdown {
  border: 1px solid #000;
  border-radius: 0;
  height: 31px;
  line-height: 30px;
  min-height: 30px;
  padding: 0 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper-select .ui.fluid.dropdown > .dropdown.icon {
  line-height: 30px;
  top: 0;
  padding: 0;
  margin: 0;
}
.wrapper-select .ui.dropdown:not(.button) > .default.text,
.wrapper-select .ui.default.dropdown:not(.button) > .text {
  font-size: 14px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper-select .ui.search.selection.dropdown > input.search {
  height: 30px;
  line-height: 30px;
  padding: 0;
}
/*** SLIDER ***/
.content-slider {
  margin-bottom: 0;
}
.content-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.content-slider .slick-prev,
.content-slider .slick-next {
  text-align: center;
}
.content-slider .slick-prev:before,
.content-slider .slick-next:before {
  content: '';
  width: 10px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.content-slider .slick-prev:before {
  background-image: url(../images/page/leftarrow.png);
}
.content-slider .slick-next:before {
  background-image: url(../images/page/rightarrow.png);
}
.content-slider .slick-dots {
  bottom: 20px;
}
.content-slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.content-slider .slick-dots li.slick-active button:before {
  background-color: #e60013;
}
.content-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.content-slider .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  padding: 0;
  line-height: 12px;
  font-size: 10px;
  background-color: #ccc;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #fff;
}
.item-slider {
  background-image: url(../images/page/slider.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 480px;
}
.main-slider {
  text-align: center;
  width: 100%;
}
.title-slider {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 900;
}
.wrapper-text-slider .text-slider {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 4px 4px 5px #000;
}
.wrapper-text-slider .text-slider:last-child {
  margin-bottom: 0;
}
.wrapper-slider {
  margin-bottom: 20px;
}
/*** NOTIFICATION ***/
.wrapper-notification {
  position: relative;
}
.wrapper-notification:after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: 0;
  background-image: url(../images/page/cloud-2.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  width: 190px;
  height: 135px;
  z-index: 1;
}
.content-notification {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.wrapper-img-notification {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-img-notification .img-notification {
  display: inline-block;
}
.title-notification {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.item-text-notification {
  margin-bottom: 5px;
}
.item-text-notification:last-child {
  margin-bottom: 0;
}
.btn-notification {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #999;
  border-radius: 4px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
}
.text-notification {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-weight: 500;
  color: #e60013;
}
.notification-border-left {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
/*** SERVICE ***/
.br-title {
  margin-bottom: 30px;
  font-size: 32px;
  color: #000000;
  font-weight: 900;
  position: relative;
}
.br-title:last-child {
  margin-bottom: 30px;
}
.br-title span {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.br-title span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 55px;
  height: 55px;
  background-color: #f2c0c4;
  border-radius: 50%;
  z-index: -1;
}
.wrapper-service {
  position: relative;
  padding-top: 70px;
}
.wrapper-service:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 158px;
  height: 110px;
  background-image: url(../images/page/cloud-1.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
}
.content-service {
  text-align: center;
}
.br-text {
  font-size: 14px;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}
.br-text:last-child {
  margin-bottom: 30px;
}
/*** BLOCK ***/
.main-block {
  margin-bottom: 30px;
  position: relative;
}
.main-block:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e6dedd;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-block.active:after {
  opacity: 1;
  visibility: visible;
}
.link-block {
  display: inline-block;
  margin-bottom: 10px;
}
.text-block {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.link-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.link-block:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.link-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-color: #e60013;
  opacity: 0.5;
}
.link-block:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.link-block:hover + .text-block {
  color: #e60013;
}
.img-block {
  position: absolute;
  max-width: none;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.main-block-hover {
  background-color: #e6dedd;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: none;
}
.main-block-hover.active {
  display: block;
}
.title-block-detail {
  margin-bottom: 20px;
}
.content-block-hover {
  position: relative;
}
.close-block {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
}
.wrapper-block-hover {
  position: relative;
}
/*** achievements ***/
.wrapper-achievements {
  padding: 70px 0 60px;
  background-color: #fff;
  position: relative;
}
.wrapper-achievements:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 264px;
  height: 195px;
  background-image: url(../images/page/sakura-1.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  z-index: 0;
}
.content-achievements .main-block,
.content-achievements .link-block {
  margin-bottom: 10px;
}
/*** Company ***/
.wrapper-company {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
}
.wrapper-company:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 287px;
  background-image: url(../images/page/bamboo.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  z-index: 0;
}
.content-slider-company .item-slider {
  background-image: url(../images/page/slider.jpg);
  height: 290px;
}
.content-slider-company .slick-dots {
  bottom: -20px;
}
.wrapper-text-company {
  text-align: right;
}
.wrapper-text-company .br-title span:before {
  left: auto;
  right: 0;
}
/*** FOOTER ***/
.wrapper-footer {
  background-color: #fff;
}
.main-footer-top {
  padding: 40px 0;
}
.main-contract {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000000;
}
.main-contract:last-child {
  margin-bottom: 0;
}
.icon-contract {
  color: #e60013;
  font-size: 16px;
  width: 20px;
}
.text-social {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.list-social {
  margin-bottom: 0;
}
.item-social {
  margin-right: 25px;
}
.item-social:last-child {
  margin-right: 0;
}
.link-social {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.link-social .icon-social {
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.link-social.link-social-fb {
  background-color: #3e5c9a;
}
.link-social.link-social-gg {
  background-color: #df4b38;
}
.link-social.link-social-tt {
  background-color: #29a9e1;
}
.link-social.link-social-lk {
  background-color: #117bb8;
}
.link-social:hover {
  background-color: transparent;
  border-color: #e60013;
}
.link-social:hover .icon-social {
  color: #e60013;
}
.text-footer-bottom {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
/*** Back Top ***/
.link-back-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 55px;
  width: 55px;
  border: 1px solid #050505;
  border-radius: 50%;
  text-align: center;
  z-index: 50;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.link-back-top.show-back-top {
  visibility: visible;
  opacity: 1;
}
.link-back-top:hover {
  border-color: #e60013;
  background-color: #e60013;
}
.link-back-top .img-back-top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.br-modal .modal-content {
  border-radius: 0;
}
.br-modal .modal-content .modal-header {
  border: none;
  padding: 0;
}
.br-modal .modal-content .modal-header .close {
  color: #000;
  margin: 2px;
}
.br-modal .modal-content .modal-body {
  padding: 0 23px 23px 23px;
}
.br-modal .modal-content .modal-body .br-text {
  padding: 20px 0;
}
.glyphicon {
  font-size: 13px;
}
.thong-bao-page .wrapper-slider {
  padding-top: 10px;
}
.thong-bao-page .header-notification {
  padding-bottom: 30px;
}
.thong-bao-page .notification-row {
  margin: 20px 0;
}
.thong-bao-page .notification-row .content-notification .title-notification {
  text-align: left;
  margin-left: 0;
  text-transform: none;
  margin-bottom: 10px;
}
.thong-bao-page .notification-row .content-notification p {
  font-size: 14px;
}
.thong-bao-page .notification-row .content-notification .footer-notification div {
  padding: 0;
}
.thong-bao-page .notification-row .content-notification .footer-notification .glyphicon {
  font-size: 13px;
  color: #cccccc;
}
.thong-bao-page .notification-row .content-notification .footer-notification .text-grey {
  padding-left: 5px;
  margin-right: 10px;
  color: #cccccc;
  font-size: 13px;
}
.thong-bao-page .notification-row .content-notification .footer-notification .readmore {
  font-size: 14px;
  color: #e60013;
}
.thong-bao-page .notification-row .content-notification .footer-notification .readmore a {
  color: #e60013;
  font: 14px;
  text-decoration: none;
}
.thong-bao-page .notification-row .content-notification .footer-notification .readmore .glyphicon {
  color: #e60013;
}
.thong-bao-page .notification-row .pagination-wrapper {
  font-size: 14px;
  padding-right: 10px;
}
.thong-bao-page .notification-row .pagination-wrapper .to-first {
  display: inline-block;
}
.thong-bao-page .notification-row .pagination-wrapper .to-first .glyphicon {
  margin-left: -10px;
}
.thong-bao-page .notification-row .pagination-wrapper .to-end {
  display: inline-block;
}
.thong-bao-page .notification-row .pagination-wrapper .to-end .glyphicon {
  margin-right: -10px;
}
.thong-bao-page .notification-row .pagination-wrapper .paginate-number {
  margin: 0 2px;
}
.thong-bao-page .notification-row .pagination-wrapper .paginate-number a {
  color: #000000;
}
.thong-bao-page .notification-row .pagination-wrapper .paginate-number.active a {
  color: #e60013 !important;
}
#contact .contact-wrapper {
  background: #e6dedd;
}
#contact .contact-wrapper .contact-left {
  background-color: #e6dedd;
  padding: 10px 40px;
}
.header-contact {
  padding: 30px 0;
}
#contact-list .contact-list-wrapper .block {
  padding-bottom: 30px;
}
#contact-list .contact-list-wrapper .block img {
  margin: 0 auto;
}
#contact-list .contact-list-wrapper .block .contact-person-title {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
#contact-list .contact-list-wrapper .block p {
  font-size: 13px;
  padding: 0 10px;
}
#introduce-section-1 {
  padding: 40px 0;
}
#introduce-section-1.wrapper-notification:after {
  bottom: 75px;
}
#introduce-section-1.wrapper-notification:before {
  content: '';
  position: absolute;
  bottom: 20px;
  right: left;
  background-image: url(../images/page/cloud-3.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  width: 190px;
  height: 135px;
  z-index: 1;
}
#introduce-section-1 .section-content p {
  font-size: 14px;
}
#introduce-section-2 {
  padding: 40px 0;
  background: #fff;
}
#introduce-section-2 .img-container {
  width: 200px;
}
#introduce-section-2 .section-content p,
#introduce-section-2 .section-content strong,
#introduce-section-2 .section-content span {
  font-size: 14px;
}
#introduce-section-2 .section-content .text-grey {
  color: #cccccc;
}
#introduce-section-2 .section-content.quote:before {
  content: '';
  position: absolute;
  top: 20px;
  right: left;
  background-image: url(../images/page/quote.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  background-size: 50%;
  width: 130px;
  height: 123px;
  z-index: 0;
}
#introduce-section-3 {
  padding: 40px 0;
}
#introduce-section-3 .img-container {
  width: 200px;
}
#introduce-section-3 .section-content p,
#introduce-section-3 .section-content strong,
#introduce-section-3 .section-content span {
  font-size: 14px;
}
#introduce-section-3 .section-content .text-grey {
  color: #cccccc;
}
#introduce-section-3 .section-content img {
  padding-top: 30px;
}
#introduce-section-4 {
  padding: 40px 20px;
}
#introduce-section-4 .section-wrapper {
  background: #fff;
  padding-top: 40px;
}
#introduce-section-4 .section-wrapper .section-content {
  height: 400px;
  overflow-y: scroll;
}
#introduce-section-4 .section-wrapper .section-content p,
#introduce-section-4 .section-wrapper .section-content strong,
#introduce-section-4 .section-wrapper .section-content span {
  font-size: 14px;
}
#introduce-section-4 .section-wrapper .section-content .text-grey {
  color: #cccccc;
}
#introduce-section-4 .section-wrapper .section-content .item {
  padding: 20px 0px;
  border-bottom: 1px solid #cccccc;
}
#introduce-section-4 .section-wrapper .section-content .item .title {
  font-size: 18px;
  margin-bottom: 15px;
}
#introduce-section-4 .section-wrapper .section-content .item p {
  font-size: 13px;
  color: #444444;
}
#introduce-section-4.sakura-bg {
  position: relative;
}
#introduce-section-4.sakura-bg:before {
  position: absolute;
  content: '';
  top: 41px;
  right: 23px;
  background-image: url(../images/page/sakura.png);
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  background-size: 100%;
  width: 1041px;
  height: 800px;
  z-index: 0;
}
#introduce-section-5 {
  padding: 60px 20px;
}
#introduce-section-5 .section-content p,
#introduce-section-5 .section-content strong,
#introduce-section-5 .section-content span {
  font-size: 14px;
}
#introduce-section-5 .section-content .text-grey {
  color: #cccccc;
}
#introduce-section-5 .section-content .img-wrapper .rounded-img {
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
#introduce-section-5 .section-content .com-title {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.br-col.br-col-3.achievements-item {
  height: 200px;
  margin-bottom: 10px;
}
.content-achievements .main-block,
.content-achievements .link-block {
  margin-bottom: 10px;
  height: 100%;
}
.content-achievements .link-block img {
  width: 100%;
  height: 100%;
}
