@charset "UTF-8";
/*
Theme Name: jobfor
*/


/*------ 初期化・初期設定 -----*/

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%;
  background: transparent;
  font-weight: normal;
  line-height: 1.7;
}

p, span {
  /* line-height: 1.4; */
  line-height: 1.5;
}
ul {
  /* list-style: none; */
  list-style-position: inside;
}

body {
  font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}
@media all and (-ms-high-contrast: none) {
  body {font-family: sans-serif, "メイリオ", Meiryo; } 
}

a {
  color: #333333;
}
a:hover {
  text-decoration: none;
  /* text-decoration: underline; */
  color: #333333;
}
* {
  box-sizing: border-box;
}
.text_decoration_underline {
  text-decoration: underline;
}
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}



/*------------------------- 共通 ------------------------*/
/* トップへ戻る */
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 50px;
}
#page_top::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 3px #429835;
  border-right: solid 3px #429835;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: -0;
  margin: auto;
  transition: all 400ms;

}

#page_top a {
  width: 100%;
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  transition: all 400ms;
}

#page_top:hover a {
  background-color: #429835;
  text-decoration: none;
}

#page_top:hover::before {
  border-top: solid 3px #FFEE56;
  border-right: solid 3px #FFEE56;
}

/* リンクボタン（背景黄色の正円） */
.center {
  /* position: absolute; */
  /* top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%); */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* left: -0; */
  margin: auto;
}
.circle_btn_wrap {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
/* .circle_btn {
  position: relative;
}
.circle_btn::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(./images/arrow_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
} */
.arrow_right {
  position: relative;
  /* display: inline-block;
  padding-left: 20px; */
}
.arrow_right::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #429835;
  border-right: solid 2px #429835;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
}

.job_news .news_wrap:first-child {
  border-top: 1px solid #343a40!important;
}
.news_wrap {
  transition: all 400ms;
  list-style-type: none;
}
.news_wrap:hover {
  background-color: #FFEE56;
}
.arrow_link ,.arrow_right::before {
  transition: all 400ms;
}
.text_link:hover .arrow_link {
  background-color: #429835;
}
.text_link:hover .arrow_right::before {
  border-top: solid 2px #FFEE56;
  border-right: solid 2px #FFEE56;
}

.wp-block-image img {
  height: auto;
}

/*　-------------- ハンバーガーボタン -------------　*/

  /*gnav　開いた時*/
  .nav_open {
    display: block !important;
    position: fixed;
    overflow-y: auto;
    /* top: 75px; */
    padding-bottom: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    background: #5594CC;
    animation: 0.3s 1 normal forwards fade-in;
    -webkit-animation: 0.3s 1 normal forwards fade-in; }

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @keyframes fade-in {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0); }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  /*html　固定*/
  .noscroll {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
  }


.hamburger_wrap {
  display: inline-block;
  cursor: pointer;
}
.hamburger {
  position: relative;
  z-index : 3;
  top   : 4px;
  width : 21px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 21px;
  height  : 2px ;
  border-radius: 5px;
  /* background : #555; */
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 5px;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger span:nth-child(3) {
  top: 19px;
}

.hamburger.move span:nth-child(1) {
  top : 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.move span:nth-child(2),
.hamburger.move span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.nav_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}
.nav_wrap li {
  width: 100%;
  background-color: #fff!important;
  margin-bottom: 1rem!important;
}
.nav_wrap li a {
  transition: all 400ms;
  padding: 1.5rem!important;
  display: block!important;
  font-weight: bold;
}
.nav_wrap li a:hover {
  color: #429835;
  background-color: #FFEE56;
}


/* h2の下の装飾 */
.heading_border::after {
  content: "";
  width: 4em;
  height: 20px;
  display: block;
  background-image: url(./images/border-bottom_yellow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.heading_border_green::after {
  content: "";
  width: 3.5em;
  height: 20px;
  display: block;
  background-image: url(./images/border-bottom_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

/* ボタンのボーダー */
.btn_rounded {
  border-radius: 45px;
}
/* ボーター */
.img_border {
  border: solid 1px #707070;
}

/* 行間・文字の間隔*/
.line_1-7 {
  line-height: 1.7;
}
.line_1-3 {
  line-height: 1.3;
}
.line_1-2 {
  line-height: 1.2;
}
.line_1 {
  line-height: 1;
}
.line_24 {
  line-height: 24px;
}
.line_28 {
  line-height: 28px;
}
.letter_spacing_2 {
  letter-spacing: -2px;
}
.lsp_cnt {
  letter-spacing: -1px;
}

/* カラー・一覧 */
.bg_yellow {
  background-color: #FFEE56;
}
.bg_green {
  background-color: #429835;
}
.bg_green2 {
  background-color: #E9F5CE;
}
.bg_green3 {
  background-color: #A0D28A;
}
.bg_green_alpha_sp {
  background-color: rgba(66,152,53,0.6);
}
.tx_green {
  color: #429835;
}

/* フォントサイズ・一覧 */
.h_menu_text {
  font-size: 1.8666666666666667vw;
}
.h_tel_text {
  font-size: 1.8666666666666667vw;
}
.h_mail_text {
  font-size: 1.8666666666666667vw;
}
.list_text {
  font-size: 15px;
}
.detail_top_text {
  font-size: 22px;
}
.ft_sp22_pc32 {
  font-size: 22px;
}
.ft_sp21_pc32 {
  font-size: 21px;
}
.ft_sp19_pc_24 {
  font-size: 19px;
}
.ft_sp15_pc_16 {
  font-size: 15px;
}
.ft_sp16_pc_18 {
  font-size: 16px;
}
.ft_sp15_pc_24 {
  font-size: 15px;
}
.ft_sp19_pc_18 {
  font-size: 19px;
}
.ft_16 {
  font-size: 16px;
}
.btn_ft {
  font-size: 15px;
}


/* btn */
.btn {
  transition: all 400ms;
}
.btn:hover {
  background-color: #429835;
  color: #FFEE56;
}
.btn_green {
  transition: all 400ms;
  color: #fff;
}
.btn_green:hover {
  background-color: #FFEE56;
  color: #429835;;
}

/* テキストリンクのhover */
.text_link {
  transition: all 400ms;
  margin-left: -5px;
}
.text_link:hover {
  color: #429835;
}

/* ページネーション */
.wp-pagenavi {
  font-weight: bold!important;
}
.wp-pagenavi span {
  font-weight: bold;
}
.pagination_wrap,
.wp-pagenavi {
  display: flex;
  width: 100%;
  max-width: 400px;
  /* -ms-flex-pack: justify!important; */
  justify-content: space-around!important;
}
.pagination_wrap span,
.wp-pagenavi > a,
.wp-pagenavi > span,
.nextpostslink a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  padding: 0!important;
  background-color: #FFEE56;
  color: #429835;
  font-size: 15px;
  transition: all 400ms;
}

.nextpostslink a {
  padding: 20px!important;
}
.pagination_wrap span:nth-child(1), .pagination_wrap span:nth-child(6),
.wp-pagenavi > .previouspostslink,
.wp-pagenavi > .nextpostslink,
.nextpostslink a
 {
  width: 75px;
  height: 30px;
  line-height: 30px;
}
.wp-pagenavi > .nextpostslink {
  order: 1;
}
.wp-pagenavi .current,
.wp-pagenavi .current:hover {
  background-color: #429835!important;
  color: #FFEE56!important;
}
.wp-pagenavi .extend:hover {
  background-color: #FFEE56!important;
  color: #429835!important;
}
.wp-pagenavi > a:hover,
.wp-pagenavi > span:hover,
.nextpostslink a:hover {
  background-color: #429835;
  color: #FFEE56;
}

.triangle{
  position: relative;
}

.triangle::after{
  content: "";
  position: absolute;
  right: 0;
  /* bottom: -20px; */
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 25px 40px 0 40px;
}
.triangle_white::after {
  border-color: #E9F5CE transparent transparent transparent;
}
.br_10{
  border-radius: 10px;
}
.br_27 {
  border-radius: 27px;
}
.bg_white {
  background-color: #fff!important;
}

/*------------------------- 共通 ここまで------------------------*/

/*------------- ヘッダー -------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.logo_width {
width: 100%;
max-height: 48px;
}
.logo {
  max-width: 293px;
}
.icon_img_mail {
  width: 26px;
  max-height: 26px;
}
.icon_img_tel {
  width: 19px;
  max-height: 19px;
}
/* svg */
.icon_svg {
  fill: #429835;
}
.icon_link, .icon_link path {
  transition: all 400ms;
}

.icon_link:hover {
  background-color: #429835;
  color: #FFEE56;
}
.icon_link:hover path {
  fill: #FFEE56;
}

/* メインビジュアル */
.mv_wrap {
  background-image: url(./images/mv_sp.png);
  background-size: cover;
}
.mv_img {
  padding: 26.133333333333333vw 0;
  width: 63.3%;
}


/* 新着情報 */
.new_info {
  background-image: url(./images/top_bg.png);
  background-size: 21%;
  background-repeat: repeat;
}
.select_link_width {
  width: 33.33333333%;
}
li {
  padding-left: 0;
}

/* Misson */
.service_flow::after {
  content: "";
  width: 20px;
  height: 30px;
  display: block;
  background-image: url(./images/arrow_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -5%;
  margin-top: -20px;
  scroll-padding-left: 0;
 }
 .item_width {
  flex: 0 0 31%;
  max-width: 31%;
 }


/* Contact */
.icon_img_mail_mdf {
  width: 17px;
  max-height: 17px;
}
.icon_img_tel_mdf {
  width: 13px;
  max-height: 13px;
}
.new_info_mdf {
  background-image: initial;
}

.h2_border {
  border-bottom: 1px solid #429835;
}
.service_img {
  width: 100%;
}
.service_icon {
  width: 40%;
}
.border_top {
  border-top: 1px solid #429835;
}
.mr_2text {
  margin-right: 2em;
}

/* コンタクトフォーム */
.contact_input {
  background-color: #F3F3F3!important;
  border-radius: 5px!important;
  /* font-size: 13px; */
  font-size: 16px;
  /* transform: scale(0.8); */
}
.select_arrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #429835;
  border-right: solid 2px #429835;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  /* -webkit- transform: translateY(-50%) translateX(-50%) rotate(135deg); */
  z-index: 1;
}
.wpcf7-not-valid-tip {
  position: absolute;
}
.wpcf7c-conf {
  background: none!important;
  border: none!important;
}
.contact_ft_size {
  font-size: 16px;
}

/* ご利用規約 */
.terms ul {
  list-style-type: none;
}
/* .terms ul li {
  font-weight: normal;
} */

/* 個人情報保護方針(プライバシーポリシー) */
.privacy ul {
  list-style-type: none;
}
/* .privacy ul li {
  font-weight: normal;
} */
.privacy .reception dt {
  display: inline;
}
.privacy .reception dd {
  display: inline;
}
.privacy .reception dd::after{
  content:' ';
  display:block
}

/* 記事ページ */
.job-detail dd {
  min-height: 1em;
}


/* ipad以上 */
@media screen and (min-width: 768px) {
/*------------------------- 共通 ------------------------*/
  p {
    line-height: 2!important;
  }
  #page_top {
    width: 65px;
  }
  .pc_text_center {
    text-align: center;
  }
  .px_md_7 {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
  }
  .bg_white {
    background-color: #fff!important;
  }
  .bg_green_alpha_sp {
    background-color: transparent;
  }
  .bg_green_alpha_pc {
    background-color: rgba(66,152,53,0.6);
  }
  .br_10{
    border-radius: 10px;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    width : 40px;
  }
  .hamburger span {
    width   : 40px;
    height  : 4px ;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(3) {
    top: 20px;
  }
  .nav_wrap li {
    width: 45%;
  }

  /* フォントサイズ・一覧 */
  .h_menu_text {
    font-size: 1.8229166666666667vw!important;
  }
  .h_tel_text {
    font-size: 2.604166666666667vw!important;
  }
  .h_mail_text {
    font-size: 14px!important;
  }
  .list_text {
    font-size: 13px;
  }
  .ft_pad20_pc34 {
    font-size: 2.604166666666667vw;
  }
  .ft_sp22_pc32 {
    font-size: 32px;
  }
  .ft_sp21_pc32 {
    font-size: 32px;
  }
  .ft_sp19_pc_24 {
    font-size: 24px;
  }
  .ft_sp19_pc_18 {
    font-size: 18px;
  }
  .ft_sp16_pc_18 {
    font-size: 18px;
  }
  .ft_sp15_pc_24 {
    font-size: 24px;
  }
  .btn_ft {
    font-size: 12px;
  }
  .lsp_cnt {
    letter-spacing: normal;
  }
  .heading_border_green::after {
    width: 4em;
  }

  .item_width {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .pagination_wrap,
  .wp-pagenavi {
    max-width: 760px;
  }
  .pagination_wrap span,
  .wp-pagenavi > a,
  .wp-pagenavi > span {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
  }

  .pagination_wrap span:nth-child(1), .pagination_wrap span:nth-child(6),
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    width: 175px;
    height: 60px;
    line-height: 60px;
  }

  .triangle::after{
    border-width: 44px 75px 0 75px;
  }

    /* ヘッダー */
  .logo_width {
    width: 80%;
  }
  .info_icon {
    border-radius: 29px;
  }
  .info_icon span {
    display: inline-block;
  }


  /* メインビジュアル */
  .mv_wrap {
    background-image: url(./images/mv_pc.png);
    background-size: cover;
    padding: 8.28125vw 0;
    max-width: 1920px;
  }
  .mv_img {
    padding: 0;
    width: 30.8%;
  }


  /* 新着情報 */
  .select_link_width {
    width: 20%;
    margin-bottom: 5px;
  }
  .new_info {
    background-size: 168px;
  }


  /* Misson */
  .service_flow_text {
    font-size: 1.875vw;
  }

  .misson_bottom {
    max-width: 965px;
    margin: 0 auto;
  }

  /* Contact */
  .icon_img_mail_mdf {
    width: 31px;
    max-height: 31px;
  }
  .icon_img_tel_mdf {
    width: 24px;
    max-height: 24px;
    margin: 3px 0 3px 0;
  }


  .pc_width {
    width: 88%!important;
  }
  .detail_top_text {
    font-size: 29px;
  }
  .service_img {
    width: 95%;
  }
  .service_icon {
    width: 25%;
  }
  /* コンタクトフォーム */
  .contact_input {
    font-size: 18px;
  }
  .select_arrow::before {
    width: 15px;
    height: 15px;
    top: 50%;
    right: 1.5rem;
  }
  .contact_line {
    line-height: 1;
  }

  /* 個人情報保護方針(プライバシーポリシー) */
  .privacy ul {
    list-style-type: none;
  }
  .privacy .reception {
    display: flex;
    flex-wrap: wrap;
  }
  .privacy .reception dt {
    width: 6em;
  }
  .privacy .reception dd {
    width: calc(100% - 6em);
  }
  .privacy .reception dd::after{
    content:' ';
    display:block
  }
}


@media (min-width: 992px) {
  .h_mail_text {
    font-size: 18px!important;
  }
  .h_menu_text {
    font-size: 17px!important;
  }
  .list_text {
    font-size: 16px;
  }
  .btn_ft {
    font-size: 15px;
  }
  .px_lg_7 {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
  }
  .contact_ft_size {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .icon_img_mail {
    width: 32px;
    max-height: 32px;
  }
  .icon_img_tel {
    width: 25px;
    max-height: 25px;
  }
  .h_tel_text {
    font-size: 34px!important;
  }
  .ft_sp15_pc_16 {
    font-size: 16px;
  }
  .hamburger {
    width : 50px;
  }
  .hamburger span {
    width   : 50px;
    height  : 4px ;
  }
  .hamburger span:nth-child(1) {
    top: -7px;
  }
  .hamburger span:nth-child(2) {
    top: 7px;
  }
  .hamburger span:nth-child(3) {
    top: 21px;
  }
  .btn_ft {
    font-size: 16px;
  }
  .detail_top_text {
    font-size: 32px;
  }
  .heading_border::after {
    width: 144px;
  }
  .pc_width {
    width: 66%!important;
  }

}
