@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////
   Foundation
////////////////////////////////////////////////////////////////////////// */
/* ==========================================================================
   Reset
========================================================================== */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

video {
  display: block;
}

/* ==========================================================================
   Color
========================================================================== */
/* thema */
/* base */
/* link */
/* ==========================================================================
   Base
========================================================================== */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #010101;
  min-width: 1200px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #9ec317;
}

[data-ua=sp] {
  display: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1240px;
}

/*tablet&sp*/
@media (max-width: 768px) {
  body {
    min-width: inherit;
  }

  [data-ua=sp] {
    display: inherit;
  }

  [data-ua=pc] {
    display: none;
  }

  .inner {
    padding: 0 20px;
    width: auto;
  }
}
.title01 {
  position: relative;
  margin: 45px 0;
  padding: 0 0 20px;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}

.title01:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #83ab28;
  display: block;
  margin: 0 0 0 -37px;
  width: 75px;
  height: 4px;
}

@media (max-width: 768px) {
  .title01 {
    margin: 35px 0;
    font-size: 1.9rem;
  }
}
.shadow01 {
  position: relative;
  overflow: hidden;
}

.shadow01:before,
.shadow01:after {
  position: absolute;
  left: 0;
  background: url(/recruit/common/img/shadow1.png) no-repeat center center;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 8px;
  z-index: 1;
}

.shadow01.top:before {
  top: -4px;
  content: "";
}

.shadow01.bottom:after {
  bottom: -4px;
  content: "";
}

@media (max-width: 768px) {
  .shadow01:before,
.shadow01:after {
    height: 6px;
  }

  .shadow01.top:before {
    top: -2px;
  }

  .shadow01.bottom:after {
    bottom: -2px;
  }
}
.btn01 {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px 30px 15px 15px;
  width: 285px;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  text-decoration: none;
}

.btn01:before,
.btn01:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 17px;
  margin: -8px 0 0;
  width: 17px;
  height: 17px;
}

.btn01:before {
  display: none;
  left: 15px;
  background-image: url(/recruit/common/img/icon_chevron-double-left.svg);
}

.btn01:after {
  right: 15px;
  background-image: url(/recruit/common/img/icon_chevron-right.svg);
}

.btn01.blue {
  background-color: #0080c7;
}

.btn01.red {
  background-color: #c85514;
}

.btn01.green {
  background-color: #83ab28;
}

@media (max-width: 768px) {
  .btn01 {
    padding: 20px 30px 20px 15px;
    font-size: 1.4rem;
  }
}
@media (min-width: 769px) {
  a.btn01:hover {
    opacity: 0.8;
  }
}
/* //////////////////////////////////////////////////////////////////////////
   Layout
////////////////////////////////////////////////////////////////////////// */
/* ==========================================================================
   Header
========================================================================== */
/*--- header ---*/
.l-header {
  background-color: #fff;
  border-bottom: 1px solid #c5c6c6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 20px 20px;
  margin: 0 auto;
  /* max-width: 1240px; */
  max-width: 1340px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .l-header__inner {
    padding: 0px 0px 0px 20px;
  }
}
.l-header__inner__sp_menu {
  background: #9abf17;
  display: none;
  padding: 16px 14px;
  height: 60px;
  width: 60px;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__sp_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.l-header__inner__sp_menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}

.l-header__inner__sp_menu.is-active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__inner__sp_menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

.l-header__inner__sp_menu span {
  background: #fff;
  display: block;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__inner__logo {
  max-width: 245px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__logo {
    max-width: 220px;
  }
}
.l-header__inner__logo a {
  display: block;
}

.l-header__inner__menu_box {
  /* max-width: 650px; */
  max-width: 915px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box {
    display: none;
    background: #fff;
    position: fixed;
    top: 61px;
    left: 0;
    height: 100vh;
    max-width: 100%;
  }
}
.l-header__inner__menu_box a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .l-header__inner__menu_box a {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.l-header__inner__menu_box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  overflow: hidden;
  width: 100%;
  /**/
}
.l-header__inner__menu_box__list li {
  margin-left: 2.8%;
}
.l-header__inner__menu_box__list li:first-child {
  margin-left: 0%;
}
.l-header__inner__menu_box__list li:last-child {
  margin-right: 0%;
  margin-left: auto;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /**/
  }
  .l-header__inner__menu_box__list li {
    margin-left: 0%;
  }
  .l-header__inner__menu_box__list li:last-child {
    margin-right: 0%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list li {
    border-bottom: 1px solid #c5c6c6;
    text-align: center;
    width: 100%;
  }

  .l-header__inner__menu_box__list li a {
    padding: 17px;
  }

  .l-header__inner__menu_box__list li:last-child {
    border-bottom: none;
  }
}
.l-header__inner__menu_box__list__item a {
  color: #000;
  position: relative;
}

.l-header__inner__menu_box__list__item a::after {
  content: "";
  display: block;
  background: #83ab28;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  width: 0%;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list__item a::after {
    content: none;
  }
}
.l-header__inner__menu_box__list__item a:hover {
  color: #83ab28;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list__item a:hover {
    color: initial;
  }
}
.l-header__inner__menu_box__list__item a:hover::after {
  width: 100%;
}

.l-header__inner__menu_box__list__item--active a {
  color: #83ab28;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list__item--active a {
    color: #000;
  }
}
.l-header__inner__menu_box__list__item--active a::after {
  content: "";
  display: block;
  background: #83ab28;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list__item--active a::after {
    content: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list__btn {
    padding: 30px;
  }
}
.l-header__inner__menu_box__list__btn a {
  background: #268cb7;
  border-radius: 3px;
  color: #fff !important;
  text-align: center;
  padding: 4px 20px;
  position: relative;
}

/**/
.l-header__inner__menu_box__list__btn2 a {
  background: #83ab28;
  border-radius: 3px;
  color: #fff !important;
  text-align: center;
  padding: 4px 2.2em;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .l-header__inner__menu_box__list__btn a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    background: url(/recruit/common/img/icon_chevron-right.svg) no-repeat center center;
    background-size: auto 17px;
    margin: -8px 0 0;
    width: 17px;
    height: 17px;
  }
}
.l-header__inner__menu_box__list__btn a:hover {
  opacity: 0.5;
}

/* ==========================================================================
   contents
========================================================================== */
#contents {
  margin-top: 88px;
}

.c-title-box {
  background-color: #ebebeb;
  padding: 4px 0 5px;
}

.c-title {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .c-title-box {
    padding: 0.3rem 0 0.5rem;
  }

  .c-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  #contents {
    margin-top: 60px;
  }
}
/* ==========================================================================
   goTop
========================================================================== */
.c-goTop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  background-color: #ccc;
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1000;
}

.c-goTop::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-goTop:hover {
  background-color: rgba(158, 195, 23, 0.8);
}

/*tablet&sp*/
@media (max-width: 768px) {
  .c-goTop {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .c-goTop::before {
    top: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .c-goTop:hover {
    background-color: rgba(158, 195, 23, 0.8);
  }
}
/* ==========================================================================
   recruiting info
========================================================================== */
/*--- recruiting info ---*/
.p-recruiting_info {
  padding: 50px 20px 80px;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info {
    padding: 20px 20px 40px;
  }
}
.p-recruiting_info__title_box {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.p-recruiting_info__title_box::after {
  content: "";
  background: #83ab28;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  height: 4px;
  width: 75px;
}

.p-recruiting_info__title_box h3 {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__title_box h3 {
    font-size: 2.2rem;
  }
}
.p-recruiting_info__text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.875;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__text {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}
@media screen and (max-width: 400px) {
  .p-recruiting_info__text br {
    display: none;
  }
}
.p-recruiting_info__btn_box {
  text-align: center;
}

.p-recruiting_info__btn_box p {
  color: #666;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__btn_box p {
    font-size: 1.2rem;
  }
}
.p-recruiting_info__btn_box__btn {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__btn_box__btn {
    margin-bottom: 10px;
  }
}
.p-recruiting_info__btn_box__btn a {
  background: #268cb7;
  border: solid 2px #268cb7;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px;
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__btn_box__btn a {
    max-width: 285px;
  }
}
.p-recruiting_info__btn_box__btn a:hover {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-recruiting_info__btn_box__btn a:hover > div p {
  color: #268cb7;
}

.p-recruiting_info__btn_box__btn a:hover > div svg {
  fill: #268cb7;
}

.p-recruiting_info__btn_box__btn a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-recruiting_info__btn_box__btn a > div p {
  color: #fff;
  font-size: 2rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 22px;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__btn_box__btn a > div p {
    font-size: 1.6rem;
    padding-left: 18px;
  }
}
.p-recruiting_info__btn_box__btn a > div svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 22px;
}

@media screen and (max-width: 768px) {
  .p-recruiting_info__btn_box__btn a > div svg {
    max-width: 18px;
  }
}
/* ==========================================================================
   main visual
========================================================================== */
#main-visual {
  position: relative;
  height: 450px;
  overflow: hidden;
}

#main-visual > div {
  width: 50%;
}

#main-visual .bg {
  position: relative;
  width: 50%;
  height: 100%;
}

#main-visual .bg:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 1px;
  z-index: -1;
}

#main-visual .body {
  position: relative;
  background-color: #ffffff;
  padding: 145px 0 0;
  height: 450px;
}

#main-visual .body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-top: 225px solid transparent;
  border-bottom: 225px solid transparent;
}

#main-visual .body .title {
  position: relative;
  z-index: 1;
  margin: 0 -30px 10px -20px;
  font-size: 3.6rem;
  color: #83ab28;
}

#main-visual .body .txt {
  position: relative;
  z-index: 1;
  margin: 0 -30px 0 -20px;
  font-size: 1.8rem;
  line-height: 2;
}

#main-visual.left .bg {
  float: left;
}

#main-visual.right .bg {
  float: right;
}

#main-visual.left .bg:before {
  right: -64px;
  left: 0;
}

#main-visual.right .bg:before {
  right: 0;
  left: -64px;
}

#main-visual.left .body {
  float: left;
  margin: 0 0 0 65px;
  width: 510px;
}

#main-visual.right .body {
  float: right;
  margin: 0 65px 0 0;
  width: 400px;
}

#main-visual.left .body:before {
  left: -130px;
  border-right: 130px solid #ffffff;
}

#main-visual.right .body:before {
  right: -130px;
  border-left: 130px solid #ffffff;
}

@media (max-width: 768px) {
  #main-visual {
    height: auto;
  }

  #main-visual > div {
    width: 100%;
  }

  #main-visual .bg {
    width: 100%;
    height: 0;
    padding: 66% 0 0;
  }

  #main-visual .body {
    padding: 10px 0 20px;
    height: auto;
    text-align: center;
  }

  #main-visual .body:before,
#main-visual .body:after {
    content: "";
    display: block;
    position: absolute;
    top: -47px;
    border-bottom: 47px solid #ffffff;
  }

  #main-visual .body:before {
    left: inherit;
    border-top: none;
  }

  #main-visual .body:after {
    left: 50%;
    border-top: none;
    border-right: 0 solid transparent;
    border-left: 390px solid transparent;
  }

  #main-visual .body .title {
    margin: 0;
    font-size: 2.4rem;
  }

  #main-visual .body .txt {
    margin: 0;
    font-size: 1.4rem;
  }

  #main-visual.left .bg:before,
#main-visual.right .bg:before {
    right: 0;
    left: 0;
  }

  #main-visual.left .body,
#main-visual.right .body {
    margin: 0;
    width: 100%;
  }

  #main-visual.left .body:before,
#main-visual.right .body:before {
    left: inherit;
    right: 50%;
    border-right: 390px solid transparent;
    border-left: 0 solid transparent;
  }
}
/* ==========================================================================
   menu banner
========================================================================== */
#menu-banner {
  background-color: #eceeed;
  padding: 60px 0;
  text-align: center;
}

#menu-banner ul li {
  display: inline-block;
  margin: 0 7px;
  width: 500px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #menu-banner {
    padding: 40px 0;
  }

  #menu-banner ul li {
    margin: 0;
    width: 100%;
  }

  #menu-banner ul li:nth-child(n+2) {
    margin: 15px 0 0;
  }
}
@media (min-width: 769px) {
  #menu-banner ul li a:hover {
    opacity: 0.8;
  }
}
/* ==========================================================================
   footer
========================================================================== */
.Breadcrumbs_breadcrumb__M8h9f {
  color: #fff;
  background-color: #353c43;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
}

.Breadcrumbs_inner__ASExe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: var(--contents-width);
  margin: 0 auto;
  padding: 0 50px;
  list-style-type: none;
}

@media screen and (max-width: 767.98px) {
  .Breadcrumbs_inner__ASExe {
    padding: 0 35px;
  }
}
.Breadcrumbs_inner__ASExe li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 0;
}

.Breadcrumbs_inner__ASExe li + li {
  margin-left: 20px;
}

.Breadcrumbs_inner__ASExe li + li:before {
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-right: 20px;
  content: "";
  background: url(../img/arrow_right_white.svg) no-repeat;
}

.Breadcrumbs_inner__ASExe li a {
  color: inherit;
  font-size: 1.1rem;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s var(--easeOutQuint);
  transition: background-size 0.6s var(--easeOutQuint);
  text-decoration: none;
}

.Breadcrumbs_inner__ASExe li a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

/*foter---*/
.Footer_footer__8ba8J > * + * {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}

.Footer_inner__8Xq9U {
  max-width: var(--contents-width);
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 767.98px) {
  .Footer_inner__8Xq9U {
    padding: 0 35px;
  }
}
.Footer_main__rZd4Z {
  padding: 76px 0 104px;
  color: #fff;
  background-color: #353c43;
}

@media screen and (max-width: 767.98px) {
  .Footer_main__rZd4Z {
    padding: 60px 0;
  }
}
.Footer_primaryRow__0CeLz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767.98px) {
  .Footer_primaryRow__0CeLz {
    display: block;
    margin-bottom: 40px;
  }
}
.Footer_primaryRow__0CeLz .Footer_col__uLYuu {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .Footer_primaryRow__0CeLz .Footer_col__uLYuu {
    width: 100%;
  }
}
.Footer_primaryRow__0CeLz .Footer_logo__PIA8J {
  width: 200px;
}

@media screen and (max-width: 767.98px) {
  .Footer_primaryRow__0CeLz .Footer_logo__PIA8J {
    width: 120px;
    margin-bottom: 60px;
  }
}
.Footer_primaryRow__0CeLz .Footer_nav__3_Qhx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .Footer_nav__3_Qhx a {
  color: inherit;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 2px;
  -webkit-transition: background-size 0.6s var(--easeOutQuint);
  transition: background-size 0.6s var(--easeOutQuint);
  text-decoration: none;
}

footer .Footer_nav__3_Qhx a:hover {
  background-position: 0 100%;
  background-size: 100% 2px;
}

.Footer_primaryRow__0CeLz .Footer_items__ujQ_V {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Footer_primaryRow__0CeLz .Footer_items__ujQ_V li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767.98px) {
  .Footer_primaryRow__0CeLz .Footer_items__ujQ_V li + li {
    margin-left: 20px;
  }
}
.Footer_primaryRow__0CeLz .Footer_items__ujQ_V li a {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .Footer_primaryRow__0CeLz .Footer_items__ujQ_V li a {
    font-size: 1.4rem;
  }
}
.Footer_secondaryRow__vE417 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .Footer_secondaryRow__vE417 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.Footer_secondaryRow__vE417 a {
  color: inherit;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s var(--easeOutQuint);
  transition: background-size 0.6s var(--easeOutQuint);
  text-decoration: none;
}

.Footer_secondaryRow__vE417 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.Footer_secondaryRow__vE417 a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.Footer_secondaryRow__vE417 a[target=_blank]:after {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  content: "";
  background: url(../img/blank_white.svg) no-repeat;
}

.Footer_secondaryRow__vE417 .Footer_col__uLYuu {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .Footer_secondaryRow__vE417 .Footer_col__uLYuu {
    width: 100%;
  }

  .Footer_secondaryRow__vE417 .Footer_col__uLYuu:last-child {
    margin-bottom: 40px;
  }
}
.Footer_secondaryRow__vE417 .Footer_items__ujQ_V li + li {
  margin-top: 12px;
}

@media screen and (max-width: 767.98px) {
  .Footer_secondaryRow__vE417 .Footer_items__ujQ_V li + li {
    margin-top: 10px;
  }
}
.Footer_secondaryRow__vE417 .Footer_items__ujQ_V li a {
  font-size: 1.1rem;
}

.Footer_addressTitle__g3Kx0 {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.Footer_addressBody__LkR1_ {
  font-size: 1.1rem;
}

.Footer_group__fbRgv {
  padding: 100px 0;
  color: #fff;
  background-color: #353c43;
}

@media screen and (max-width: 767.98px) {
  .Footer_group__fbRgv {
    padding: 60px 0;
  }
}
.Footer_group__fbRgv a {
  color: inherit;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s var(--easeOutQuint);
  transition: background-size 0.6s var(--easeOutQuint);
  text-decoration: none;
}

.Footer_group__fbRgv a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.Footer_group__fbRgv .Footer_inner__8Xq9U {
  margin-bottom: -10px;
}

@media screen and (max-width: 767.98px) {
  .Footer_group__fbRgv .Footer_inner__8Xq9U {
    margin-bottom: 0;
  }
}
.Footer_group__fbRgv .Footer_items__ujQ_V {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .Footer_group__fbRgv .Footer_items__ujQ_V {
    display: block;
  }
}
.Footer_group__fbRgv .Footer_items__ujQ_V li {
  margin: 0 20px 10px 0;
}

@media screen and (max-width: 767.98px) {
  .Footer_group__fbRgv .Footer_items__ujQ_V li + li {
    margin: 10px 0 0;
  }
}
.Footer_group__fbRgv .Footer_items__ujQ_V li a {
  font-size: 1.2rem;
}

.Footer_group__fbRgv .Footer_items__ujQ_V li a[target=_blank]:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  content: "";
  background: url(../img/blank_white.svg) no-repeat;
}

.Footer_bottom__Y5kdY {
  padding: 30px 0;
  --underline-color: var(--text-color-primary);
  --underline-width: 1px ;
}

@media screen and (max-width: 767.98px) {
  .Footer_bottom__Y5kdY {
    padding: 40px 0;
  }
}
.Footer_bottom__Y5kdY a {
  color: inherit;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--underline-color)), to(var(--underline-color)));
  background-image: linear-gradient(90deg, var(--underline-color), var(--underline-color));
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 var(--underline-width);
  -webkit-transition: background-size 0.6s var(--easeOutQuint);
  transition: background-size 0.6s var(--easeOutQuint);
  text-decoration: none;
}

.Footer_bottom__Y5kdY a:hover {
  background-position: 0 100%;
  background-size: 100% var(--underline-width);
}

.Footer_bottom__Y5kdY .Footer_row__4fg_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .Footer_bottom__Y5kdY .Footer_row__4fg_t {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.Footer_bottom__Y5kdY .Footer_col__uLYuu:first-child {
  margin-right: auto;
}

@media screen and (max-width: 767.98px) {
  .Footer_bottom__Y5kdY .Footer_col__uLYuu:first-child {
    margin: 0 0 0 auto;
  }
}
.Footer_bottom__Y5kdY .Footer_col__uLYuu:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767.98px) {
  .Footer_bottom__Y5kdY .Footer_col__uLYuu:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Footer_bottom__Y5kdY .Footer_pmark___Pssn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}

.Footer_bottom__Y5kdY .Footer_items__ujQ_V {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
  .Footer_bottom__Y5kdY .Footer_items__ujQ_V {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
  }

  .Footer_bottom__Y5kdY .Footer_items__ujQ_V li {
    width: 50%;
  }
}
.Footer_bottom__Y5kdY .Footer_items__ujQ_V li + li {
  margin-left: 20px;
}

@media screen and (max-width: 767.98px) {
  .Footer_bottom__Y5kdY .Footer_items__ujQ_V li + li {
    margin: 0 0 10px;
  }
}
.Footer_bottom__Y5kdY .Footer_items__ujQ_V li a {
  font-size: 1.1rem;
}

.Footer_subtitle__lZ1FB {
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.Footer_copyright__DhA_B {
  font-family: var(--font-montserrat);
  font-size: 1.1rem;
  font-weight: 700;
}

:root {
  --contents-width: 1260px;
  --font-montserrat: "Montserrat";
  --font-montserrat-alt: "Montserrat Alternates";
  --color-green: #9ec317;
  --color-green2: #b1d91c;
  --text-color-primary: #192332;
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --maskInEasing: cubic-bezier(0.25, 0, 0.05, 1);
  --header-height-pc: 160px;
  --header-height-sp: 115px;
  --home-header-height-pc: 130px;
  --home-header-height-sp: 100px;
  --mini-header-height-pc: 110px;
  --mini-header-height-sp: 90px;
  --background-gradient: linear-gradient(-45deg, rgba(217, 237, 250, 0.6), hsla(73, 91%, 87%, 0.6) 100%);
  --news-banner-height-pc: 54px;
  --news-banner-height-sp: 78px ;
}

/*****/
.p-recruiting_info2 {
  background: #353c43;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.15);
  /* box-shadow: inset 0 -1px 0 0 rgb(255 255 255 / 15%); */
}
@media screen and (max-width: 767px) {
  .p-recruiting_info2 {
    padding: 20px;
  }
}
.p-recruiting_info2 .c-wrapper-box {
  background: #fff;
  border-radius: 12px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 40px 0;
}
.p-recruiting_info2 .c-wrapper-box .p-recruiting_info__title_box {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .p-recruiting_info2 .c-wrapper-box {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .p-recruiting_info2 .c-wrapper-box .p-recruiting_info__text {
    text-align: left;
  }
}