@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url(../fonts/noto-jp/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: "Noto Sans JP Black";
  src: url(../fonts/noto-jp/NotoSansJP-Black.otf);
}
@font-face {
  font-family: "Noto Sans JP Bold";
  src: url(../fonts/noto-jp/NotoSansJP-Bold.otf);
}
@font-face {
  font-family: "Noto Sans JP Medium";
  src: url(../fonts/noto-jp/NotoSansJP-Medium.otf);
}
@font-face {
  font-family: "Noto Sans JP Light";
  src: url(../fonts/noto-jp/NotoSansJP-Light.otf);
}
@font-face {
  font-family: "Noto Sans JP Thin";
  src: url(../fonts/noto-jp/NotoSansJP-Thin.otf);
}
* {
  font-family: "Noto Sans JP", "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
  margin: 0;
  padding: 0;
  color: #373737;
}

body {
  overflow-x: hidden;
}

dl,
ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

/*----------------------------------------------------------------

メディアクエリ

----------------------------------------------------------------*/
.sp_absolute {
  position: static;
}

.sp_none {
  display: block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.se {
  display: none !important;
}

.pc-flex {
  display: flex !important;
}

.sp-flex {
  display: none !important;
}

.se-flex {
  display: none !important;
}

img {
  display: block;
}

.white {
  color: white;
}

.bg_white {
  background-color: white;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.fw-extrablack {
  font-weight: 950;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

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

.mx40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.my60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.my80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.my100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mx100 {
  margin-left: 100px;
  margin-right: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mr120 {
  margin-right: 120px;
}

.my120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx120 {
  margin-left: 120px;
  margin-right: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.mr140 {
  margin-right: 140px;
}

.my140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mx140 {
  margin-left: 140px;
  margin-right: 140px;
}

.mt160 {
  margin-top: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.mr160 {
  margin-right: 160px;
}

.my160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mx160 {
  margin-left: 160px;
  margin-right: 160px;
}

.mt180 {
  margin-top: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.mr180 {
  margin-right: 180px;
}

.my180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mx180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mt200 {
  margin-top: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

.mr200 {
  margin-right: 200px;
}

.my200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.mx200 {
  margin-left: 200px;
  margin-right: 200px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px60 {
  padding-left: 60px;
  padding-right: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.py80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px80 {
  padding-left: 80px;
  padding-right: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.py100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.px100 {
  padding-left: 100px;
  padding-right: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.pr120 {
  padding-right: 120px;
}

.py120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.px120 {
  padding-left: 120px;
  padding-right: 120px;
}

.pt140 {
  padding-top: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.pr140 {
  padding-right: 140px;
}

.py140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.px140 {
  padding-left: 140px;
  padding-right: 140px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.pr160 {
  padding-right: 160px;
}

.py160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.px160 {
  padding-left: 160px;
  padding-right: 160px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.pr180 {
  padding-right: 180px;
}

.py180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.px180 {
  padding-left: 180px;
  padding-right: 180px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.py200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.px200 {
  padding-left: 200px;
  padding-right: 200px;
}

/*----------------------------------------------------------------

フォントサイズ

----------------------------------------------------------------*/
.f_10 {
  font-size: 10px;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_42 {
  font-size: 42px;
}

.f_44 {
  font-size: 44px;
}

.f_46 {
  font-size: 46px;
}

.f_48 {
  font-size: 48px;
}

.f_50 {
  font-size: 50px;
}

.f_52 {
  font-size: 52px;
}

.f_54 {
  font-size: 54px;
}

.f_56 {
  font-size: 56px;
}

.f_58 {
  font-size: 58px;
}

.f_60 {
  font-size: 60px;
}

.f_62 {
  font-size: 62px;
}

.f_64 {
  font-size: 64px;
}

.f_66 {
  font-size: 66px;
}

.f_68 {
  font-size: 68px;
}

.f_70 {
  font-size: 70px;
}

.f_72 {
  font-size: 72px;
}

.f_74 {
  font-size: 74px;
}

.f_76 {
  font-size: 76px;
}

.f_78 {
  font-size: 78px;
}

.f_80 {
  font-size: 80px;
}

.f_82 {
  font-size: 82px;
}

.f_84 {
  font-size: 84px;
}

.f_86 {
  font-size: 86px;
}

.f_88 {
  font-size: 88px;
}

.f_90 {
  font-size: 90px;
}

.f_92 {
  font-size: 92px;
}

.f_94 {
  font-size: 94px;
}

.f_96 {
  font-size: 96px;
}

.f_98 {
  font-size: 98px;
}

.f_100 {
  font-size: 100px;
}

.f_102 {
  font-size: 102px;
}

.f_104 {
  font-size: 104px;
}

.f_106 {
  font-size: 106px;
}

.f_108 {
  font-size: 108px;
}

.f_110 {
  font-size: 110px;
}

.f_112 {
  font-size: 112px;
}

.f_114 {
  font-size: 114px;
}

.f_116 {
  font-size: 116px;
}

.f_118 {
  font-size: 118px;
}

.f_120 {
  font-size: 120px;
}

.f_122 {
  font-size: 122px;
}

.f_124 {
  font-size: 124px;
}

.f_126 {
  font-size: 126px;
}

.f_128 {
  font-size: 128px;
}

.f_130 {
  font-size: 130px;
}

.f_132 {
  font-size: 132px;
}

.f_134 {
  font-size: 134px;
}

.f_136 {
  font-size: 136px;
}

.f_138 {
  font-size: 138px;
}

.f_140 {
  font-size: 140px;
}

.f_142 {
  font-size: 142px;
}

.f_144 {
  font-size: 144px;
}

.f_146 {
  font-size: 146px;
}

.f_148 {
  font-size: 148px;
}

.f_150 {
  font-size: 150px;
}

.f_152 {
  font-size: 152px;
}

.f_154 {
  font-size: 154px;
}

.f_156 {
  font-size: 156px;
}

.f_158 {
  font-size: 158px;
}

.f_160 {
  font-size: 160px;
}

.f_162 {
  font-size: 162px;
}

.f_164 {
  font-size: 164px;
}

/*----------------------------------------------------------------

文字の横の間隔(letter-spacing)と
文字の縦の間隔(line-height)

----------------------------------------------------------------*/
.ls_0 {
  letter-spacing: 0em;
}

.ls_20 {
  letter-spacing: 0.02em;
}

.ls_40 {
  letter-spacing: 0.04em;
}

.ls_60 {
  letter-spacing: 0.06em;
}

.ls_80 {
  letter-spacing: 0.08em;
}

.ls_100 {
  letter-spacing: 0.1em;
}

.ls_120 {
  letter-spacing: 0.12em;
}

.ls_140 {
  letter-spacing: 0.14em;
}

.ls_160 {
  letter-spacing: 0.16em;
}

.ls_180 {
  letter-spacing: 0.18em;
}

.ls_200 {
  letter-spacing: 0.2em;
}

.ls_220 {
  letter-spacing: 0.22em;
}

.ls_240 {
  letter-spacing: 0.24em;
}

.ls_260 {
  letter-spacing: 0.26em;
}

.ls_280 {
  letter-spacing: 0.28em;
}

.ls_300 {
  letter-spacing: 0.3em;
}

.ls_320 {
  letter-spacing: 0.32em;
}

.ls_340 {
  letter-spacing: 0.34em;
}

.ls_360 {
  letter-spacing: 0.36em;
}

.ls_380 {
  letter-spacing: 0.38em;
}

.ls_400 {
  letter-spacing: 0.4em;
}

.ls_420 {
  letter-spacing: 0.42em;
}

.ls_440 {
  letter-spacing: 0.44em;
}

.ls_460 {
  letter-spacing: 0.46em;
}

.ls_480 {
  letter-spacing: 0.48em;
}

.ls_500 {
  letter-spacing: 0.5em;
}

.ls_520 {
  letter-spacing: 0.52em;
}

.ls_540 {
  letter-spacing: 0.54em;
}

.ls_560 {
  letter-spacing: 0.56em;
}

.ls_580 {
  letter-spacing: 0.58em;
}

.ls_600 {
  letter-spacing: 0.6em;
}

.ls_620 {
  letter-spacing: 0.62em;
}

.ls_640 {
  letter-spacing: 0.64em;
}

.ls_660 {
  letter-spacing: 0.66em;
}

.ls_680 {
  letter-spacing: 0.68em;
}

.lh_0 {
  line-height: 0;
}

.lh_2 {
  line-height: 0.2;
}

.lh_4 {
  line-height: 0.4;
}

.lh_6 {
  line-height: 0.6;
}

.lh_8 {
  line-height: 0.8;
}

.lh_10 {
  line-height: 1;
}

.lh_12 {
  line-height: 1.2;
}

.lh_14 {
  line-height: 1.4;
}

.lh_16 {
  line-height: 1.6;
}

.lh_18 {
  line-height: 1.8;
}

.lh_20 {
  line-height: 2;
}

.lh_22 {
  line-height: 2.2;
}

.lh_24 {
  line-height: 2.4;
}

.lh_26 {
  line-height: 2.6;
}

.lh_28 {
  line-height: 2.8;
}

.lh_30 {
  line-height: 3;
}

.lh_32 {
  line-height: 3.2;
}

.lh_34 {
  line-height: 3.4;
}

.lh_36 {
  line-height: 3.6;
}

.lh_38 {
  line-height: 3.8;
}

.lh_40 {
  line-height: 4;
}

.lh_42 {
  line-height: 4.2;
}

.lh_44 {
  line-height: 4.4;
}

.lh_46 {
  line-height: 4.6;
}

.lh_48 {
  line-height: 4.8;
}

.lh_50 {
  line-height: 5;
}

.lh_52 {
  line-height: 5.2;
}

.lh_54 {
  line-height: 5.4;
}

.lh_56 {
  line-height: 5.6;
}

.lh_58 {
  line-height: 5.8;
}

/*----------------------------------------------------------------

各クラス

----------------------------------------------------------------*/
::-moz-placeholder {
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #cccccc;
}
::placeholder {
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #cccccc;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.4s ease;
}

a:hover {
  color: #000000;
  opacity: 0.6;
}

.red {
  color: #ed1c24;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*----------------------------------------------------------------

フォント読み込み

----------------------------------------------------------------*/
.fw-normal {
  font-family: "Noto Sans JP";
}
.fw-black {
  font-family: "Noto Sans JP Black";
}
.fw-bold {
  font-family: "Noto Sans JP Bold";
}
.fw-medium {
  font-family: "Noto Sans JP Medium";
}
.fw-light {
  font-family: "Noto Sans JP Light";
}
.fw-thin {
  font-family: "Noto Sans JP Thin";
}

/*----------------------------------------------------------------

Pagetop ボタン

----------------------------------------------------------------*/
.wrap_btn {
  position: fixed;
  bottom: 10%;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 50px;
  height: 50px;
  z-index: 20;
  transition: none;
}

.wrap_btn_img {
  width: 50px;
  height: 50px;
  background: url(../img/common/pagetop.svg) no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease;
}

.wrap_btn_img:hover {
  opacity: 0.5;
}

/*----------------------------------------------------------------

ハンバーガーメニュー

----------------------------------------------------------------*/
.side_nav {
  display: none;
}

footer address {
  bottom: 0;
  height: 30px;
  padding-top: 5px;
  width: 100%;
}

.sp_banner_btn {
  display: block;
  position: absolute;
  height: 1px;
}

.recruit_btn,
.entry_btn {
  display: none;
}

a.view_more_btn.w270 {
  width: 270px;
  height: 70px;
  margin: 0 4px;
  position: relative;
  transition: all 0.3s;
  z-index: 0;
}

/*----------------------------------------------------------------

header

----------------------------------------------------------------*/
header {
  width: 100%;
  z-index: 1000;
  height: 88px;
}
header .header_inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_inner h1 {
  width: 149px;
  height: 27px;
}
header .header_inner h1 a {
  width: 100%;
}
header .header_inner h1 a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header_inner nav ul {
  display: flex;
}
header .header_inner nav ul li {
  padding: 0 10px;
  font-weight: bold;
}
header .header_inner nav ul li a {
  line-height: 34px;
}
header .header_inner nav ul li a:hover {
  color: #009E43;
  opacity: 1;
}

/*----------------------------------------------------------------

main

----------------------------------------------------------------*/
main .mv-inner {
  position: relative;
  max-height: 430px;
}
@media screen and (max-width: 767px) {
  main .mv-inner {
    margin-top: 60px;
  }
}
main .mv-inner .mv-inner_video {
  width: 100%;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 260px;
}
@media screen and (max-width: 767px) {
  main .mv-inner .mv-inner_video {
    min-height: 340px;
  }
}
main .mv-inner .content_area {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main .mv-inner .content_area {
    bottom: 50%!important;
    transform: translate(-50%, 50%);
  }
}
main .mv-inner .content_area img {
  margin-left: auto;
  margin-right: auto;
  width: 243px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main .mv-inner .content_area img {
    width: 140px;
  }
}
main .mv-inner .content_area h2 {
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.6em;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .mv-inner .content_area h2 {
    font-size: 36px;
    margin-top: 20px;
  }
}
main .mv-inner_main {
  position: relative;
}
main .mv-inner_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  z-index: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}
main .mv-inner_sub {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../img/contact/contact.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-color: black;
  position: relative;
}
main .mv-inner_sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  main .mv-inner_sub {
    padding-top: 140px;
    min-height: 339px;
  }
}
main .mv-inner_sub h2 {
  font-size: 56px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 0.4em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main .mv-inner_sub h2 {
    font-size: 30px;
  }
}
main .mv-inner_sub p {
  font-size: 20px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  main .mv-inner_sub p {
    font-size: 16px;
  }
}
main .mv-inner_recruit {
  background-image: url(../img/recruit/mv.jpg);
}
@media screen and (max-width: 767px) {
  main .mv-inner_recruit {
    background-image: url(../img/recruit/mv_sp.jpg);
  }
}
main .mv-inner_sub_lower {
  height: 40px;
  width: 100%;
  background-color: #303332;
}
main .top_news {
  background-color: #C9D6CD;
}
main .top_news .top_news_inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .top_news .top_news_inner {
    flex-direction: column;
  }
}
main .top_news .top_news_inner .left {
  width: 30%;
  border-right: 1px solid #324D24;
}
@media screen and (max-width: 767px) {
  main .top_news .top_news_inner .left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #324D24;
    padding-bottom: 30px;
  }
}
main .top_news .top_news_inner .left .sub_titlearea h3 {
  font-size: 32px;
  color: #324D24;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .top_news .top_news_inner .left .sub_titlearea h3 {
    font-size: 20px;
  }
}
main .top_news .top_news_inner .left .sub_titlearea p {
  color: #324D24;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
main .top_news .top_news_inner .left .sub_titlearea a {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  width: 160px;
  padding: 10px 0;
}
main .top_news .top_news_inner .left .sub_titlearea a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}
main .top_news .top_news_inner .right {
  width: 70%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  main .top_news .top_news_inner .right {
    padding-top: 30px;
    width: 100%;
    padding-left: 0;
  }
}
main .top_news .top_news_inner .right ul li {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.4s;
  border-radius: 6px;
  padding: 5px 5px 5px 15px;
}
main .top_news .top_news_inner .right ul li:hover {
  background-color: #fff;
}
main .top_news .top_news_inner .right ul li:hover a {
  opacity: 1;
}
main .top_news .top_news_inner .right ul li a {
  color: #324D24;
}
main .top_news .top_news_inner .right ul li .news_cat {
  padding-right: 10px;
}
main .top_philo {
  background-color: #000;
  height: 800px;
}
@media screen and (max-width: 767px) {
  main .top_philo {
    height: auto;
  }
}
main .top_philo .top_philo_inner {
  margin-left: auto;
  margin-right: 0;
  width: 90%;
  max-width: 1600px;
  padding-bottom: 200px;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main .top_philo .top_philo_inner {
    flex-direction: column;
    padding-bottom: 0;
    margin-right: auto;
    width: 100%;
  }
}
main .top_philo .top_philo_inner .left {
  width: 50%;
  padding-right: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  main .top_philo .top_philo_inner .left {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
main .top_philo .top_philo_inner .left .sub_titlearea {
  position: relative;
}
main .top_philo .top_philo_inner .left .sub_titlearea h3 {
  font-size: 32px;
  color: #324D24;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .top_philo .top_philo_inner .left .sub_titlearea h3 {
    font-size: 20px;
  }
}
main .top_philo .top_philo_inner .left .sub_titlearea p {
  color: #324D24;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
main .top_philo .top_philo_inner .left .sub_titlearea:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: -20px;
  left: 0;
  z-index: 0;
  background: #fff;
}
main .top_philo .top_philo_inner .left .sub_titlearea h3 {
  color: #fff;
}
main .top_philo .top_philo_inner .left .sub_titlearea p {
  color: #fff;
}
main .top_philo .top_philo_inner .left .text {
  color: #fff;
  font-weight: bold;
  margin-top: 60px;
  font-size: 16px;
}
main .top_philo .top_philo_inner .right {
  width: 50%;
  height: 800px;
  background-image: url(../img/top/7c8e44_2f2652fb6e024abeab621e1d1a0976c8~mv2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
main .top_philo .top_philo_inner .right:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  main .top_philo .top_philo_inner .right {
    width: 100%;
    height: 400px;
  }
}
main .top_recruit .top_recruit_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
}
main .top_recruit .top_recruit_inner .sub_titlearea {
  position: relative;
}
main .top_recruit .top_recruit_inner .sub_titlearea h3 {
  font-size: 32px;
  color: #324D24;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .top_recruit .top_recruit_inner .sub_titlearea h3 {
    font-size: 20px;
  }
}
main .top_recruit .top_recruit_inner .sub_titlearea p {
  color: #324D24;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
main .top_recruit .top_recruit_inner .sub_titlearea:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: -20px;
  left: 0;
  z-index: 0;
  background: #fff;
  background: #324D24;
}
main .top_recruit .top_recruit_inner .slick_area {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
}
main .top_recruit .top_recruit_inner .slick_area .slider {
  position: relative;
}
main .top_recruit .top_recruit_inner .slick_area .slider .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 30%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
main .top_recruit .top_recruit_inner .slick_area .slider .prev-arrow {
  left: -20px;
}
@media screen and (max-width: 767px) {
  main .top_recruit .top_recruit_inner .slick_area .slider .prev-arrow {
    left: 0px;
  }
}
main .top_recruit .top_recruit_inner .slick_area .slider .prev-arrow span {
  font-size: 48px;
  color: #324D24;
}
main .top_recruit .top_recruit_inner .slick_area .slider .next-arrow {
  right: -20px;
}
@media screen and (max-width: 767px) {
  main .top_recruit .top_recruit_inner .slick_area .slider .next-arrow {
    right: 0px;
  }
}
main .top_recruit .top_recruit_inner .slick_area .slider .next-arrow span {
  color: #324D24;
  font-size: 48px;
}
main .top_recruit .top_recruit_inner .slick_area .slider .slider_img img {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main .top_recruit .top_recruit_inner .slick_area .slider .slider_img p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #324D24;
}
main .top_recruit .top_recruit_inner .slick_area .slider .slider_img h4 {
  text-align: center;
  color: #324D24;
  font-size: 18px;
}
main .top_recruit .top_recruit_inner .recruit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  width: 122px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  margin-top: 60px;
}
main .top_recruit .top_recruit_inner .recruit_button:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}
main .contact_01 {
  margin-top: 40px;
}
main .contact_01 .contact_01_inner {
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
main .contact_01 .contact_01_inner h3 {
  font-size: 14px;
  color: #000;
}
main .contact_01 .contact_01_inner h3 a {
  color: #324D24;
  text-decoration: underline;
}
main .contact_01 .contact_01_inner table {
  margin-top: 30px;
}
main .contact_01 .contact_01_inner table tr {
  display: flex;
  flex-direction: column;
}
main .contact_01 .contact_01_inner table tr th {
  font-size: 14px;
  margin-bottom: 14px;
}
main .contact_01 .contact_01_inner table tr th span {
  color: #ff0000;
}
main .contact_01 .contact_01_inner table tr td {
  font-size: 14px;
  margin-bottom: 30px;
}
main .contact_01 .contact_01_inner table tr td input {
  border: 1px solid #000000;
  height: 44px;
  padding-left: 20px;
}
main .contact_01 .contact_01_inner table tr td input::-moz-placeholder {
  font-size: 16px;
}
main .contact_01 .contact_01_inner table tr td input::placeholder {
  font-size: 16px;
}
main .contact_01 .contact_01_inner table tr td .input_100 {
  width: 100%;
}
main .contact_01 .contact_01_inner table tr td .input_50 {
  width: 50%;
}
main .contact_01 .contact_01_inner table tr .form_description {
  font-size: 12px;
  line-height: 2;
  color: #605E5E;
}
main .contact_01 .contact_01_inner table tr .form_button a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
}
main .contact_01 .contact_01_inner table tr .form_button a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}
main .contact_01 .contact_01_inner table tr .form_button a:hover {
  color: rgba(0, 79, 34, 0.8784313725);
}

.snow-monkey-form {
  width: 100%;
  margin-top: 40px;
}
.snow-monkey-form .smf-form .smf-item {
  display: flex;
  flex-direction: column;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label {
  flex: unset !important;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--label .smf-item__label span {
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: bold;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls {
  max-width: unset;
  margin-top: 10px;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls p {
  font-size: 12px;
  line-height: 2;
  color: #605E5E;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .smf-text-control input {
  border: 1px solid #000000;
  height: 44px;
  padding-left: 20px;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .smf-text-control .input_100 {
  width: 100%;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .smf-text-control .input_50 {
  width: 50%;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .smf-textarea-control textarea {
  border: 1px solid #000000;
  padding-left: 20px;
}
.snow-monkey-form .smf-form .wp-block-snow-monkey-forms-item .smf-item__col--controls .smf-item__controls .smf-placeholder {
  width: 100%;
}
.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #009E43 !important;
  transition: 0.4s;
  font-size: 20px;
  border: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  background-image: unset !important;
  width: 100%;
}
.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}
.snow-monkey-form .smf-action .smf-button-control .smf-button-control__control:hover {
  background-color: #fff !important;
  color: rgba(0, 79, 34, 0.8784313725) !important;
}

.interview_main {
  background-color: #605E5E;
}
.interview_main .interview_cont {
  padding-top: 60px;
  padding-bottom: 60px;
}
.interview_main .interview_cont .interview_cont_inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card {
  background-color: #fff;
  width: 100%;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper {
    flex-direction: column;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .left {
    width: 100%;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right {
  width: 50%;
  padding: 40px 20px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right {
    width: 100%;
    padding: 20px;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .upper {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .upper {
    flex-direction: row !important;
    margin-bottom: 20px;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .upper p {
  line-height: 1;
  padding-bottom: 10px;
  padding-right: 3px;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .upper span {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
  font-size: 56px;
  line-height: 1;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .middle h4 {
  color: #A1A0A0;
  font-size: 20px;
  font-weight: bold;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .middle h3 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.6em;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .upper .right .middle p {
  color: #AEAEAD;
  letter-spacing: 0.4em;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_middle {
  background-color: #F7F5E1;
  color: #324D24;
  font-size: 32px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_middle {
    font-size: 24px;
    padding: 20px;
    line-height: 1.6;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower {
    padding: 40px 20px;
    flex-direction: column;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_left {
    width: 100%;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_left .img {
  width: 100%;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_left .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_left .img02 {
  margin-top: 20px;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_right {
  width: 47%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_card .card_lower .card_lower_right {
    margin-top: 40px;
    width: 100%;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider {
  margin-top: 20px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 30%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .prev-arrow {
  left: -20px;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .prev-arrow {
    left: 0px;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .prev-arrow span {
  font-size: 48px;
  color: #324D24;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .next-arrow {
  right: -20px;
}
@media screen and (max-width: 767px) {
  .interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .next-arrow {
    right: 0px;
  }
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .next-arrow span {
  color: #324D24;
  font-size: 48px;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .slider_img img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .slider_img p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #324D24;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .slider_interview .slider_img h4 {
  text-align: center;
  color: #324D24;
  font-size: 18px;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .interview_recruit_button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  width: 200px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_slider .interview_recruit_button:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_banarea {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: 20px;
  background-color: #EEF0E4;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_banarea h3 {
  font-size: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_banarea a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.interview_main .interview_cont .interview_cont_inner .interview_cont_banarea a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .table01 tr {
    display: flex;
    flex-direction: column;
  }
}

.top_company {
  background-image: url(../img/top/company_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
  position: relative;
}
.top_company:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .top_company {
    padding: 100px 0;
  }
}
.top_company .top_company_inner {
  position: relative;
  z-index: 10;
}
.top_company .top_company_inner .sub_titlearea h3 {
  font-size: 32px;
  color: #324D24;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_company .top_company_inner .sub_titlearea h3 {
    font-size: 20px;
  }
}
.top_company .top_company_inner .sub_titlearea p {
  color: #324D24;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.top_company .top_company_inner .sub_titlearea h3 {
  text-align: center;
  color: #fff;
}
.top_company .top_company_inner .sub_titlearea p {
  text-align: center;
  color: #fff;
}
.top_company .top_company_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
  width: 140px;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}
.top_company .top_company_inner a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}

/*----------------------------------------------------------------

COMPANY

  ----------------------------------------------------------------*/
.company_cont01 .company_cont01_inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.company_cont01 .company_cont01_inner .sub_titlearea h3 {
  font-size: 32px;
  color: #324D24;
  letter-spacing: 0.3em;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company_cont01 .company_cont01_inner .sub_titlearea h3 {
    font-size: 20px;
  }
}
.company_cont01 .company_cont01_inner .sub_titlearea p {
  color: #324D24;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.company_cont01 .company_cont01_inner table {
  margin-top: 60px;
}
.company_cont01 .company_cont01_inner table tr th {
  color: #2f2e2e;
  text-align: right;
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .company_cont01 .company_cont01_inner table tr th {
    text-align: left;
  }
}
.company_cont01 .company_cont01_inner table tr td {
  padding-bottom: 20px;
  padding-left: 20px;
  color: #2f2e2e;
  font-size: 14px;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .company_cont01 .company_cont01_inner table tr td {
    padding-left: 0px;
    padding-top: 4px;
  }
}
.company_cont01 .company_cont01_inner .table02 {
  margin-top: 40px;
  width: 100%;
}
.company_cont01 .company_cont01_inner .table02 tr {
  vertical-align: middle;
}
.company_cont01 .company_cont01_inner .table02 tr:nth-of-type(1) th {
  background-color: #000;
  color: #fff;
}
.company_cont01 .company_cont01_inner .table02 tr th {
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  background-color: #E5E5E5;
  border: 1px solid #000;
}
.company_cont01 .company_cont01_inner .table02 tr td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  color: #2f2e2e;
  font-size: 14px;
  line-height: 1.2em;
  vertical-align: middle;
}
.company_cont01 .blackarea {
  height: 40px;
  width: 100%;
  background-color: #303332;
}
.company_cont01 h5 {
  color: #605E5E;
  font-size: 16px;
}
.company_cont01 .flex_area {
  display: flex;
}
@media screen and (max-width: 767px) {
  .company_cont01 .flex_area {
    flex-direction: column;
  }
}
.company_cont01 .flex_area .img {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .company_cont01 .flex_area .img {
    margin-top: 20px;
    width: 100%;
  }
}
.company_cont01 .flex_area .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company_cont01 .flex_area iframe {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}
.company_cont01 .img03 {
  max-width: 600px;
}
.company_cont01 .img03 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company_cont01 .img03 {
    width: 100%;
  }
}
.company_cont01 .company_cont02_inner {
  max-width: 960px;
}
.company_cont01 .company_cont02_inner .inner {
  max-width: 820px;
  margin-left: 0;
  margin-right: auto;
}
.company_cont01 .map_area {
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company_cont01 .map_area {
    flex-direction: column;
  }
}
.company_cont01 .map_area .left {
  position: relative;
  z-index: 10;
}
.company_cont01 .map_area .left h5 {
  color: #605E5E;
  font-size: 16px;
}
.company_cont01 .map_area .right {
  margin-left: -40px;
  width: 239px;
  position: relative;
  z-index: 5;
}
.company_cont01 .map_area .right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.company_cont01 .company_cont01_inner_access .flex_area {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .company_cont01 .company_cont01_inner_access .flex_area {
    flex-direction: column;
  }
}
.company_cont01 .company_cont01_inner_access .flex_area .left .title_text {
  font-weight: bold;
}
.company_cont01 .company_cont01_inner_access .flex_area .left .sub_text {
  line-height: 2;
}
.company_cont01 .company_cont01_inner_access .flex_area .right {
  margin-left: 20px;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .company_cont01 .company_cont01_inner_access .flex_area .right {
    margin-left: 0px;
  }
}
.company_cont01 .company_cont01_inner_access .flex_area .right iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .company_cont01 .company_cont01_inner_access .flex_area .right iframe {
    height: 300px;
  }
}

/*----------------------------------------------------------------

footer

----------------------------------------------------------------*/
footer .footer-inner {
  background-color: #262626;
}
footer .footer-inner .footer_upper {
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer_upper {
    flex-direction: column;
  }
}
footer .footer-inner .footer_upper .left .footer_logo {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
footer .footer-inner .footer_upper .left .footer_address {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
footer .footer-inner .footer_upper .right {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer_upper .right {
    flex-direction: column;
    margin-top: 40px;
  }
}
footer .footer-inner .footer_upper .right nav {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer_upper .right nav {
    margin-left: 0px;
  }
}
footer .footer-inner .footer_upper .right nav ul li {
  margin-bottom: 20px;
}
footer .footer-inner .footer_upper .right nav ul li a {
  color: #c9d6cd;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
footer .footer-inner .footer_upper .right nav ul li a:hover {
  background-color: #fff;
  border-radius: 3px;
  opacity: 1 !important;
  color: #303332;
}
footer .footer-inner .footer_lower {
  background-color: #000;
  padding: 10px;
  text-align: center;
}
footer .footer-inner .footer_lower small {
  color: #fff;
  font-size: 12px;
}

.job_appli01 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 960px;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .job_appli01 {
    flex-direction: column;
  }
}
.job_appli01 .job_appli01_inner {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .job_appli01 .job_appli01_inner {
    width: 100%;
  }
}
.job_appli01 .job_appli01_inner table {
  width: 100%;
  margin-top: 30px;
}
.job_appli01 .job_appli01_inner table tr {
  display: flex;
  flex-direction: column;
}
.job_appli01 .job_appli01_inner table tr th {
  font-size: 14px;
  margin-bottom: 14px;
}
.job_appli01 .job_appli01_inner table tr th span {
  color: #ff0000;
}
.job_appli01 .job_appli01_inner table tr td {
  font-size: 14px;
  margin-bottom: 30px;
}
.job_appli01 .job_appli01_inner table tr td input {
  border: 1px solid #000000;
  height: 44px;
  font-size: 16px;
  padding-left: 10px;
}
.job_appli01 .job_appli01_inner table tr td input::-moz-placeholder {
  font-size: 16px;
}
.job_appli01 .job_appli01_inner table tr td input::placeholder {
  font-size: 16px;
}
.job_appli01 .job_appli01_inner table tr td select {
  border: 1px solid #000000;
  height: 44px;
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
  padding: 0 10px;
}
.job_appli01 .job_appli01_inner table tr td select option {
  font-size: 16px;
  padding-left: 10px;
}
.job_appli01 .job_appli01_inner table tr td .input_100 {
  width: 100%;
}
.job_appli01 .job_appli01_inner table tr td .input_50 {
  width: 50%;
}
.job_appli01 .job_appli01_inner table tr td textarea {
  width: 100%;
  border: 1px solid #000000;
  padding: 10px;
  font-size: 16px;
}
.job_appli01 .job_appli01_inner table tr td textarea::-moz-placeholder {
  font-size: 16px;
}
.job_appli01 .job_appli01_inner table tr td textarea::placeholder {
  font-size: 16px;
}
.job_appli01 .job_appli01_inner table tr td .form_button {
  height: 49px;
}
.job_appli01 .job_appli01_inner table tr .form_description {
  font-size: 12px;
  line-height: 2;
  color: #605E5E;
}
.job_appli01 .job_appli01_inner table tr .form_button a {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
}
.job_appli01 .job_appli01_inner table tr .form_button a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}
.job_appli01 .job_appli01_inner table tr .form_button a:hover {
  color: rgba(0, 79, 34, 0.8784313725);
}
.job_appli01 .job_appli01_right {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .job_appli01 .job_appli01_right {
    width: 100%;
    margin-top: 40px;
  }
}
.job_appli01 .job_appli01_right img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .job_appli01 .job_appli01_right img {
    width: 50%;
  }
}
.job_appli01 .job_appli01_right h3 {
  font-size: 14px;
  font-weight: bold;
}
.job_appli01 .job_appli01_right p {
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .interview_h4 {
    margin-top: 40px !important;
  }
}

.recruit_interview_area {
  width: 100%;
  margin-top: 20px;
}
.recruit_interview_area ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit_interview_area ul {
    flex-direction: column;
  }
}
.recruit_interview_area ul li {
  width: 24%;
  background-color: #F1F5F2;
  padding: 20px;
  margin-bottom: 14px;
  min-height: 410px;
}
@media screen and (max-width: 1200px) {
  .recruit_interview_area ul li {
    width: 30%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_interview_area ul li {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.recruit_interview_area ul li .interview_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recruit_interview_area ul li .interview_list .img {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.recruit_interview_area ul li .interview_list .img img {
  width: 100%;
  height: 180px;
  border-radius: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_interview_area ul li .interview_list .interview_area {
  display: flex;
  justify-content: end;
  align-items: end;
}
.recruit_interview_area ul li .interview_list .interview_area p {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
}
.recruit_interview_area ul li .interview_list .interview_area span {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
}
.recruit_interview_area ul li .interview_list .sub {
  margin-top: 20px;
  text-align: center;
  min-height: 50px;
}
.recruit_interview_area ul li .interview_list h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}
.recruit_interview_area ul li .interview_list a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 6px 0;
}
.recruit_interview_area ul li .interview_list a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}

.non_visi {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .non_visi {
    display: none;
  }
}

.rec_info_flex {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rec_info_flex {
    flex-direction: column;
  }
}
.rec_info_flex .rec_info_list {
  width: 49%;
  padding: 40px 20px 50px;
  background-color: #EEF0E4;
}
@media screen and (max-width: 767px) {
  .rec_info_flex .rec_info_list {
    width: 100%;
    margin-bottom: 20px;
  }
}
.rec_info_flex .rec_info_list h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #605e5e;
  color: #000;
}
.rec_info_flex .rec_info_list .mid {
  min-height: 260px;
}
.rec_info_flex .rec_info_list .mid h5 {
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
.rec_info_flex .rec_info_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009E43;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  width: 120px;
  padding: 10px 0;
  margin-top: 40px;
}
.rec_info_flex .rec_info_list a:hover {
  background-color: #fff;
  color: #009E43;
  opacity: 1;
}

.sub_news_cont {
  margin-top: 100px;
}
.sub_news_cont .sub_news_cont_inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1280px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sub_news_cont .sub_news_cont_inner {
    flex-direction: column;
  }
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left {
    width: 100%;
  }
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left .news_list_area .news_list {
  border-top: 1px solid #F1F5F2;
  padding: 20px 0 30px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left .news_list_area .news_list:nth-last-child(1) {
  border-bottom: 1px solid #F1F5F2;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left .news_list_area .news_list_upper {
  display: flex;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left .news_list_area .news_list_date {
  display: inline-block;
  color: #324D24;
  margin-right: 10px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left .news_list_area .news_list_cat {
  display: inline-block;
  color: #324D24;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  border-radius: 9999px;
  border: 1px solid #324D24;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_left .news_list_area .news_list_title {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right {
    width: 100%;
  }
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right input {
  border: 1px solid #009E43;
  border-radius: 9999px;
  width: 100%;
  background-color: #F1F5F2;
  padding: 10px 20px;
  background-image: url(../img/news/search.png);
  background-position: right 20px center;
  background-size: 17px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right input::-moz-placeholder {
  font-size: 14px;
  color: #009E43;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right input::placeholder {
  font-size: 14px;
  color: #009E43;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right .news_category_area:nth-last-child(1) {
  margin-top: 40px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right .news_category_area h3 {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #009E43;
  margin-bottom: 30px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right .news_category_area ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  border-bottom: 1px solid #009E43;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right .news_category_area ul li a p {
  font-size: 16px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right .news_category_area ul li a span {
  color: #009E43;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right .wp-block-heading {
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #324D24;
  margin-bottom: 30px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-7 {
  margin-top: 0px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-7 p {
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #009E43;
  margin-bottom: 30px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-3 ul li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-3 ul li a {
  font-size: 16px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-3 ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
  background-image: url(../img/news/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-4 {
  margin-top: 60px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-4 p {
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #009E43;
  margin-bottom: 30px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-4 ul li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-4 ul li a {
  font-size: 16px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-4 ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
  background-image: url(../img/news/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-10 ul li {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-10 ul li a {
  font-size: 16px;
}
.sub_news_cont .sub_news_cont_inner .sub_news_cont_inner_right #block-10 ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
  background-image: url(../img/news/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 100px;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 60px;
}
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi .page-numbers, .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi #pagenavi a.last {
  border: 1px solid #009E43 !important; /*←好きな色を入れてください。*/
  background-color: #009E43; /*←好きな色を入れてください。*/
  padding: 12px 17px;
  color: #fff; /*←好きな色を入れてください。*/
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  margin: 5px;
  opacity: 1;
}
.wp-pagenavi a:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .page:hover {
  background: #fff;
  border: 1px solid #009E43 !important;
  color: #009E43 !important;
}
.wp-pagenavi .current {
  background: #fff; /*←好きな色を入れてください。*/
  color: #009E43; /*←好きな色を入れてください。*/
}

.news_s_box_txt .news_list_upper .news_list_date {
  display: inline-block;
  color: #009E43;
  font-size: 16px;
  margin-right: 20px;
}
.news_s_box_txt .news_list_upper .news_list_cat {
  display: inline-block;
  color: #009E43;
  border-radius: 9999px;
  width: 100px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #009E43;
}
.news_s_box_txt p {
  padding: 5px 0;
  word-break: break-all;
}
.news_s_box_txt p::after {
  content: "";
  display: block;
  clear: both;
}
.news_s_box_txt p strong {
  font-weight: bold;
}
.news_s_box_txt p strong span {
  font-weight: bold;
}
.news_s_box_txt p.has-text-align-center {
  text-align: center;
}
.news_s_box_txt p.has-text-align-right {
  text-align: right;
}
.news_s_box_txt img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.news_s_box_txt img.aligncenter {
  display: block;
  margin: auto;
}
.news_s_box_txt img.alignnone {
  display: block;
}
.news_s_box_txt a {
  color: #009E43;
  transition: 0.3s;
  font-weight: bold;
}
.news_s_box_txt a:hover {
  opacity: 0.6;
}
.news_s_box_txt .alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.news_s_box_txt .alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.news_s_box_txt ul li {
  list-style-type: disc;
}
.news_s_box_txt ol li {
  list-style-type: decimal;
}
.news_s_box_txt iframe {
  max-width: 100%;
}
.news_s_box_txt h1, .news_s_box_txt h2, .news_s_box_txt h3, .news_s_box_txt h4, .news_s_box_txt h5, .news_s_box_txt h6 {
  margin-bottom: 15px;
  font-weight: 700;
}
.news_s_box_txt h1 {
  font-size: 30px;
}
.news_s_box_txt h2 {
  margin-top: 20px;
  font-size: 26px;
  position: relative;
  margin-bottom: 100px;
}
.news_s_box_txt h2:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px #009E43;
  bottom: -14px;
  width: 10%;
}
.news_s_box_txt h3 {
  margin-top: 60px;
  font-size: 24px;
  padding: 10px 0;
  border-left: solid 5px #009E43;
  background: #F1F5F2;
  padding-left: 10px;
}
.news_s_box_txt h4 {
  font-size: 22px;
  position: relative;
  padding-left: 23px;
  margin-top: 40px;
}
.news_s_box_txt h4:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  font-size: 16px;
  color: #009E43;
}
.news_s_box_txt h5 {
  font-size: 18px;
}
.news_s_box_txt h6 {
  font-size: 16px;
}

.news_button_area {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .news_button_area {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.news_button_area .news_button_area_arrow {
  display: flex;
}
.news_button_area .news_button_area_arrow span {
  color: #009E43;
  position: relative;
  top: 2px;
}
.news_button_area .news_button_area_arrow p {
  color: #009E43;
  font-size: 16px;
}
.news_button_area .news_button_area_button {
  display: inline-block;
  width: 160px;
  padding: 16px 0;
  text-align: center;
  color: #fff;
  background-color: #009E43;
  border: 1px solid #009E43;
}
@media screen and (max-width: 767px) {
  .news_button_area .news_button_area_button {
    margin: 20px 0;
  }
}
.news_button_area .news_button_area_button:hover {
  opacity: 1;
  color: #009E43;
  background-color: #fff;
}

.nowrap {
  white-space: nowrap;
}

/* ------- 採用バナー追加 202402 -------- */
.recruit_banner a {
  display: inline-block;
  width: 200px;
  height: 60px;
}
.company_cont01_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ------- ロゴ変更 20251024 -------- */
main .mv-inner .content_area {
  bottom: 95px;
}
header .header_inner h1 {
  width: 170px;
}