@charset "UTF-8";
.access_text {
  background-color: #005700;
  color: #fff;
}

.f_top {
  background-color: #00294D;
}

.display--sp {
  display: none;
}

@media only screen and (max-width: 960px) {
  .display--sp {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .display--pc {
    display: none;
  }
}

.title--alert {
  color: #005700;
}

.section {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .section {
    margin-top: 60px;
  }
}

.section__title {
  border-bottom: none !important;
  color: #252525;
  font-size: 28px !important;
  font-weight: bold;
}

.page__title {
  border-bottom: none !important;
  font-family: 'Roboto', sans-serif;
  font-size: 3vw !important;
  font-weight: 700;
  margin-bottom: 40px !important;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page__title {
    font-size: 6vw !important;
  }
}

.page__title span {
  display: block;
  font-size: 1.2vw;
}

@media only screen and (max-width: 767px) {
  .page__title span {
    font-size: 2.5vw;
  }
}

.main {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .main {
    padding-bottom: 70px;
  }
}

.button {
  -webkit-perspective: 300px;
  -webkit-transform-style: preserve-3d;
  border: 2px solid #2e2e2e;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  height: 54px;
  line-height: 50px;
  margin: 1em auto 6em;
  outline: none;
  perspective: 300px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
  width: 300px;
  z-index: 2;
}

.button:hover {
  color: #00294d;
}

.button::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.button::after {
  -webkit-transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s;
  background: #00294d;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotateX(0);
  transform-origin: center bottom;
  transition: all .3s;
  width: 100%;
  z-index: -1;
}

.button,
.button::before {
  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s;
  background: #fff;
  box-sizing: border-box;
  transition: all .3s;
}

.button:hover::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

div.concept_text p.more a.button {
  margin-bottom: 3em;
}

.top-header-image {
  -o-object-fit: cover;
  max-height: 780px;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .top-header-image {
    max-height: 300px;
  }
}

@media only screen and (max-width: 648px) {
  .top-header-image {
    max-height: 200px;
  }
}

.top-header-title {
  -webkit-transform: translateY(-50%);
  background-color: #00294D;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 10%;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .top-header-title {
    font-size: 14px;
    left: 5%;
  }
}

.content__flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .content__flex--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.content__img {
  margin: 0;
  width: 42%;
}

@media only screen and (max-width: 767px) {
  .content__img {
    width: 100%;
  }
}

.content__img img {
  width: 100%;
}

.content__wrapper {
  width: 54%;
}

@media only screen and (max-width: 767px) {
  .content__wrapper {
    margin-top: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .content__box {
    margin-top: 10px;
  }
}

.content__box + .content__box {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .content__box + .content__box {
    margin-top: 0;
  }
}

.content__title {
  border-bottom: 1px solid #333333;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}

.content__title--center {
  background-color: #1DAE7F;
  color: #fff !important;
  font-size: 36px !important;
  margin: 0 calc(50% - 50vw) 20px !important;
  padding: 40px 0 !important;
  position: relative;
  text-align: center;
  width: 100vw;
}

.content__title--center::after {
  -webkit-transform: translateY(-50%);
  background: url(../../images/olive.png) no-repeat;
  background-size: contain;
  content: '';
  height: 80px;
  position: absolute;
  right: 28%;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}

@media only screen and (max-width: 960px) {
  .content__title--center::after {
    right: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .content__title--center::after {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (max-width: 648px) {
  .content__title--center::after {
    right: 3%;
  }
}

@media only screen and (max-width: 767px) {
  .content__title--center {
    font-size: 28px !important;
    padding: 24px 0 !important;
  }
}

.content__text {
  margin-top: 5px;
  padding-left: 20px !important;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .content__text {
    padding-left: 12px !important;
  }
}

.content__text + .content__text {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .content__text + .content__text {
    margin-top: 0;
  }
}

.content__text::after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333333;
  border-top: 6px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 10px;
}

.content__block {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .content__block {
    margin-top: 0;
  }
}

.content--bg {
  -webkit-transform: translateX(-50%);
  background-size: cover;
  left: 50%;
  margin-top: 80px;
  padding: 20vh 0;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}

@media only screen and (max-width: 767px) {
  .content--bg {
    padding: 12vh 0;
  }
}

.fnav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.fnav__list a {
  color: #fff;
}

.fnav__item {
  position: relative;
}

.fnav__item::after {
  -webkit-transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 7px;
  left: -20px;
  left: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}

.fnav__item + .fnav__item__item {
  margin-top: 20px;
}

.fnav__item a:hover {
  color: #fff;
  opacity: .7;
}

.footer__inner {
  max-width: 800px;
  padding: 0 1em;
}

.footer__block {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
@media only screen and (max-width: 767px) {
  .footer__content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}*/

.footer__logo {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 50%;
  }
}

@media only screen and (max-width: 648px) {
  .footer__logo {
    width: 100%;
  }
}

.footer__button {
  margin-top: 6em;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .footer__button {
    margin-left: 1em;
    margin-top: 0;
  }
}

.interview__text--point {
  font-weight: 700 !important;
}

.interview__text--normal {
  font-weight: 400 !important;
}

.parent img {
  width: 100%;
}

.parent__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8em;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .parent__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.parent--half {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 5% 6em;
  width: 50%;
}

@media only screen and (max-width: 960px) {
  .parent--half {
    padding: 31.1046511% 0 0;
    width: 100%;
  }
}

.parent--half01 {
  -webkit-transition: background-image 1s;
  background-image: url(../../images/top_faq_mq.png);
  transition: background-image 1s;
}

.parent--half01:hover {
  background-image: url(../../images/top_faq.png);
}

.parent--half02 {
  -webkit-transition: background-image 1s;
  background-image: url(../../images/top_contact_mq.png);
  transition: background-image 1s;
}

.parent--half02:hover {
  background-image: url(../../images/top_contact.jpeg);
}

.parent--common {
  -webkit-transition: background-image 1s;
  background-size: cover;
  padding: 8em 5%;
  transition: background-image 1s;
}

.parent--recruit {
  background-image: url(../../images/top_recruit.png);
}

.parent--recruit:hover {
  background-image: url(../../images/top_recruit01.png);
}

.parent__content {
  color: #fff;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体";
  font-size: 1.5em;
}

@media only screen and (max-width: 960px) {
  .parent__content {
    color: #333;
    font-size: 16px;
    padding-bottom: 30px;
  }
}

.parent__title {
  font-size: 1.5em;
  font-weight: 700;
  text-shadow: 0 1px 1px #333;
}

@media only screen and (max-width: 960px) {
  .parent__title {
    font-size: 16px;
  }
}

.parent__title--sub {
  padding-bottom: .5em;
}

@media only screen and (max-width: 960px) {
  .parent__title--sub {
    padding-bottom: 0;
  }
}

.parent__lead {
  font-size: .75em;
}

.parent__button {
  margin-top: 2em;
}

@media only screen and (max-width: 960px) {
  .parent__button {
    margin: 0;
    text-align: center;
  }
}

.about--bg01 {
  background-image: url(../../images/page-header.png);
  background-position: bottom !important;
}

.about__inner {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.about__img {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  .about__img {
    width: 100%;
  }
}

.about__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  border: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: .5% !important;
}

.about__dt {
  width: 24%;
}

.about__dd {
  width: 74%;
}

.about--position {
  margin-top: 20px;
  padding-bottom: 40px;
}

.about__tab {
  margin: 0 !important;
  width: 18.5%;
}

@media only screen and (max-width: 767px) {
  .about__tab {
    font-size: 12px;
    height: 76px;
    margin-top: 20px !important;
    padding: .5em;
    width: 30%;
  }
}

.about--more {
  font-size: 14px !important;
}

.about__box {
  padding-bottom: 40px;
}

.access {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.access--abnormal {
  margin-top: 60px;
}

.access__items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .access__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.access__item {
  width: calc( 33.333% - 60px / 3);
  /* itemの一段目にmt30を付けたくなければ */
  /* itemの左1列目にml30を付けたくなければ */
}

@media only screen and (max-width: 767px) {
  .access__item {
    margin: 30px auto 0;
    width: 80%;
  }
}

@media only screen and (max-width: 648px) {
  .access__item {
    width: 100%;
  }
}

.access__item:nth-child(n+4) {
  margin-top: 30px;
}

.access__item:not(:nth-child(3n+1)) {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .access__item:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}

.access__item p {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .access__item p {
    font-size: 14px;
  }
}

.access__title {
  border: none !important;
  clear: both !important;
  color: #fff !important;
  font-size: 3.5em !important;
  font-weight: 400 !important;
}

.access__title--abnormal {
  color: #252525 !important;
  font-size: 1.5em !important;
}

.access--center {
  text-align: center;
}

.contact__item {
  width: 100% !important;
}

.contact__item + .contact__item {
  margin-top: 20px;
}

.contact__item label {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .contact__item label {
    width: 100%;
  }
}

.contact--flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.contact--back {
  margin-left: 40px;
}

.contact__title {
  font-weight: 600 !important;
}

.contactTitle {
  width: 80% !important;
}

@media only screen and (max-width: 767px) {
  .mwform-radio-field {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

.horizontal-item label {
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .mwform-tel-field input[type="text"] {
    width: 25%;
  }
}

.faq {
  /*
    &__inner {
        width: 80%;
        margin: 0 auto;

        @include media(m) {
            width: 95%;
        }
    }
    */
}

.faq__item {
  font-size: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .faq__item {
    font-size: 15px;
  }
}

.faq__block {
  display: none;
  margin-top: 40px;
}

.faq__box {
  margin-top: 20px;
}

.faq__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.faq__text {
  font-weight: 400 !important;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .faq__img {
    margin: 0;
  }
}

.faq__point {
  font-weight: 400 !important;
  padding-top: 5px;
}

.member__inner {
  margin: 0 auto;
  width: 90%;
}

.member--bg {
  padding: 28vh 0;
}

@media only screen and (max-width: 1199px) {
  .member--bg {
    padding: 18vh 0;
  }
}

@media only screen and (max-width: 960px) {
  .member--bg {
    padding: 15vh 0;
  }
}

@media only screen and (max-width: 767px) {
  .member--bg {
    padding: 12vh 0;
  }
}

@media only screen and (max-width: 648px) {
  .member--bg {
    padding: 9vh 0;
  }
}

.member__content {
  margin-top: 30px;
}

.member__content--more {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member__wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .member__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}

.member__left {
  width: 27%;
}

@media only screen and (max-width: 960px) {
  .member__left {
    width: 36%;
  }
}

@media only screen and (max-width: 767px) {
  .member__left {
    width: 100%;
  }
}

.member__right {

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: center; */
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .member__right {
    margin-top: 30px;
    width: 100%;
  }
}

.member__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-transition: background 1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: calc(50vw * 0.6);
  margin-right: 30px;
  margin-top: 40px;
  transition: background 1s;
}

.member__item:hover {
  opacity: 1 !important;
}

@media only screen and (max-width: 960px) {
  .member__item {
    margin-right: 15px;
    min-height: 300px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .member__item {
    min-height: 240px;
    min-width: 240px;
  }
}

@media only screen and (max-width: 648px) {
  .member__item {
    min-height: 140px;
    min-width: 120px;
  }
}

.member__item:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .member__item:nth-of-type(3n) {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .member__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.member__item--big {
  margin-top: 40px;
}

.member__item--small {
  width: calc(33.333% - 60px / 3);
}

@media only screen and (max-width: 960px) {
  .member__item--small {
    width: calc(50% - 15px / 2);
  }
}

@media only screen and (max-width: 960px) {
  .member__item--small:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 960px) {
  .member__item--small:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

.member__title {
  background-color: #002c8bc5;
  color: #fff;
  margin-top: auto;
  padding: 20px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .member__title {
    padding: 8px 0;
  }
}

.member__name {
  font-size: 24px;
  font-weight: 600;
  min-height: 0%;
}

@media only screen and (max-width: 767px) {
  .member__name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .member__name {
    font-size: 16px;
  }
}

.member__name--en {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .member__name--en {
    font-size: 12px;
  }
}

@media only screen and (max-width: 648px) {
  .member__name--en {
    font-size: 10px;
  }
}

.member__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  margin: 0;
  max-height: 670px;
  min-height: 0%;
  order: 1;
  text-align: center;
  width: 100%;
}

.member__img img {
  max-height: 670px;
  max-width: 100%;
  width: 100%;
}

.member__img--bottom {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .member__img--bottom {
    display: none;
  }
}

.member--more {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  margin-left: auto;
  min-height: 0%;
  order: 3;
}

.member--more--abnormal + .member--more--abnormal {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .member--more--abnormal + .member--more--abnormal {
    margin-left: 0;
  }
}

.member--open {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .member--open--archive {
    height: 40px;
    line-height: 36px;
    width: 120px;
  }
}

.member--open--half {
  max-width: 100%;
  width: 330px;
}

@media only screen and (max-width: 767px) {
  .member--open--half {
    padding: 0 30px;
    width: 100%;
  }
}

.member__flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.member__text tr {
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 10px 0;
}

.member__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.member__lead {
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  width: 20%;
}

.member__introduction {
  display: inline-block;
  width: 75%;
}

.recruit__box--abnormal {
  margin-top: 40px;
}

.recruit--bg {
  background-position: center center;
  padding: 30vh 0;
}

@media only screen and (max-width: 767px) {
  .recruit--bg {
    padding: 12vh 0;
  }
}

.recruit--bg01 {
  background-image: url(../../images/recruit03.png);
}

.recruit--bg02 {
  background-image: url(../../images/recruit06.png);
}

.recruit--bg03 {
  background-image: url(../../images/recruit09.png);
}

.recruit--bg04 {
  background-image: url(../../images/professionals.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.recruit__wrapper {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .recruit__wrapper {
    width: 100%;
  }
}

.recruit__flex--abnormal {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -25px;
}

.recruit__title {
  border-bottom: none;
  padding-bottom: 15px !important;
}

.recruit__title span {
  margin-left: 30px;
  position: relative;
}

.recruit__title span::before {
  -webkit-transform: translateY(-50%);
  border-bottom: 1px solid #333333;
  content: "";
  height: 1px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.recruit__title span::after {
  -webkit-transform: translateY(-50%);
  border-bottom: 1px solid #333333;
  content: "";
  height: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.recruit__item {
  border: none !important;
}

.recruit__text {
  line-height: 1.6 !important;
}

.recruit__text--abnormal {
  font-weight: 600;
}

.recruit--open {
  width: 300px !important;
}

.recruit__tab {
  width: 22%;
}

@media only screen and (max-width: 767px) {
  .recruit__tab {
    font-size: 12px;
    height: 76px;
    margin-top: 20px !important;
    padding: .5em;
    width: 46%;
  }
}

.country__title {
  display: inline-block;
  font-size: 1.3em !important;
  font-weight: 600 !important;
}

.country__list {
  background-color: #dddddd4d;
  border-radius: 4px;
  padding: 12px;
}

.country__list + .country__list {
  margin-top: 10px;
}

.country__area {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding-bottom: 0 !important;
}

.country__text {
  margin-top: -3px;
}

.service__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}

.service__item {
  background-color: #00294D;
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    justify-content: center;
    line-height: 1.33;
  }
}

.service__item a {
  color: #fff !important;
}

.service__button {
  margin: 40px auto 0;
  text-align: center;
}

.service--bg {
  background-image: url(../../images/service03.png);
}

.tab {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 960px;
}

.tab__item {
  background-color: #00294D;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: .5em .75em;
  text-align: center;
  width: 22%;
}
a.tab__item:hover{
  color:#fff;
}

@media only screen and (max-width: 767px) {
  .tab__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 44px;
    justify-content: center;
    line-height: 1.33;
    padding: .5em;
    width: 24.5%;
  }
}

.tab__item--color01 a,
.tab__item--color02 a,
.tab__item--color03 a,
.tab__item--color04 a{
  color:white;
}

.tab__item--color01 {
  background-color: #00294D;
}

.tab__item--color02 {
  background-color: #005700;
}

.tab__item--color03 {
  background-color: #003A75;
}

.tab__item--color04 {
  background-color: #6A0000;
}

.thumb {
  margin-top: 40px;
}

.thumb li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 648px) {
  .thumb li {
    display: block;
  }
}

.thumb__category {
  color: #fff;
  padding: .5em .3em;
  text-align: center;
  display: block;
}

.thumb__category.news {
  background-color: #00294D;
}

.thumb__category.olive {
  background-color: #005700;
}

/* .thumb__category.property {
  background-color: #003A75;
} */

.thumb__category.ip {
  background-color: #003A75;
}

.thumb__category.column {
  background-color: #6A0000;
}

.thumb time {
  /* padding: 0 20px;
  width: 12%; */
}

@media only screen and (max-width: 648px) {
  .thumb__title {
    margin-top: 10px;
    padding: 0;
    text-align: left;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */


.recruit--bg{
  background-position: center !important;
}