@charset "UTF-8";
/* Scss Document */
#global-header {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #global-header {
    width: 100%;
  }
}
#global-header .inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    width: 100%;
    display: block;
  }
}
#global-header .inner h1.logo {
  width: 240px;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  #global-header .inner h1.logo {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner h1.logo {
    width: 25%;
  }
}
@media screen and (max-width: 520px) {
  #global-header .inner h1.logo {
    width: 55%;
  }
}
#global-header .inner h1.logo a {
  display: inline-block;
  padding: 6px 0;
}
#global-header .inner h1.logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 60%;
}
@media screen and (max-width: 1240px) {
  #global-header .inner #global-navi {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #global-navi ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#global-header .inner #global-navi ul li a:hover {
  color: #83E0CB;
}
#global-header #utility-navi {
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  position: absolute;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1100px) {
  #global-header #utility-navi {
    display: none;
  }
}
#global-header #utility-navi:hover {
  box-shadow: 0 0 0 #008000;
}
#global-header #utility-navi a {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 9px 0;
}
#global-header #utility-navi a.findjob {
  background: #EFEA7D;
}
#global-header #utility-navi a.findwork {
  background: #83E0CB;
}
#global-header #utility-navi a.findwork span {
  color: #fff;
}
#global-header #utility-navi a.hcontact {
  background: #4DBE4D;
}
#global-header #utility-navi a.hcontact span {
  color: #fff;
}
#global-header #utility-navi a span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}

#key-visual {
  position: relative;
  background-size: cover;
  min-height: 100%;
}
#key-visual .feature-txt {
  position: relative;
  top: -14px;
}
#key-visual .feature-txt .pc {
  display: block;
}
#key-visual .feature-txt .pc img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#key-visual .feature-txt .sp {
  display: none;
}

#top_search {
  position: absolute;
  z-index: 1000;
  top: 18vh;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: fit-content;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  border: 2px solid rgb(0, 80, 0);
}
@media screen and (max-width: 1360px) {
  #top_search {
    top: 10vh;
  }
}
@media screen and (max-width: 1280px) {
  #top_search {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #top_search {
    top: 5vh;
  }
}
#top_search .toggle_sp {
  display: none;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #top_search .toggle_sp {
    display: block;
  }
}
#top_search .toggle_sp .desc {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}
#top_search .toggle_sp .sp_btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  background: #008000;
  color: #fff;
  padding: 15px 40px;
  border-radius: 5px;
}
#top_search .toggle_view {
  display: block;
}
@media screen and (max-width: 520px) {
  #top_search .toggle_view {
    display: none;
  }
}
#top_search .thumb {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
#top_search .thumb img {
  width: 300px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #top_search .thumb img {
    width: 200px;
  }
}
#top_search h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #008000;
}
#top_search .desc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
#top_search .form {
  text-align: center;
  margin-bottom: 20px;
}
#top_search .form select {
  appearance: none;
  min-width: 180px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}
#top_search .form #submit {
  border: none;
  height: 2.8em;
  font-size: 16px;
  background: #008000;
  color: #fff;
  padding: 0 40px;
  border-radius: 5px;
}
#top_search .annotation p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #top_search .annotation p {
    font-size: 12px;
  }
}
#top_search .annotation p a {
  display: inline-block;
  padding: 2px;
  line-height: 1;
  color: #008000;
  text-decoration: underline;
  transition: all 0.35s ease;
}
#top_search .annotation p a:hover {
  background: #008000;
  color: #fff;
}

.slide {
  min-height: 100%;
  position: relative;
}
.slide .top-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .slide .top-inner {
    width: 100%;
    min-height: 70vh;
  }
}
@media screen and (max-width: 520px) {
  .slide .top-inner {
    min-height: 50vh;
  }
}
.slide .top-inner img {
  width: 100%;
  height: 85vh;
  vertical-align: bottom;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1366px) {
  .slide .top-inner img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .slide .top-inner img {
    height: 100%;
    object-fit: cover;
    object-position: 30% 0;
  }
}
@media screen and (max-width: 480px) {
  .slide .top-inner img {
    object-position: 20% 0;
    height: 50vh;
  }
}

/*-----------height調整----------*/
.slick-slide {
  height: auto !important;
}

/*------------------------------*/
/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slick-arrow:before {
  font-size: 30px !important;
}

/*------------------------------*/
.key-txt {
  position: absolute;
  top: 15vh;
  right: 6%;
  z-index: 2;
  width: 50%;
}
@media screen and (max-width: 1900px) {
  .key-txt {
    top: 150px;
  }
}
@media screen and (max-width: 1500px) {
  .key-txt {
    top: 7%;
  }
}
@media screen and (max-width: 1240px) {
  .key-txt {
    width: 50%;
    top: 12%;
  }
}
@media screen and (max-width: 1024px) {
  .key-txt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .key-txt {
    top: 6%;
  }
}
@media screen and (max-width: 480px) {
  .key-txt {
    width: 90%;
    top: 36%;
    right: 4%;
  }
}
.key-txt h2 img {
  width: 50vw;
  filter: drop-shadow(2px -2px 0 #E6E600);
}
@media screen and (max-width: 1900px) {
  .key-txt h2 img {
    width: 100%;
  }
}

.key-subtxt {
  position: absolute;
  width: 45%;
  bottom: 14vh;
  right: 8%;
  background: rgba(255, 255, 255, 0.9);
  padding: 3.5vh 3vw 3vh 3vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1500px) {
  .key-subtxt {
    width: 580px;
  }
}
@media screen and (max-width: 1366px) {
  .key-subtxt {
    bottom: 23vh;
  }
}
@media screen and (max-width: 1240px) {
  .key-subtxt {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .key-subtxt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .key-subtxt {
    bottom: auto;
    top: 25%;
  }
}
@media screen and (max-width: 480px) {
  .key-subtxt {
    top: 55%;
    width: 92%;
    right: 4%;
  }
}
.key-subtxt h3 {
  position: absolute;
  top: -5.5vh;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  color: #008000;
  text-align: center;
  font-size: 4vw;
  text-shadow: 3px -3px 0 #E6E600;
}
@media screen and (max-width: 1900px) {
  .key-subtxt h3 {
    font-size: 4rem;
    top: -85px;
    padding: 30px 16px 24px 16px;
  }
}
@media screen and (max-width: 480px) {
  .key-subtxt h3 {
    top: -55px;
    font-size: 2.2rem;
    padding: 26px 8px 8px 12px;
  }
}
.key-subtxt ul li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #1a1a1a;
  font-size: 1.4vw;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .key-subtxt ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1500px) {
  .key-subtxt ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .key-subtxt ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .key-subtxt ul li {
    font-size: 0.75rem;
  }
}
.key-subtxt ul li span {
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  color: #008000;
  font-size: 1.6vw;
  margin-right: 0.6vw;
  text-shadow: 1px 1px 0 #008000, -1px -1px 0 #008000, -1px 1px 0 #008000, 1px -1px 0 #008000, 0px 1px 0 #008000, 0 -1px 0 #008000, -1px 0 0 #008000, 1px 0 0 #008000;
}
@media screen and (max-width: 1900px) {
  .key-subtxt ul li span {
    font-size: 1.9rem;
    margin-right: 10px;
    text-shadow: none;
  }
}
@media screen and (max-width: 1500px) {
  .key-subtxt ul li span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .key-subtxt ul li span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .key-subtxt ul li span {
    font-size: 1rem;
    margin-right: 4px;
  }
}

#subkey-visual {
  padding: 10vh 0;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1900px) {
  #subkey-visual {
    padding: 120px 0;
  }
}
@media screen and (max-width: 800px) {
  #subkey-visual {
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual {
    padding: 48px 0;
  }
}
#subkey-visual h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3vw;
  text-align: center;
  color: #fff;
  line-height: 1.1em;
}
@media screen and (max-width: 1900px) {
  #subkey-visual h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  #subkey-visual h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual h1 {
    font-size: 2rem;
  }
}
#subkey-visual h1 br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #subkey-visual h1 br.sp {
    display: block;
  }
}
#subkey-visual h1 span {
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  font-size: 1vw;
  text-align: center;
  letter-spacing: 0.2rem;
  color: #38f638;
}
@media screen and (max-width: 1900px) {
  #subkey-visual h1 span {
    font-size: 24px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual h1 span {
    font-size: 0.9rem;
  }
}

.recruit-bg {
  background: url("../recruit/images/top.jpg") no-repeat center;
  background-size: cover;
}

.dayjob-bg {
  background: url("../dayjob/images/top.jpg") no-repeat center;
  background-size: cover;
}

.service-bg {
  background: url("../service/images/top.jpg") no-repeat center;
  background-size: cover;
}

.voice-bg {
  background: url("../voice/images/top.jpg") no-repeat center;
  background-size: cover;
}

.contact-bg {
  background: url("../contact/images/top.jpg") no-repeat center;
  background-size: cover;
}

.jobform-bg {
  background: url("../contact/images/jobform-top.jpg") no-repeat center;
  background-size: cover;
}

.ownerform-bg {
  background: url("../contact/images/ownerform-top.jpg") no-repeat center;
  background-size: cover;
}

#wrap {
  overflow: hidden;
}

#container {
  width: 1360px;
  margin: 0 auto;
  padding: 5vh 0 0 0;
}
@media screen and (max-width: 1366px) {
  #container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #container {
    width: 90%;
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #container {
    width: 90%;
    padding: 60px 0 0 0;
  }
}

.title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .title {
    margin-bottom: 24px;
  }
}
.title h2 {
  text-align: center;
  font-size: 1vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #008000;
}
@media (max-width: 480px) {
  .title h2 {
    font-size: 0.9rem;
  }
}
.title h2 span {
  font-size: 3vw;
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  color: #008000;
  text-shadow: 1px 1px 0 #008000, -1px -1px 0 #008000, -1px 1px 0 #008000, 1px -1px 0 #008000, 0px 1px 0 #008000, 0 -1px 0 #008000, -1px 0 0 #008000, 1px 0 0 #008000;
}
@media screen and (max-width: 1900px) {
  .title h2 span {
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .title h2 span {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .title h2 span {
    font-size: 2.5rem;
  }
}

/*---------------エントリーフォーム---------------*/
#entry-form {
  background: url("../images/entryform-bg.jpg") no-repeat bottom center;
  background-size: cover;
  width: 1240px;
  margin: 0 auto 5vh auto;
  padding: 180px 40px 32px;
  display: grid;
  align-items: end;
}
@media screen and (max-width: 1366px) {
  #entry-form {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #entry-form {
    margin: 0 auto 60px auto;
  }
}
@media screen and (max-width: 768px) {
  #entry-form {
    width: 90%;
    padding: 32px 16px 12px 16px;
  }
}
@media screen and (max-width: 520px) {
  #entry-form {
    background-position: 58%;
    width: 100%;
    margin: 0 auto;
    padding: 32px 16px;
  }
}
#entry-form .entry-form-inner h2 {
  text-align: center;
}
#entry-form .entry-form-inner h2 span {
  display: inline-block;
  width: 20%;
  margin: 0 auto 32px;
}
#entry-form .entry-form-inner h2 span img {
  width: 100%;
}
#entry-form .entry-form-inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 320px) {
  #entry-form .entry-form-inner ul {
    flex-direction: column;
  }
}
#entry-form .entry-form-inner ul li {
  margin-right: 5vw;
  transition: all ease 0.3s;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #entry-form .entry-form-inner ul li {
    margin-right: 12px;
  }
}
@media screen and (max-width: 480px) {
  #entry-form .entry-form-inner ul li {
    margin-right: 8px;
  }
}
#entry-form .entry-form-inner ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 320px) {
  #entry-form .entry-form-inner ul li:last-child {
    margin-bottom: 0;
  }
}
#entry-form .entry-form-inner ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
#entry-form .entry-form-inner ul li a {
  border-radius: 50%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #entry-form .entry-form-inner ul li a {
    font-size: 0.8rem;
    letter-spacing: 0.001rem;
  }
}
@media screen and (max-width: 520px) {
  #entry-form .entry-form-inner ul li a {
    font-size: 1.2rem;
  }
}
#entry-form .entry-form-inner ul .orner {
  background: linear-gradient(50deg, #00ae00, #e6e600);
  padding: 1.5vh 3vw;
  border-radius: 50vw;
  transition: all ease 0.3s;
}
#entry-form .entry-form-inner ul .orner:hover {
  background: #004D00;
}
@media screen and (max-width: 1900px) {
  #entry-form .entry-form-inner ul .orner {
    border-radius: 50px;
    padding: 12px 52px;
  }
}
@media screen and (max-width: 1024px) {
  #entry-form .entry-form-inner ul .orner {
    padding: 12px 12px;
  }
}
#entry-form .entry-form-inner ul .orner a {
  color: #fff;
}
#entry-form .entry-form-inner ul .job {
  background: linear-gradient(50deg, #e6e600, #00ae00);
  padding: 1.5vh 3vw;
  border-radius: 50vw;
  transition: all ease 0.3s;
}
#entry-form .entry-form-inner ul .job:hover {
  background: #CCCC00;
}
@media screen and (max-width: 1900px) {
  #entry-form .entry-form-inner ul .job {
    border-radius: 50px;
    padding: 12px 52px;
  }
}
@media screen and (max-width: 1024px) {
  #entry-form .entry-form-inner ul .job {
    padding: 12px 12px;
  }
}
#entry-form .entry-form-inner ul .job a {
  color: #fff;
}

.common-width {
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .common-width {
    width: 1080px;
  }
}
@media (max-width: 1240px) {
  .common-width {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .common-width {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .common-width {
    width: 90%;
  }
}
.common-ma {
  padding: 120px 0 0 0;
}
@media (max-width: 768px) {
  .common-ma {
    padding: 96px 0 0 0;
  }
}
@media (max-width: 480px) {
  .common-ma {
    padding: 80px 0 0 0;
  }
}

/*---------------ボタン---------------*/
a.btn {
  display: table;
  text-align: center;
  margin: 80px auto 0 auto;
  padding: 10px 100px;
  border: 1px solid #1a1a1a;
  font-size: 1.2rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  transition: all ease 0.5s;
}
a.btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 480px) {
  a.btn {
    margin: 40px auto 0 auto;
  }
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.post2 {
  opacity: 0;
  transition: all 1.3s;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#global-footer {
  position: relative;
  background: #EDEDED;
  padding: 32px 0;
}
@media screen and (max-width: 520px) {
  #global-footer {
    padding-top: 22px;
  }
}
#global-footer .footer-inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  #global-footer .footer-inner {
    width: 1100px;
  }
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
#global-footer .footer-inner .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px 0;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer-top {
    padding-bottom: 0;
  }
}
#global-footer .footer-inner .footer-top .logo-left {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .footer-top .logo-left {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left {
    width: 35%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer-top .logo-left {
    width: 100%;
    text-align: center;
  }
}
#global-footer .footer-inner .footer-top .logo-left h1 {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer-top .logo-left h1 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer-top .logo-left h1 {
    width: 100%;
  }
}
#global-footer .footer-inner .footer-top .logo-left h1 a {
  display: inline-block;
}
#global-footer .footer-inner .footer-top .logo-left h1 a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer-top .logo-left h1 a img {
    width: 40%;
  }
}
#global-footer .footer-inner .footer-top .navi-left {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .footer-top .navi-left {
    display: none;
  }
}
#global-footer .footer-inner .footer-top .navi-left .footer-navi {
  margin-bottom: 24px;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .footer-top .navi-left .footer-navi {
    display: none;
  }
}
#global-footer .footer-inner .footer-top .navi-left .footer-navi ul {
  display: flex;
  justify-content: flex-end;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-left .footer-navi ul {
    margin: 52px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  #global-footer .footer-inner .footer-top .navi-left .footer-navi ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0 0 0;
  }
}
#global-footer .footer-inner .footer-top .navi-left .footer-navi ul li {
  margin-left: 3vw;
}
@media screen and (max-width: 1900px) {
  #global-footer .footer-inner .footer-top .navi-left .footer-navi ul li {
    margin-left: 30px;
  }
}
#global-footer .footer-inner .footer-top .navi-left .footer-navi ul li a {
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transition: all ease 0.3s;
}
#global-footer .footer-inner .footer-top .navi-left .footer-navi ul li a:hover {
  color: #83E0CB;
}
#global-footer .footer-inner .footer-top .navi-left .footer_link a {
  display: inline-block;
  width: 110px;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 24px 8px;
  position: relative;
  transition: 0.6s ease;
}
#global-footer .footer-inner .footer-top .navi-left .footer_link a.findjob {
  background: #F0EA55;
  margin-right: 16px;
}
#global-footer .footer-inner .footer-top .navi-left .footer_link a.findwork {
  background: #3BA33B;
  color: #fff;
}
#global-footer .footer-inner .footer-top .navi-left .footer_link a:hover {
  background: #83E0CB;
}
#global-footer .footer-inner .footer-top .navi-left .footer_link a img {
  position: relative;
  top: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 520px) {
  #global-footer .copy {
    padding: 24px 0;
  }
}
#global-footer .copy small {
  display: block;
  text-align: right;
  font-size: 0.7vw;
}
@media screen and (max-width: 768px) {
  #global-footer .copy small {
    margin: 0 auto 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 1900px) {
  #container {
    width: 1240px;
    padding: 0;
  }
}
@media screen and (max-width: 1366px) {
  #container {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  #container {
    width: 90%;
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  #container {
    width: 90%;
    padding: 60px 0 0 0;
  }
}

#salary {
  padding: 40px 0;
  margin-top: 80px;
  background: #f2f6f2;
}
@media screen and (max-width: 1100px) {
  #salary {
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  #salary {
    margin-top: 0;
  }
}
#salary h3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 21px;
}
#salary .salary-contents {
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1100px) {
  #salary .salary-contents {
    width: 75%;
  }
}
@media screen and (max-width: 520px) {
  #salary .salary-contents {
    display: block;
  }
}
#salary .salary-contents .salary-img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #salary .salary-contents .salary-img {
    width: 48%;
  }
}
@media screen and (max-width: 520px) {
  #salary .salary-contents .salary-img {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  #salary .salary-contents .salary-img:nth-child(2) {
    margin-bottom: 0;
  }
}
#salary .salary-contents .salary-img img {
  width: 100%;
}
@media screen and (max-width: 520px) {
  #salary .salary-contents .salary-img img {
    width: 60%;
    height: auto;
  }
}

#about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 10vh 0;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  #about {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1100px) {
  #about {
    margin: 80px 0;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #about {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #about {
    margin: 60px 0 0 0;
  }
}
#about::after {
  content: "";
  background: url("../service/images/about-bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  width: 906px;
  height: 1018px;
}
@media screen and (max-width: 1900px) {
  #about::after {
    width: 406px;
    height: 518px;
    top: 80px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #about::after {
    width: 206px;
    height: 318px;
    top: 580px;
  }
}
#about .service-img {
  width: 45%;
}
@media screen and (max-width: 1100px) {
  #about .service-img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #about .service-img {
    position: absolute;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #about .service-img {
    top: 70px;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #about .service-img {
    top: 60px;
    margin-bottom: 16px;
  }
}
#about .service-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .service-img img {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 520px) {
  #about .service-img img {
    height: 200px;
    vertical-align: bottom;
  }
}
#about .service-txt {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  #about .service-txt {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #about .service-txt {
    width: 100%;
  }
}
#about .service-txt h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #2cc12c;
  font-size: 1.6vw;
  margin-bottom: 2vh;
}
@media screen and (max-width: 1900px) {
  #about .service-txt h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #about .service-txt h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1240px) {
  #about .service-txt h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #about .service-txt h2 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #about .service-txt h2 {
    padding-bottom: 310px;
  }
}
@media screen and (max-width: 520px) {
  #about .service-txt h2 {
    padding-bottom: 216px;
    font-size: 1.4rem;
  }
}
#about .service-txt p {
  font-size: 1vw;
  color: #5d5d5d;
  line-height: 1.8em;
}
@media screen and (max-width: 1900px) {
  #about .service-txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1240px) {
  #about .service-txt p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 520px) {
  #about .service-txt p {
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

#flow {
  background: url("../dayjob/images/flow-bg.jpg") no-repeat center;
  margin: 10vh 0;
  background-size: cover;
  width: 100%;
  padding: 5vh 0;
}
@media screen and (max-width: 1900px) {
  #flow {
    margin: 120px 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1100px) {
  #flow {
    margin: 80px 0;
    padding: 60px 0;
  }
}
@media screen and (max-width: 520px) {
  #flow {
    margin: 60px 0 0 0;
    padding: 24px 0 48px 0;
  }
}
#flow .flow-inner {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #flow .flow-inner {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow-inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow-inner {
    width: 90%;
  }
}
#flow .flow-inner h2 {
  color: #38f638;
}
#flow .flow-inner h2 span {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#flow .flow-inner .flow-contents {
  display: flex;
  justify-content: space-between;
}
#flow .flow-inner .flow-contents .flow-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 3vh 0;
  width: 22%;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #flow .flow-inner .flow-contents .flow-box {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1100px) {
  #flow .flow-inner .flow-contents .flow-box {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow-inner .flow-contents .flow-box {
    padding: 8px 0;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow-inner .flow-contents .flow-box {
    padding: 4px 0;
  }
}
#flow .flow-inner .flow-contents .flow-box::after {
  content: "";
  background: url("../dayjob/images/flow-arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 78px;
  right: -54px;
}
@media screen and (max-width: 1900px) {
  #flow .flow-inner .flow-contents .flow-box::after {
    width: 24px;
    height: 48px;
    right: -24px;
  }
}
@media screen and (max-width: 1100px) {
  #flow .flow-inner .flow-contents .flow-box::after {
    width: 18px;
    height: 40px;
    right: -18px;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow-inner .flow-contents .flow-box::after {
    width: 12px;
    height: 30px;
    right: -12px;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow-inner .flow-contents .flow-box::after {
    width: 6px;
    height: 16px;
    right: -6px;
  }
}
#flow .flow-inner .flow-contents .flow-box:last-child::after {
  content: "";
  display: none;
}
#flow .flow-inner .flow-contents .flow-box p {
  text-align: center;
  font-size: 2vw;
  line-height: 0.9em;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  margin-bottom: 2vh;
}
@media screen and (max-width: 1900px) {
  #flow .flow-inner .flow-contents .flow-box p {
    font-size: 3rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) {
  #flow .flow-inner .flow-contents .flow-box p {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow-inner .flow-contents .flow-box p {
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow-inner .flow-contents .flow-box p {
    font-size: 1.4rem;
  }
}
#flow .flow-inner .flow-contents .flow-box p span {
  color: #a6a6a6;
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  font-size: 0.9vw;
  display: block;
}
@media screen and (max-width: 1900px) {
  #flow .flow-inner .flow-contents .flow-box p span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow-inner .flow-contents .flow-box p span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow-inner .flow-contents .flow-box p span {
    font-size: 0.6rem;
  }
}
#flow .flow-inner .flow-contents .flow-box p strong {
  font-weight: bold;
  line-height: 1.1em;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
@media screen and (max-width: 520px) {
  #flow .flow-inner .flow-contents .flow-box p strong {
    text-shadow: 0.5px 0.5px 0 #000, -0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px -0.5px 0 #000, 0px 0.5px 0 #000, 0 -0.5px 0 #000, -0.5px 0 0 #000, 0.5px 0 0 #000;
  }
}
#flow .flow-inner .flow-contents .flow-box h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #008000;
  font-weight: bold;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  #flow .flow-inner .flow-contents .flow-box h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1240px) {
  #flow .flow-inner .flow-contents .flow-box h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #flow .flow-inner .flow-contents .flow-box h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #flow .flow-inner .flow-contents .flow-box h3 {
    font-size: 1.4rem;
    letter-spacing: 0.001rem;
  }
}
@media screen and (max-width: 520px) {
  #flow .flow-inner .flow-contents .flow-box h3 {
    font-size: 13px;
  }
}

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