@charset "UTF-8";
/* RGB */
.family-raleway {
  font-family: 'Raleway', sans-serif;
}

body {
  background-color: #fffcf9;
}

.container-fluid {
  max-width: 1620px;
}

/* headerset007 */
/*--------------------------------------------------*/
/* header007 --------------------------------------*/
.header007 {
  position: fixed;
  z-index: 100;
  /* over catch */
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 3%;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063f23+0,0b723f+100&0.9+0,0.9+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(6, 63, 35, 0.9) 0%, rgba(11, 114, 63, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, rgba(6, 63, 35, 0.9) 0%, rgba(11, 114, 63, 0.9) 100%);
  background: linear-gradient(135deg, rgba(6, 63, 35, 0.9) 0%, rgba(11, 114, 63, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6063f23', endColorstr='#e60b723f',GradientType=1 )
  /* IE6-9 fallback on horizontal gradient */
}

.header007-inner {
  position: relative;
}

.header007-logo img {
  width: 150px;
}

/* nav007（PC） --------------------------------------*/
/* 親 */
.nav007 {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1em;
  margin: auto 0;
}

.nav007-parent {
  display: table;
  margin-right: -20px;
}

.nav007-parent > li {
  position: relative;
  display: table-cell;
  padding: 0 20px;
}

.nav007-parent > li a {
  font-size: 14px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  color: #fffcf9;
}

.nav007-parent > li a span {
  position: relative;
  display: inline-block;
}

.nav007-parent > li a span::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #f2bb05;
}

.nav007-parent > li > a[href]:hover > span::after,
.nav007-parent > li.nav007-current > a > span::after {
  width: 100%;
}
.nav007-facebook i {
  font-size: 25px;
  margin-top: -5px;
  -webkit-transition: color 250ms;
  transition: color 250ms;
  vertical-align: middle;
}
.ua-nontouch .nav007-facebook a:hover i {
  -webkit-animation: flipA 750ms;
  animation: flipA 750ms;
}

@-webkit-keyframes flipA {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
@keyframes flipA {
  15% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
}
/* 子孫共通 */
.nav007-child {
  position: absolute;
  top: 90%;
  left: 0;
  visibility: hidden;
  min-width: 10em;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

.nav007-child li {
  position: relative;
}

.nav007-child li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.nav007-child li a {
  color: #24593e;
  font-size: 12px;
  line-height: 1.3;
  display: block;
  padding: 10px 20px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.nav007-child li a:hover {
  background-color: white;
}

.nav007-haschild:hover .nav007-child {
  top: 120%;
  visibility: visible;
  opacity: 1;
}

/* 孫 */
.nav007-grandchild {
  position: absolute;
  top: -10px;
  left: 100%;
  visibility: hidden;
  min-width: 10em;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
}

.nav007-hasgrandchild:hover .nav007-grandchild {
  top: 0;
  visibility: visible;
  opacity: 1;
}


/* media query */
@media (max-width: 1199px) {
  .nav007-parent > li {
    padding: 0 15px;
  }

  .nav007-child li a {
    padding: 10px 10px;
  }
}
@media (max-width: 991px) {
  header {
    display: none;
  }
}
/* nav007（SP） --------------------------------------*/
.nav007-sp {
  display: none;
}

@media (min-width: 992px) {
  .slicknav_menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .slicknav_menu {
    position: fixed;
    z-index: 99999;
    /* over mainvisual */
    width: 100%;
    padding: 0;
    -webkit-transition: background-color 750ms;
    transition: background-color 750ms;
    background-color: transparent;
    position: fixed;
    /* over catch */
    top: 0;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: 300ms;
    transition: 300ms;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063f23+0,0b723f+100&0.9+0,0.9+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(6, 63, 35, 0.9) 0%, rgba(11, 114, 63, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, rgba(6, 63, 35, 0.9) 0%, rgba(11, 114, 63, 0.9) 100%);
    background: linear-gradient(135deg, rgba(6, 63, 35, 0.9) 0%, rgba(11, 114, 63, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6063f23', endColorstr='#e60b723f',GradientType=1 )
    /* IE6-9 fallback on horizontal gradient */
  }

  .slicknav_brand {
    line-height: 0;
    height: 0;
    padding: 18px;
    padding-right: 0;
  }
  .slicknav_brand img {
    width: 150px;
  }

  .slicknav_btn {
    margin: 0;
    padding: 20px;
    padding-left: 0;
    background-color: transparent;
  }

  .slicknav_menu .slicknav_menutxt {
    margin-right: 5px;
    color: #fffcf9;
    text-shadow: none;
    font-weight: 500;
  }

  .slicknav_menu .slicknav_menutxt {
    font-family: "Raleway", sans-serif !important;
  }

  .ua-windows:not(.ua-ie) .slicknav_menu .slicknav_menutxt {
    font-family: "Raleway", sans-serif !important;
  }

  .slicknav_menu .slicknav_icon,
  .slicknav_menu .slicknav_icon::before,
  .slicknav_menu .slicknav_icon-bar {
    width: 25px;
  }

  .slicknav_menu .slicknav_icon {
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    height: 3px;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0;
    background-color: #fffcf9;
    box-shadow: none;
  }

  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
  }

  .slicknav_nav {
    height: 100vh;
    padding-bottom: 50px;
  }

  .slicknav_nav,
  .slicknav_nav a {
    color: #fffcf9;
  }

  .slicknav_arrow i {
    font-size: 12px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }

  .slicknav_nav li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .slicknav_nav > li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    margin: 0;
    padding: 10px 20px;
  }

  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    color: inherit;
    background-color: inherit;
  }

  /* is scrolled */
  /* is open */
  html.slicknav_menu_open {
    overflow-y: hidden;
  }

  html.slicknav_menu_open .slicknav_menu {
    background-color: rgba(255, 255, 255, 0.9);
  }

  html.slicknav_menu_open .slicknav_nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  html.slicknav_menu_open .slicknav_btn .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }

  html.slicknav_menu_open .slicknav_btn .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  html.slicknav_menu_open .slicknav_btn .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* media query */
@media (max-width: 575px) {
  .slicknav_brand {
    padding: 10px;
    padding-right: 0;
  }
  .slicknav_brand img {
    width: 125px;
  }

  .slicknav_btn {
    padding: 10px;
    padding-left: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 10px 10px;
  }
}
/* mainvisual007 */
/*--------------------------------------------------*/
.mainvisual007 {
  position: relative;
  height: 100vh;
}

.mainvisual007 .bx-wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  border: none;
  box-shadow: none;
}

.mainvisual007-slider {
  height: 100vh;
}

.mainvisual007-slider li {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ua-nontouch .mainvisual007-slider li {
  background-attachment: fixed;
}

.mainvisual007-slider li:nth-child(1) {
  background-image: url("../../images/company/index/mainvisual000-01.jpg");
}

.mainvisual007-slider li:nth-child(2) {
  background-image: url("../../images/company/index/mainvisual000-01.jpg");
}

.mainvisual007-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.mainvisual007-catch {
  display: table-cell;
  padding-top: 50px;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.mainvisual007-catch-title,
.mainvisual007-catch-lead {
  padding: 0 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.25), 0 0 2.5px rgba(0, 0, 0, 0.125);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.mainvisual007-catch-title {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: .05em;
}

.mainvisual007-catch-lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: .15em;
}

.mainvisual007-arrow {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

.mainvisual007-arrow-anchor {
  display: inline-block;
  width: 50px;
  height: 27px;
  -webkit-animation: mainvisual007-arrow 2250ms infinite;
  animation: mainvisual007-arrow 2250ms infinite;
  background-image: url("images-headerset007/headerset007-icon-down.svg");
  background-position: center;
}

@-webkit-keyframes mainvisual007-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes mainvisual007-arrow {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* media query */
@media (max-width: 575px) {
  .mainvisual007-catch-title {
    font-size: 50px;
  }

  .mainvisual007-catch-lead {
    font-size: 15px;
  }
}
/* subvisual999 */
/*--------------------------------------------------*/
.subvisual999 {
  height: 250px;
  background-size: cover;
  background-position: center;
  display: table;
  width: 100%;
  position: relative;
}
.ua-touch .subvisual999 {
  background-attachment: scroll;
}
@media (max-width: 575px) {
  .subvisual999 {
    height: 250px;
  }
}
.subvisual999::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background-attachment: fixed;
}
.ua-touch .subvisual999::before {
  background-attachment: scroll;
}

.subvisual999-text {
  padding-top: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
  color: #ff6;
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.25), 0 0 2.5px rgba(0, 0, 0, 0.125);
}

.subvisual000-text-en {
  font-size: 55px;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.3;
  font-weight: 400;
}

.subvisual999-text-ja {
  display: block;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.3em;
  margin-top: 5px;
  font-weight: bold;
}

/* message000 */
/*--------------------------------------------------*/
.message000 {
  position: relative;
  width: auto;
  padding: 120px 0 120px 0;
  text-align: center;
}
@media (max-width: 575px) {
  .message000 {
    padding: 60px 0 60px 0;
  }
}

.message000-title {
  font-size: 45px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: .1em;
  color: #24593e;
  position: relative;
}

.message000-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6%;
  right: 0;
  margin: auto;
  z-index: -1;
  height: 225%;
  opacity: 0.5;
}

.message000-lead {
  font-size: 20px;
  margin-top: 35px;
}

.message000-text {
  font-size: 14px;
  line-height: 2.5;
  margin-top: 30px;
  letter-spacing: .2em;
}

/* tile000 */
/*--------------------------------------------------*/
.tile000-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#286647+0,1e4c35+100 */
  background: #286647;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #286647 0%, #1e4c35 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #286647 0%, #1e4c35 100%);
  background: linear-gradient(135deg, #286647 0%, #1e4c35 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286647', endColorstr='#1e4c35',GradientType=1 )
  /* IE6-9 fallback on horizontal gradient */
}

.tile000-image {
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .tile000-image {
    min-height: 350px;
  }
}

.title000-image-1 {
  background-image: url("../../images/company/index/message000-01.jpg");
}

.title000-image-2 {
  background-image: url("../../images/company/index/message000-02.jpg");
}

.title000-image-3 {
  background-image: url("../../images/company/index/message000-03.jpg");
}

.tile000-body {
  padding: 50px;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 575px) {
  .tile000-body {
    padding: 50px 20px;
  }
}

.tile000-title {
  line-height: 1.3;
}
.tile000-title small {
  font-size: 20px;
  font-style: italic;
  display: block;
  letter-spacing: .15em;
  font-weight: 500;
}
.tile000-title span {
  font-size: 30px;
  display: block;
  margin-top: 15px;
  letter-spacing: .15em;
}

.tile000-text {
  margin-top: 35px;
}
.tile000-text p {
  font-size: 16px;
  line-height: 2.5;
}

/* post999 */
/*--------------------------------------------------*/
.post999-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

/* title */
.title777ing {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 25px;
}

/* list */
.post999-list {
  margin-top: 25px;
  border-bottom: solid 1px #f2bb05;
}

.post999-list a {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  border-top: solid 1px #f2bb05;
}

.post999-list a:hover {
  background-color: rgba(255, 255, 0, 0.1);
}

.post999-list p {
  font-size: 14px;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

/* category */
.post999-category {
  width: 8em;
}
.post999-category > span {
  width: 8em;
  padding: 4px 0;
  color: white;
  display:block;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
}

/* date */
.post999-date {
  font-size: 14px;
  width: 7em;
}

/* title */
/* media query */
@media (max-width: 767px) {
  .post999-list {
    margin-top: 15px;
  }

  .post999-list a {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .title777ing {
    padding: 0;
  }

  .post999-list a {
    display: block;
    padding: 15px 0;
  }

  .post999-list p {
    display: block;
  }

  .post999-category {
    margin-top: 5px;
  }

  .post999-title {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    padding: 0;
  }
}
/* title777 */
/*--------------------------------------------------*/
.title777 {
  text-align: center;
  color: #24593e;
}
.title777 small {
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  display: block;
  letter-spacing: .15em;
}
.title777 span {
  font-size: 30px;
  display: block;
  margin-top: 10px;
  letter-spacing: .3em;
}

/* recruit000 */
/*--------------------------------------------------*/
.recruit000 {
  position: relative;
  padding: 100px 0;
  background-image: url("../../images/company/index/recruit000-01.jpg");
  background-position: center;
  background-size: cover;
}

.recruit000-body {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0.8+0,0.65+50,0.8+100 */
  background-color: rgba(255, 255, 255, 0.5);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 )
  /* IE6-9 fallback on horizontal gradient */
}

.recruit000-head {
  text-align: center;
  color: #24593e;
}
.recruit000-head small {
  font-weight: bold;
  font-size: 20px;
  display: block;
  letter-spacing: .15em;
}
.recruit000-head span {
  font-style: italic;
  font-size: 45px;
  font-weight: 800;
  display: block;
  margin-top: 10px;
  letter-spacing: .15em;
}
@media (max-width: 575px) {
  .recruit000-head span {
    letter-spacing: 0.1em;
    font-size: 40px;
  }
}

.recruit000-button {
  display: block;
  width: 20em;
  max-width: 90%;
  margin: 50px auto 0;
  text-align: center;
  color: white;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(242, 187, 5, 0.85);
  -webkit-transition: color 500ms;
  transition: color 500ms;
  padding: 20px 0;
  font-size: 18px;
}
.ua-nontouch .recruit000-button:hover {
  color: yellow;
}
.recruit000-button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -35%;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-color: #24593e;
}
.ua-nontouch .recruit000-button:hover::before {
  width: 135%;
}

.recruit000-button2 {
  display: block;
  width: 20em;
  max-width: 90%;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 2px solid #24593e;
  color: #24593e;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  padding: 10px 0;
  font-size: 16px;
}
.ua-nontouch .recruit000-button2:hover {
  color: yellow;
}
.recruit000-button2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -35%;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-color: #24593e;
}
.ua-nontouch .recruit000-button2:hover::before {
  width: 135%;
}

.recruit000-text {
  margin-top: 30px;
  text-align: center;
}
.recruit000-text p {
  font-size: 16px;
  line-height: 2.5;
}

/* footer139 */
/*--------------------------------------------------*/
.footer139 {
  padding: 50px 0 0;
  color: #fffcf9;
  background-color: #303030;
  background-color: #2b2e38;
}

.footer139 .container-fluid {
  /* max-width: 750px; */
  max-width: 820px;
}

.footer139-inner {
  /* empty */
}

.footer139-body {
  display: table;
  width: 100%;
}

/* ナビ */
/*--------------------------------------------------*/
/* 親 */
.footer139-parent {
  display: table-cell;
}

.footer139-parent-item {
  display: inline-block;
  vertical-align: top;
}
.footer139-parent-item + li {
  margin-left: 15px;
}

.footer139-parent-title {
  line-height: 1.3;
  display: block;
  border: 0 solid #fffcf9;
}

.footer139-link::before {
  font-family: 'fontello-custom';
  content: '\e82a';
  font-size: 12px;
  margin-right: 2px;
}

.ua-nontouch .footer139-parent-title.footer139-link:hover {
  text-decoration: underline;
  color: #659b66;
}

/* 子 & 孫 */
.footer139-child {
  margin-top: 5px;
}

.footer139-child-item {
  /* empty */
}

.footer139-grandchild-item {
  /* empty */
}

.footer139-child-title,
.footer139-grandchild-title {
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 5px 15px;
  text-align: left;
}

.ua-nontouch .footer139-child-title.footer139-link:hover,
.ua-nontouch .footer139-grandchild-title.footer139-link:hover {
  color: #659b66;
}

.footer139-child-title::before,
.footer139-grandchild-title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto 0;
  content: '';
  background-color: #aaa;
}

.footer139-child-title::before {
  left: 3px;
  width: 5px;
}

.footer139-grandchild-title::before {
  left: 5px;
  width: 5px;
}

/* リンク */
/*--------------------------------------------------*/
.footer139-links {
  display: table-cell;
  text-align: right;
}

.footer139-links li {
  display: inline-block;
  vertical-align: middle;
}

.footer139-links li:not(:first-child) {
  margin-left: 15px;
}

.footer139-links li a {
  font-size: 25px;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.footer-icon-list li:not(:first-child){
  margin-left: 5px;
}

.ua-nontouch .footer139-links li a:hover {
  opacity: .75;
}

/* コピーライト */
/*--------------------------------------------------*/
.footer139-copyright {
  display: block;
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.footer139-copyright-mark {
  font-family: Arial;
}

/* media query */
@media (max-width: 1199px) {
  .footer139-body {
    display: block;
  }

  .footer139-parent {
    display: block;
    text-align: center;
  }

  .footer139-links {
    display: block;
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer139-parent-item {
    display:none;
  }
  .footer139-parent-item-sp {
    display:block;
    margin-left: 0!important;
    margin-bottom: 15px;
  }
  .footer139-links {
    text-align: center;
    margin-top: 0;
  }
  li.print-icon{
    display: none;
  }
}
/* reveal */
/*--------------------------------------------------*/
.block-revealer__content {
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 0;
}

[id^="rev"] {
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
[id^="rev"].block-revealer {
  opacity: 1;
}
/* greeting000 */
/*--------------------------------------------------*/
/*.greeting000 {
  display:none;
}
.logged-in .greeting000 {
  display:block;
}
*/.greeting000 p:nth-child(n+2) {
  margin-top: 15px;
}
.greeting000-sign {
  display:block;
  text-align: right;
  margin-top: 15px;
}
.greeting000-sign span {
  font-size: 24px;
}
/* table029 */
/*--------------------------------------------------*/
.table029 table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto
  /* ↓長いURLなどを記載する場合に指定するパターン1 */
  /* word-break: break-all; */
  /* ※デメリット → 普通の英単語を入れた場合、単語の途中でも改行されてしまう */
  /* ※英語を使用しない場合 → 上記CSSをデフォルトとして body などに指定しても問題ありません */
  /*
  /* ↓長いURLなどを記載する場合に指定するパターン2 */
  /* table-layout: fixed; */
  /* width: 100%; */
  /* ※デメリット → すべての列の幅が均一になるので、各列の幅を手動で調節する必要があります */
}

.table029 th,
.table029 td {
  font-size: 14px;
  line-height: 1.6;
  border: solid #aaa;
  border-width: 1px 0;
}

.table029 th {
  font-weight: bold;
  width: 20%;
  padding: 20px 0;
  word-break: break-all;
}

.table029 td {
  width: 80%;
  padding: 20px 0 20px 20px;
}

.table029-list li {
  margin-bottom: 5px;
}

.table029-list li i {
  color: #333;
}

.table029-dl dt, .table029-dl dd {
  float: left;
}
.table029-dl dt {
  margin-right: 1em;
}

@media (max-width: 575px) {
  .table029 table,
  .table029 tbody,
  .table029 tr,
  .table029 th,
  .table029 td {
    display: block;
    width: 100%;
  }

  .table029 th {
    padding: 10px 0;
    border-width: 1px 0;
  }

  .table029 td {
    padding: 10px 0 30px;
    border-top: 0;
    border-bottom: 0;
  }
}
/* tel999 */
/*--------------------------------------------------*/
.ua-phone .tel999 {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  margin: 5px 0;
  border-radius: 4px;
  background-color: #24593e;
  color: white;
}
.ua-phone .tel999 i {
  margin-left: -5px;
}

/* map999 */
/*--------------------------------------------------*/
.map999 {
  color: #f15025;
}
.ua-nontouch .map999:hover {
  text-decoration: underline;
}

.ua-phone .map999 {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  margin: 5px 0;
  border-radius: 4px;
  background-color: #24593e;
  color: white;
}
.ua-phone .map999 i {
  margin-left: -5px;
}

/* parallax999 */
/*------------------------------------------------------------*/
.parallax999 {
  height: 450px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-image: url("../../images/company/outline/parallax999-01.jpg");
}
@media (max-width: 575px) {
  .parallax999 {
    height: 300px;
  }
}
.ua-touch .parallax999 {
  background-attachment: scroll;
}
.parallax999::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../../images/company/pattern/pattern3.png);
  background-attachment: fixed;
}
.ua-touch .parallax999::before {
  background-attachment: scroll;
  background-image: none;
}

/* title666 */
/*--------------------------------------------------*/
.title666 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
  color: #24593e;
  border-bottom: 1px solid #24593e;
  white-space: nowrap;
}

/* anchors000 */
/*--------------------------------------------------*/
.anchors000 {
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e9da+0,f1e9da+100&1+0,0.25+50,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f1e9da 0%, rgba(241, 233, 218, 0.25) 50%, #f1e9da 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #f1e9da 0%, rgba(241, 233, 218, 0.25) 50%, #f1e9da 100%);
  background: linear-gradient(135deg, #f1e9da 0%, rgba(241, 233, 218, 0.25) 50%, #f1e9da 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e9da', endColorstr='#f1e9da',GradientType=1 )
  /* IE6-9 fallback on horizontal gradient */
}

.anchors000-item {
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #24593e;
  background-color: #fffcf9;
  cursor: pointer;
}
.anchors000-item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #24593e transparent;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.anchors000-item:hover::before {
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #f2bb05 transparent;
}
.anchors000-item.hover::before {
  border-width: 0 0 40px 40px;
}
.anchors000-item::after {
  font-family: 'fontello-custom';
  position: absolute;
  content: '\e85e';
  right: 0;
  bottom: 0;
  color: #fffcf9;
  opacity: 0;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.anchors000-item:hover::after, .anchors000-item.hover::after {
  right: 3px;
  bottom: 3px;
  opacity: 1;
}

.anchors000-name {
  font-size: 18px;
}

.anchors000-address {
  margin-top: 10px;
}

.anchors000-tel {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .anchors000-tel {
    font-size: 12px;
  }
}
.anchors000-tel::before {
  font-family: 'fontello-custom';
  content: '\e86c';
}
@media (max-width: 767px) {
  .anchors000-tel::before {
    margin: 0 -5px;
  }
}

#map {
  width: 100%;
  height: 600px;
}
@media (max-width: 575px) {
  #map {
    height: 100vh;
  }
}

/* map888 */
/*--------------------------------------------------*/
.map888 {
  position: relative;
}

.map888-inner {
  height: 500px;
}

.map888-goToMap {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 8px;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
}

.ua-nontouch .map247-goToMap:hover {
  background-color: #ebebeb;
}

/* button136 */
/*--------------------------------------------------*/
.button136 {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 10px 25px;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  color: white;
  background-color: #36b283;
}
.ua-nontouch .button136:hover {
  opacity: .75;
}
.button136-icon {
  -webkit-transition: -webkit-transform 250ms;
  transition:         transform 250ms;
}
.ua-nontouch .button136:hover .button136-icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}








.company-caption-1 {
  text-align: center;
  font-size: 18px;
}
.company-subttl-2 {
  font-size: 20px;
  font-weight: bold;
}
.company-subttl-3 {
  font-size: 16px;
}
.company-subttl-4 {
  font-size: 16px;
  text-decoration: underline;
}
.company-text-1 {
  line-height: 2em;
}
.company-list-1 li {
  margin-bottom: 5px;
}

.company-pagelink {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.company-pagelink-box {
  display: table-cell;
  padding: 1px;
}
.company-pagelink-box a {
  display: block;
  background-color: #36B283;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 15px 10px 15px;
  position: relative;
  -webkit-transition: background-color 0.1s linear;
}
.company-pagelink-box a:after {
  font-family: 'fontello-custom';
  content: '\e820';
  font-size: 11px;
  position: absolute;
  left: 45%;
  bottom: 0px;
  z-index: 30;
  -webkit-transition: bottom 0.1s linear;
}

.company-pagelink-box:hover a {
  background-color: #24593e;
}
.company-pagelink-box:hover a:after {
  bottom: -2px;
}

.company-pagelink-box.current a {
  background-color: #24593e;
  cursor: default;
}


.company-pagelink-box-1 {
}


/* シングルページ ページ送り */
.single-arrow {

}
.single-arrow-prev {
  text-align: left;
}
.single-arrow-next {
  text-align: right;
}


/* パンくずリスト */
.bread-crumb {
  margin-top: 30px;
  text-align: center;
}

/* PDF or IMG 出力エリア */
.pdf-or-img-tag {
  text-align: center;
  margin-bottom: 30px;
}
.pdf-dl-txt {
  font-size: 18px;
  text-decoration: underline;
  color: blue;
  margin-top: 20px;
}




/* 404エラー・index.php */
/*--------------------------------------------------*/
ul.back-link-list{
  text-align: center;
  margin: 50px auto 150px;
}

ul.back-link-list li a{
  font-size: 16px;
  font-weight: 300;
  line-height: .5em;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 20em;
  max-width:100%;
  padding: 15px 0;
  text-align: center;
  letter-spacing: .1em;
}
ul.back-link-list li.all-top a{
  padding: 30px 0;
  margin: 0 auto 30px;
}
ul.back-link-list li.all-top a , ul.back-link-list li.company-top a{
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #00794f;
  border: 2px solid #00794f;
  background-color: rgba(255, 255, 255, 0.45);
}
ul.back-link-list li.all-top a:hover , ul.back-link-list li.company-top a:hover{
  color: #fef100;
  background-color:#00794f;
}
ul.back-link-list li.recruit-top a{
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #3ebbda;
  border: 2px solid #3ebbda;
  background-color: rgba(255, 255, 255, 0.45);
}
ul.back-link-list li.recruit-top a:hover{
  color: #fef100;
  background-color:#3ebbda;
}
