@charset "UTF-8";
/* ===========================
--- Variables
============================*/
/* ===========================
--- General Setting
============================// */
* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  background: #f7f4ef;
}

p, li, dt, dd, table {
  line-break: strict;
  font-size: 0.9375rem;
  line-height: 160%;
}

img {
  border: 0px;
}

ul, ol {
  list-style-type: none;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ===========================
--- Link Setting
============================ */
a {
  color: #FF6600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #58a020;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Layout-
============================ */
#wrapper {
  position: relative;
  min-height: 100%;
  height: 100%;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#content_box {
  display: block;
  padding: 0;
}

#recruit,
#recruit #content_box {
  background: #f4fdff;
}

#content_box.top_fixed {
  display: block;
  padding: 60px 0 0 0;
  background: url("../item/kye_color.jpg") repeat-x;
}

@media (max-width: 1200px) {
  #content_box.top_fixed {
    display: block;
    padding: 0;
  }
}
/* ===========================
--- Header
============================ */
#main_header {
  position: relative;
  display: block;
  height: 50px;
  background: #f7f4ef;
  text-align: center;
}

#recruit #main_header {
  background: #3db0c9;
}

#main_header_inner {
  display: block;
  width: 1050px !important;
  margin: auto;
  padding: 0 10px 0 0;
}

@media (max-width: 1060px) {
  #main_header_inner {
    width: 100%;
  }
}
#main_logo {
  display: block;
  padding: 15px 0 0 0;
  text-align: left;
}
#main_logo img {
  height: 30px;
  width: auto;
}

#header_recruit,
#header_recruit_2 {
  display: block;
  padding: 10px 0 0 0;
}
#header_recruit a,
#header_recruit_2 a {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  padding: 4px 10px 4px 10px;
  background: #0d5a30;
  border: 1px solid #FFF;
  border-radius: 4px;
  transition: 0.3s;
}
#header_recruit a:link,
#header_recruit_2 a:link {
  color: #FFF;
  text-decoration: none;
}
#header_recruit a:visited,
#header_recruit_2 a:visited {
  color: #FFF;
  text-decoration: none;
}
#header_recruit a:hover,
#header_recruit_2 a:hover {
  color: #FFF;
  text-decoration: none;
  background: #58a020;
}
#header_recruit a:active,
#header_recruit_2 a:active {
  color: #FFF;
  text-decoration: none;
}

#header_recruit_2 a {
  font-size: 0.875rem;
  padding: 6px 10px 6px 10px;
  background: #5aa01b;
}
#header_recruit_2 a::after {
  top: 2px;
  right: 5px;
}
#header_recruit_2 a:hover {
  background: #0d5a30;
}

.recruit_rogo,
.recruit_fixed_rogo {
  display: inline-block;
  padding: 0 14px 4px 14px;
  margin: 2px 0 0 5px;
  background: #ffffff;
  border-radius: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 1rem;
  font-weight: bold;
  color: #3db0c9;
}

@media (max-width: 1046px) {
  #main_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 50;
  }

  #header_recruit a,
#header_recruit_2 a {
    display: none !important;
  }

  #main_logo {
    display: block;
    padding: 7px 0 0 0;
  }
  #main_logo img {
    height: 25px;
    width: auto;
  }
}
@media (max-width: 769px) {
  .recruit_rogo,
.recruit_fixed_rogo {
    height: 22px;
    line-height: 20px;
    font-size: 0.875rem;
  }
}
/* ===========================
--- Main menu
============================ */
#main_menu {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 15px 0;
  background: #f7f4ef;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 6;
}
#main_menu ul {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  margin: auto;
  padding: 10px 10px;
  text-align: center;
}
#main_menu li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
#main_menu li a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  padding: 12px 22px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
#main_menu li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 4px;
  background: none;
  transition: 0.3s;
}
#main_menu li a:link {
  color: #000;
  text-decoration: none;
}
#main_menu li a:visited {
  color: #000;
  text-decoration: none;
}
#main_menu li a:hover {
  color: #58a020;
  text-decoration: none;
}
#main_menu li a:hover::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 4px;
  background: #58a020;
}
#main_menu li a:active {
  color: #000;
  text-decoration: none;
}
#main_menu li ul {
  position: absolute;
  display: none;
  top: 38px;
  left: -75px;
  opacity: 0;
  width: 250px;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main_menu li ul li {
  display: block;
  height: 35px;
  line-height: 35px;
  background: #ede8e1;
  border-bottom: 1px solid #FFF;
  transition: 0.3s;
}
#main_menu li ul li a {
  display: block;
  padding: 0;
  line-height: 35px;
}
#main_menu li ul li:hover {
  background: #58a020;
}
#main_menu li ul li a::after,
#main_menu li ul li a:hover::after {
  content: none;
}
#main_menu li:hover > ul {
  display: block;
  opacity: 1;
}
#main_menu li ul li:last-child {
  display: block !important;
}
#main_menu li ul li:last-child a {
  display: block !important;
}
#main_menu li ul li {
  background: #FFF;
}
#main_menu li ul li a {
  color: #58a020 !important;
}
#main_menu li ul li a:link {
  color: #58a020 !important;
  text-decoration: none;
}
#main_menu li ul li a:visited {
  color: #58a020 !important;
  text-decoration: none;
}
#main_menu li ul li a:hover {
  color: #FFF !important;
  text-decoration: none;
}
#main_menu li ul li a:active {
  color: #58a020 !important;
  text-decoration: none;
}
#main_menu li ul > li {
  -webkit-animation: fadeInDown 0.2s ease 0s 1 normal;
  animation: fadeInDown 0.2s ease 0s 1 normal;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#main_menu .current-menu-item a {
  color: #58a020 !important;
}
#main_menu .current-menu-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 4px;
  background: #58a020;
}
#main_menu .about_check_1.current-menu-item::after {
  background: none !important;
}
#main_menu li:last-child {
  display: none;
}
#main_menu li:last-child a {
  display: none;
}

@media (max-width: 1046px) {
  #main_menu ul {
    width: 100%;
  }
}
#top_fixed {
  display: none;
}

#main_menu.top_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  animation-name: fadeUpAnime2;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
}
#main_menu.top_fixed ul {
  position: fixed;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  text-align: center;
}
#main_menu.top_fixed li a {
  display: inline-block;
  text-align: center;
  font-size: 0.8125rem;
  padding: 12px 18px;
}
#main_menu.top_fixed li:last-child {
  display: inline-block;
}
#main_menu.top_fixed li:last-child a {
  position: relative;
  margin: 5px 0 0 0;
  display: block !important;
  color: #fff;
  padding: 8px 10px !important;
  border-radius: 4px;
  background: #0d5a30;
  transition: 0.3s;
}
#main_menu.top_fixed li:last-child a::after {
  position: absolute;
  content: "";
  background: none;
}
#main_menu.top_fixed li:last-child a:hover {
  background: #7fd13f;
  text-decoration: none;
}
#main_menu.top_fixed #top_fixed {
  position: absolute;
  display: block;
  top: 5px;
  left: 10px;
}
#main_menu.top_fixed li ul {
  position: absolute;
  display: none;
  top: 37px;
  left: -78px;
  opacity: 0;
  width: 250px;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main_menu.top_fixed li ul li {
  display: block;
  height: 35px;
  line-height: 35px;
  background: #ede8e1;
  border-bottom: 1px solid #FFF;
}
#main_menu.top_fixed li ul li a {
  display: block;
  padding: 0;
  line-height: 35px;
}
#main_menu.top_fixed li ul li:hover {
  background: #58a020;
}
#main_menu.top_fixed li ul li a::after,
#main_menu.top_fixed li ul li a:hover::after {
  content: none;
}
#main_menu.top_fixed li:hover > ul {
  display: block;
  opacity: 1;
}
#main_menu.top_fixed li ul li:last-child {
  display: block !important;
}
#main_menu.top_fixed li ul li:last-child a {
  display: block !important;
  background: none;
  padding: 0;
}
#main_menu.top_fixed li ul li:last-child a:hover {
  background: none;
}
#main_menu.top_fixed li ul li:last-child a::after {
  content: none !important;
}
#main_menu.top_fixed li ul li {
  background: #FFF;
  height: 35px;
  line-height: 35px;
  padding: 0;
  margin: 0;
}
#main_menu.top_fixed li ul li a {
  padding: 0;
  margin: 0;
  color: #58a020 !important;
}
#main_menu.top_fixed li ul li a:link {
  color: #58a020 !important;
  text-decoration: none;
}
#main_menu.top_fixed li ul li a:visited {
  color: #58a020 !important;
  text-decoration: none;
}
#main_menu.top_fixed li ul li a:hover {
  color: #FFF !important;
  text-decoration: none;
}
#main_menu.top_fixed li ul li a:active {
  color: #58a020 !important;
  text-decoration: none;
}
#main_menu.top_fixed li ul li:last-child {
  height: auto !important;
}
#main_menu.top_fixed li ul li:last-child a {
  margin: 0;
  padding: 0 !important;
  height: 35px !important;
  line-height: 35px !important;
}
#main_menu.top_fixed li ul > li {
  -webkit-animation: fadeInDown 0.2s ease 0s 1 normal;
  animation: fadeInDown 0.2s ease 0s 1 normal;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1450px) {
  #main_menu.top_fixed ul {
    padding: 0 0 0 250px;
  }
}
@media (max-width: 1350px) {
  #main_menu.top_fixed ul {
    padding: 0 0 0 220px;
  }
  #main_menu.top_fixed li a {
    padding: 12px 20px;
  }
}
@media (max-width: 1280px) {
  #main_menu.top_fixed ul {
    padding: 0 0 0 180px;
  }
  #main_menu.top_fixed li a {
    padding: 12px 5px;
  }
  #main_menu.top_fixed li ul {
    left: -93px;
  }
}
@media (max-width: 1250px) {
  #main_menu ul {
    width: 100%;
  }
}
@media (max-width: 1046px) {
  #main_menu {
    display: none;
  }

  #wrapper.fixed {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }

  #main_menu.fixed {
    position: fixed;
    display: block !important;
    height: 100vh;
    top: 0px;
    padding: 40px 0 0 0;
    overflow: scroll;
    animation-name: fadeUpAnime2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    overflow: auto;
  }
  #main_menu.fixed ul {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 40px 0;
    text-align: center;
  }
  #main_menu.fixed li {
    display: block;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #999;
    text-align: center !important;
  }
  #main_menu.fixed li a {
    display: block;
    width: 100%;
    transition: 0s;
    text-align: center !important;
  }
  #main_menu.fixed li a::after {
    display: none;
  }
  #main_menu.fixed ul li {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center !important;
  }
  #main_menu.fixed ul li ul {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    height: 40px;
    padding: 0;
    margin: auto;
    font-family: 0;
    opacity: 1;
  }
  #main_menu.fixed ul li ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #999;
  }
  #main_menu.fixed ul li ul li a {
    font-size: 0.875rem;
    line-height: 40px;
    padding: 0 !important;
    margin: 0 auto;
  }
  #main_menu.fixed ul li ul li a:hover {
    color: #000 !important;
  }
  #main_menu.fixed ul li ul li:first-child {
    border-top: 1px solid #999;
    margin: 0;
    padding: 0;
  }
  #main_menu.fixed ul li ul li:last-child {
    display: block;
    border-bottom: none;
    margin: 0 auto;
    padding: 0;
  }
  #main_menu.fixed ul li ul li:last-child a {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    color: #000;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    transition: 0;
  }
  #main_menu.fixed ul li ul li:last-child a:hover {
    background: none;
    background: #fff;
  }
  #main_menu.fixed .current-menu-item {
    background: url("../item/current-menu-item.png") top center repeat-x;
  }
  #main_menu.fixed .current-menu-item a {
    color: #FFF !important;
  }
  #main_menu.fixed .current-menu-item ul li a {
    color: #000 !important;
  }
  #main_menu.fixed .current-menu-item ul li a:hover {
    color: #7fd13f !important;
  }
  #main_menu.fixed .about_check_1.current-menu-item {
    background: none !important;
  }
  #main_menu.fixed .about_check_1.current-menu-item a {
    color: #000000 !important;
  }
  #main_menu.fixed .about_check_2.current-menu-item a {
    color: #FFF !important;
  }
  #main_menu.fixed li:last-child {
    display: block;
    border-bottom: none;
    padding: 20px 0;
  }
  #main_menu.fixed li:last-child a {
    position: relative;
    display: inline-block;
    font-size: 1.0625rem;
    color: #fff;
    width: 250px;
    padding: 10px 20px 10px 20px;
    background: #3db0c9;
    border-radius: 4px;
    transition: 0.3s;
  }
  #main_menu.fixed li:last-child a:hover {
    background: #1e7a8f;
  }
  #main_menu.fixed .current-menu-item::after {
    display: none;
  }
  #main_menu.fixed a {
    padding: 15px 0;
  }
  @keyframes fadeUpAnime2 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/* ===========================
--- mobile MENU
============================ */
#model_menu_block {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 55px;
  width: 55px;
  z-index: 100;
}

#icon-animation {
  position: absolute;
  top: 0;
  right: 10px;
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 8px 0 0;
}

#icon-animation:hover {
  cursor: pointer;
}

#icon-animation span {
  width: 30px;
  height: 2px;
  display: block;
  background: #59a11b;
  position: absolute;
  right: 8px;
  top: 20px;
}

#recruit #icon-animation span {
  background: #FFF;
}

#icon-animation span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
#icon-animation .top {
  transform: translateY(-10px);
}
#icon-animation .bottom {
  transform: translateY(10px);
}

#icon-animation.is-active .middle {
  background: rgba(255, 255, 255, 0);
}
#icon-animation.is-active .top {
  transform: rotate(-45deg) translateY(0px);
}
#icon-animation.is-active .bottom {
  transform: rotate(45deg) translateY(0px);
}

#recruit #icon-animation.is-active .middle {
  opacity: 0;
}

@media (max-width: 1045px) {
  #model_menu_block {
    display: block;
  }
}
/* ===========================
--- Slider
============================ */
#slider {
  position: relative;
  display: block;
	background-color:#f7f4ef;
  border-top: none;
  margin: 0;
  z-index: 1;
}

#slider_inner {
  position: relative;
  height: 570px;
  width: 100%;
  display: block;
  border-top: none;
  margin: auto;
  overflow: hidden;
  transition: 0.3s;
}
#slider_inner [class^=img-] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;　/*auto -200px*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#slider_inner .img-01 {
  animation: slide-animation-01 24s infinite linear;
}
#slider_inner .img-02 {
  animation: slide-animation-02 24s infinite linear;
}
#slider_inner .img-03 {
  animation: slide-animation-03 24s infinite linear;
}
#slider_inner .img-04 {
  animation: slide-animation-04 24s infinite linear;
}

@keyframes slide-animation-01 {
  0%   { opacity: 1; transform: scale(1); }
  27%  { opacity: 1; transform: scale(1.2); }
  36%  { opacity: 0; transform: scale(1.3); }
  /* 非表示中は最初の状態に戻しておく */
  90%  { opacity: 0; transform: scale(1); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes slide-animation-02 {
  0%   { opacity: 0; transform: scale(1.3); }
  27%  { opacity: 0; transform: scale(1.3); }
  36%  { opacity: 1; transform: scale(1.25); }
  54%  { opacity: 1; transform: scale(1.1); }
  63%  { opacity: 0; transform: scale(1); }
  /* ループ用：元のサイズに戻す */
  100% { opacity: 0; transform: scale(1.3); }
}
@keyframes slide-animation-03 {
  0%   { opacity: 0; transform: scale(1); }
  45%  { opacity: 0; transform: scale(1); }
  54%  { opacity: 1; transform: scale(1.05); }
  72%  { opacity: 1; transform: scale(1.2); }
  81%  { opacity: 0; transform: scale(1.3); }
  /* ループ用 */
  100% { opacity: 0; transform: scale(1); }
}
@keyframes slide-animation-04 {
  0%   { opacity: 0; transform: scale(1.3); }
  63%  { opacity: 0; transform: scale(1.3); }
  72%  { opacity: 1; transform: scale(1.25); }
  90%  { opacity: 1; transform: scale(1.1); }
  100% { opacity: 0; transform: scale(1); }
}


#slider_inner #slider_text_1 {
  font-size: 40px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slider_inner #slider_text_2 {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  text-shadow: 2px 2px 3px #000, -1px -1px 3px #000;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media (max-width: 1420px) {
  #slider_inner #slider_text_1 {
    font-size: 36px;
  }
  #slider_inner #slider_text_2 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #slider_inner #slider_text_1 {
    font-size: 30px;
  }
  #slider_inner #slider_text_2 {
    font-size: 16px;
  }
}
@media (max-width: 1150px) {
  #slider_inner #slider_text_1 {
    font-size: 30px;
    letter-spacing: 0em;
  }
  #slider_inner #slider_text_2 {
    font-size: 16px;
    letter-spacing: 0em;
  }
}
@media (max-width: 950px) {
  #slider_inner #slider_text_1 {
    font-size: 26px;
    top: 40%;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
    top: 45%;
    width: 100%;
    text-align: center;
  }
  #slider_inner #slider_text_2 {
    font-size: 16px;
    top: 50%;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
    width: 90% !important;
    text-align: center;
  }
}
@media (max-width: 1600px) {
  #slider_inner {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 841px) {
  #slider_inner {
    height: 500px;
  }
}
@media (max-width: 769px) {
  #slider_inner {
    height: 400px;
  }
}
@media (max-width: 577px) {
  #slider_inner {
    height: 300px;
  }
}
/* ===========================
--- Top news
============================ */
#top_news,
#sub_news {
  display: block;
  width: 1040px;
  text-align: center;
  margin: auto;
}

@media (max-width: 1040px) {
  #top_news,
#sub_news {
    width: 100%;
  }
}
#top_news_title {
  position: relative;
  display: block;
  height: 80px;
  padding: 70px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
#top_news_title h3 {
  position: relative;
  display: inline-block;
  line-height: 100%;
  font-size: 2rem;
  color: #58a020;
  letter-spacing: 5px;
  padding: 0 20px 0 30px;
}
#top_news_title h3 span {
  font-size: 1.625rem;
}
#top_news_title h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 3px;
  height: 40px;
  background: #58a020;
  border-radius: 2px;
  transform: rotate(-30deg);
}
#top_news_title h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 3px;
  height: 40px;
  background: #58a020;
  border-radius: 2px;
  transform: rotate(30deg);
}

#news_itiran_box {
  display: block;
  width: 100%;
  margin: 50px auto 0 auto;
}
#news_itiran_box .news_all {
  display: block;
  text-align: center;
  float: left;
  width: 20% !important;
  margin: 0;
  min-height: 320px;
}
#news_itiran_box a {
  display: block;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
#news_itiran_box a:link {
  color: #58a020;
  text-decoration: none;
}
#news_itiran_box a:visited {
  color: #58a020;
  text-decoration: none;
}
#news_itiran_box a:hover {
  color: #58a020;
  text-decoration: none;
}
#news_itiran_box a:active {
  color: #58a020;
  text-decoration: none;
}
#news_itiran_box .news_all_inner {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 10px !important;
  height: auto;
  width: 100%;
  height: 340px;
}
#news_itiran_box .news_all_thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: 175px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
#news_itiran_box .news_all_thumbnail img {
  display: block;
  height: 175px;
  width: 100%;
  padding: 0;
  object-fit: cover !important;
  object-position: center center;
  overflow: hidden;
  border-radius: 4px;
}
#news_itiran_box .news_all_thumbnail .news_category {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 10px;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 10px 5%;
}
#news_itiran_box .news_all_thumbnail .news {
  background: #58a020;
}
#news_itiran_box .news_all_thumbnail .info {
  background: #ca471f;
}
#news_itiran_box .news_title {
  display: block;
  width: 100%;
  padding: 5px 8px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  text-align: justify;
}
#news_itiran_box .news_date {
  display: block;
  width: 100%;
  padding: 2px 8px;
  font-size: 0.875rem;
  color: #666666;
  text-align: left;
}
#news_itiran_box .news_kiji {
  display: block;
  width: 100%;
  padding: 0 8px;
  text-align: left;
}
#news_itiran_box .news_kiji p {
  display: block;
  font-size: 0.9375rem;
  line-height: 140%;
  color: #000;
  text-align: justify;
}

@media (max-width: 1100px) {
  #news_itiran_box {
    padding: 0;
    text-align: center !important;
  }
  #news_itiran_box .news_all {
    position: relative;
    width: 50% !important;
    text-align: center !important;
    min-height: 320px;
    padding: 0 !important;
    margin: 0 !important;
  }
  #news_itiran_box .news_all_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 10% 0 10% !important;
  }
  #news_itiran_box .news_all_thumbnail {
    width: 100% !important;
    text-align: center;
    margin: auto !important;
  }
  #news_itiran_box .news_all_thumbnail img {
    width: 100% !important;
  }
  #news_itiran_box .news_title,
#news_itiran_box .news_date,
#news_itiran_box .news_kiji {
    width: 100% !important;
  }
  #news_itiran_box .news_no_5 {
    display: none;
    opacity: 0;
  }
}
@media (max-width: 1046px) {
  #news_itiran_box .news_all {
    width: 50% !important;
  }
  #news_itiran_box .news_all_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 10% 0 10% !important;
  }
  #news_itiran_box .news_all_thumbnail {
    width: 100% !important;
  }
  #news_itiran_box .news_all_thumbnail img {
    width: 100% !important;
  }
  #news_itiran_box .news_title,
#news_itiran_box .news_date,
#news_itiran_box .news_kiji {
    width: 100% !important;
  }
}
@media (max-width: 941px) {
  #news_itiran_box .news_all {
    width: 50% !important;
  }
  #news_itiran_box .news_all_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 10% 0 10% !important;
  }
  #news_itiran_box .news_all_thumbnail {
    width: 100% !important;
  }
  #news_itiran_box .news_all_thumbnail img {
    width: 100% !important;
  }
  #news_itiran_box .news_title,
#news_itiran_box .news_date,
#news_itiran_box .news_kiji {
    width: 100% !important;
  }
}
@media (max-width: 841px) {
  #news_itiran_box .news_all {
    width: 50% !important;
  }
  #news_itiran_box .news_all_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 10% 0 10% !important;
  }
  #news_itiran_box .news_all_thumbnail {
    width: 100% !important;
  }
  #news_itiran_box .news_all_thumbnail img {
    width: 100% !important;
  }
  #news_itiran_box .news_title,
#news_itiran_box .news_date,
#news_itiran_box .news_kiji {
    width: 100% !important;
  }
}
@media (max-width: 769px) {
  #news_itiran_box .news_all {
    min-height: 340px;
  }
  #news_itiran_box .news_all_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 3% 0 3% !important;
  }
}
/* ===========================
--- Top Recruit
============================ */
#top_recruit {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
  min-height: 200px;
}
#top_recruit img {
  margin: 0 auto 40px auto;
}
#top_recruit .top_recruit_inner {
  position: relative;
  background: #FFF;
  display: inline-block;
  font-size: 1.5rem;
  padding: 10px 80px 10px 130px;
  margin: 0;
  border: 3px solid #58a020;
  border-radius: 4px;
  color: #58a020;
  font-weight: 500;
  transition: 0.3s;
}
#top_recruit .top_recruit_inner::after {
  position: absolute;
  content: "→";
  top: 20%;
  right: 30px;
  font-size: 1.5rem;
  color: #58a020;
}
#top_recruit a:hover > .top_recruit_inner {
  background: #d6fada;
}
#top_recruit .circle {
  position: absolute;
  display: block;
  top: -30px;
  left: 5px;
  width: 100px;
  height: 100px;
  color: #fff;
}
#top_recruit .square1 {
  width: 60px;
  height: 60px;
  background-color: #58a020;
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
}
#top_recruit .square2 {
  width: 60px;
  height: 60px;
  background-color: #58a020;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: rotate(15deg);
}
#top_recruit .square3 {
  width: 60px;
  height: 60px;
  background-color: #58a020;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: rotate(30deg);
}
#top_recruit .square4 {
  width: 60px;
  height: 60px;
  background-color: #58a020;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: rotate(45deg);
}
#top_recruit .square5 {
  width: 60px;
  height: 60px;
  background-color: #58a020;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: rotate(60deg);
}
#top_recruit .square6 {
  width: 60px;
  height: 60px;
  background-color: #58a020;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: rotate(75deg);
}
#top_recruit .tabaima_text {
  position: absolute;
  top: 13px;
  left: 42px;
  font-size: 1.375rem;
  color: #fff;
  transform: rotate(-10deg);
  z-index: 2;
}

#top_news_bottom {
  position: relative;
  display: block;
  min-height: 40px;
  background: #fff;
  padding: 0;
}
#top_news_bottom img {
  display: block;
  width: 100%;
  height: 100px;
}

#top_recruit_2 {
  margin: 50px auto 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
}
#top_recruit_2 img {
  display: block;
  width: 800px;
  margin: auto;
}

@media (max-width: 800px) {
  #top_recruit {
    min-height: 150px;
  }

  #top_recruit_2 {
    margin: 0 auto 0 auto;
  }
  #top_recruit_2 img {
    width: 80%;
  }

  #top_news_bottom {
    min-height: 20px;
  }
  #top_news_bottom img {
    height: 20px;
  }
}
@media (max-width: 400px) {
  #top_recruit .top_recruit_inner {
    font-size: 1.375rem;
    padding: 8px 60px 8px 110px;
  }
  #top_recruit .top_recruit_inner::after {
    top: 12%;
  }
  #top_recruit .tadaima,
#top_recruit .tadaima::after,
#top_recruit .tadaima::before,
#top_recruit .tadaima2,
#top_recruit .tadaima2::after,
#top_recruit .tadaima2::before,
#top_recruit .tadaima_inner,
#top_recruit .tadaima_inner::before,
#top_recruit .tabaima_text {
    top: 0;
    left: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
  }
  #top_recruit .tabaima_text {
    top: 14px;
    left: 44px;
    font-size: 1.1875rem;
  }
}
/* ===========================
--- Top Topics
============================ */
.fade_contents {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background: #58a020;
  z-index: 5;
}

.fade_contents_inner {
  position: relative;
  width: 1100px;
  height: 50px;
  margin: auto;
}

#news_ticker_title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 0 0 0;
  width: 150px;
  height: 50px;
}
#news_ticker_title p {
  display: inline-block;
  font-size: 1.0625rem;
  color: #FFF;
  padding: 0 10px;
  border: 2px solid #FFF;
  letter-spacing: 1px;
  border-radius: 3px;
}

#news_ticker {
  position: absolute;
  bottom: 0;
  left: 150px;
  right: 0;
  height: 40px;
  font-size: 0.875rem;
  line-height: 40px;
  overflow: hidden;
}

.news_ticker_list {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.news_ticker_list_item {
  position: absolute;
  width: 100%;
  padding: 4px 0px;
  font-size: 0;
  white-space: nowrap;
  opacity: 0;
  font-size: 1rem;
  color: #FFF;
  transition-duration: 1s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.news_ticker_list_item.is-active {
  opacity: 1;
  z-index: 100;
  color: #FFF !important;
}

.news_ticker_list_item a {
  font-size: 0.875rem;
  color: #fff;
}

.news_ticker_list_item a:hover {
  color: #fdff73;
}

@media (max-width: 1046px) {
  .fade_contents {
    margin: 40px auto 0 auto;
  }

  .fade_contents_inner {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .fade_contents,
.fade_contents_inner {
    height: 70px;
    overflow: hidden;
  }

  #news_ticker_title {
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
  }
  #news_ticker_title p {
    font-size: 0.9375rem;
  }

  #news_ticker {
    left: -60px;
    bottom: -10px;
    text-align: center;
  }

  .news_ticker_list_item time {
    display: block;
    margin: 15px 0;
    padding: 0 10px;
    overflow: hidden;
  }

  .news_ticker_list_item a {
    font-size: 0.875rem;
    color: #FFF;
  }
}
/* ===========================
--- Top Link
============================ */
#top_link {
  display: block;
  margin: 0 auto;
  padding: 120px 0 40px 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.top_link_waku {
  position: relative;
  width: 100%;
  height: 100%;
}

.top_link_waku_inner {
  position: absolute;
  top: -20%;
  left: -300%;
  bottom: -8%;
  right: -50%;
  background: #f7f4ef;
  border-radius: 15px;
  z-index: 1;
}

.top_link_box_left {
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
  float: left;
  margin: 0 0 180px -30px;
  z-index: 1;
}
.top_link_box_left img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 430px;
  border-radius: 0 20px 20px 0;
  z-index: 4;
}
.top_link_box_left .top_link_text {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20px 0 0;
  font-size: 1rem;
  line-height: 200%;
  text-align: justify;
  z-index: 4;
}
.top_link_box_left .top_link_left {
  width: 80%;
  margin: 0 0 0 8%;
}

.top_link_box_right {
  position: relative;
  display: block;
  width: 100%;
  height: 430px;
  float: right;
  margin: 0 -50px 180px auto;
  z-index: 1;
}
.top_link_box_right img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 430px;
  border-radius: 20px 0 0 20px;
  z-index: 4;
}
.top_link_box_right .top_link_text {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0 15px 0 0;
  padding: 0 20px 0 0;
  line-height: 200%;
  z-index: 5;
}
.top_link_box_right .top_link_right {
  width: 80%;
  margin: 0 10% 0 15%;
}

.top_link_title {
  position: relative;
  display: block;
  margin: 25px auto;
  z-index: 6;
}

.top_link_title_inner {
  position: relative;
  display: block;
  font-size: 2.5rem;
  padding: 15px 0px;
  margin: 0 25px 0 0;
  color: #58a020;
  line-height: 120%;
  font-weight: 500;
  border-bottom: 2px solid #58a020;
}

.top_link_next {
  display: block;
}

.top_link_next_inner {
  position: relative;
  display: block;
  margin: 30px 0 40px 0;
  height: 40px;
  padding: 0 25px;
  text-align: right;
  z-index: 10;
}
.top_link_next_inner a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 7px 25px 7px 15px;
  border: 2px solid #58a020;
  border-radius: 2px;
  font-size: 0.9375rem;
  color: #58a020;
  background: #fff;
  transition: 0.3s;
}
.top_link_next_inner a::after {
  position: absolute;
  content: ">";
  top: 7px;
  right: 10px;
  font-size: 0.9375rem;
  color: #58a020;
}
.top_link_next_inner a:hover {
  background: #58a020;
  color: #fff;
}
.top_link_next_inner a:hover::after {
  color: #fff;
}

.top_link_box_center {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #f7f4ef;
  z-index: 1;
}

.top_link_box_center_inner {
  display: block;
  max-width: 1040px;
  margin: auto;
}

.top_link_title_center {
  position: relative;
  display: block;
  margin: 25px 0;
  z-index: 6;
  text-align: center;
}

.top_link_title_center_inner {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  padding: 15px 0px;
  margin: 0 25px 0 30px;
  color: #58a020;
  line-height: 120%;
  font-weight: 500;
  border-bottom: 2px solid #58a020;
}

.top_link_company {
  position: relative;
  display: block;
  text-align: center;
  margin: 40px auto;
  padding: 15px 0 10px 0;
  border: 3px solid #58a020;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.top_link_company:hover {
  border: 3px solid #0b5930;
}

.top_link_company:hover > .top_link_company_title {
  background: #0b5930;
}

.top_link_company_title {
  position: relative;
  display: block;
  padding: 5px 0;
  background: #58a020;
  color: #fff;
}

.top_link_company_title::after {
  position: absolute;
  content: "";
  top: -3px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-top: 0;
  transform: rotate(45deg);
}

.top_link_company_title::before {
  position: absolute;
  content: "";
  bottom: -3px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-top: 0;
  transform: rotate(135deg);
}

.top_link_company_banner {
  display: block;
  text-align: center;
  padding: 80px 0 50px 0;
  background: #fff;
}
.top_link_company_banner img {
  width: auto;
  height: auto;
  transition: 0.3s;
}
.top_link_company_banner img:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 700px) {
  #top_link {
    padding: 40px 0 40px 0;
  }

  .top_link_company_banner {
    padding: 35px 0 0 0;
  }
  .top_link_company_banner img {
    width: 90%;
  }
}
@media (max-width: 1600px) {
  .top_link_box_left {
    width: 100%;
    height: 600px;
    margin: 0 0 30px 0;
  }
  .top_link_box_left .top_link_img {
    margin: 0 0 0 -15%;
  }

  .top_link_box_right {
    width: 100%;
    height: 600px;
    margin: 0 0 30px 0;
    float: right;
  }
  .top_link_box_right .top_link_img {
    width: 100%;
    margin: 0 0 0 60px;
  }
  .top_link_box_right .top_link_right {
    width: 80%;
    margin: 0 8% 0 23%;
  }
}
@media (max-width: 1300px) {
  .top_link_box_left {
    width: 90%;
  }
  .top_link_box_left .top_link_img {
    margin: 0 0 0 -35%;
  }
  .top_link_box_left .top_link_left {
    width: 100%;
    margin: 0 0 0 12%;
  }

  .top_link_box_right {
    width: 100%;
  }
  .top_link_box_right .top_link_img {
    margin: 0 0 0 0;
  }
  .top_link_box_right .top_link_right {
    width: 90%;
    margin: 0 70px 0 4%;
  }
}
@media (max-width: 1240px) {
  .top_link_box_left {
    width: 95%;
  }
  .top_link_box_left .top_link_img {
    margin: 0 0 0 -10%;
  }
  .top_link_box_left .top_link_text {
    padding: 10px;
  }
  .top_link_box_left .top_link_next_inner {
    position: relative;
    text-align: center !important;
    margin: 30px 0 40px 0;
  }

  .top_link_box_right {
    width: 95%;
  }
  .top_link_box_right .top_link_img {
    margin: 0 0 0 20px;
  }

  .top_link_title_inner,
.top_link_title_center_inner {
    font-size: 1.875rem;
  }
}
@media (max-width: 1050px) {
  .top_link_box_right {
    width: 100%;
  }
  .top_link_box_right .top_link_img {
    margin: 0 0 0 30px;
  }
  .top_link_box_right .top_link_right {
    width: 94%;
    margin: 0 70px 0 4%;
  }
}
@media (max-width: 941px) {
  .top_link_box_left,
.top_link_box_right {
    float: none;
    clear: both;
    width: 95%;
    height: auto;
    margin: 30px auto;
  }
  .top_link_box_left img,
.top_link_box_right img {
    height: 350px;
  }
  .top_link_box_left .top_link_text,
.top_link_box_right .top_link_text {
    height: auto;
    width: 100%;
    padding: 0 5px 0 15px;
  }
  .top_link_box_left .top_link_title_inner,
.top_link_box_right .top_link_title_inner {
    margin: auto;
    width: 95%;
  }

  .top_link_box_left img {
    margin: 0 0 0 -130px;
  }
  .top_link_box_left .top_link_left {
    width: 100%;
    margin: 0;
  }

  .top_link_box_right img {
    margin: 0 0 0 130px;
  }
  .top_link_box_right .top_link_waku_inner {
    top: -450px;
    bottom: 0;
  }
  .top_link_box_right .top_link_right {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 841px) {
  .top_link_box_left,
.top_link_box_right {
    width: 95%;
  }
  .top_link_box_left img,
.top_link_box_right img {
    height: 300px;
  }
  .top_link_box_left .top_link_text,
.top_link_box_right .top_link_text {
    font-size: 0.9375rem;
  }

  .top_link_title_inner {
    font-size: 1.375rem;
    padding: 10px 20px;
  }

  .top_link_title_center_inner {
    display: block;
    font-size: 1.375rem;
    padding: 10px 20px;
  }

  .top_link_box_right .top_link_waku_inner {
    top: -380px;
  }
}
@media (max-width: 769px) {
  .top_link_title_center {
    margin: 25px 0 15px 0;
  }

  .top_link_company {
    margin: 15px auto;
  }

  .top_link_box_left,
.top_link_box_right {
    width: 100%;
  }
  .top_link_box_left img,
.top_link_box_right img {
    height: 200px;
  }

  .top_link_title {
    margin: 25px auto 25px auto;
    text-align: center;
  }

  .top_link_title_inner {
    font-size: 1.25rem;
    padding: 10px 20px;
  }

  .top_link_waku_inner {
    position: absolute;
    top: -60%;
    left: -300%;
    bottom: -10%;
    right: 10%;
    background: #f7f4ef;
    border-radius: 15px;
    z-index: 1;
  }

  .top_link_next_inner {
    margin: 20px 0 40px 0;
    width: 100%;
    text-align: center !important;
  }
  .top_link_next_inner a {
    padding: 7px 15px 7px 10px;
    width: 85%;
    margin: auto !important;
    clear: both;
  }

  .top_link_box_left img {
    margin: 0 0 0 -60px;
  }

  .top_link_box_right img {
    margin: 0 0 0 60px;
  }
  .top_link_box_right .top_link_waku_inner {
    top: -280px;
  }
}
/* ===========================
--- Sub Content
============================ */
#sub_content {
  display: block;
  background: #f7f4ef;
  width: 100%;
  min-height: 250px;
  margin: 40px auto 0 auto;
}

.sub_content_inner {
  display: block;
  margin: auto;
}

@media (max-width: 1046px) {
  .sub_content_inner {
    width: 100%;
  }
}
#recruit #sub_content {
  background: #f4fdff;
}

.sub_page_body {
  display: block;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}

.recruit_sub_page_body {
  display: block;
  max-width: 1025px;
  margin: 40px auto;
  overflow: hidden;
}

.topics_body {
  min-height: 400px;
}

.sub_news_date {
  display: block;
  margin: 0;
}
.sub_news_date p {
  display: inline-block;
  font-size: 0.8125rem;
  color: #333;
}

.sub_page_title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #5aa11a;
  padding: 8px 10px;
  margin: 0;
}

.sub_page_text {
  display: block;
  margin: 20px auto;
  padding: 0;
  text-align: justify;
}
.sub_page_text p {
  line-height: 180%;
  text-align: justify;
}

.sub_thumbnail {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto 5px auto;
  width: 100%;
  overflow: hidden;
}
.sub_thumbnail img {
  display: block;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
  transition: 0.3s;
}

.sub_thumbnail_2 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.sub_thumbnail_2 img {
  display: block;
  float: left;
  margin: 18px 20px 20px 10px;
  object-fit: cover;
  width: 40%;
  border-radius: 4px;
  transition: 0.3s;
}

@media (max-width: 769px) {
  #recruit .sub_page_body .sub_textbox {
    padding: 0 15px 0 25px;
  }
  #recruit .sub_page_body .sub_textbox p {
    font-size: 0.875rem;
  }

  .sub_thumbnail_2 {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .sub_thumbnail_2 img {
    float: none;
    margin: 20px auto;
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 1020px) {
  .sub_page_body {
    width: 100%;
  }

  .sub_page_title {
    font-size: 1.125rem;
    padding: 0 25px;
  }

  .sub_news_date,
.sub_page_text {
    padding: 0 25px;
  }

  .sub_page_text {
    text-align: justify;
  }

  #recruit .sub_page_title,
#recruit .sub_news_date,
#recruit .sub_page_text {
    padding: 0 15px;
  }
  #recruit .sub_page_text {
    text-align: justify;
  }
}
/* ===========================
--- sub_post_img
============================*/
.post_img {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
  overflow: hidden;
}

.img_cap_text {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px auto;
  font-size: 0.8125rem;
  color: #58a020;
}

/* ===========================
--- sub_title
============================*/
.sub_title {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 15px;
  margin: 0 0 50px 0;
  color: #5aa11a;
  font-size: 1.5rem;
  font-weight: 500;
}

.sub_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 15px;
  right: 3px;
  height: 2px;
  background: #5aa11a;
}

@media (max-width: 941px) {
  .sub_title {
    font-size: 1.25rem;
  }
}
@media (max-width: 841px) {
  .sub_title {
    font-size: 1.125rem;
    margin: 0 auto 30px auto !important;
  }
}
@media (max-width: 769px) {
  .sub_title {
    font-size: 1rem;
    display: inline-block;
    width: 90%;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto 20px auto !important;
  }
}
/* ===========================
--- Footer
============================ */
#footer {
  display: block;
  padding: 0;
  background: #58a020;
  width: 100%;
  z-index: 1;
}

#recruit #footer {
  background: #3db0c9;
}

#footer_copy {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 0 10px 0;
  font-size: 0.875rem;
  color: #FFF;
}

#footer_link {
  display: block;
}
#footer_link ul {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
}
#footer_link li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #FFF;
}
#footer_link li:first-child {
  border-left: 1px solid #FFF;
}
#footer_link a {
  display: block;
  font-weight: normal;
  font-size: 0.875rem;
  padding: 0 0 5px 0;
  color: #FFF;
}
#footer_link a:link {
  color: #fff;
  text-decoration: none;
}
#footer_link a:visited {
  color: #fff;
  text-decoration: none;
}
#footer_link a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer_link a:active {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  #footer_link ul {
    width: 100%;
  }
  #footer_link li {
    border-right: none;
    padding: 0;
  }
  #footer_link li:first-child {
    border-left: none;
  }
  #footer_link a {
    font-size: 0.8125rem;
    padding: 0 8px;
    white-space: nowrap;
  }
}
/* ===========================
--- Pagenation
============================ */
.pagenation {
  display: block;
  margin: 50px auto 50px auto;
  text-align: center;
}
.pagenation a {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.pagenation span,
.pagenation .page-numbers {
  padding: 4px 12px;
  border: 1px solid #c7c6c6;
  margin: 0 2px;
  font-size: 0.875rem;
}
.pagenation .page-numbers:hover {
  background: #58a020;
  color: #FFF;
}
.pagenation .next,
.pagenation .prev {
  border: 1px solid #FFF;
}
.pagenation .current {
  background: #58a020;
  color: #FFF;
}
.pagenation .next.page-numbers {
  padding: 4px 12px;
  border: 1px solid #c7c6c6;
}

/* ===========================
--- Pan list
============================ */
#pan_list {
  display: block;
  width: 100%;
}
#pan_list #pan_list_inner {
  width: 1025px;
  margin: auto;
  height: 50px;
  line-height: 50px;
}
#pan_list #pan_list_inner ul {
  list-style: none;
  margin: 0;
  padding: 18px 0 0 0;
  font-size: 0;
}
#pan_list #pan_list_inner li {
  float: left;
  font-size: 0.875rem;
}
#pan_list #pan_list_inner a {
  font-size: 0.875rem;
}
#pan_list #pan_list_inner a:link {
  color: #58a020;
  text-decoration: none;
}
#pan_list #pan_list_inner a:visited {
  color: #58a020;
  text-decoration: none;
}
#pan_list #pan_list_inner a:hover {
  color: #58a020;
  text-decoration: none;
}
#pan_list #pan_list_inner a:active {
  color: #58a020;
  text-decoration: none;
}

#recruit #pan_list a:link {
  color: #1999b5;
  text-decoration: none;
}
#recruit #pan_list a:visited {
  color: #1999b5;
  text-decoration: none;
}
#recruit #pan_list a:hover {
  color: #1999b5;
  text-decoration: none;
}
#recruit #pan_list a:active {
  color: #1999b5;
  text-decoration: none;
}

@media (max-width: 1150px) {
  #pan_list #pan_list_inner {
    width: 95%;
  }
}
/* ===========================
--- Sub img
============================ */
#sub_img {
  display: block;
  height: 300px;
  background: #fff;
  margin: 0;
}

#page_name {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 2.25rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #FFF;
  line-height: 300px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1200px) {
  #sub_img {
    margin: 0 0 0 0;
    height: 250px;
  }

  #page_name {
    font-size: 2rem;
    line-height: 250px;
  }
}
@media (max-width: 1045px) {
  #sub_img {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 769px) {
  #sub_img {
    height: 200px;
  }

  #page_name {
    font-size: 1.75rem;
    line-height: 200px;
  }
}
/* ===========================
--- Recruit img
============================ */
#recruit_img {
  display: block;
  background: #fff;
  width: 100%;
}

#recruit_img_inner {
  display: block;
  background: #fff;
  height: 500px;
  aspect-ratio: 1409/499;
  margin: auto;
}

@media (max-width: 1400px) {
  #recruit_img_inner {
    height: 450px;
  }
}
@media (max-width: 1250px) {
  #recruit_img_inner {
    height: 380px;
  }
}
@media (max-width: 1046px) {
  #recruit_img_inner {
    margin: 40px auto 0 auto;
    height: 360px;
  }
}
@media (max-width: 941px) {
  #recruit_img_inner {
    margin: 40px auto 0 auto;
    height: 320px;
  }
}
@media (max-width: 841px) {
  #recruit_img_inner {
    height: 300px;
  }
}
@media (max-width: 769px) {
  #recruit_img_inner {
    height: 500px;
    aspect-ratio: 750/870;
  }
}
@media (max-width: 700px) {
  #recruit_img_inner {
    height: 450px;
  }
}
@media (max-width: 577px) {
  #recruit_img_inner {
    height: 400px;
  }
}
@media (max-width: 450px) {
  #recruit_img_inner {
    height: 400px;
  }
}
.img_center {
  display: block;
  text-align: center;
}
.img_center img {
  height: 760px;
  aspect-ratio: 750/760;
}

@media (max-width: 769px) {
  .img_center img {
    height: 600px;
  }
}
@media (max-width: 577px) {
  .img_center img {
    height: auto;
    width: 96%;
  }
}
/* ===========================
--- Page navi
============================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  position: relative;
  font-size: 0.875rem;
}

.pagination span, .pagination a {
  position: relative;
  display: block;
  color: #58a020;
  width: auto;
  margin: 4px;
  padding: 8px 12px;
  border: 1px solid #58a020;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pagination a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  bottom: -3px;
  left: 2%;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  background-color: #58a020;
  text-decoration: none;
  color: #FFF;
}

.pagination a.before {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination span.page_num {
  display: none;
}

/* ===========================
--- Top Navi
============================ */
#top_navi {
  position: fixed;
  display: none;
  bottom: 45px;
  right: -30px;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url("../item/top_navi.png") center center no-repeat;
  opacity: 0;
  transition: 0.2s;
  z-index: 30;
}

#top_navi.is-show {
  opacity: 1;
  display: block;
  right: 30px;
}

#top_navi:hover {
  opacity: 0.8;
}

#top_navi a {
  position: relative;
  display: block;
  opacity: 0.9;
  text-decoration: none;
  height: 50px;
  width: 50px;
}

@media (max-width: 941px) {
  #top_navi,
#top_navi.is-show {
    display: none;
  }
}
/* ===========================
--- Loader
============================ */
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #58a020;
  z-index: 9999;
}

.la-ball-atom,
.la-ball-atom > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-atom {
  display: block;
  font-size: 0;
  color: #cfffbc;
}

#recruit .loader {
  background: #3dafc8;
}
#recruit .la-ball-atom {
  color: #bcc3ff;
}

.la-ball-atom.la-dark {
  color: #333;
}

.la-ball-atom > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-atom {
  width: 32px;
  height: 32px;
}

.la-ball-atom > div:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 60%;
  height: 60%;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ball-atom-shrink 4.5s infinite linear;
  -moz-animation: ball-atom-shrink 4.5s infinite linear;
  -o-animation: ball-atom-shrink 4.5s infinite linear;
  animation: ball-atom-shrink 4.5s infinite linear;
}

.la-ball-atom > div:not(:nth-child(1)) {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: none;
  -webkit-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
  -moz-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
  -o-animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
  animation: ball-atom-zindex 1.5s 0s infinite steps(2, end);
}

.la-ball-atom > div:not(:nth-child(1)):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  content: "";
  background: currentColor;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
  -moz-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
  -o-animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
  animation: ball-atom-position 1.5s 0s infinite ease, ball-atom-size 1.5s 0s infinite ease;
}

.la-ball-atom > div:nth-child(2) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.la-ball-atom > div:nth-child(2):before {
  -webkit-animation-delay: 0s, -1.125s;
  -moz-animation-delay: 0s, -1.125s;
  -o-animation-delay: 0s, -1.125s;
  animation-delay: 0s, -1.125s;
}

.la-ball-atom > div:nth-child(3) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-atom > div:nth-child(3):before {
  -webkit-animation-delay: -1s, -0.75s;
  -moz-animation-delay: -1s, -0.75s;
  -o-animation-delay: -1s, -0.75s;
  animation-delay: -1s, -0.75s;
}

.la-ball-atom > div:nth-child(4) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.la-ball-atom > div:nth-child(4):before {
  -webkit-animation-delay: -0.5s, -0.125s;
  -moz-animation-delay: -0.5s, -0.125s;
  -o-animation-delay: -0.5s, -0.125s;
  animation-delay: -0.5s, -0.125s;
}

.la-ball-atom.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-atom.la-sm > div:not(:nth-child(1)):before {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-atom.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-atom.la-2x > div:not(:nth-child(1)):before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.la-ball-atom.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-atom.la-3x > div:not(:nth-child(1)):before {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@-moz-keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@-o-keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@keyframes ball-atom-position {
  50% {
    top: 100%;
    left: 100%;
  }
}
@-webkit-keyframes ball-atom-size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-moz-keyframes ball-atom-size {
  50% {
    -moz-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-o-keyframes ball-atom-size {
  50% {
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes ball-atom-size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@-moz-keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@-o-keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@keyframes ball-atom-zindex {
  50% {
    z-index: 10;
  }
}
@-webkit-keyframes ball-atom-shrink {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@-moz-keyframes ball-atom-shrink {
  50% {
    -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@-o-keyframes ball-atom-shrink {
  50% {
    -o-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}
@keyframes ball-atom-shrink {
  50% {
    -webkit-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8, 0.8);
    -o-transform: translate(-50%, -50%) scale(0.8, 0.8);
    transform: translate(-50%, -50%) scale(0.8, 0.8);
  }
}