/* Scss Document */
.contents {
  margin: 0 auto;
  width: 88%;
}

img {
  width: 100%;
}

.sp_on {
  display: none;
}

.mv {
  background-color: #3372FF;
  padding: 50px 20px 0 0;
  height: 90vh;
  display: table;
  width: 100%;
  overflow-y: hidden;
}
.mv .wrap {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 40%;
  padding: 50px 40px 0 6%;
  box-sizing: border-box;
  color: #fff;
}
.mv .wrap .sub {
  font-family: Roboto;
  font-size: 1.3rem;
  margin-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.mv .wrap .line {
  display: table;
  width: 80px;
  height: 5px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.mv .wrap .line p {
  display: table-cell;
  width: 50%;
  height: 100%;
}
.mv .wrap .line .orange {
  background-color: #FF5205;
}
.mv .wrap .line .white {
  background-color: #FFF;
}
.mv .wrap h2 {
  font-size: 2.3rem;
  line-height: 2.3rem;
  margin-bottom: 25px;
  font-weight: bold;
}
.mv .wrap .text {
  font-size: 1.05rem;
  line-height: 1.7rem;
}
.mv .wrap figure {
  width: 36%;
  margin: 30px auto 0;
}
.mv .slide {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 60%;
  position: relative;
}
.mv .slide:after {
  content: "";
  display: block;
  clear: both;
}

.theme h2 {
  position: relative;
  font-size: 1.2rem;
  height: 60px;
  padding-top: 17px;
  display: block;
  width: 25%;
  margin: 30px auto 0px;
  color: #444;
  font-weight: bold;
  text-align: center;
}
.theme h2:before, .theme h2:after {
  content: "";
  width: 20px;
  height: 25px;
  position: absolute;
  display: inline-block;
}
.theme h2:before {
  border-left: solid 3px #DB4022;
  border-top: solid 3px #DB4022;
  top: 0;
  left: 0;
}
.theme h2:after {
  border-right: solid 3px #DB4022;
  border-bottom: solid 3px #DB4022;
  bottom: 0;
  right: 0;
}
.theme p.sub {
  font-family: Roboto;
  width: 25%;
  text-align: center;
  margin: 0 auto 40px;
  color: #9B9349;
}
.theme p.jp {
  font-family: Kosugi Maru;
}

.news {
  background-color: #F3FFFE;
  padding: 70px 0;
}
.news .wrap {
  display: table;
  width: 82%;
  margin: 0 auto;
}
.news .wrap .title {
  display: table-cell;
  vertical-align: middle;
  width: 27%;
}
.news .wrap .list {
  display: table-cell;
  vertical-align: top;
  width: 73%;
}
.news h2 {
  width: 75%;
}
.news p.sub {
  width: 75%;
}
.news ul {
  display: table;
  width: 100%;
  width: 100%;
  margin: 0 auto;
}
.news li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.3%;
  padding-left: 20px;
}
.news figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.news img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.news img:hover {
  transform: scale(1.05);
  opacity: 0.85;
}
.news .date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 10px;
  font-family: Roboto;
}
.news h3 {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6rem;
}
.news h3 span {
  color: #1582CC;
  font-size: 1.125rem;
  font-weight: bold;
}

.policy {
  position: relative;
  padding-top: 150px;
  margin-bottom: 50px;
}
.policy .back-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.policy .back-img img {
  width: 100%;
}
.policy .wrap {
  display: table;
  width: 86%;
  margin: 0px auto 0;
  z-index: 1;
}
.policy .wrap .text-box {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 53%;
  background-color: #FFF;
  padding: 50px 40px 0;
}
.policy .wrap .pic {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 47%;
  z-index: 10;
}
.policy .wrap .sub {
  font-size: 1rem;
  font-weight: bold;
  color: #FF5205;
  margin-bottom: 15px;
}
.policy .wrap h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.2rem;
  margin-bottom: 15px;
}
.policy .wrap p.text {
  font-size: 1rem;
  line-height: 1.8rem;
  color: #444;
}
.policy .text-box h3 {
  font-size: 1.1rem;
  color: #444;
  font-weight: bold;
  padding-left: 45px;
  min-height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.policy .text-box h3 .highlight {
  color: #FF5205;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.policy .text-box h3 .his {
  font-size: 1.3rem;
  color: #005DA8;
}
.policy .text-box .q {
  background-image: url(../img/q.jpg);
}
.policy .text-box .a {
  background-image: url(../img/a.jpg);
}
.policy .question ul {
  display: table;
  width: 95%;
  margin: 10px auto 30px;
}
.policy .question li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 15px;
  width: 33.3%;
  height: 100%;
  box-sizing: border-box;
}
.policy .question .box {
  border-radius: 50%;
  color: #FFF;
  font-size: 1.05rem;
  text-align: center;
  width: 150px;
  height: 150px;
  line-height: 1.75rem;
  padding-top: 35px;
}
.policy .question .box span {
  font-size: 0.85rem;
}
.policy .gradetion {
  background: linear-gradient(-225deg, #f54b17 50%, #faa433 80%);
}
.policy .solution h4 {
  color: #1582CC;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 20px 0 25px;
}
.policy .solution h4 span {
  background-color: #1582CC;
  color: #FFF;
  font-size: 1rem;
  padding: 6px 10px;
  margin: 0px 5px;
  border-radius: 3px;
  text-align: center;
}
.policy .solution li {
  font-size: 0.925rem;
  color: #444;
  padding-left: 20px;
  background-image: url(../../../library/img/tour/check.png);
  background-size: 16px 16px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding-top: 0px;
  height: 20px;
}
.policy .solution li span {
  color: #FF5205;
  font-size: 1rem;
  font-weight: bold;
}

.accordion {
  width: 100%;
  margin-bottom: 10px;
}
.accordion .accordion-title {
  display: table;
  width: 100%;
}
.accordion .title {
  display: table-cell;
  vertical-align: bottom;
  width: 93%;
}
.accordion h5 {
  font-size: 16px;
  font-weight: 900;
  color: #111;
  padding: 15px 10px;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
  border-bottom: 2px #ccc solid;
  transition: transform 1s;
}
.accordion h5::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FF5205;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.7s;
  overflow: hidden;
}
.accordion h5:hover {
  color: #FF5205;
}
.accordion h5:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.accordion .icons {
  width: 7%;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.7s;
  border-bottom: #FF5205 2px solid;
}
.accordion .toggle-content {
  display: none;
  padding: 25px 0 10px 15px;
  box-sizing: border-box;
}
.accordion .fa {
  font-size: 14px;
  color: #FF5205;
  width: 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.2s;
}
.accordion .fa-plus {
  transform: rotate(0deg);
}
.accordion .icons .fa-minus {
  opacity: 0;
}
.accordion.active .toggle-content {
  display: block;
}
.accordion.active .fa-minus {
  transform: rotate(-45deg);
}
.accordion.active .fa-plus {
  transform: rotate(-45deg);
}
.accordion.active h5 {
  color: #FF5205;
}
.accordion.active h5::after {
  transform: scale(1, 1);
}
.accordion .lazer {
  margin: 25px 0 5px;
  width: 50%;
}

.lazer {
  display: block;
  margin: 10px auto 0;
  padding: 8px 0;
  width: 60%;
  background-color: #FFFFFF;
  font-weight: bold;
  color: #156AFF;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0.2s ease-in-out;
  font-size: 0.925rem;
  cursor: pointer;
}
.lazer:active {
  background: rgba(255, 255, 255, 0.5);
}
.lazer:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #156AFF;
  position: absolute;
  top: -1px;
  right: 0;
  transition: 0.2s ease-in-out 0.2s;
}
.lazer:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #156AFF;
  position: absolute;
  bottom: 0;
  right: -1px;
  transition: 0.2s ease-in-out 0.3s;
}
.lazer span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #156AFF;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.2s ease-in-out 0.4s;
}
.lazer span:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #156AFF;
  position: absolute;
  top: 0;
  left: -1px;
  transition: 0.2s ease-in-out;
}
.lazer:hover span:after {
  height: 0;
}
.lazer:hover:before {
  width: 0;
}
.lazer:hover:after {
  height: 0;
}
.lazer:hover span:before {
  height: 5px;
}

.service {
  padding: 80px 0;
}
.service .content_new ul::after {
  content: "";
  display: block;
  clear: both;
}
.service .content_new li {
  width: 50%;
  height: 200px;
  float: left;
  padding-left: 20px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.service .content_new .wrap {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
  display: table;
  width: 100%;
}
.service .content_new li:nth-child(5) .wrap, .service .content_new li:nth-child(6) .wrap {
  border-bottom: 0px solid #aaa;
  padding-bottom: 0px;
}
.service .content_new .pic {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 45%;
}
.service .content_new .discription {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 55%;
  padding-left: 15px;
  padding-top: 10px;
  box-sizing: border-box;
}
.service .content_new h4 {
  border-left: 7px solid #FF5205;
  padding: 3px 0 3px 8px;
  font-weight: bold;
  color: #156AFF;
  font-size: 1rem;
  margin-bottom: 8px;
}
.service .content_new .text {
  font-size: 0.925rem;
  line-height: 1.4rem;
  color: #444;
}

.service {
  position: relative;
  overflow-x: hidden;
}
.service .detail {
  position: fixed;
  top: 0px;
  right: -58%;
  background: #FFFFEE;
  width: 58%;
  height: 80vh;
  transition: 0.7s ease-in-out;
  z-index: 100010;
}
.service .wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.service .close {
  position: absolute;
  color: #DB4022;
  font-size: 1.2rem;
  right: 20px;
  top: 20px;
  width: 35px;
  z-index: 20;
  cursor: pointer;
}
.service .close figure {
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.service .close figure:hover {
  transform: scale(1.1);
}
.service .close img {
  width: 100%;
}
.service .link-list {
  width: 22%;
  position: absolute;
  bottom: 8%;
  left: 35%;
}
.service .link-list .left {
  position: absolute;
  left: 20%;
  top: 0;
  width: 35px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.service .link-list .left:hover {
  transform: translateX(-3px);
}
.service .link-list .right {
  position: absolute;
  right: 20%;
  top: 0;
  width: 35px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.service .link-list .right:hover {
  transform: translateX(3px);
}
.service h5 {
  color: #444;
  font-size: 1.2rem;
  font-weight: bold;
  border-left: 5px #FF5205 solid;
  padding: 5px 0 5px 10px;
  margin-bottom: 15px;
}
.service .overview {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.service .overview figure {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 30%;
}
.service .overview .text {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 70%;
  padding: 5px 0px 0 20px;
  font-size: 0.95rem;
  line-height: 1.6rem;
  color: #444;
}
.service dl {
  display: table;
  width: 100%;
  background-color: #FFF;
}
.service dt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 23%;
  font-size: 0.925rem;
  line-height: 1.4rem;
  color: #FF5205;
  border-left: 2px #FF5205 solid;
  border-bottom: 1px #FF5205 solid;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
}
.service dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 77%;
  font-size: 0.9rem;
  line-height: 1.45rem;
  color: #444;
  padding: 7px 12px;
  box-sizing: border-box;
  border-right: 2px #FF5205 solid;
  border-bottom: 1px #FF5205 solid;
  border-left: 1px solid #aaa;
}
.service .first {
  margin-top: 20px;
}
.service .first dt, .service .first dd {
  border-top: 2px #FF5205 solid;
}

.detail1, .detail2, .detail3, .detail4, .detail5, .detail6, .detail7 {
  background-color: #FFFFEE;
  width: 100%;
  height: 650px;
  opacity: 0;
  padding: 30px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.open1 .detail, .open2 .detail, .open3 .detail, .open4 .detail, .open5 .detail, .open6 .detail, .open7 .detail {
  /* #global-nav top + #mobile-head height */
  transform: translateX(-100%);
}

.open1 .detail1, .open2 .detail2, .open3 .detail3, .open4 .detail4, .open5 .detail5, .open6 .detail6, .open7 .detail7 {
  opacity: 1;
  z-index: 10;
}

.performance {
  padding: 70px 0;
  background-color: #B8E9FF;
}
.performance ul {
  display: table;
  width: 100%;
  width: 88%;
  margin: 0 auto 20px;
}
.performance li {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
}
.performance .box {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.performance .box * {
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.performance .box:after {
  background: #ffffff;
  width: 135%;
  height: 150%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  transform: skew(-45deg) scaleX(0);
  transition: all 0.6s ease-in-out;
}
.performance .box h3 {
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 160px;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  font-family: dart;
  opacity: 1;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.performance .box .arrows {
  position: absolute;
  top: 220px;
  left: 43%;
  width: 7%;
  opacity: 1;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.performance .box .wrap {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  transform: translateY(-10%);
  z-index: 1;
}
.performance .box .detail {
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.performance .box h4, .performance .box p, .performance .box .pic {
  opacity: 0;
  position: absolute;
}
.performance .box h4 {
  display: inline-block;
  font-weight: 400;
  position: absolute;
  top: 58%;
  left: 5%;
  width: 95%;
  color: #444;
  font-size: 1.3rem;
  color: #156AFF;
}
.performance .box p.text {
  font-size: 0.925em;
  line-height: 1.55rem;
  position: absolute;
  top: 67%;
  left: 5%;
  width: 83%;
  color: #444;
}
.performance .box p.subs {
  position: absolute;
  top: 44%;
  left: 5%;
  color: #FF5205;
  font-size: 1.15rem;
  font-weight: bold;
  font-family: dart;
  display: inline-block;
  border-bottom: #FF5205 2px solid;
  padding-bottom: 8px;
  font-weight: bold;
}
.performance .box .pic {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 45%;
  border: 1px solid #aaa;
  padding: 5px;
  background-color: #FFF;
  z-index: 10;
  box-shadow: 2px 2px 1px 1px #aaa;
}
.performance .box:hover:after, .performance .box.hover:after {
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms;
}
.performance .box:hover h3, .performance .box.hover h3 {
  opacity: 0;
}
.performance .box:hover h4, .performance .box.hover h4 {
  opacity: 1;
}
.performance .box:hover p, .performance .box.hover p {
  opacity: 1;
}
.performance .box:hover .pic, .performance .box.hover .pic {
  opacity: 1;
}
.performance .box:hover .arrows, .performance .box.hover .arrows {
  opacity: 0;
}

.tabs {
  display: table;
  position: relative;
  width: 88%;
  height: 660px;
  margin: 0px auto;
}
.tabs .list {
  display: table-cell;
  width: 31%;
  vertical-align: top;
}
.tabs .content_new {
  display: table-cell;
  width: 69%;
  vertical-align: top;
  position: relative;
  height: 660px;
  z-index: 5;
  overflow: hidden;
  border: #aaa 1px solid;
  border-left: #FFF 0px solid;
}
.tabs .title-list {
  position: relative;
  width: 100%;
  height: 220px;
}
.tabs .title-list .subs {
  font-family: Roboto;
  font-size: 1.1rem;
  margin: 10px 0 15px;
  font-weight: bold;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  opacity: 0;
  color: #444;
}
.tabs .title-list .line {
  display: table;
  width: 80px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 2px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  opacity: 0;
}
.tabs .title-list .line p {
  display: table-cell;
  width: 50%;
  height: 100%;
}
.tabs .title-list .line .orange {
  background-color: #FF5205;
}
.tabs .title-list .line .blue {
  background-color: #156AFF;
}
.tabs .title-list h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  color: #FFF;
}
.tabs .title-list .text {
  font-size: 1rem;
  color: #444;
  line-height: 1.7rem;
  margin-bottom: 25px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  opacity: 0;
}
.tabs .title-list .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tabs .title-list .arrows {
  position: absolute;
  top: 140px;
  left: 42%;
  width: 10%;
}
.tabs .title-list .arrows-sp {
  display: none;
}

.tabs input {
  z-index: 500;
  height: 220px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  position: relative;
}
.tabs label {
  background: none;
  height: 100%;
  width: 100%;
  padding: 15px 15px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  border: #aaa 1px solid;
  border-left: 0px solid #aaa;
  border-bottom: #FFFFFF 1px solid;
  transition: 0.3s ease-in-out;
}
.tabs label::after {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 5px;
  height: 220px;
  background: #FF5205;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.7s;
  overflow: hidden;
}
.tabs input:hover + label::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.tabs input:checked + label::after {
  transform: scale(1, 1);
}
.tabs input:hover + label {
  background: #FFFCF3;
  cursor: pointer;
  border: 1px solid #aaa;
  border-left: 0px solid #aaa;
}
.tabs input:hover + label h3 {
  color: #444;
}
.tabs input:hover + label .subs {
  opacity: 1;
}
.tabs input:hover + label .line {
  opacity: 1;
}
.tabs input:hover + label .text {
  opacity: 1;
}
.tabs label:first-of-type {
  z-index: 6;
}
.tabs .tab-label-2 {
  z-index: 5;
}
.tabs .tab-label-3 {
  z-index: 4;
}
.tabs input:checked + label {
  background: #fff;
  z-index: 6;
  border: 1px solid #aaa;
  border-right: 1px solid #fff;
  border-left: #FF5205 0px solid;
  animation: page 0.2s linear;
  padding-left: 30px;
}
.tabs input:checked + label h3 {
  color: #156AFF;
}
.tabs input:checked + label .subs {
  opacity: 1;
  color: #444;
}
.tabs input:checked + label .line {
  opacity: 1;
}
.tabs input:checked + label .text {
  opacity: 1;
}

.content_new div.wraps {
  position: absolute;
  top: 0;
  padding: 20px;
  z-index: 1;
  opacity: 0;
  transition: all linear 0.3s;
  width: 100%;
  height: 690px;
  box-sizing: border-box;
}

.content-1, .content-3, content-5 {
  transform: translateX(-500px);
}

.content-2, .content-4, .content-6 {
  transform: translateX(500px);
}

.content_new div.viewed {
  transform: translateX(0px);
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all ease-out 0.2s 0.1s;
  -moz-transition: all ease-out 0.2s 0.1s;
  -o-transition: all ease-out 0.2s 0.1s;
  -ms-transition: all ease-out 0.2s 0.1s;
}

.staff {
  background-color: #FFFFF0;
  padding: 80px 0;
}
.staff article {
  width: 88%;
  margin: 0 auto 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #aaa;
}
.staff .category {
  display: table;
  width: 72%;
  background-color: #156AFF;
  margin: 15px auto 50px;
  box-shadow: 2px 2px 2px 2px #aaa;
  border-radius: 0 10px 0 0;
}
.staff .category h3 {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  font-size: 1.2rem;
  background-color: #FFF;
  color: #156AFF;
  font-weight: bold;
  padding: 0px;
  border-bottom: #156AFF 5px solid;
  border-radius: 0px 0px 25px 0;
  text-align: center;
}
.staff .category .discription {
  display: table-cell;
  vertical-align: bottom;
  width: 65%;
  text-align: right;
  font-size: 0.925rem;
  line-height: 1.55rem;
  color: #FFF;
  padding: 8px 15px;
}
.staff ul {
  display: table;
  width: 100%;
}
.staff li.person {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 25px 30px;
}
.staff li.person .wrap {
  position: relative;
}
.staff li.person figure {
  width: 68%;
  display: inline-block;
  padding-left: 20px;
}
.staff li.person h4 {
  position: absolute;
  top: 65px;
  right: 10px;
  font-size: 1.35rem;
  color: #156AFF;
  text-align: right;
  width: 60%;
  font-weight: bold;
}
.staff li.person p.sub {
  position: absolute;
  top: 95px;
  right: 10px;
  font-size: 0.9rem;
  font-family: Roboto;
  color: #9B9349;
  text-align: right;
  width: 60%;
}
.staff li.person ul {
  display: block;
}
.staff li.person .flag li {
  position: absolute;
  top: 120px;
  width: 25px;
  z-index: 20;
}
.staff li.person .flag li:nth-child(1) {
  right: 10px;
}
.staff li.person .flag li:nth-child(2) {
  right: 40px;
}
.staff li.person .flag li:nth-child(3) {
  right: 70px;
}

.profire {
  border-top: 5px solid #156AFF;
  border-left: 1px solid #888;
  padding: 20px 18px 10px;
  box-sizing: border-box;
  box-shadow: 3px 3px 2px 2px #aaa;
  background-color: #FFF;
  width: 100%;
}
.profire .title {
  display: table;
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.profire .position {
  font-size: 1.05rem;
  color: #444;
  font-weight: bold;
  display: table-cell;
  width: 78%;
}
.profire .position span {
  font-size: 0.95rem;
  padding-left: 5px;
}
.profire .menu {
  display: table-cell;
  width: 22%;
  font-size: 0.9rem;
  background-color: #FF5205;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.profire .menu:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 12%;
  top: 7%;
  bottom: 15%;
  margin: auto;
  transition: all 0.2s;
}
.profire .list {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s;
}
.profire dl {
  margin-bottom: 13px;
}
.profire dt {
  color: #FF5205;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.profire dd {
  color: #444;
  font-size: 0.925rem;
}
.profire ul {
  margin-top: 12px;
  height: 100px;
}
.profire li {
  background-image: url(../img/check.jpg);
  background-repeat: no-repeat;
  min-height: 16px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-top: 1px;
}
.profire li:last-child {
  margin-bottom: 0px;
}

.opens .menu:after {
  transform: rotate(-45deg);
  position: absolute;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.opens .list {
  max-height: 300px;
}/*# sourceMappingURL=style.css.map */