@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* レスポンシブ */
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------------------
ALL
-------------------------------------------*/
* {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-size: 100%;
}

.post,
.page {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.sup {
  font-size: 0.8em;
  vertical-align: top;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.breadcrumbs-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/*--ページ上部に戻るボタン--*/
.top_return {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 110;
  background: #00A42C;
  opacity: 0.7;
  border-radius: 50%;
}

.top_return a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.top_return a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 1000;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 35px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.top_return:hover {
  opacity: 1;
}

.pagination a {
  display: inline-block;
}

.nav-links {
  text-align: center;
}

/*--------------------------------------------------------------*/
/* ヘッダー */
/*--------------------------------------------------------------*/
.site-menu {
  display: none;
}

#mega-menu-item-204583 {
  background: #00A42C !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: 100% !important;
  color: #fff !important;
  padding: 0px 10px !important;
  border-radius: 20px !important;
}
#mega-menu-item-204583 a {
  background: #00A42C !important;
}
#mega-menu-item-204583 ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background: #fff !important;
  color: #333 !important;
  border-radius: 20px !important;
}
#mega-menu-item-204583 ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #00A42C !important;
}
#mega-menu-item-204583 a.mega-menu-link {
  color: #fff !important;
  border-radius: 20px !important;
}

@media (width <= 961px) {
  #mega-menu-item-204583 {
    display: none !important;
  }
}
.site-menu {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px;
  font-size: 0.8rem;
}

.main-navigation {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.menu-inline {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  z-index: 999;
}

.site-header {
  display: none;
}

.site-branding {
  display: block;
  position: absolute;
  top: -80px;
  height: 80px;
  text-indent: -4000px; /* 検索用にテキスト情報としてはHTMLに載せたいが、人にはアイコンだけ見せたい */
}

.site-title, .site-description {
  display: inline-block;
  height: 80px;
}

.site-header-nav1 {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  align-items: center;
}

.site-header-nav2 {
  display: block;
  z-index: 10000;
}

.site-logo {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 10px 0;
  align-items: center;
}
.site-logo .site-logo-img {
  height: 50px;
  display: flex;
  justify-content: center;
}
.site-logo img {
  width: 95%;
}

.site-logo-caption {
  border-radius: 20px;
  color: #333;
  margin: 0 5px;
  font-size: 0.8rem;
  font-weight: bold;
}

.contact_area_recruit {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 400px;
  height: 50px;
  background-color: #FFFFFF;
  /*
  display: flex;
  justify-content: space-evenly;
  */
}

.content-area {
  padding-top: 65px;
}

@media only screen and (max-width: 768px) {
  .site-logo {
    max-width: 400px;
  }
  .content-area {
    padding-top: 0;
  }
}
/*--------------------------------------------------------------*/
/* フッター */
/*--------------------------------------------------------------*/
.footer-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 50px;
}

.footer-item {
  text-align: left;
}

.footer-item__heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.9rem;
}

.site-footer {
  background-color: #eee;
  color: #333;
  z-index: 100;
}

.site-footer_content_box > div {
  padding: 5px 0;
}

.site-footer a {
  color: #333;
  display: inline-block;
  line-height: 30px;
}

.footer-button-grid {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 0));
  justify-content: center;
  padding-bottom: 50px;
}

.footer-button {
  background: #333;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.footer-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.footer-button a {
  color: #fff;
}

.footer-button a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 10px;
  font-size: 0.8rem;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (width < 961px) {
  .footer-bottom {
    display: grid;
    justify-content: center;
  }
  .footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (width < 768px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  .md-flex {
    display: flex;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: normal;
  }
  .footer-bottom ul li {
    padding: 0 5px;
  }
}
/*--------------------------------------------------------------
SNSアイコン
--------------------------------------------------------------*/
.flowbtn17 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 30px;
  /*transition:.3s;*/
  border: solid 1px #333;
}

/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover {
  text-decoration: none;
}

/* アイコンをど真ん中に */
.flowbtn17 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover {
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

/* Feedlyマウスホバー時 */
.flowbtn17.fl_fd2:hover {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
  font-size: 28px;
}

/* Pocketマウスホバー時 */
.flowbtn17.fl_pk2:hover {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

/* はてブアイコンのサイズ */
.flowbtn17.fl_hb2 {
  font-size: 25px;
}

/* はてブマウスホバー時 */
.flowbtn17.fl_hb2:hover {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
}

/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* お問い合わせマウスホバー時 */
.flowbtn17.fl_ma2:hover {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}

/* Linkedin */
.flowbtn17.fl_in:hover {
  background-color: #0A66C2;
}

/* tiktok */
.flowbtn17.fl_tiktok:hover {
  background: linear-gradient(135deg, #25F4EE 0%, #FE2C55 100%);
}

/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
}

/* ボタン全体の位置 */
.snsbtniti {
  display: flex;
  flex-flow: row wrap;
}

/* ボタン同士の余白 */
.snsbtniti li {
  flex: 0 0 20%;
  text-align: center !important;
}

/* reCAPTCHAの保護マークを非表示にする */
/* 実際には、ここに書いても反映されず、wordpress管理画面の
   「外観」→「カスタマイズ」→「追加CSS」に同じ物が記載されており、それが効いて非表示になっている。 */
/* また、マークをただ消すのは規約違反になるそうなので、かわりに、フッターに文言を追加した */
.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumbs {
  font-size: 0.85em;
  padding-top: 0.8rem;
}

.fa-twitter:before {
  content: "𝕏" !important;
  font-family: unset;
  font-weight: bold;
  color: #333;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333;
}

a:focus {
  color: #333333;
}

a:active {
  color: #333333;
}

a:hover {
  color: initial;
}

/*--------------------------------------------------------------
## table
--------------------------------------------------------------*/
/*■■■■■■■■■■■■■■ foundation のcssをクリアする ■■■■■■■■■■■■■■■■■■■■■■■*/
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: initial;
  background-color: white;
}

/*■■■■■■■■■■■■■■ foundation のcssをクリアする ■■■■■■■■■■■■■■■■■■■■■■■*/
table {
  table-layout: fixed;
}

tr th {
  background-color: #DDDDDD;
}

tr td:nth-child(1) {
  background-color: #EEEEEE;
}

tr {
  border: solid 1px #DDDDDD;
}

tr td {
  width: 100%;
  height: 100%;
  padding-left: 0.5rem;
}

td img {
  height: 100%;
}

table td a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------*/
/* ボタン */
/*--------------------------------------------------------------*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--circle {
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #00A42C;
}

a.btn--circle:hover {
  background: #00A42C;
  border: 1px solid #fff;
}

a.btn--circle i {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 60px;
  transition: all 0.3s;
  letter-spacing: 0;
  color: #00A42C;
}

a.btn--circle:hover i {
  color: #fff;
}

.rec-work-container__button,
.rec-product-container__button,
.rec-pjts-container__button {
  margin: 0 auto 10px;
  text-align: right;
}

/*--------------------------------------------------------------*/
/* パララックス */
/*--------------------------------------------------------------*/
.parallax,
.parallax-product {
  display: flex;
  height: 60vh;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-product {
  height: 50vh;
}

@media (max-width: 1300px) {
  .parallax-product {
    height: 70vh;
  }
}
@media (max-width: 1025px) {
  .parallax {
    background-attachment: revert;
  }
  .parallax-product {
    height: 50vh;
  }
}
/*--------------------------------------------------------------*/
/* エントリー固定 */
/*--------------------------------------------------------------*/
.rec-entry-container {
  background: #fff;
  max-width: 700px;
  width: 100%;
  padding: 70px 50px;
  border-radius: 10px;
  text-align: center;
}
.rec-entry-container p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.rec-entry-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.rec-entry-btn a {
  background: #00A42C;
  width: 250px;
  padding: 15px 20px;
  margin: 0 auto;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rec-entry-btn a:hover {
  background: #fff;
  color: #00A42C;
  border: 1px solid #00A42C;
}

@media (width < 768px) {
  .rec-entry-btn {
    display: block;
  }
  .rec-entry-btn a {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------*/
/* 記事コンテンツ */
/*--------------------------------------------------------------*/
.reed-content-link__heading {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.read-content-wrap {
  max-width: 1000px;
  margin-top: 100px;
  padding: 0 20px;
}

.read-content-inline h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.read-content-inline h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.read-content-inline p {
  font-size: 1.2rem;
  margin-bottom: 50px;
  white-space: pre-line;
}

.read-content-img {
  margin-bottom: 50px;
}
.read-content-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.read-content-img p {
  text-align: right;
}

.read-content-img-msg img {
  height: 500px;
}

.read-content-img-msg__secondary {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.read-content-img-msg__secondary img {
  width: 100%;
}

.read-content-border {
  border-top: 1px solid #333;
  margin-bottom: 30px;
}

.read-content-link {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  border: 1px solid #333;
}
.read-content-link img {
  width: 50%;
}

.read-content-link:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.read-content-link__text {
  width: 50%;
  padding: 0px 30px;
}
.read-content-link__text .read-content-link__relation {
  margin-bottom: 50px;
}
.read-content-link__text .read-content-link__title {
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.read-content-link__text .read-content-link__induction {
  text-align: right;
}
.read-content-link__text .read-content-link__induction .fa-solid {
  color: #00A42C;
}

.career-contents-item .fa-solid {
  color: #00A42C;
}

@media (width < 768px) {
  .read-content-inline h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .read-content-inline h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .read-content-inline p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    white-space: pre-line;
  }
  .read-content-img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .read-content-link {
    display: block;
  }
  .read-content-link img {
    width: 100%;
  }
  .read-content-link__text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .read-content-link__text .read-content-link__title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .read-content-link__text .read-content-link__relation {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------*/
/* メインバナー */
/*--------------------------------------------------------------*/
.mb-bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}

.mb-bg-filter {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.product-mv {
  width: 100%;
  padding: 50px;
  background-color: #eee;
  text-align: center;
}

#mb-inline {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 100px;
}
#mb-inline h1 {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
#mb-inline p {
  color: #fff;
}

@media (width < 1200px) {
  #mb-inline {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*-------------------------------------------
関連ページ共通リンク
-------------------------------------------*/
.reed-content-link {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.reed-content-link_item img {
  height: 200px;
  width: 100%;
  border: 1px solid #333;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.reed-content-link_item:hover {
  opacity: 0.7;
}

.reed-content-link_item--cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.reed-content-link_item--border img {
  border: 0px;
}

.common-job-sp {
  display: none;
}

@media (width < 768px) {
  .reed-content-link {
    grid-template-columns: 1fr;
  }
  .rec-entry-container {
    background: #fff;
    max-width: 350px;
    width: 100%;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
  }
  p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .common-job-pc {
    display: none;
  }
  .common-job-sp {
    display: revert;
  }
}
/*-------------------------------------------
採用ニュース関連
-------------------------------------------*/
.recr-news-container {
  display: flex;
  align-items: center;
  width: auto;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.recr-news-item {
  display: block;
}

.recr-news-item__title {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 30px 0;
  inline-size: -moz-max-content;
  inline-size: max-content;
  writing-mode: horizontal-tb;
}

.recr-news-item__title:hover {
  opacity: 0.7;
}

.post_main_div h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
  border-left: 0;
  border-bottom: 0;
  padding: 0;
  /*line-height: 0;*/
  background: none;
  margin-left: 20px;
}

.post_content_title {
  border: none;
}

.post_content_title a {
  color: #00A42C !important;
}

.post_main_content {
  padding-top: 0;
  padding-bottom: 0;
}

.post_main_div {
  margin-top: 0px !important;
  padding: 0 50px;
}

.post_main_div ul {
  margin-left: 0;
}

.post_side_div {
  padding-top: 50px !important;
}

.sidebar_content ul {
  margin-left: 0;
}

.sidebar_content li {
  border-bottom: none !important;
}

@media (width < 768px) {
  .recr-news-item__title {
    display: block !important;
  }
  .post_main_div {
    padding: 0 20px;
  }
  .post_main_div h2 {
    margin-left: 0px !important;
  }
}
/*-------------------------------------------
社員インタビューリンク用CSS
-------------------------------------------*/
.interview-top-inline {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-bottom: 100px;
}

.interview-top-item:hover {
  opacity: 0.7;
}

.interview-top-item {
  position: relative;
}
.interview-top-item span {
  background: #eee;
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  text-align: center;
  font-weight: 700;
}
.interview-top-item img {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.interview-top-item .interview-top-item__name {
  font-size: 1.3rem;
  font-weight: 900;
}
.interview-top-item p {
  margin-bottom: 10px;
}

@media (width < 768px) {
  .interview-top-inline {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=common_recruit.css.map */