@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:500");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400");
html {
  height: 100%;
}

body {
  height: 100%;
}

body.Page {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

.mb-45, .my-45 {
  margin-bottom: 2rem !important;
}

.pt-45, .py-45 {
  padding-top: 2rem !important;
}

.lineH-0 {
  line-height: 0 !important;
}

.text-red {
  color: red !important;
}

.img-50per {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-60per {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-70per {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-80per {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-90per {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------
  Loading
--------------------------------------------*/
#loader {
  width: 120px;
  height: 120px;
  display: none;
  position: fixed;
  _position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 1200;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1150;
}

/*--------------------------------------------
  Navbar-toggle
--------------------------------------------*/
.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #f3e5f5;
}

.animated-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/*--------------------------------------------
  Navbar-nav
--------------------------------------------*/
.Page .navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Page .navbar .nav-link {
  color: #fff;
  -webkit-transition: .35s;
  transition: .35s;
}

.Page .navbar .nav-link:hover {
  background-color: #42a5f5;
}

@media (max-width: 576px) {
  .navbar-brand img.logo {
    width: 160px;
    height: auto;
  }
  .navbar-brand small {
    font-size: .75rem;
  }
}

@media (max-width: 992px) {
  .Page .navbar .nav-item {
    border-bottom: 1px solid #eee;
  }
  .Page .navbar .nav-item .border {
    display: inline-block !important;
    margin-top: .5rem;
  }
  .Page .navbar .nav-item:first-child {
    margin-top: .5rem;
  }
  .Page .navbar .nav-item:last-child {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .nav-item.in-slash {
    position: relative;
  }
  .nav-item.in-slash::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 1px;
    background-color: #ccc;
    /* transform: rotate(45deg); */
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .nav-item.in-slash:first-child::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 1px;
    background-color: #ccc;
    /* transform: rotate(45deg); */
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/*--------------------------------------------
  header
--------------------------------------------*/
header .catch {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .inner .inner__left {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}

header .inner .inner__left h1 {
  margin: 0;
  line-height: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px dotted #ccc;
}

header .inner .inner__left img {
  border: 1px solid #fff;
}

header .inner .inner__right {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

header .inner .inner__right .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

header .inner .inner__right .inner_flex a {
  display: inline-block;
  margin: 0 5px;
}

header .inner .inner__right .inner_flex a img {
  -webkit-transition: .35s;
  transition: .35s;
}

header .inner .inner__right .inner_flex a:hover img {
  opacity: 0.7;
}

header .inner .inner__right img.border-gray {
  border: 1px solid #ccc;
}

header .inner .inner__right img.border-red {
  border: 1px solid red;
}

header .box-contact {
  position: absolute;
  width: 350px;
  top: -43px;
  right: 0;
}

header .box-contact img {
  width: 350px;
}

header #pic-mv {
  position: relative;
  width: 100%;
  background-image: url(../images/bg-mv_ver5.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

header #pic-mv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .inner .inner__left {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
  }
  header .inner .inner__left h1 {
    padding-right: 5px !important;
    margin-right: 5px !important;
  }
  header .inner .inner__right {
    -ms-flex-preferred-size: 40% !important;
        flex-basis: 40% !important;
  }
  header .inner .inner__right .inner_flex a {
    margin: 0 3px !important;
  }
}

/*--------------------------------------------
  bnr-satei
--------------------------------------------*/
.bnr-satei {
  position: relative;
  background-image: url(../images/bnr-satei_bg_ver5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50%;
  line-height: 0;
}

.bnr-satei a {
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/bnr-satei_mail-mm.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bnr-satei a img {
  -webkit-transition: .35s;
  transition: .35s;
}

.bnr-satei a:hover img {
  opacity: 0;
}

/*--------------------------------------------
  Sec01-Reason
--------------------------------------------*/
/*--------------------------------------------
  Sec02-Merit
--------------------------------------------*/
.merit h1 {
  margin-bottom: 0;
}

.merit .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#efefef));
  background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%);
  font-size: 0;
  line-height: 0;
  letter-spacing: -.4em;
}

.merit .ttl .ttl__left {
  display: block;
  vertical-align: top;
  position: relative;
  width: 100%;
  padding: 5px 10px;
  background-color: #00a337;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: normal;
}

.merit .ttl .ttl__left .number {
  font-size: 1.2rem;
}

.merit .ttl .ttl__left::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #00a337;
  top: 0;
  right: -12px;
  bottom: 0;
  margin: auto;
}

.merit .ttl .ttl__right {
  display: block;
  vertical-align: top;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  padding: 5px 10px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .merit .ttl .ttl__left {
    display: inline-block;
    width: 15%;
    padding: 10px 15px;
  }
  .merit .ttl .ttl__left::after {
    content: "";
  }
  .merit .ttl .ttl__right {
    display: inline-block;
    width: 85%;
    padding: 10px 15px 10px 27px;
  }
}

@media (min-width: 992px) {
  .merit .ttl .ttl__left {
    width: 13%;
    font-size: 0.9rem;
  }
  .merit .ttl .ttl__left .number {
    font-size: 1.4rem;
  }
  .merit .ttl .ttl__right {
    width: 87%;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  Sec03-Case
--------------------------------------------*/
.case .ttl-voice {
  background-color: #FFCC02;
  text-align: center;
  margin-bottom: 45px;
  border-radius: 5px;
  position: relative;
}

.case .ttl-voice img {
  width: 67.5%;
  height: auto;
}

.case .ttl-voice::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FFCC02 transparent transparent transparent;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
}

.case .box-voice .inner__text {
  background-color: #ebe3d5;
}

.case .box-voice .sttl {
  padding: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.case .box-voice .txt {
  padding: 0 20px 20px 20px;
}

.case .ttl-shippai {
  background-color: #2D85C8;
  text-align: center;
  margin-bottom: 45px;
  border-radius: 5px;
  position: relative;
}

.case .ttl-shippai img {
  width: 75%;
  height: auto;
}

.case .ttl-shippai::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #2D85C8 transparent transparent transparent;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
}

.case .box-shippai img {
  border: 3px solid #fff;
}

.case .box-shippai .inner__text {
  background-color: #efefef;
  font-size: 0.8rem;
  padding: 20px;
}

.case .box-shippai .inner__text .name {
  display: block;
  text-align: right;
  font-weight: 700;
}

.case .box-zouka {
  background-color: #f7f6e5;
  border: 1px solid #2b6bcc;
  padding: 40px;
}

.case .box-zouka .ttl-zouka {
  margin-bottom: 1.5rem;
}

.case .box-zouka p {
  line-height: 1.8;
}

.case .box-zouka strong {
  font-style: 1.4rem;
  color: red;
}

/*--------------------------------------------
  Sec04-Area
--------------------------------------------*/
#Sec04-Area.area {
  background: #00A337;
}

/*--------------------------------------------
  Sec05-Company
--------------------------------------------*/
.company {
  background: #fff;
}

.company .footer-logo {
  margin-bottom: 20px;
}

.page-footer {
  background: #00A337 !important;
}

/*--------------------------------------------
  Common Style
--------------------------------------------*/
figure a img {
  background-color: #333;
  -webkit-transition: all .5s;
  transition: all .5s;
}

figure a img:hover {
  opacity: .7;
}

/* セクション */
main section {
  padding: 50px 0;
}

main section#Sec01-Reason, main section#Sec02-Merit, main section#Sec04-Area, main section#Sec05-Company {
  padding: 50px 0 0 0;
}

main section#Sec03-Case {
  padding: 50px 0 50px 0;
}

section#map {
  padding: 0;
}

/* タイトル */
main section h1.ttl {
  color: #333;
  margin-top: 0;
  letter-spacing: 2px;
}

main section h1.ttl.bdr span {
  position: relative;
  padding-bottom: 13px;
  font-size: 2.8rem;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
}

main section h1.ttl.bdr span:after {
  content: "";
  position: absolute;
  display: block;
  width: 75%;
  height: 2px;
  background-color: #444;
  bottom: 8px;
  left: 0px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

main section h1.ttl.bdr small {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  color: #4a4a4a;
  /*color: #264bc0;*/
}

section .text-catch {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}

/* 募集職種 */
.card-header h2 {
  font-size: 1.25rem;
  text-align: center;
}

.card-title {
  display: inline-block;
  font-size: 0.9rem;
  background-color: #4482d0;
  color: #fff;
  border-radius: 30px;
  padding: 5px 25px;
}

.card-title-s {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  background-color: #efefef;
  border-radius: 30px;
  padding: 5px 25px;
}

.card-text {
  color: #212529 !important;
}

.card-text a {
  color: #212529 !important;
}

.card .card-body .card-text.desc {
  font-size: 1rem;
  padding-bottom: 1rem;
}

.card .card-body .card-text.salary {
  margin-bottom: 0;
}

.card .btn {
  font-size: 0.9rem;
  position: relative;
}

.card .btn.hover-elegant {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.card .btn.hover-elegant:hover {
  color: #fff !important;
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important;
}

.card .btn .icon-float {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.card .btn .icon-float i::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.about .card .detail {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.about .card .detail .ttl-left {
  padding-top: .5rem;
  padding-bottom: .5rem;
  /* justify-content: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
}

.about .card .detail .con-right {
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #fff;
}

.about .card .detail .ttl-left.bdr-top, .about .card .detail .con-right.bdr-top {
  border-top: 1px solid #dee2e6;
}

.about .shadow-box {
  position: relative;
}

.about .shadow-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -15px;
  right: -15px;
  background-color: #4482d0;
  z-index: 1;
}

.about .shadow-box img {
  position: relative;
  z-index: 2;
}

.about .sign span {
  display: inline-block;
  font-size: .8rem;
  line-height: 1.1;
}

.about .sign .name {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}

.about .card-image {
  background-size: cover;
}

.about .card .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.about .card .card-icon {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}

.about .card .card-icon.icon01 {
  background-image: url(../images/icon01.svg);
}

.about .card .card-icon.icon02 {
  background-image: url(../images/icon02.svg);
  width: 100px;
  height: 80px;
}

.about .card .card-icon.icon03 {
  background-image: url(../images/icon03.svg);
}

.about .card .card-title {
  font-size: 1rem;
  color: #fff;
  background-color: #4482d0;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
  line-height: 1.5;
  border-width: 1px 0 1px 0;
  border-color: #fff;
  border-style: solid;
}

.about .card .card-title small {
  font-size: .8rem;
  display: block;
}

.about .card .card-title + p {
  font-size: .95rem;
}

/*会社概要*/
/* Responsive Google maps */
.map-responsive {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Table */
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.25);
}

.table-striped tr:last-child th, .table-striped tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

/*--------------------------------------------
  Footer
--------------------------------------------*/
.page-footer .footer-nav ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #fff;
}

.page-footer .footer-nav ul li {
  display: inline-block;
  padding: 15px 0;
}

.page-footer .footer-nav ul li a {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #fff;
}

.page-footer .footer-nav ul li:first-child a {
  border-left: 1px solid #fff;
}

footer {
  position: relative;
  z-index: 2;
}

footer .copyright {
  padding: 0 0 30px 0;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  color: #fff;
}

footer .copyright p {
  margin-bottom: 0;
}

footer .pagetop {
  position: relative;
  height: 80px;
}

footer .scrollTrigger {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  left: 0;
  right: 0;
  top: 15px;
  width: 40px;
  height: 38px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #fff;
}

footer .scrollTrigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 50%;
  margin-right: -15px;
  content: "";
  width: 28px;
  height: 28px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------
  ページ
--------------------------------------------*/
.Page.Company header #pic-mv {
  background-image: url(../images/bg-mv_company.jpg);
}

.Page.Contact header #pic-mv {
  background-image: url(../images/bg-mv_contact.jpg);
}

.Page.Contact.thanks header #pic-mv {
  background-image: url(../images/bg-mv_thanks.jpg);
}

.Page.Muryousatei header #pic-mv {
  background-image: url(../images/bg-mv_satei.jpg);
}

.Page.Company .table-bordered {
  background-color: rgba(255, 255, 255, 0.8);
}

.Page.Company .table-bordered th, .Page.Company .table-bordered td {
  border-color: #ccc;
  vertical-align: middle;
}

.Page.Company .table-bordered th {
  width: 25%;
  background-color: #4B515D;
  color: #fff;
}

.Page .google-map {
  position: relative;
  padding-bottom: 420px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.Page .google-map iframe, .Page .google-map object, .Page .google-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Page .box-form .mailform .appBtn {
  display: block;
  width: 100%;
  height: 65px;
  line-height: 65px;
  margin: 0 auto 40px auto;
  border: 2px solid #4B515D;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #4B515D;
  font-weight: bold;
}

.Page .box-form .mailform .ttl {
  padding: 7px 5px 7px 5px !important;
  font-size: 16px !important;
  letter-spacing: inherit !important;
  font-weight: normal;
  width: 25%;
}

.Page .box-form .mailform .cont {
  padding-left: 27%;
}

.Page .box-form .mailform .inline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Page .box-form .mailform .inline .flex div:nth-of-type(2n) {
  margin-left: 20px;
}

.Page .box-form .mailform .inline .flex div input {
  width: auto !important;
}

.Page .box-form .mailform .inline .flex:nth-of-type(2) {
  margin-top: 20px;
}

.Page .box-form .mailform .cont.submit input {
  border-color: #4B515D;
  background-color: #4B515D;
  color: #fff;
}

.Page .box-form .mailform .cont.submit input:hover {
  border-color: #00A337;
  background-color: #00A337;
  color: #fff;
}

.mailform.sateiform .item .cont {
  font-size: 0.9rem;
}

.mailform.sateiform .item .cont .checkbox {
  width: auto !important;
}

.mailform.sateiform .item .cont input.size-xs {
  width: 10% !important;
}

.mailform.sateiform .item .cont input.size-sm {
  width: 20% !important;
}

.mailform.sateiform .item .cont input.size-md {
  width: 40% !important;
}

.mailform.sateiform .item .cont input.size-lg {
  width: 60% !important;
}

/*--------------------------------------------
  レスポンシブ
--------------------------------------------*/
@media (max-width: 992px) {
  main section h1.ttl.bdr span {
    font-size: 2.4rem;
  }
  .card-header h2 {
    font-size: 1.1rem;
  }
  section .text-catch {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .Page .box-form .mailform .ttl {
    width: 100% !important;
    padding-left: 0 !important;
    position: relative;
  }
  .Page .box-form .mailform .ttl::before {
    content: "■";
  }
  .Page .box-form .mailform .cont {
    padding-left: 0 !important;
  }
}

/*--------------------------------------------
  フローティングナビ
--------------------------------------------*/
@media (min-width: 768px) {
  .nav-floating {
    position: fixed;
    display: block;
    width: 80px;
    height: 485px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding: 0;
    list-style: none;
  }
  .nav-floating li a img {
    transition: all .3s;
  }
  .nav-floating li a:hover img {
    opacity: .7;
  }
  .nav-floating__mo {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-floating {
    display: none;
  }
  .nav-floating__mo {
    position: fixed;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-floating__mo li {

  }
}

