@charset "UTF-8";
/*
Theme Name: Okamoto Theme
Theme URI: http://www.infact1.co.jp/
Description: Infact's base template
Author: Infact
Author URI: http://www.infact1.co.jp/
Version: 1.1
Text Domain: okamoto
*/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUQjIg1_i6t8kCHKm459WxRyS7j.ttf) format('truetype');
}
a {
  color: #231815;
  text-decoration: none;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (min-width: 768px) {
  a:hover {
    color: #e50012;
  }
}
img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.float-left {
  float: left;
}
img.float-right {
  float: right;
}
.center {
  text-align: center;
}
.read-more {
  text-align: right;
}
.read-more a {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .read-more a {
    font-size: 1.125em;
  }
}
.read-more a i {
  width: 23px;
  line-height: 23px;
  text-align: center;
  background: #e50012;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  margin-right: 5px;
}
.read-more a:hover i {
  background: #fe6076;
}
.sec-title {
  text-align: center;
  margin-bottom: 20px;
}
.sec-title span {
  display: block;
  font-size: 1.125em;
}
.sec-title h3 {
  font-size: 1.875em;
  color: #e50012;
  line-height: 1;
}
.hvr-action {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
  display: inline-block;
  min-width: 162px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #d67d6b;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
@media (max-width: 767px) {
  .hvr-action {
    min-width: 120px;
  }
}
.hvr-action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d67d6b;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-action.btn-white {
  background: #fff;
  color: #e50012;
}
@media (min-width: 768px) {
  .hvr-action.btn-white {
    line-height: 47px;
  }
}
.hvr-action.btn-white:hover {
  box-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
  -ms-box-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 0 7px rgba(255, 255, 255, 0.8);
}
.hvr-action.btn-white:before {
  background: #e40011;
}
@media screen and (min-width: 768px) {
  .hvr-action:hover,
  .hvr-action:focus,
  .hvr-action:active {
    color: #fff!important;
  }
  .hvr-action:hover:before,
  .hvr-action:focus:before,
  .hvr-action:active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/*===== Section 1 =====*/
@media (min-width: 768px) {
  .section-1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.section-1 .title {
  text-align: center;
  margin-bottom: 10px;
}
.section-1 .title span {
  display: block;
  font-size: 20px;
}
.section-1 .title h3 {
  font-size: 40px;
  color: #e50012;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .section-1 .title h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .section-1 .video-wrap {
    width: 50%;
    padding: 20px 60px;
    background: #e3e4e4;
  }
}
@media (max-width: 767px) {
  .section-1 .video-wrap {
    padding: 20px 10px;
  }
}
.section-1 .video-wrap .video-content {
  text-align: center;
}
.section-1 .news-wrap {
  background: url(assets/img/background/pattern_01.jpg) repeat 0 0;
}
@media (min-width: 768px) {
  .section-1 .news-wrap {
    width: 50%;
    padding: 20px 60px;
  }
}
@media (max-width: 767px) {
  .section-1 .news-wrap {
    padding: 20px 10px;
  }
}
.section-1 ul li {
  margin-bottom: 24px;
}
.section-1 ul li .date {
  letter-spacing: 0.1em;
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #e50012;
}
@media (max-width: 767px) {
  .section-1 ul li .date {
    font-size: 1em;
    float: none;
  }
}
.section-1 ul li a {
  font-size: 16px;
  display: block;
}
.section-1 ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .section-1 ul li a {
    margin-left: 135px;
    line-height: 30px;
  }
}
iframe {
  max-width: 100%!important;
  display: block;
}
.section-2 {
  padding-bottom: 6px;
}
.section-2 .item {
  margin-top: 6px;
  height: 360px;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .section-2 .item {
    background-position: left center;
    height: 280px;
  }
}
.section-2 .item .bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.section-2 .item .bg.bg2 {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .section-2 .item.full-width .bg {
    width: 50%;
  }
}
.section-2 .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-2 .item .inner {
  position: absolute;
  z-index: 2;
  width: 520px;
  max-width: 95%;
  top: 50%;
  left: 50%;
  padding: 35px 10px 45px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .section-2 .item .inner {
    padding: 10px;
  }
}
.section-2 .item h3 {
  font-size: 1.875em;
}
.section-2 .item h3 p {
  margin: 0;
}
@media (max-width: 767px) {
  .section-2 .item h3 {
    font-size: 1.5em;
  }
}
.section-2 .item .sub {
  display: block;
  font-size: 1.75em;
  margin: 5px 0;
}
@media (max-width: 767px) {
  .section-2 .item .sub {
    font-size: 1.25em;
  }
}
.section-2 .item .sub p {
  margin: 0;
}
.section-2 .item .text {
  font-size: 1.125em;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .section-2 .item .text {
    font-size: 1em;
  }
}
.section-2 .item.half-width {
  width: 50%;
}
.section-2 .item.half-width .text {
  font-size: 1.625em;
}
@media (max-width: 767px) {
  .section-2 .item.half-width .text {
    font-size: 1em;
  }
}
.section-2 .item:nth-child(1):before {
  background: rgba(163, 31, 36, 0.4);
}
.section-2 .item:nth-child(2) {
  color: #231815;
}
.section-2 .item:nth-child(2) .inner {
  background: rgba(255, 255, 255, 0.8);
}
.section-2 .item:nth-child(2) .hvr-action {
  color: #fff;
  background: #e50012;
}
.section-2 .item:nth-child(2) .hvr-action:hover {
  color: #e50012 !important;
}
.section-2 .item:nth-child(2) .hvr-action:before {
  background: #fff;
}
.section-2 .item:nth-child(3):before {
  background: rgba(6, 83, 119, 0.4);
}
.section-2 .item:nth-child(4):before {
  background: rgba(194, 114, 24, 0.4);
}
.section-2 .item:nth-child(5) .inner {
  background: rgba(144, 156, 45, 0.8);
}
.section-3 a {
  padding: 10px 50px 10px 25px;
  background: #c75250;
  color: #fff;
  width: 50%;
  float: left;
  font-size: 1.75em;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .section-3 a {
    font-size: 1.25em;
    padding: 5px 35px 5px 10px;
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 6px;
  }
}
.section-3 a b {
  font-size: 0.71428571em;
  display: block;
}
.section-3 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 26px;
  height: 26px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-top: -13px;
}
@media (max-width: 767px) {
  .section-3 a:after {
    right: 10px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
.section-3 a:hover {
  background: #e6716f;
}
.section-3 a:nth-child(even) {
  background: #e89211;
}
.section-3 a:nth-child(even):hover {
  background: #efb359;
}
.section-4 {
  padding: 20px 0;
}
@media (min-width: 1240px) {
  .section-4 .container {
    max-width: 1240px;
    width: 1240px;
  }
}
.section-4 .item {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .section-4 .item {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }
}
.section-4 .item .item-thumb {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-4 .item .item-thumb {
    width: 30%;
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-4 .item .item-txt {
    width: 70%;
    float: left;
    padding-left: 10px;
  }
}
.section-4 .item .date {
  display: block;
  color: #585757;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section-4 .item .date {
    margin-bottom: 0;
  }
}
.heading-cmn {
  background-attachment: fixed !important;
  background-position: center 50px!important;
  background-repeat: no-repeat !important;
  position: relative;
}
.heading-cmn .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .heading-cmn {
    background-size: 100% auto!important;
    -moz-background-size: 100% auto!important;
    -webkit-background-size: 100% auto!important;
    -ms-background-size: 100% auto!important;
    -o-background-size: 100% auto!important;
  }
}
.heading-cmn p {
  font-weight: bold;
  font-size: 3em;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}
.heading-cmn h1 {
  font-size: 1.125em;
  font-weight: normal;
}
.heading-cmn table {
  position: relative;
  z-index: 1;
}
.heading-cmn table tr td {
  vertical-align: middle;
  height: 280px;
  text-align: center;
  color: #fff;
}
/*Single Service*/
.single-service-content h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.75em;
}
@media (max-width: 767px) {
  .single-service-content h2 {
    font-size: 1.375em;
  }
}
.single-service-content .service-top {
  text-align: center;
  padding: 90px 0 50px;
  position: relative;
}
.single-service-content .service-top .overlay {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.single-service-content .service-top img {
  max-width: 70px;
}
@media (max-width: 767px) {
  .single-service-content .service-top {
    padding: 40px 0;
  }
}
.single-service-content .service-top h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-service-content .service-top p {
  text-align: left;
}
.single-service-content .service-video {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .single-service-content .service-video {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .single-service-content .service-post .img {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .single-service-content .service-post .txt {
    width: 484px;
    padding-left: 80px;
  }
}
.single-service-content .service-post .item {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .single-service-content .service-post .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-service-content .service-post .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .single-service-content .service-post .item:nth-child(even) .txt {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .single-service-content .service-post .item {
    margin-bottom: 30px;
  }
}
.single-service-content .service-post .item h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .single-service-content .service-post .item h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.25em;
  }
}
.single-service-content .service-post-02 {
  padding: 80px 0 40px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .single-service-content .service-post-02 {
    padding: 40px 0 10px;
  }
}
.single-service-content .service-post-02 .item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-service-content .service-post-02 .item {
    width: 48.5%;
    float: left;
    margin-left: 3%;
  }
  .single-service-content .service-post-02 .item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.single-service-content .service-post-02 .item h3 {
  font-size: 1.25em;
  margin: 10px 0;
}
.single-service-content .service-list {
  padding: 70px 0;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .single-service-content .service-list {
    padding: 40px 0;
  }
}
.single-service-content .service-list:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.single-service-content .service-list .box-wrap {
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-service-content .service-list .box-wrap {
    padding: 10px;
  }
}
.single-service-content .service-list ul {
  overflow: hidden;
  list-style: square;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .single-service-content .service-list ul li {
    width: 48%;
    float: left;
  }
  .single-service-content .service-list ul li:nth-child(2n) {
    float: right;
  }
  .single-service-content .service-list ul li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.single-service-content .service-links {
  overflow: hidden;
}
.single-service-content .service-links > div {
  float: left;
  width: 50%;
  padding: 110px 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .single-service-content .service-links > div {
    padding: 50px 10px;
  }
}
.single-service-content .service-links > div:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-service-content .service-links > div.item-01:after {
  background: rgba(122, 128, 46, 0.7);
}
.single-service-content .service-links > div.item-02:after {
  background: rgba(194, 114, 24, 0.7);
}
.single-service-content .service-links > div h3 {
  font-size: 2.25em;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-service-content .service-links > div h3 {
    font-size: 1.5em;
  }
}
/*Services List*/
.page-template-page-services-list .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 119, 156, 0.6);
}
.services-list-wrap h2 {
  font-size: 1.75em;
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .services-list-wrap h2 {
    font-size: 1.5em;
  }
}
.services-list-top {
  text-align: center;
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .services-list-top {
    padding: 30px 0;
  }
}
.services-list-logo {
  padding: 40px 0;
  background-color: #f5f5f5;
}
.services-list-logo .gallery {
  padding: 30px 40px;
  background: #fff;
}
@media (max-width: 767px) {
  .services-list-logo .gallery {
    padding: 10px;
  }
}
.services-list-logo .gallery li {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}
@media (max-width: 767px) {
  .services-list-logo .gallery li {
    margin: 5px;
  }
  .services-list-logo .gallery li img {
    max-height: 40px;
  }
}
.services-list-logo .logo-txt {
  padding: 0 15px;
  font-size: 0.6875em;
}
@media (max-width: 767px) {
  .services-list-logo .logo-txt {
    padding: 0 5px;
  }
}
.services-list-service {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .services-list-service {
    padding: 40px 0;
  }
}
.services-list-service h2 {
  text-align: center;
}
.services-list-service .entry {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .services-list-service .entry {
    width: 33.33333333%;
    padding: 0 1px;
    float: left;
  }
  .services-list-service .entry:nth-child(3n+1) {
    clear: both;
  }
}
.services-list-service .entry .entry-thumb {
  position: relative;
  margin-bottom: 15px;
}
.services-list-service .entry .entry-thumb .name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 6px  20px;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
}
.services-list-service .entry .entry-thumb a {
  position: relative;
  display: block;
}
.services-list-service .entry .entry-thumb a .readmore_overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: rgba(146, 42, 51, 0.7);
}
.services-list-service .entry .entry-thumb a .more {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}
.services-list-service .entry .entry-thumb a .more i {
  margin-left: 15px;
}
.services-list-service .entry .entry-thumb a:hover .readmore_overlay {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .services-list-service .entry .entry-txt {
    padding-right: 8px;
  }
}
.services-list-service .entry h3 {
  font-size: 1.25em;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}
.services-list-service .entry h3 img {
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
/*Page Outline*/
.page-template-page-outline .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 70, 70, 0.7);
}
.outline-wrap h2 {
  font-size: 1.75em;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .outline-wrap h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.outline-column {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .outline-column {
    padding-top: 40px;
  }
}
.column-item {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .column-item {
    margin-bottom: 40px;
  }
}
.column-item h4 {
  color: #e50012;
  font-size: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .column-item h4 {
    font-size: 1.25em;
  }
  .column-item h4 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .column-item .column-image {
    width: 540px;
    float: left;
  }
}
@media (max-width: 767px) {
  .column-item .column-image {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .column-item .column-txt {
    float: left;
    width: 484px;
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .column-item:nth-child(even) .column-image {
    float: right;
  }
}
@media (min-width: 768px) {
  .column-item:nth-child(even) .column-txt {
    padding-left: 0;
    padding-right: 80px;
  }
}
.outline-02 {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .outline-02 {
    padding: 40px 0;
  }
}
.outline-02 h3 {
  color: #e50012;
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .outline-02 h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .outline-02 .txt-left {
    width: 48%;
    float: left;
  }
}
@media (min-width: 768px) {
  .outline-02 .txt-right {
    width: 48%;
    float: right;
  }
}
.outline-02 .gallery {
  margin-top: 70px;
  text-align: center;
}
.outline-02 .gallery li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .outline-02 .gallery {
    margin-top: 40px;
  }
  .outline-02 .gallery li {
    margin: 5px 1%;
    max-width: 47%;
  }
}
.page-bottom-link .item {
  padding-top: 17%;
  width: 25%;
  float: left;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .page-bottom-link .item {
    width: 50%;
    padding-top: 40%;
  }
}
.page-bottom-link .item:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.page-bottom-link .item:hover:after {
  background: rgba(55, 55, 55, 0.5);
}
.page-bottom-link .item h4 {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  left: 0;
  width: 100%;
  font-size: 2.25em;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .page-bottom-link .item h4 {
    font-size: 1.25em;
  }
}
.page-bottom-link .item h4 p {
  margin: 0;
  display: inline-block;
  padding-right: 45px;
  position: relative;
}
.page-bottom-link .item h4 p:after {
  content: "\f105";
  font-family: 'FontAwesome';
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #e50012;
  display: inline-block;
  font-size: 0.7em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
/*Page Training*/
.page-template-default .heading-cmn:after,
.page-template-page-basic .heading-cmn:after,
.page-template-page-movie .heading-cmn:after,
.page-template-page-walfare .heading-cmn:after,
.page-template-page-message .heading-cmn:after,
.page-template-page-training .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.7);
}
.training-wrap h3 {
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .training-wrap h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.training-wrap .training-01 {
  padding: 80px 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .training-wrap .training-01 {
    padding: 40px 0;
  }
}
.training-wrap .training-01 h4 {
  color: #e50012;
  font-size: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .training-wrap .training-01 h4 {
    font-size: 1.25em;
  }
}
.training-wrap .training-01 .txt {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .training-wrap .training-01 .txt {
    margin-bottom: 30px;
  }
}
.training-wrap .training-01 .gallery {
  text-align: center;
}
.training-wrap .training-01 .gallery li {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}
@media (max-width: 767px) {
  .training-wrap .training-01 .gallery li {
    margin: 5px;
  }
}
.training-wrap .training-02 {
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  .training-wrap .training-02 {
    padding: 40px 0 10px;
  }
}
.training-wrap .training-03 {
  padding: 80px 0 90px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .training-wrap .training-03 {
    padding: 40px 0 10px;
  }
}
.training-wrap .training-gallery .txt {
  width: 730px;
  max-width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .training-wrap .training-gallery .txt {
    margin-bottom: 30px;
  }
}
.training-wrap .training-gallery .gallery li {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .training-wrap .training-gallery .gallery li {
    float: left;
    width: 23%;
    margin-left: 2.6666%;
  }
  .training-wrap .training-gallery .gallery li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .training-wrap .training-gallery .gallery li a {
    display: block;
    position: relative;
    outline: 0;
    overflow: hidden;
  }
  .training-wrap .training-gallery .gallery li a img {
    max-width: inherit;
    height: 200px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .training-wrap .training-gallery .gallery li a:before {
    content: '';
    background: rgba(55, 55, 55, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    left: 100%;
  }
  .training-wrap .training-gallery .gallery li a:after {
    content: "\f00e";
    font-family: 'FontAwesome';
    font-size: 1.5em;
    color: #fff;
    width: 64px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    background: rgba(50, 50, 50, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .training-wrap .training-gallery .gallery li a:hover:before {
    left: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .training-wrap .training-gallery .gallery li a:hover:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
.training-wrap .training-gallery .gallery li h4 {
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  .training-wrap .training-gallery .gallery li h4 {
    font-size: 1.125em;
  }
}
/*Page Message*/
.message-wrap .message-item {
  padding: 80px 0 120px;
  position: relative;
}
@media (min-width: 768px) {
  .message-wrap .message-item .img {
    float: left;
    width: 540px;
  }
  .message-wrap .message-item .txt {
    float: left;
    width: 484px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .message-wrap .message-item {
    padding: 40px 0 60px;
  }
}
.message-wrap .message-item h3 {
  font-size: 1.75em;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .message-wrap .message-item h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}
.message-wrap .message-item h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .message-wrap .message-item h4 {
    font-size: 1.25em;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.message-wrap .message-item .text {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .message-wrap .message-item .text {
    margin-bottom: 20px;
  }
}
.message-wrap .message-item .position {
  font-weight: bold;
}
@media (max-width: 767px) {
  .message-wrap .message-item .position {
    text-align: right;
  }
}
.message-wrap .message-item .position b {
  font-size: 2.25em;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .message-wrap .message-item .position b {
    font-size: 1.75em;
  }
}
.message-wrap .message-item .text-overlay {
  font-size: 200px;
  height: 300px;
  overflow: hidden;
  color: #f0f0f0;
  background: #f5f5f5;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .message-wrap .message-item .text-overlay {
    line-height: 1;
  }
}
.message-wrap .message-item .text-overlay p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .message-wrap .message-item .text-overlay {
    height: 180px;
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .welfare-wrap .welfare-column {
    padding: 80px 0 40px;
  }
}
.welfare-wrap h2 {
  font-size: 1.75em;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .welfare-wrap h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
/*Custom Post Type Staff*/
.single-staff-banner {
  position: relative;
  padding-bottom: 200px;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-staff-banner > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .single-staff-banner {
    padding-bottom: 120px;
  }
  .single-staff-banner img {
    max-width: 800px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
.single-staff-banner .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .single-staff-banner .txt {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .single-staff-banner .txt .container {
    width: 954px;
  }
}
.single-staff-banner .txt > * {
  position: relative;
  z-index: 2;
}
.single-staff-banner .txt .overlay {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-staff-banner .txt h2 {
  font-size: 3em;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-staff-banner .txt h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .single-staff-banner .txt h2 br {
    display: none;
  }
}
.single-staff-banner .txt h3 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .single-staff-banner .txt h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .single-staff-banner .txt .position {
    font-size: 1.125em;
  }
}
.single-staff-content .staff-video {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .single-staff-content .staff-video {
    padding: 40px 0;
  }
}
.single-staff-content .staff-video h3 {
  font-size: 2.25em;
  color: #e50012;
  margin-bottom: 1.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .single-staff-content .staff-video h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.staff-workday-schedule {
  position: relative;
  margin-top: 110px;
  padding-bottom: 80px;
}
.staff-workday-schedule .overlay {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.staff-workday-schedule .title {
  margin-bottom: 60px;
  text-align: center;
}
.staff-workday-schedule .title h3 {
  font-size: 2.25em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .staff-workday-schedule .title h3 {
    margin: 20px 0;
    font-size: 1.625em;
  }
}
.staff-workday-schedule .title h4 {
  padding-top: 70px;
  background: url(assets/img/icon/icon_clock.png) top center no-repeat;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .staff-workday-schedule .title h4 {
    padding: 0 0 0 60px;
    background-size: 50px auto;
    display: inline-block;
    line-height: 50px;
    background-position: left center;
  }
}
.staff-workday-schedule .avatar {
  width: 220px;
  padding: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-top: -110px;
}
.staff-workday-schedule .avatar img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.staff-workday-schedule .item {
  position: relative;
  padding-left: 60px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  background: url(assets/img/background/line_border.png) 11px bottom repeat-y;
}
.staff-workday-schedule .item:before {
  content: '';
  width: 40px;
  height: 40px;
  background: #c9caca;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
}
@media (min-width: 768px) {
  .staff-workday-schedule .item .img {
    float: right;
    width: 314px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .staff-workday-schedule .item .img {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .staff-workday-schedule .item .txt {
    float: left;
    width: 650px;
    padding-right: 60px;
  }
}
.staff-workday-schedule .item h3 {
  font-size: 1.5em;
  overflow: hidden;
  margin-bottom: 20px;
}
.staff-workday-schedule .item h3 .time {
  font-size: 1.2em;
  float: left;
  line-height: 1.2;
}
.staff-workday-schedule .item h3 .tt {
  display: block;
  margin-left: 110px;
}
@media (max-width: 767px) {
  .staff-workday-schedule .item h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .staff-workday-schedule .item h3 .tt {
    margin-left: 75px;
  }
}
.staff-workday-schedule .seeyou {
  font-size: 1.875em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .staff-workday-schedule .seeyou {
    font-size: 1.5em;
  }
}
.staff-career-story .title {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 95px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .staff-career-story .title {
    padding: 55px 0;
  }
}
.staff-career-story .title .overlay {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.staff-career-story .title .container {
  position: relative;
  z-index: 1;
}
.staff-career-story .title h4 {
  font-size: 2.25em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .staff-career-story .title h4 {
    font-size: 1.5em;
  }
}
.staff-career-story .title h3 {
  font-size: 3em;
}
@media (max-width: 767px) {
  .staff-career-story .title h3 {
    font-size: 1.75em;
  }
}
.staff-career-story .box-wrap {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .staff-career-story .box-wrap {
    padding: 40px 0 10px;
  }
}
.staff-career-story .box-wrap .item {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .staff-career-story .box-wrap .item {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
  .staff-career-story .box-wrap .item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .staff-career-story .box-wrap .item {
    margin-bottom: 30px;
  }
}
.staff-career-story .box-wrap .item .tt {
  text-align: center;
}
.staff-career-story .box-wrap .item .tt h3 {
  font-size: 1.5em;
  padding-bottom: 40px;
  border-bottom: 2px solid;
}
.staff-career-story .box-wrap .item .tt h3 b {
  font-size: 1.2em;
}
.staff-career-story .box-wrap .item .tt .icon {
  margin-top: -26px;
}
.staff-career-story .box-wrap .item .tt .icon span {
  display: inline-block;
}
.staff-career-story .box-wrap .item .tt .icon span svg {
  margin: 0 3px;
}
.staff-career-story .box-wrap .item.half_year .tt .icon span {
  width: 25px;
  overflow: hidden;
}
.staff-career-story .box-wrap .item.half_year .tt .icon span svg {
  margin: 0;
}
@media (max-width: 767px) {
  .staff-career-story .img-bottom {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.owl-carousel .owl-nav > div {
  text-indent: -999em;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -40px;
  top: 27%;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -25px;
  }
}
.owl-carousel .owl-nav .owl-prev:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-top: solid 2px #3e3a39;
  border-left: solid 2px #3e3a39;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev:after {
    width: 30px;
    height: 30px;
  }
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  top: 27%;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next {
    right: -25px;
  }
}
.owl-carousel .owl-nav .owl-next:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-top: solid 2px #3e3a39;
  border-right: solid 2px #3e3a39;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav .owl-next:after {
    width: 30px;
    height: 30px;
  }
}
.single-staff-slider {
  padding: 80px 0;
  background: #dcdddd;
}
@media (max-width: 767px) {
  .single-staff-slider {
    padding: 40px 25px;
  }
}
.single-staff-slider h3 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .single-staff-slider h3 {
    font-size: 1.375em;
    margin-bottom: 20px;
  }
}
.single-staff-slider h4 {
  font-size: 1.25em;
  margin-bottom: 10px;
}
.staff-links {
  overflow: hidden;
  padding: 6px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.staff-links > div {
  float: left;
  width: 50%;
  padding: 110px 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .staff-links > div {
    padding: 50px 10px;
  }
}
.staff-links > div:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.staff-links > div.item-01:after {
  background: rgba(41, 129, 174, 0.7);
}
.staff-links > div.item-02:after {
  background: rgba(194, 114, 24, 0.7);
}
.staff-links > div h3 {
  font-size: 2.25em;
  margin-bottom: 0.8em;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .staff-links > div h3 {
    font-size: 1.5em;
  }
}
/*Page10 People*/
.tax-staffcategory .heading-cmn:after,
.page-template-page-people .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(122, 128, 46, 0.7);
}
.people-wrap {
  padding-bottom: 40px;
}
.people-wrap .page-navitation {
  padding-top: 0;
}
.people-wrap .people-header {
  padding: 80px 0 70px;
}
@media (max-width: 767px) {
  .people-wrap .people-header {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .people-wrap .people-header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .people-wrap .people-header ul {
    display: table;
  }
}
.people-wrap .people-header li {
  text-align: center;
  font-weight: bold;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .people-wrap .people-header li {
    width: 13%;
    margin-left: 1.5%;
    cursor: pointer;
    margin-bottom: 10px;
    word-break: break-word;
  }
  .people-wrap .people-header li:nth-child(7n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .people-wrap .people-header li {
    display: table-cell;
    padding: 0 5px;
    vertical-align: bottom;
  }
  .people-wrap .people-header li:last-child {
    padding-right: 0;
  }
}
.people-wrap .people-header li a {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #4b4b4b;
  height: 100%;
  border-bottom: 5px solid;
  letter-spacing: -0.1em;
  font-size: 0.9em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .people-wrap .people-header li a {
    padding: 3px 10px;
    width: 185px;
    max-height: 55px;
    overflow: hidden;
    white-space: normal;
  }
}
.people-wrap .people-header li:hover a,
.people-wrap .people-header li.active a {
  color: #e50012;
  border-color: #e50012;
}
@media (min-width: 768px) {
  .people-wrap .people-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.people-wrap .people-body .staff-list-item {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .people-wrap .people-body .staff-list-item {
    width: 320px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .people-wrap .people-body .staff-list-item {
    margin-bottom: 30px;
  }
}
.people-wrap .people-body .staff-list-item .staff-thumb {
  overflow: hidden;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .people-wrap .people-body .staff-list-item .staff-thumb img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .people-wrap .people-body .staff-list-item .staff-thumb .overlay {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  .people-wrap .people-body .staff-list-item .staff-thumb .more {
    position: absolute;
    text-align: center;
    top: -moz-calc(50% - 32px);
    top: -webkit-calc(50% - 32px);
    top: -o-calc(50% - 32px);
    top: calc(50% - 32px);
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
  }
  .people-wrap .people-body .staff-list-item .staff-thumb .more i {
    margin-left: 15px;
  }
}
.people-wrap .people-body .staff-list-item .staff-thumb img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.people-wrap .people-body .staff-list-item .staff-txt {
  position: relative;
  margin-top: -65px;
  z-index: 1;
  padding: 30px 25px;
  color: #fff;
}
.people-wrap .people-body .staff-list-item .staff-txt a {
  color: #fff;
}
.people-wrap .people-body .staff-list-item .staff-txt h4 {
  font-size: 1.25em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .people-wrap .people-body .staff-list-item .staff-txt h4 {
    height: 84px;
    overflow: hidden;
  }
}
.people-wrap .people-body .staff-list-item .staff-txt h4 br {
  display: none;
}
.people-wrap .people-body .staff-list-item .staff-txt h4 p {
  margin: 0;
}
.people-wrap .people-body .staff-list-item .staff-txt h3 {
  font-size: 1.75em;
  margin-bottom: 10px;
}
.people-wrap .people-body .staff-list-item .staff-txt .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.people-wrap .people-body .staff-list-item:hover .staff-thumb .overlay {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.people-wrap .people-body .staff-list-item:hover .staff-txt .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/**/
.footer-contact {
  padding: 105px 0;
  text-align: center;
  position: relative;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .footer-contact {
    padding: 50px 0;
  }
}
.footer-contact .container {
  position: relative;
  z-index: 1;
}
.footer-contact:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 5, 21, 0.8);
}
.footer-contact h2 {
  font-size: 2.25em;
  margin-bottom: 0.7em;
}
@media (max-width: 767px) {
  .footer-contact h2 {
    font-size: 1.5em;
  }
}
.footer-contact p {
  margin-bottom: 40px;
}
.footer-contact .contact-btn a {
  display: inline-block;
  margin: 5px 10px;
}
@media (min-width: 768px) {
  body:not(.page-id-1970) .footer-contact .contact-btn a {
    max-width: calc(33.3333% - 24px);
  }
}
@media (max-width: 767px) {
  .footer-contact p {
    margin-bottom: 30px;
  }
}
/*Page Movie*/
.movie-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .movie-wrap {
    padding: 0 0 40px;
  }
}
.movie-wrap .movie-item {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .movie-wrap .movie-item {
    padding: 40px 0;
  }
}
.movie-wrap .movie-item:nth-child(even) {
  background: #f5f5f5;
}
.movie-wrap .movie-item h3 {
  font-size: 1.75em;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .movie-wrap .movie-item h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.movie-wrap .movie-item h4 {
  color: #e50012;
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .movie-wrap .movie-item h4 {
    font-size: 1.25em;
  }
}
/*Page FAQs*/
.box-faq {
  padding: 32px 25px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .box-faq {
    padding: 10px 0;
  }
}
.box-faq:first-child {
  border-top: 1px solid #ddd;
}
.box-faq p {
  margin: 0;
}
.box-faq .heading {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 7px 0 7px 65px;
  background: url(assets/img/icon/icon_question.png) 0 0 no-repeat;
  background-size: 45px auto;
}
@media (max-width: 767px) {
  .box-faq .heading {
    padding-left: 50px;
    background-size: 40px auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.box-faq .content {
  padding: 9px 0 9px 65px;
  background: url(assets/img/icon/icon_answer.png) 0 0 no-repeat;
  background-size: 45px auto;
}
@media (max-width: 767px) {
  .box-faq .content {
    padding-left: 50px;
    background-size: 40px auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.faq-wrap {
  padding: 80px 0 45px;
}
@media (max-width: 767px) {
  .faq-wrap {
    padding: 40px 0 0;
  }
}
.box-faq-wrap {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .box-faq-wrap {
    margin-bottom: 40px;
  }
}
.box-faq-wrap h3 {
  font-size: 1.75em;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .box-faq-wrap h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.page-template-page-faq .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(215, 146, 43, 0.7);
}
/**
* Page Recruit
*/
.page-template-page-recruit .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 70, 70, 0.7);
}
.page-template-page-recruit .recruit-column {
  padding-top: 80px;
}
.page-template-page-recruit .recruit-column h2.h2-recruit {
  color: #292929;
  font-size: 28px;
  text-align: center;
  margin-bottom: 52px;
}
.page-template-page-recruit .recruit-column table {
  width: 100%;
  margin-bottom: 100px;
  background: #f5f5f5;
  border-bottom: 16px solid #f5f5f5;
}
.page-template-page-recruit .recruit-column table tr {
  border-top: 32px solid #f5f5f5;
}
.page-template-page-recruit .recruit-column table tr:first-child {
  border-top: 16px solid #f5f5f5;
}
.page-template-page-recruit .recruit-column table tr td {
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .page-template-page-recruit .recruit-column table tr td {
    padding: 10px 25px;
  }
}
.page-template-page-recruit .recruit-column table tr td p {
  margin-bottom: 0;
}
.page-template-page-recruit .recruit-column table tr td.rowspan {
  width: 27%;
  font-weight: bold;
  border-right: 4px solid #e50012;
}
@media (max-width: 767px) {
  .page-template-page-recruit .recruit-column table tr td.rowspan {
    border-right-width: 2px;
  }
}
/*Page Default*/
.page-default-wrap {
  padding: 40px 0;
}
.page-default-wrap h3 {
  font-size: 1.75em;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .page-default-wrap h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.page-default-wrap .social-dtl {
  margin: 30px 0;
}
.page-default-wrap table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-bottom: 16px solid #f5f5f5;
}
.page-default-wrap table tr {
  border-top: 32px solid #f5f5f5;
}
.page-default-wrap table tr:first-child {
  border-top: 16px solid #f5f5f5;
}
.page-default-wrap table tr th {
  padding: 5px;
  vertical-align: top;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-default-wrap table tr th {
    padding: 10px 25px;
  }
}
.page-default-wrap table tr td {
  padding: 5px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .page-default-wrap table tr td {
    padding: 10px 25px;
  }
}
.page-default-wrap table tr td p {
  margin-bottom: 0;
}
.page-default-wrap table tr td input,
.page-default-wrap table tr td button,
.page-default-wrap table tr td select,
.page-default-wrap table tr td textarea {
  max-width: 100%;
}
.page-default-wrap table tr td select {
  height: 30px;
}
.page-default-wrap table tr td:first-child {
  width: 27%;
  font-weight: bold;
  border-right: 4px solid #e50012;
}
@media (max-width: 767px) {
  .page-default-wrap table tr td:first-child {
    border-right-width: 2px;
  }
}
.page-default-wrap .wpcf7-submit {
  outline: 0;
  border: 0;
  background: #e50012;
  color: #fff;
  font-size: 1.25em;
  padding: 16px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .page-default-wrap .wpcf7-submit {
    font-size: 1.125em;
  }
}
.page-default-wrap .wpcf7-submit:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
div.wpcf7-response-output {
  margin: 2em 0;
}
/*Page Entry*/
.page-template-page-entry .heading-cmn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(207, 30, 44, 0.7);
}
.entry-page-wrap {
  text-align: center;
}
.entry-page-wrap h2 {
  font-size: 1.75em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .entry-page-wrap h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.entry-page-wrap h3 {
  font-size: 1.5em;
  margin-bottom: 1.4em;
}
@media (max-width: 767px) {
  .entry-page-wrap h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
}
.entry-page-wrap .entry-top {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .entry-page-wrap .entry-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.entry-page-wrap .box-wrap {
  background: #f5f5f5;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .entry-page-wrap .box-wrap {
    padding: 40px 0 10px;
  }
}
@media (min-width: 768px) {
  .entry-page-wrap .box-inner {
    margin-top: -60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.entry-page-wrap .box-inner .item {
  background: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .entry-page-wrap .box-inner .item {
    width: 48.5%;
    padding: 50px 35px 20px;
  }
  .entry-page-wrap .box-inner .item + .item {
    margin-left: 3%;
  }
}
@media (max-width: 767px) {
  .entry-page-wrap .box-inner .item {
    padding: 20px 15px 1px;
  }
}
.entry-page-wrap .box-inner .item {
  border-top: 4px solid #03aae9;
}
.entry-page-wrap .box-inner .item:nth-child(2) {
  border-top: 4px solid #e50012;
}
.entry-page-wrap .box-inner .item:nth-child(2) a {
  background: #e50012;
  color: #fff;
  font-size: 1.25em;
  padding: 32.5px 10px;
  position: relative;
}
.entry-page-wrap .box-inner .item:nth-child(3) {
  border-top-color: #03b500;
}
@media (max-width: 767px) {
  .entry-page-wrap .box-inner .item:nth-child(2) a {
    padding: 15px 10px;
    font-size: 1.125em;
  }
}
.entry-page-wrap .box-inner .item:nth-child(2) a i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: #fff;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #e50012;
}
@media (max-width: 767px) {
  .entry-page-wrap .box-inner .item:nth-child(2) a i {
    right: 10px;
    width: 25px;
    line-height: 25px;
  }
}
.entry-page-wrap .box-inner .item:nth-child(2) a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.entry-page-wrap .box-inner .item a {
  display: block;
  margin-bottom: 30px;
}
/*Post Page*/
.searchform-section .search {
  position: relative;
}
.searchform-section input {
  width: 300px;
  max-width: 100%;
  height: 44px;
  background: #fff;
  border: 0;
  outline: none;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 0.875em;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 767px) {
  .searchform-section input {
    width: 100%;
  }
}
.searchform-section button {
  float: left;
  width: 35px;
  height: 44px;
  background: url(assets/img/icon/icon_search.png) no-repeat center center;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.page-navitation {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .page-navitation {
    padding-top: 0;
  }
}
.page-navitation span,
.page-navitation a:not(.arrow) {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  margin: 10px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
}
.page-navitation span.current,
.page-navitation a:not(.arrow).current {
  background: #e50012;
  color: #fff;
}
.page-navitation .arrow {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 10px;
}
.page-navitation .arrow i {
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  background: #979797;
  color: #fff;
  font-size: 1.2em;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.page-navitation .arrow i.fa-angle-left {
  margin-right: 10px;
}
.page-navitation .arrow i.fa-angle-right {
  margin-left: 10px;
}
.page-navitation .arrow:hover i {
  background: #e50012;
}
.sub-cat a {
  display: inline-block;
  background: #eee;
  color: #727272;
  font-size: 12px;
  margin: 0 5px 8px 0;
  padding: 5px 15px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 767px) {
  .sub-cat a {
    padding: 3px 10px;
  }
}
.sub-cat a:hover {
  color: #e60013;
}
.heading-cmn-blog:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 55, 0.7);
}
body.author .blog-list-wrap .entry-wrap,
.category .blog-list-wrap .entry-wrap {
  padding-top: 70px;
}
@media (max-width: 767px) {
  body.author .blog-list-wrap .entry-wrap,
  .category .blog-list-wrap .entry-wrap {
    padding-top: 40px;
  }
}
.search-results .blog-list-wrap .entry-wrap,
.tax-newscategory .blog-list-wrap .entry-wrap,
.post-type-archive-news .blog-list-wrap .entry-wrap {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .search-results .blog-list-wrap .entry-wrap,
  .tax-newscategory .blog-list-wrap .entry-wrap,
  .post-type-archive-news .blog-list-wrap .entry-wrap {
    padding-top: 40px;
  }
}
.blog-list-wrap .blog-list-header {
  background: #f5f5f5;
  padding: 20px 0;
}
.blog-list-wrap .blog-list-header h2 {
  font-size: 1.5em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .blog-list-wrap .blog-list-header h2 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .blog-list-wrap .blog-list-header .searchform-section {
    float: right;
  }
}
.blog-list-wrap .recommend-post {
  padding-top: 60px;
  padding-bottom: 175px;
}
@media (max-width: 767px) {
  .blog-list-wrap .recommend-post {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.blog-list-wrap .recommend-post .item {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .blog-list-wrap .recommend-post .item:nth-child(2n+1) {
    clear: both;
  }
  .blog-list-wrap .recommend-post .item:hover .readmore_overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.blog-list-wrap .recommend-post .readmore_thumb {
  float: left;
  width: 160px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-list-wrap .recommend-post .readmore_thumb {
    width: 30%;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .blog-list-wrap .recommend-post h4 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  .blog-list-wrap .recommend-post ~ .entry-wrap .entry-inner {
    margin-top: -120px;
  }
}
.blog-list-wrap .entry-wrap {
  background: #f5f5f5;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-list-wrap .entry-wrap {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.blog-list-wrap .entry-wrap h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .blog-list-wrap .entry-wrap .entry-inner .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.blog-list-wrap .entry-wrap .entry-item {
  margin-bottom: 60px;
  background: #fff;
}
@media (min-width: 768px) {
  .blog-list-wrap .entry-wrap .entry-item {
    width: 320px;
    margin-left: 32px;
  }
  .blog-list-wrap .entry-wrap .entry-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-list-wrap .entry-wrap .entry-item {
    margin-bottom: 30px;
  }
}
.blog-list-wrap .entry-wrap .entry-item .readmore_thumb .news {
  font-size: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
  color: #fff;
  background: #e50012;
}
.blog-list-wrap .entry-wrap .entry-item .entry-content {
  padding: 20px;
}
@media (max-width: 767px) {
  .blog-list-wrap .entry-wrap .entry-item .entry-content {
    padding: 10px;
  }
}
.blog-list-wrap .entry-wrap .entry-item .entry-content .date {
  font-size: 0.75em;
  color: #e7e7e7;
}
.blog-list-wrap .entry-wrap .entry-item .entry-content h3 {
  font-size: 1.25em;
  margin: 12px 0;
}
@media (max-width: 767px) {
  .blog-list-wrap .entry-wrap .entry-item .entry-content h3 {
    font-size: 1.125em;
  }
}
.blog-list-wrap .entry-wrap .entry-item .entry-content .author-infor {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .blog-list-wrap .entry-wrap .entry-item .entry-content .author-infor {
    margin-top: 15px;
  }
}
.blog-list-wrap .entry-wrap .entry-item .entry-content .author-infor img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}
.blog-list-seo .seo-top {
  padding: 120px 0 110px;
  position: relative;
  color: #736464;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .blog-list-seo .seo-top {
    padding: 40px 0;
  }
}
.blog-list-seo .seo-top h2 {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .blog-list-seo .seo-top h2 {
    font-size: 1.5em;
  }
}
.blog-list-seo .seo-top .text-overlay {
  font-size: 13.125em;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  color: #f9f6f6;
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .blog-list-seo .seo-top .text-overlay {
    font-size: 6em;
  }
}
.blog-list-seo .seo-repeater {
  padding: 110px 0;
  background: url(assets/img/background/seo_pattern.jpg) repeat 0 0;
}
@media (max-width: 767px) {
  .blog-list-seo .seo-repeater {
    padding: 40px 0 25px;
  }
}
.blog-list-seo .seo-repeater h2 {
  font-size: 1.75em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .blog-list-seo .seo-repeater h2 {
    font-size: 1.5em;
  }
}
.blog-list-seo .seo-repeater .seo-item {
  display: block;
  padding: 30px 40px;
  background: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-list-seo .seo-repeater .seo-item {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
}
.blog-list-seo .seo-repeater .seo-item .img {
  padding-left: 45px;
  position: relative;
}
@media (min-width: 768px) {
  .blog-list-seo .seo-repeater .seo-item .img {
    float: left;
    max-width: 225px;
  }
}
@media (max-width: 767px) {
  .blog-list-seo .seo-repeater .seo-item .img {
    margin-bottom: 24px;
  }
}
.blog-list-seo .seo-repeater .seo-item .img img {
  width: 100%;
}
.blog-list-seo .seo-repeater .seo-item .img .number {
  width: 35px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.125em;
  color: #fff;
  font-weight: 500;
}
.blog-list-seo .seo-repeater .seo-item .img .number span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .blog-list-seo .seo-repeater .seo-item .txt {
    padding-left: 255px;
  }
}
.blog-list-seo .seo-repeater .seo-item .txt h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .blog-list-seo .seo-repeater .seo-item .txt h3 {
    font-size: 1.25em;
    font-weight: bold;
  }
}
.blog-list-seo .seo-repeater .seo-item .txt p {
  color: #5d5d5d;
  font-size: 0.875em;
}
.blog-list-seo .seo-repeater .seo-item .txt .more {
  display: block;
  font-weight: bold;
  background: #979797;
  padding: 7.5px;
  text-align: center;
  color: #fff;
}
.blog-list-seo .seo-repeater .seo-item:nth-child(1) .img .number {
  background: #dbce9a;
}
.blog-list-seo .seo-repeater .seo-item:nth-child(2) .img .number {
  background: #bfbfbf;
}
.blog-list-seo .seo-repeater .seo-item:nth-child(3) .img .number {
  background: #d3b4a5;
}
.readmore_thumb {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .readmore_thumb .readmore_overlay {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    background: rgba(146, 42, 51, 0.7);
  }
  .readmore_thumb .more {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
  }
  .readmore_thumb .more i {
    margin-left: 15px;
  }
  .readmore_thumb:hover .readmore_overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/*Single Post*/
.entry-thumbnail {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}
.entry-thumbnail img {
  margin: 0;
  width: 100%;
}
.entry-thumbnail img ~ .entry-tt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
}
.entry-thumbnail img ~ .entry-tt .overlay {
  background: #f9f4f0;
  opacity: 0.9;
  -moz-opacity: 0.9;
}
.entry-thumbnail .entry-tt h1 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 1.75em;
}
@media (max-width: 767px) {
  .entry-thumbnail .entry-tt h1 {
    font-size: 1.125em;
  }
}
.entry-thumbnail .entry-tt .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
body {
  padding-top: 98px;
}
body.page-template-page-mail,
body.single-news,
body.single-post {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
.page-blog-detail {
  padding: 60px 0 90px;
}
@media (max-width: 767px) {
  .page-blog-detail {
    padding: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .page-blog-detail .main {
    width: 70%;
  }
  .page-blog-detail .sidebar {
    width: 30%;
  }
}
.page-main-col {
  padding: 20px 24px 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .page-main-col {
    padding: 10px 10px 0;
  }
}
.page-template-page-mail .page-main-col {
  padding-bottom: 5px;
}
.single-content-wrap .entry-time {
  font-size: 0.75em;
  margin-bottom: 15px;
  font-weight: bold;
}
.single-content-wrap .author-infor {
  margin-bottom: 20px;
}
.single-content-wrap .sub-cat {
  margin-bottom: 15px;
}
.single-content-wrap #snsbox {
  margin-bottom: 25px;
}
.single-content-wrap h4.kanren {
  font-size: 1.25em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  background: url(assets/img/icon/icon_title_sns.png) left center no-repeat;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .single-content-wrap h4.kanren {
    font-size: 1.125em;
  }
}
.single-content-wrap .kizi02 {
  margin-top: 25px;
}
.single-content-wrap .p-navi {
  background: #fff4f5;
  text-align: center;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-content-wrap .p-navi {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.single-content-wrap .p-navi > div {
  float: left;
  width: 33.33333333%;
}
.single-content-wrap .p-navi > div a {
  padding: 20px;
  display: block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single-content-wrap .p-navi > div a {
    padding: 10px 5px;
    font-size: 0.8125em;
  }
}
.single-content-wrap .p-navi > div i {
  margin: 0 10px;
  font-size: 1.625em;
  vertical-align: bottom;
  color: #e50012;
}
@media (max-width: 767px) {
  .single-content-wrap .p-navi > div i {
    font-size: 1.2em;
    margin: 0;
    vertical-align: middle;
  }
}
.single-content-wrap .p-navi .list-post {
  border-right: 1px solid #e8d3d5;
}
@media (max-width: 767px) {
  .single-content-wrap .p-navi .list-post i {
    margin-right: 5px;
  }
}
.single-content-wrap .p-navi .prev-post {
  border-right: 1px solid #e8d3d5;
}
@media (max-width: 767px) {
  .single-content-wrap .p-navi .prev-post i {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .single-content-wrap .p-navi .next-post i {
    margin-left: 5px;
  }
}
.single-content-txt {
  word-break: break-word;
}
.single-content-txt h2 {
  font-size: 1.5em;
  padding: 7px 20px;
  border-left: 4px solid #000;
  background: #eaeaea;
  margin-bottom: 25px;
  margin-top: 20px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .single-content-txt h2 {
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .single-content-txt h2 {
    font-size: 1.25em;
    margin-left: -10px;
  }
}
.single-content-txt h3 {
  font-size: 1.25em;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 40px;
  margin: 20px 0;
  background: url(assets/img/icon/icon_title_h3.png) left center no-repeat;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .single-content-txt h3 {
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .single-content-txt h3 {
    font-size: 1.125em;
  }
}
.single-content-txt h4 {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.single-content-txt ul:not(.snsb) {
  list-style-type: disc;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
}
.single-content-txt ol {
  padding-left: 40px;
  list-style-type: decimal;
  padding-bottom: 20px;
}
.single-content-txt a {
  color: #e50012;
}
.single-content-txt a:hover {
  text-decoration: underline;
}
.single-content-txt blockquote {
  background-image: url(assets/img/quote.png);
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 70px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.mokuji {
  padding: 30px 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  div.mokuji {
    padding: 15px;
    margin: 20px 0;
  }
}
div.mokuji span {
  font-size: 1.5em !important;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  display: block;
  background: url(assets/img/icon/bg_mokuji.png) no-repeat;
  background-position: 0px 10px;
  font-weight: bold;
}
div.mokuji ul {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#ts-fab-below .ts-fab-list li {
  margin: 0!important;
  width: 50%!important;
}
#ts-fab-below .ts-fab-list li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 9px!important;
  background: #eee!important;
  border: 1px solid #e5e5e5;
  color: #292929;
}
#ts-fab-below .ts-fab-list li.active a {
  background: #fff!important;
}
#ts-fab-below .ts-fab-list li.ts-fab-latest-posts-link a {
  border-left: 0;
}
#ts-fab-below .ts-fab-tab {
  border: 1px solid #e5e5e5;
}
#ts-fab-below .ts-fab-tab .ts-fab-avatar {
  width: 50px;
}
#ts-fab-below .ts-fab-tab .ts-fab-avatar img {
  width: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#ts-fab-below .ts-fab-tab .ts-fab-text {
  margin-left: 65px;
}
#ts-fab-below .ts-fab-tab .ts-fab-text h4 {
  font-size: 1em;
}
.snsb li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .snsb.big_snsb li:nth-child(3n+1) {
    clear: both;
  }
}
.box-sidebar {
  margin-bottom: 25px;
}
.box-sidebar .email-section {
  text-align: center;
  background: #f1f2e9;
  border: 3px solid #a4b700;
}
.box-sidebar .email-section h3 {
  font-size: 1.125em;
  color: #fff;
  padding: 10px;
  background: #a4b700;
}
.box-sidebar .email-section h3 i {
  margin-right: 10px;
}
.box-sidebar .email-section .content {
  padding: 20px;
}
.box-sidebar .email-section .content p {
  font-size: 0.8125em;
  font-weight: bold;
}
.box-sidebar .email-section .content img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.box-sidebar .searchform-section input {
  border: 1px solid #ddd;
}
.box-sidebar h3 {
  color: #fff;
  padding: 15px;
  background: #e50012;
}
.box-sidebar h3 i {
  margin-right: 10px;
}
.recommend.box-sidebar h3 {
  background: #ce5242;
}
.news.box-sidebar h3 {
  background: #38a1db;
}
.box-sidebar .sidebar-list-post {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.box-sidebar .sidebar-list-post li {
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .box-sidebar .sidebar-list-post li {
    padding: 10px;
  }
}
.box-sidebar .sidebar-list-post li .img {
  float: left;
  width: 64px;
}
.box-sidebar .sidebar-list-post li h4 {
  font-size: 0.875em;
  margin-left: 74px;
}
.box-sidebar .sub-cat {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}
@media (max-width: 767px) {
  .box-sidebar .sub-cat {
    padding: 10px;
  }
}
.wrap-404 {
  padding: 40px 0;
}
/*Job Type*/
.question-tree-content .code-block {display: none!important;}
.question-tree-content {
  position: relative;
}
.question-tree-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.7%, #0d0d0d), color-stop(7.7%, #507ea4), color-stop(15.4%, #507ea4), color-stop(15.4%, #77d0d7), color-stop(23.1%, #77d0d7), color-stop(23.1%, #dca857), color-stop(30.8%, #dca857), color-stop(30.8%, #e2bf00), color-stop(38.5%, #e2bf00), color-stop(38.5%, #e79e40), color-stop(46.2%, #e79e40), color-stop(46.2%, #b4866b), color-stop(53.9%, #b4866b), color-stop(53.9%, #a4b700), color-stop(61.6%, #a4b700), color-stop(61.6%, #ce5242), color-stop(69.3%, #ce5242), color-stop(69.3%, #666462), color-stop(77%, #666462), color-stop(77%, #f09199), color-stop(84.7%, #f09199), color-stop(84.7%, #38a1db), color-stop(92.4%, #38a1db), color-stop(92.4%, #47885e));
  background: -webkit-linear-gradient(left, #0d0d0d 7.7%, #507ea4 7.7%, #507ea4 15.4%, #77d0d7 15.4%, #77d0d7 23.1%, #dca857 23.1%, #dca857 30.8%, #e2bf00 30.8%, #e2bf00 38.5%, #e79e40 38.5%, #e79e40 46.2%, #b4866b 46.2%, #b4866b 53.9%, #a4b700 53.9%, #a4b700 61.6%, #ce5242 61.6%, #ce5242 69.3%, #666462 69.3%, #666462 77%, #f09199 77%, #f09199 84.7%, #38a1db 84.7%, #38a1db 92.4%, #47885e 92.4%);
  background: -o-linear-gradient(left, #0d0d0d 7.7%, #507ea4 7.7%, #507ea4 15.4%, #77d0d7 15.4%, #77d0d7 23.1%, #dca857 23.1%, #dca857 30.8%, #e2bf00 30.8%, #e2bf00 38.5%, #e79e40 38.5%, #e79e40 46.2%, #b4866b 46.2%, #b4866b 53.9%, #a4b700 53.9%, #a4b700 61.6%, #ce5242 61.6%, #ce5242 69.3%, #666462 69.3%, #666462 77%, #f09199 77%, #f09199 84.7%, #38a1db 84.7%, #38a1db 92.4%, #47885e 92.4%);
  background: linear-gradient(to right, #0d0d0d 7.7%, #507ea4 7.7%, #507ea4 15.4%, #77d0d7 15.4%, #77d0d7 23.1%, #dca857 23.1%, #dca857 30.8%, #e2bf00 30.8%, #e2bf00 38.5%, #e79e40 38.5%, #e79e40 46.2%, #b4866b 46.2%, #b4866b 53.9%, #a4b700 53.9%, #a4b700 61.6%, #ce5242 61.6%, #ce5242 69.3%, #666462 69.3%, #666462 77%, #f09199 77%, #f09199 84.7%, #38a1db 84.7%, #38a1db 92.4%, #47885e 92.4%);
}
.question-tree-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.7%, #47885e), color-stop(7.7%, #38a1db), color-stop(15.4%, #38a1db), color-stop(15.4%, #f09199), color-stop(23.1%, #f09199), color-stop(23.1%, #666462), color-stop(30.8%, #666462), color-stop(30.8%, #ce5242), color-stop(38.5%, #ce5242), color-stop(38.5%, #a4b700), color-stop(46.2%, #a4b700), color-stop(46.2%, #b4866b), color-stop(53.9%, #b4866b), color-stop(53.9%, #e79e40), color-stop(61.6%, #e79e40), color-stop(61.6%, #e2bf00), color-stop(69.3%, #e2bf00), color-stop(69.3%, #dca857), color-stop(77%, #dca857), color-stop(77%, #77d0d7), color-stop(84.7%, #77d0d7), color-stop(84.7%, #507ea4), color-stop(92.4%, #507ea4), color-stop(92.4%, #0d0d0d));
  background: -webkit-linear-gradient(left, #47885e 7.7%, #38a1db 7.7%, #38a1db 15.4%, #f09199 15.4%, #f09199 23.1%, #666462 23.1%, #666462 30.8%, #ce5242 30.8%, #ce5242 38.5%, #a4b700 38.5%, #a4b700 46.2%, #b4866b 46.2%, #b4866b 53.9%, #e79e40 53.9%, #e79e40 61.6%, #e2bf00 61.6%, #e2bf00 69.3%, #dca857 69.3%, #dca857 77%, #77d0d7 77%, #77d0d7 84.7%, #507ea4 84.7%, #507ea4 92.4%, #0d0d0d 92.4%);
  background: -o-linear-gradient(left, #47885e 7.7%, #38a1db 7.7%, #38a1db 15.4%, #f09199 15.4%, #f09199 23.1%, #666462 23.1%, #666462 30.8%, #ce5242 30.8%, #ce5242 38.5%, #a4b700 38.5%, #a4b700 46.2%, #b4866b 46.2%, #b4866b 53.9%, #e79e40 53.9%, #e79e40 61.6%, #e2bf00 61.6%, #e2bf00 69.3%, #dca857 69.3%, #dca857 77%, #77d0d7 77%, #77d0d7 84.7%, #507ea4 84.7%, #507ea4 92.4%, #0d0d0d 92.4%);
  background: linear-gradient(to right, #47885e 7.7%, #38a1db 7.7%, #38a1db 15.4%, #f09199 15.4%, #f09199 23.1%, #666462 23.1%, #666462 30.8%, #ce5242 30.8%, #ce5242 38.5%, #a4b700 38.5%, #a4b700 46.2%, #b4866b 46.2%, #b4866b 53.9%, #e79e40 53.9%, #e79e40 61.6%, #e2bf00 61.6%, #e2bf00 69.3%, #dca857 69.3%, #dca857 77%, #77d0d7 77%, #77d0d7 84.7%, #507ea4 84.7%, #507ea4 92.4%, #0d0d0d 92.4%);
}
.question-tree-content .question-tree-title {
  text-align: center;
  margin-bottom: 40px;
}
.question-tree-content .question-tree-title h2 {
  font-size: 3em;
}
.question-tree-content .question-tree-title h2 b:first-child {
  color: #e50012;
}
.question-tree-content .question-tree-title h2 b:nth-child(2) {
  color: #276ccb;
}
@media (max-width: 767px) {
  .question-tree-content .question-tree-title h2 {
    font-size: 1.5em;
  }
}
.question-tree-content .question-tree-title span {
  display: block;
  font-size: 1.125em;
}
.question-tree-content .question-wrap {
  padding: 100px 0;
  background: #ffebeb;
  text-align: center;
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap {
    padding: 40px 0;
  }
}
.question-tree-content .question-wrap .question-header span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 0 5px 5px;
  font-size: 0.95em;
  font-weight: bold;
  color: #fff;
  background: #afafaf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.question-tree-content .question-wrap .question-header span.active {
  background: #fff;
  color: #e50012;
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap .question-header span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 2px;
    font-size: 0.85em;
  }
}
.question-tree-content .question-wrap .question-content {
  padding: 90px 60px 55px;
  margin-top: 60px;
  background: #fff;
  position: relative;
  border: 4px solid #e50012;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap .question-content {
    padding: 60px 10px 10px;
  }
}
.question-tree-content .question-wrap .question-content .question-content-head {
  width: 100px;
  padding: 14.5px 5px;
  color: #e50012;
  background: #fff;
  font-size: 0.75em;
  font-weight: bold;
  border: 5px solid #e50012;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap .question-content .question-content-head {
    width: 90px;
  }
}
.question-tree-content .question-wrap .question-content .question-content-head .question-content-number {
  display: block;
  font-size: 3.33333333em;
  line-height: 1;
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap .question-content .question-content-head .question-content-number {
    font-size: 2.5em;
  }
}
.question-tree-content .question-wrap .question-content .question-title {
  font-size: 1.875em;
  margin: 0.8em 0;
}
.question-tree-content .question-wrap .question-content .question-title:before {
  content: 'Q.';
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap .question-content .question-title {
    font-size: 1.5em;
  }
}
.question-tree-content .question-wrap .question-content .question-button button {
  display: inline-block;
  font-size: 1.75em;
  font-weight: bold;
  border: 0;
  outline: 0;
  width: 270px;
  max-width: 100%;
  padding: 5px 30px;
  margin: 5px;
  position: relative;
  color: #fff;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  background-size: 18px auto!important;
}
@media (max-width: 767px) {
  .question-tree-content .question-wrap .question-content .question-button button {
    font-size: 1.25em;
    margin: 0;
    width: 48%;
  }
}
.question-tree-content .question-wrap .question-content .question-button button:after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-family: 'FontAwesome';
  font-size: 0.8em;
  font-weight: normal;
}
.question-tree-content .question-wrap .question-content .question-button button:first-child {
  background: #e50012 url(assets/img/icon/icon_yes.png) 15px center no-repeat;
  border: 3px solid #e50012;
}
.question-tree-content .question-wrap .question-content .question-button button:first-child:hover {
  background-color: #f36772;
  border-color: #f36772;
  box-shadow: inset 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 3px #fff;
  -webkit-box-shadow: inset 0 0 3px #fff;
  -ms-box-shadow: inset 0 0 3px #fff;
  -o-box-shadow: inset 0 0 3px #fff;
}
.question-tree-content .question-wrap .question-content .question-button button:last-child {
  background: #276ccb url(assets/img/icon/icon_no.png) 15px center no-repeat;
  border: 3px solid #276ccb;
}
.question-tree-content .question-wrap .question-content .question-button button:last-child:hover {
  background-color: #73a0dd;
  border-color: #73a0dd;
  box-shadow: inset 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 3px #fff;
  -webkit-box-shadow: inset 0 0 3px #fff;
  -ms-box-shadow: inset 0 0 3px #fff;
  -o-box-shadow: inset 0 0 3px #fff;
}
.question-tree-content .answer-top {
  padding: 80px 0 110px;
  background: #ffebeb;
}
@media (max-width: 767px) {
  .question-tree-content .answer-top {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .question-tree-content .answer-top .top {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .question-tree-content .answer-top .container {
    width: 954px;
  }
}
@media (min-width: 768px) {
  .question-tree-content .answer-top .img {
    float: left;
    padding-right: 20px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .question-tree-content .answer-top .img {
    text-align: center;
  }
}
.question-tree-content .answer-top .txt {
  padding: 30px 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .question-tree-content .answer-top .txt {
    float: right;
    width: 604px;
  }
}
@media (max-width: 767px) {
  .question-tree-content .answer-top .txt {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.question-tree-content .answer-top .txt h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .question-tree-content .answer-top .txt h4 {
    font-size: 1em;
  }
}
.question-tree-content .answer-top .txt h3 {
  font-size: 1.5em;
  margin-bottom: 0.6em;
}
.question-tree-content .answer-top .txt h3 b {
  color: #e50012;
  font-size: 1.66666667em;
}
@media (max-width: 767px) {
  .question-tree-content .answer-top .txt h3 {
    font-size: 1.25em;
  }
  .question-tree-content .answer-top .txt h3 b {
    font-size: 1.2em;
  }
}
.question-tree-content .answer-top .txt .advantages span {
  display: inline-block;
  vertical-align: top;
  padding: 5px 25px;
  font-size: 1.125em;
  font-weight: bold;
  background: #ffebeb;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #e50012;
}
@media (max-width: 767px) {
  .question-tree-content .answer-top .txt .advantages span {
    font-size: 0.9em;
    padding: 0 10px;
    margin: 0 5px 5px 0;
  }
}
.answer-row {
  padding: 40px 0;
}
.first-row.answer-row {
  background: #f7b2b7;
}
.second-row.answer-row {
  background: #ffd1c5;
}
.third-row.answer-row {
  background: #ffd4df;
}
.answer-row .box-wrap {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: url(assets/img/background/pattern_answer.jpg) repeat 0 0;
}
@media (max-width: 767px) {
  .answer-row .box-wrap {
    padding: 5px;
  }
}
.answer-row .box-wrap .inner {
  border: 1px solid #ffd2d6;
  padding: 55px 45px;
}
@media (max-width: 767px) {
  .answer-row .box-wrap .inner {
    padding: 10px;
  }
}
.answer-row .box-wrap .inner h3 {
  padding: 20px;
  font-size: 1.5em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .answer-row .box-wrap .inner h3 {
    padding: 5px;
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  .answer-row .box-wrap .inner h3 img {
    width: 70px;
  }
}
.first-row.answer-row .box-wrap .inner h3 {
  color: #e50012;
  background: rgba(234, 40, 56, 0.1);
}
.second-row.answer-row .box-wrap .inner h3 {
  color: #ff593e;
  background: rgba(255, 103, 62, 0.1);
}
.third-row.answer-row .box-wrap .inner h3 {
  color: #ff7095;
  background: rgba(255, 112, 149, 0.1);
}
@media (min-width: 768px) {
  .answer-row .box-wrap .inner .img {
    width: 380px;
    float: left;
  }
}
@media (max-width: 767px) {
  .answer-row .box-wrap .inner .img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.answer-row .box-wrap .inner .img img {
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #e9e9e9;
}
@media (min-width: 768px) {
  .answer-row .box-wrap .inner .txt {
    width: 505px;
    float: right;
  }
}
.answer-row .box-wrap .inner .txt p {
  line-height: 44px;
  background: url(assets/img/background/text_line.png) repeat 0 0;
  padding-bottom: 1px;
}
.answer-row .box-wrap .inner .txt .button {
  display: block;
  padding: 10px 25px;
  color: #fff;
  position: relative;
  font-size: 0.875em;
  text-align: center;
  margin-top: 35px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.first-row.answer-row .box-wrap .inner .txt .button {
  background: #e50012;
}
.second-row.answer-row .box-wrap .inner .txt .button {
  background: #ff593e;
}
.third-row.answer-row .box-wrap .inner .txt .button {
  background: #ff7095;
}
.answer-row .box-wrap .inner .txt .button:after {
  content: "\f105";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-family: 'FontAwesome';
}
.answer-row .box-wrap .inner .txt .button:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.answer-advice {
  padding: 40px 0;
  background: #fff5ef;
}
.answer-advice .box-wrap {
  border: 1px solid #fc9b2b;
  padding: 50px 70px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: url(assets/img/background/pattern_answer.jpg) repeat 0 0;
}
@media (max-width: 767px) {
  .answer-advice .box-wrap {
    padding: 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
.answer-advice h3 {
  font-size: 1.5em;
  color: #ff6600;
  padding-left: 50px;
  background: url(assets/img/icon/icon_advice.png) no-repeat left center;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .answer-advice h3 {
    font-size: 1.25em;
    padding-left: 40px;
  }
}
.answer-share {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .answer-share {
    padding: 40px 0;
  }
}
.answer-share h4 {
  display: inline-block;
  padding: 0 15px;
  font-size: 0.875em;
  text-transform: uppercase;
  background: url(assets/img/icon/dotted_left.png) no-repeat left center, url(assets/img/icon/dotted_right.png) no-repeat right center;
}
.answer-share h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .answer-share h3 {
    font-size: 1.25em;
  }
}
.answer-share ul li {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 767px) {
  .answer-share ul li {
    margin: 5px;
  }
}
.answer-share .answer-btn {
  text-align: center;
  margin-top: 30px;
}
.answer-share .answer-btn a {
  display: inline-block;
  padding: 7px 55px;
  color: #fff;
  position: relative;
  font-size: 1.5em;
  text-align: center;
  background: #e50012;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.answer-share .answer-btn a:after {
  content: "\f105";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-family: 'FontAwesome';
}
.answer-share .answer-btn a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .answer-share .answer-btn a {
    font-size: 1.25em;
  }
}
.jobtype-wrap {
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .jobtype-wrap > img {
    position: relative;
    left: 50%;
    max-width: inherit;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
.jobtype-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7.7%, #47885e), color-stop(7.7%, #38a1db), color-stop(15.4%, #38a1db), color-stop(15.4%, #f09199), color-stop(23.1%, #f09199), color-stop(23.1%, #666462), color-stop(30.8%, #666462), color-stop(30.8%, #ce5242), color-stop(38.5%, #ce5242), color-stop(38.5%, #a4b700), color-stop(46.2%, #a4b700), color-stop(46.2%, #b4866b), color-stop(53.9%, #b4866b), color-stop(53.9%, #e79e40), color-stop(61.6%, #e79e40), color-stop(61.6%, #e2bf00), color-stop(69.3%, #e2bf00), color-stop(69.3%, #dca857), color-stop(77%, #dca857), color-stop(77%, #77d0d7), color-stop(84.7%, #77d0d7), color-stop(84.7%, #507ea4), color-stop(92.4%, #507ea4), color-stop(92.4%, #0d0d0d));
  background: -webkit-linear-gradient(left, #47885e 7.7%, #38a1db 7.7%, #38a1db 15.4%, #f09199 15.4%, #f09199 23.1%, #666462 23.1%, #666462 30.8%, #ce5242 30.8%, #ce5242 38.5%, #a4b700 38.5%, #a4b700 46.2%, #b4866b 46.2%, #b4866b 53.9%, #e79e40 53.9%, #e79e40 61.6%, #e2bf00 61.6%, #e2bf00 69.3%, #dca857 69.3%, #dca857 77%, #77d0d7 77%, #77d0d7 84.7%, #507ea4 84.7%, #507ea4 92.4%, #0d0d0d 92.4%);
  background: -o-linear-gradient(left, #47885e 7.7%, #38a1db 7.7%, #38a1db 15.4%, #f09199 15.4%, #f09199 23.1%, #666462 23.1%, #666462 30.8%, #ce5242 30.8%, #ce5242 38.5%, #a4b700 38.5%, #a4b700 46.2%, #b4866b 46.2%, #b4866b 53.9%, #e79e40 53.9%, #e79e40 61.6%, #e2bf00 61.6%, #e2bf00 69.3%, #dca857 69.3%, #dca857 77%, #77d0d7 77%, #77d0d7 84.7%, #507ea4 84.7%, #507ea4 92.4%, #0d0d0d 92.4%);
  background: linear-gradient(to right, #47885e 7.7%, #38a1db 7.7%, #38a1db 15.4%, #f09199 15.4%, #f09199 23.1%, #666462 23.1%, #666462 30.8%, #ce5242 30.8%, #ce5242 38.5%, #a4b700 38.5%, #a4b700 46.2%, #b4866b 46.2%, #b4866b 53.9%, #e79e40 53.9%, #e79e40 61.6%, #e2bf00 61.6%, #e2bf00 69.3%, #dca857 69.3%, #dca857 77%, #77d0d7 77%, #77d0d7 84.7%, #507ea4 84.7%, #507ea4 92.4%, #0d0d0d 92.4%);
}
.jobtype-wrap .ttl {
  width: 536px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-align: center;
}
@media (max-width: 767px) {
  .jobtype-wrap .ttl {
    width: 80%;
    padding-top: 50px;
  }
}
.jobtype-wrap .ttl a {
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  padding: 2.5% 50px;
  width: 90%;
  margin-top: 3.1%;
  color: #fff;
  background: #e50012;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.jobtype-wrap .ttl a b {
  font-size: 3em;
  display: block;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}
.jobtype-wrap .ttl a:after {
  content: "\f105";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-family: 'FontAwesome';
  font-size: 3em;
}
.jobtype-wrap .ttl a:hover {
  background: #ff4c5a;
}
@media (max-width: 767px) {
  .jobtype-wrap .ttl a {
    margin-top: 10px;
    padding: 10px 30px;
  }
  .jobtype-wrap .ttl a b {
    font-size: 1.6em;
  }
  .jobtype-wrap .ttl a:after {
    right: 15px;
    font-size: 2em;
  }
}

/*# sourceMappingURL=style.css.map */