@charset "UTF-8";
/* 
//////////////////////////////////////////////////////////////////////////////

module2025.css
- サイトの基本設定・header・footer

//////////////////////////////////////////////////////////////////////////////
*/
/* site基本設定
===============================================
=============================================== */
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  /*
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  */
  color: #323232;
}

_:lang(x)::-ms-backdrop, body {
  /*font-family: "メイリオ", Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*:focus {
  outline: none;
}

input[type="button"], input[type="text"], input[type="search"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="button"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

i {
  font-style: normal;
}

@media screen and (max-width: 599px) {
  body {
    font-size: 1.2rem;
  }
}
.container {
  position: relative;
  min-width: 320px;
}

.inner {
  max-width: 100%;
  margin: auto;
  padding: 0 10px;  /* 2025-09-04 */
}

.sec {
  padding: 20px 0;
}
@media screen and (min-width: 600px) {
  .sec {
    padding: 30px 0;
  }
}
@media screen and (min-width: 960px) {

  .hdr_h_tab{
    position: absolute;
    top:0px;
    left: 0px;
    height:50px;
    z-index: 1004;
  }
  
  .sec {
    padding: 40px 0;
  }
}

@media screen and (min-width: 960px) {
  .inner {
    max-width: 1200px;
  }
}
.hide_pc {
  display: block;
}

.hide_sp {
  display: none;
}

.hide_pc_dpib {
  display: inline-block;
}

.hide_sp_dpib {
  display: none;
}

@media screen and (min-width: 960px) {
  .hide_pc {
    display: none;
  }

  .hide_sp {
    display: block;
  }

  .hide_pc_dpib {
    display: none;
  }

  .hide_sp_dpib {
    display: inline-block;
  }
}
/* リンク 
============================== */
a {
  color: #ff7bac;
}
a:hover {
  text-decoration: none;
}

.contents a img,
footer a img {
  border: none;
}
@media screen and (min-width: 960px) {
  .contents a img:hover,
  footer a img:hover {
    opacity: .75;
    transition: .2s;
  }
}
/* Webフォント （追加：2025-10-04）
============================== */
.jun201 {
  font-family: "じゅん 201";
}
.jun501 {
  font-family: "じゅん 501";
}


.contents {
  min-height: calc(100vh - 235px);  /*194px */
}
@media screen and (min-width: 600px) {
  .contents {
    min-height: calc(100vh - 217px);
  }
}
@media screen and (min-width: 960px) {
  .contents {
    min-height: auto;
  }
}

/* header
===============================================
=============================================== */
header {
  /*ドロワーメニューのボタン 
  ============================== */
  /* ドロワーメニューの中身 
  ============================== */
  /* ドロワーメニューの中身 960～ 
  /* 普通のヘッダーになる。
  ============================== */
}
header .inner {
  position: relative;
  width: 100%;
  height: 95px;  /* 2025-09-04 */
}
@media screen and (min-width: 960px) {
  header .inner {
    display: flex;
    height: 120px;
  }
}
header .home_btn {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 13px 15px;
  cursor: pointer;
}
header .site_title {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 180px;
  margin: 0;
  margin-left: -90px;
}
header .site_title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  header .site_title {
    position: static;
    transform: none;
    width: 213px;
    margin-top: 16px;
    margin-left: 0px;
  }
}
header .hdr_menu-btn,
header .hdr_menu-btn_close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 13px 15px;
  cursor: pointer;
}
header .hdr_menu-btn img {
  width: 60px;
  height: 40px;
  vertical-align: middle;
}
header .hdr_menu-btn_close img {
  width: 40px;
  height: 40px;
}
header .hdr_func {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1003;
  width: 90%;
  min-width: 300px;
  max-width: 500px;
  height: 100%;
  padding: 50px 10px;
  background: #cfedf9;  /*#dfede0*/
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
header .hdr_func .site_title {
  left: 10px;
  transform: none;
  margin-left: 0;
}
header .search {


    width: 100%;
    border: solid 1px #f0f0f0;
    border-radius: 40px;
    background-color: #f0f0f0;
    padding: 0 10px 0 20px;
    margin-top: 50px;

}
header .search .gsc-control-cse {
  background: none;
  border: none;
}
header .search .gsc-input-box {
  padding: 3px;
  border-radius: 0;
  border: none;
}
header .search table.gsc-search-box,
header .search form.gsc-search-box {
  margin-bottom: 0;
}
header .search .cse .gsc-search-button-v2,
header .search .gsc-search-button-v2 {
  width: 60px;
  height: 25px;
  padding: 5px 5px;
  border-radius: 25px;
  background-color: #FF7BAC;
  border-color: #FF7BAC;
}


header .search .cse .gsc-control-cse, header .search .gsc-control-cse {
  padding: 0px;

}
header .search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
header .search .gsc-input-box {
  padding-right: 0;
  background-color: #f0f0f0 ;
}
header .search .gsib_a {
  padding: 3px 9px 2px 9px;
  background-color: #f0f0f0 ;
}
header .search .gsib_b {
  background-color: #f0f0f0 ;
}
header .search .gsc-results-wrapper-overlay {
  left: 2% !important;
  width: 96% !important;
}

header .search input {
  background-color: #f0f0f0 !important;
}

header .hdr_btn,
header .gnav {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
header .gnav {
  border-top: 1px solid #dfede0;
}
header .gnav li {
  border-bottom: 1px solid #dfede0;
}
header .gnav a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 30px;
  text-decoration: none;
  background: url("../img/icon/icn_arw01_r.svg") no-repeat 10px center;
  background-size: 7.5px 12px;
  color: #323232;
}
header .hdr_btn li {
  width: 80%;
  margin: 0 auto 10px;
}
header .hdr_btn li a {
  padding: 7px !important;
}

@media screen and (min-width: 960px) {
  header .hdr_func {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 120px;  /* 2025-09-04 */
    padding: 0;
    background:none;
    box-shadow: none;
  }
  header .hdr_func .site_title {
    display: none;
  }
  header .search {
    position: absolute;
    top: 35px;  /* 2025-09-04 */
    right: 270px;
    width: 220px;
    border: solid 1px #f0f0f0;
    border-radius: 40px;
    background-color: #f0f0f0;
    padding: 0 10px 0 20px;
    margin-top: 0px;
  }
  header .search .cse .gsc-control-cse, header .search .gsc-control-cse {
    padding: 0;
  }
  header .search .cse .gsc-search-button-v2,
  header .search .gsc-search-button-v2 {
    width: 60px;
    height: 25px;
    padding: 5px 5px;
    border-radius: 25px;
  }
  header .search .gsc-results-wrapper-overlay {
    left: 10% !important;
    width: 80% !important;
  }
  header .hdr_btn,
  header .gnav {
    margin: 0;
  }
  header .gnav {
    position: absolute;
    right: 0;
    bottom: 2px;  /* 2025-09-04 */
    display: flex;
    border-top: none;
  }
  header .gnav li {
    border-bottom: none;
  }
  header .gnav a {
    display: inline-block;
    width: auto;
    padding: 10px 0 10px 15px;
    text-decoration: none;
    background: none;
  }
  header .gnav a::after {
    content: "";
    display: block;
    height: 1px;
    background: #307036;
    transform: scale(0);
    transition: transform .2s ease-out;
  }
  header .gnav a:hover::after, header .gnav a.current::after {
    transform: scale(1);
  }
  header .hdr_btn {
    position: absolute;
    top: 35px;  /* 2025-09-05 */
    right: 0;
    display: flex;
  }
  header .hdr_btn li {
    width: 138px;
    height: 30px;
    margin: 0 0 0 3px;
  }
  header .hdr_btn li:last-child {
    width: 120px;
    margin-right: 0;
  }
  header .hdr_btn li a {
    padding: 8px !important;
  }
}

/* footer
===============================================
=============================================== */
footer {
  margin-top: 40px;
  padding: 0 10px 53px;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 600px) {
  footer {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  footer {
    margin-top: 100px;
    padding-bottom: 0px;
    background: #ff7bac;
  }
}
footer .inner {
  display: none;
}
footer .copyright {
  display: none;
}
@media screen and (min-width: 960px) {
  footer .inner {
    display: flex;
  }
  footer .copyright {
    display: block;
    text-align: center;
  }
}
footer .to_pagetop {
  margin: 0 -10px;
  background: #3acfff;
  text-align: center;
  height: 46px;
}
footer .to_pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
}
footer .foot1{
  width: 550px;
}
footer .foot2{
  width: 270px;
}


footer .site_title {
  margin: 38px 0 0 0;
  width: 300px;
}
footer .site_title img {
  width: 100%;
}
footer .address {
  margin-top: 30px;
}
footer .ftr_sb_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  /*max-width: 800px;
  margin: auto;*/
  margin-top: 96px;
  padding: 0px;

}
footer .ftr_sb_nav li {
  margin: 0px;
  width: 100%;

}
footer .ftr_sb_nav a {
  display: block;
  width: 100%;
  padding: 0px;
  text-decoration: none;
  color: #fff;
}
footer .ftr_sb_nav + .ftr_sb_nav {
  border: none;
}
footer .copyright {
  margin: 70px -10px 0 -10px;
  background-color: #cb5389;
  height: 43px;
  line-height: 43px;
  font-size: 1.1rem;
}

/*============= tab_nav  */
footer .tab_nav {
  background-color: #747474;
  min-width: 320px;
  height: 54px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1001;
}
@media screen and (min-width: 960px) {
  footer .tab_nav {
    display: none;
  }
}
footer .tab_nav ul {
  display: table;
  width: 100%;

  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .tab_nav li {
  box-sizing: border-box;
  display: table-cell;
  width: 33.3%;
}
footer .tab_nav a {
  display: block;
  width: 100%;
  padding: 0px 0;
  text-align:  center;
  color: white;
  font-size: 1.6rem;
  line-height: 52px;
}
footer .tab_nav a span {
  display: inline-block;

  /*
  width: 50px;
  height: 32px;
  background: transparent no-repeat;
  background-size: 50px 64px;
  text-indent: -9999px;
  */
}
/*
footer .tn1 a span {
  background-image: url(../img/tab_home.svg);
}
footer .tn2 a span {
  background-image: url(../img/tab_work.svg);
}
footer .tn3 a span {
  background-image: url(../img/tab_company.svg);
}
*/
footer .tab_nav a.current {
  background: #FF7BAC;
  height: 54px;
}
footer .tab_nav a.current span {
  /*background-position: 0 -32px;*/
  
}

/* 部品
===============================================
=============================================== */
/* ページタイトルの共通項 トップ以外
============================== */
.page_title {
  padding: 20px 0 10px;
  background: #fff;
}
.page_title h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #307036;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .page_title {
    padding: 30px 0;
  }
  .page_title h1 {
    font-size: 2.4rem;
  }
}
.page_title.page_title_catetop {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  height: 150px;
  text-shadow: 0 0 3px #000;
  background-size: cover !important;
}
.page_title.page_title_catetop h1 {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .page_title.page_title_catetop {
    height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .page_title.page_title_catetop {
    max-width: 1200px;
    height: 300px;
    margin: 0 auto ;
  }
}

/* breadcrumb
============================== */
.breadcrumb {
  padding: 5px 0 0 10px;
  /*
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  */
  margin-top: 5px;
  background-color: white;
  font-size: 1.0rem;
}
@media screen and (min-width: 600px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
}

/* 見出し
============================== */
h1, h2 {
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.sec_title {
  position: relative;
  margin: .7rem 0 20px;
  font-size: 1.8rem;
  color: #ff7bac; /*#307036*/
  text-align: center;
  /*
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  */
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.sec_title span {
  position: relative;
  z-index: 2;
}
/* タイトルのグリーンの正方形
.sec_title::after {
  position: absolute;
  top: 47%;
  left: 50%;
  z-index: 1;
  transform: translate(-47%, -50%);
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background: #dfede0;
}
*/
@media screen and (min-width: 600px) {
  .sec_title {
    font-size: 2.4rem;
  }
  .sec_title::after {
    width: 50px;
    height: 50px;
  }
}

.sec_sb_title {
  position: relative;
  margin: .4rem -0px 10px;
  color: #ff7bac; /*#307036*/
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 1.6rem;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.sec_sb_title span {
  position: relative;
  z-index: 2;
}
/* 削除(2025-10-09)
.sec_sb_title::after {
  position: absolute;
  top: -.3rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background: #dfede0;
}
*/
@media screen and (min-width: 600px) {
  .sec_sb_title {
    font-size: 2.0rem;
  }
  .sec_sb_title::after {
    width: 40px;
    height: 40px;
  }
}

/* table
============================== */
.contents table {
  margin: 1em -0px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 3px solid #e6e6e6;
}
.contents table th, .contents table td {
  padding: 5px;
  border: 1px solid #e6e6e6;
  word-wrap: break-word;
}
.contents table th {
  font-weight: bold;
  background: #dfede0;
}

/* フォーム
============================== */
input[type="search"], input[type="password"], input[type="email"], input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c6c6c6;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 4px;
}

textarea {
  resize: vertical;
  box-sizing: border-box;
  width: 100%;
  min-height: 8em;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 1.6rem;
  vertical-align: bottom;
}
textarea.size_s {
  min-height: 3em;
}

.error_txt {
  color: #d6494e;
  font-size: 12px;
  padding-top: 4px;
}
.error_txt:before {
  content: "※";
  padding-right: 4px;
}

txtarea.error, select.error {
  background-color: #fce5e6;
  border-color: #d6494e;
}

input[type="text"].error, input[type="number"].error, input[type="file"].error, input[type="password"].error {
  background-color: #fce5e6;
  border-color: #d6494e;
}

textarea:focus {
  border-color: #2da638;
}

input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="text"]:focus {
  border-color: #2da638;
}

select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  background: #fff url(../img/icon/icn_arw01_b.svg) no-repeat right 10px top 50%;
  background-size: 14px 6px;
  text-overflow: ellipsis;
  white-space: normal;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 0 30px 0 10px;
  outline: none;
  border-radius: 5px;
  font-size: 1.6rem;
}
select:focus {
  border-color: #2da638;
  background: #fff url(../img/icon/icn_arw04_b.svg) no-repeat right 10px top 50%;
  background-size: 14px 6px;
}
select::-ms-expand {
  display: none;
}
select:focus option {
  background-color: #fff;
}
select[disabled] {
  border: none;
  background: none;
}
@media screen and (min-width: 600px) {
  select {
    height: 50px;
  }
}

.ico input[type="checkbox"], .ico input[type="radio"] {
  display: none;
}
.ico input[type="checkbox"] + i, .ico input[type="radio"] + i {
  display: inline-block;
  background: transparent no-repeat 0 50%;
  background-size: 20px auto;
  vertical-align: top;
  padding: 0 0 2px 21px;
}
.ico input[type="checkbox"] + i {
  background-image: url(../img/icon/form_check_off.svg);
  background-size: 16px 16px;
  background-position: left 2px;
}
.ico input[type="checkbox"]:checked + i {
  background-image: url(../img/icon/form_check_on.svg);
  background-size: 16px 16px;
  color: #ff7bac; /*#2da638*/
}
.ico input[type="radio"] + i {
  background-image: url(../img/icon/form_radio_off.svg);
  background-size: 16px 16px;
}
.ico input[type="radio"]:checked + i {
  background-image: url(../img/icon/form_radio_on.svg);
  background-size: 16px 16px;
  color: #ff7bac; /*#2da638*/
}

.ie9 .slct {
  background: none;
  padding-right: 0;
}

.ico_form {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0 10px;
  margin: 10px 0 0;
}
.ico_form li {
  width: 50%;
  margin-top: 5px;
}
.ico_form.ico_form_nowrap li {
  width: 100%;
}
.ico_form.ico_form_3clm li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .ico_form.ico_form_3clm li {
    width: 33.3%;
  }
}

.more_btn a {
  padding: 5px 10px 5px 31px;
  background: url(../img/icon/icn_arw01_b.svg) no-repeat;
  background-size: 10px 6px;
  background-position: left 12px top 13px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #323232;
}
.more_btn a.active {
  background: url(../img/icon/icn_arw01_t.svg) no-repeat;
  background-size: 10px 6px;
  background-position: left 12px top 9px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #323232;
}

/* 各種情報のボックス
============================== */
.box_wrap {
  margin-top: 20px;
}
.box_wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  color: #323232;
}

.joboffer_box,
.company_box,
.event_box,
.news_box {
  position: relative;
  margin: 10px auto;
  /*border-top: 1px solid #3ac4ff;*/
  border-bottom: 1px solid #3ac4ff;
  width: 100%;
  padding: 0 55px 30px;
  /*
  background: red;
  */
  /*
  background: -moz-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(left, #f9f9f9 0%, #f9f9f9 100%);
  background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 100%);
  background-position: top 0 left 30px;
  background-repeat: no-repeat;
  */
}

.joboffer_box.icn_new,
.company_box.icn_new,
.event_box.icn_new,
.news_box.icn_new {
  position: relative;
}

.joboffer_box.icn_new::before,
.company_box.icn_new::before,
.event_box.icn_new::before,
.news_box.icn_new::before { 
  position: absolute; 
  top: -5px; right: -5px; 
  content: ""; 
  width: 24px; height: 24px; 
  background: url("../img/icon/icn_new2025.svg") no-repeat; 
  background-size: contain; 
}


.joboffer_box p,
.company_box p,
.event_box p,
.news_box p {
  margin: 7px 0 8px;
}


.joboffer_box .thumbnail,
.company_box .thumbnail,
.event_box .thumbnail,
.news_box .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0;
  background: #666;
  border-radius: 20px 20px 20px 20px;
  /*        img{
              width: auto;
              height: auto;
              max-width: 100px;
              max-height: 75px;
          }*/
}


 
.joboffer_box .thumbnail img,
.company_box .thumbnail img,
.event_box .thumbnail img,
.news_box .thumbnail img {
  width: 100%;
  height: 183px;
  object-fit: cover; /* この一行を追加するだけ！ */
  border-radius: 20px 20px 20px 20px;
}


.recommend_joboffer .thumbnail{
  /*
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
  */
}
.recommend_joboffer .thumbnail img{
  border-radius: 0px 20px 20px 20px;
}

.joboffer_box .company_city,
.company_box .company_city,
.event_box .company_city,
.news_box .company_city {
  width: 100%;
  height: 62px;
  background-color: #3ac4ff;
  color: white;
  text-align: center;
  border-radius: 20px;
  margin: 10px 0;
  padding-top: 3px;
}
.joboffer_box .company,
.company_box .company,
.event_box .company,
.news_box .company {
  font-size: 1.6rem;
  line-height: 1.2;
}
.joboffer_box .city,
.company_box .city,
.event_box .city,
.news_box .city {
  font-size: 1.4rem;
}

.joboffer_box .date,
.joboffer_box .title,
.company_box .date,
.company_box .title,
.event_box .date,
.event_box .title,
.news_box .date,
.news_box .title {
  position: relative;
  padding: 0 10px 0 30px;
}
.joboffer_box .date::before,
.joboffer_box .title::before,
.company_box .date::before,
.company_box .title::before,
.event_box .date::before,
.event_box .title::before,
.news_box .date::before,
.news_box .title::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #3ac4ff;
}
.joboffer_box .date,
.company_box .date,
.event_box .date,
.news_box .date {
  margin-bottom: 0;
}
.joboffer_box .date::before,
.company_box .date::before,
.event_box .date::before,
.news_box .date::before {
  background: #3ac4ff;  /*#777777*/
}
/*.joboffer_box .title,
.joboffer_box .pr_title,
.company_box .title,
.company_box .pr_title,
.event_box .title,
.event_box .pr_title,
.news_box .title,
.news_box .pr_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}*/
.joboffer_box .title,
.company_box .title,
.event_box .title,
.news_box .title {
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.4rem;
}
.joboffer_box .pr_title,
.company_box .pr_title,
.event_box .pr_title,
.news_box .pr_title {
  padding: 0 10px 0 30px;
  margin-top: 0;
  font-weight: bold;
  color: #ff7bac; /*#2da638*/
  line-height: 1.5;
}

.joboffer_box {
  
}
.joboffer_box .icn_shienkin {
  width: 55px;

  position: absolute;
  top: 10px;
  left: 240px;
  left: calc(100% - 130px);
  margin-top: 0;
}
.joboffer_box .icn_shienkin img {
  /*margin-left: -7px;*/

  position: relative;
  top: 0px;
  left: 0px;
}

.joboffer_tag_list {
  list-style: none;
  width: calc( 100% - 100px);
  padding: 0 0 0 0px;
  margin: 0;
}
.joboffer_tag_list li {
  padding-left: 30px;
  font-size: 1.4rem;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.joboffer_tag_list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #3ac4ff;
  line-height: 1;
  color:black;
}
.joboffer_tag_list li:nth-child(2) {
  width: 100%;
}
.joboffer_tag_list li + li {
  margin-top: 5px;
}

.joboffer_tag_list .company_name{
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .joboffer_tag_list .company_name{
        font-size: 1.4rem;
    }
}

.joboffer_tag_list .company_name::before{
    background: #2da638;
}

.joboffer_tag_list .icn_salary {
  position: relative;
}
.joboffer_tag_list .icn_salary::before {
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  content: "￥";
  */
}

.company_box {
  position: relative;
}
.company_box .icn_shienkin {
  width: 55px;

  position: absolute;
  top: 10px;
  left: 240px;
  left: calc(100% - 130px);
  margin-top: 0;
}
.company_box .icn_shienkin img {
  margin-left: -7px;
}

.company_tag_list {
  list-style: none;
  width: calc( 100% - 100px);
  padding: 0 0 0 0px;
}
.company_tag_list li {
  padding-left: 21px;
  font-size: 1.4rem;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.company_tag_list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #3ac4ff;  /*#999999*/
  line-height: 1;
}
.company_tag_list li + li {
  margin-top: 5px;
}

.event_box .date,
.news_box .date {
  width: calc( 100% - 110px);
  padding: 0 10px 0 26px;
  font-size: 1.2rem;
}
.event_box .date span,
.news_box .date span {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start; /*pace-between*/
    width: 520px;
    margin: 30px auto auto;
  }

  .joboffer_box,
  .company_box,
  .event_box,
  .news_box {
    width: 272px;
    margin: 10px 0;
    padding-bottom: 20px;
    padding: 0 0px 20px;
  }
  .joboffer_box .thumbnail,
  .company_box .thumbnail,
  .event_box .thumbnail,
  .news_box .thumbnail {
    width: 100%;
    height: 183px;
    margin: 0;

  }

  .joboffer_box:nth-child(2n),
  .company_box:nth-child(2n),
  .event_box:nth-child(2n),
  .news_box:nth-child(2n) {
    margin-left: 10px;
  }

}
@media screen and (min-width: 600px) and (min-width: 600px) {
  
}

@media screen and (min-width: 600px) {
  .joboffer_tag_list {
    flex-wrap: nowrap;
    width: 100%;
    margin: 10px 0 0;
    padding-left: 0;
  }
  .joboffer_tag_list li {
    padding-left: 30px;
    white-space: nowrap;
  }

  .joboffer_box .icn_shienkin {
    /*left: -2px;*/

    position: absolute;
    top: 0px;
    left: 202px;
  }

  .company_box {
    position: relative;
  }
  .company_box .icn_shienkin {
    position: absolute;
    top: 2px;
    left: 202px;
    z-index: 2;
  }
}
@media screen and (min-width: 600px) and (min-width: 600px) {
  .company_box .icn_shienkin {
    /*left: 240px;*/
  }
}

@media screen and (min-width: 600px) {
  .company_tag_list {
    width: 100%;
    margin: 10px 0 0;
    padding-left: 0;
  }
  .company_tag_list li {
    padding-left: 30px;
  }

  .event_box .date,
  .news_box .date {
    width: 100%;
    padding: 0 10px 0 30px;
    font-weight: normal;
    line-height: 1.5;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 680px) {
  .box_wrap {
    width: 580px;
  }

  .joboffer_box,
  .company_box,
  .event_box,
  .news_box {
    width: 280px;
  }
  .joboffer_box:nth-child(2n),
  .company_box:nth-child(2n),
  .event_box:nth-child(2n),
  .news_box:nth-child(2n) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .box_wrap {
    width: 920px;
    margin: 40px auto auto;
  }
  .box_wrap .joboffer_box,
  .box_wrap .company_box,
  .box_wrap .event_box,
  .box_wrap .news_box {
    width: 280px;
    margin: 0 0 40px 40px;
    transition: .2s;
  }
  .box_wrap .joboffer_box:nth-child(2n),
  .box_wrap .company_box:nth-child(2n),
  .box_wrap .event_box:nth-child(2n),
  .box_wrap .news_box:nth-child(2n) {
    margin-left: 40px;
  }
  .box_wrap .joboffer_box:nth-child(3n + 1),
  .box_wrap .company_box:nth-child(3n + 1),
  .box_wrap .event_box:nth-child(3n + 1),
  .box_wrap .news_box:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box_wrap .joboffer_box img:hover,
  .box_wrap .company_box img:hover,
  .box_wrap .event_box img:hover,
  .box_wrap .news_box img:hover {
    opacity: 1 !important;
  }
  .box_wrap .joboffer_box:hover,
  .box_wrap .company_box:hover,
  .box_wrap .event_box:hover,
  .box_wrap .news_box:hover {
    opacity: .75;
  }
}
/* ボタン
============================== */
.btn {
  display: block;
  width: 100%;
  max-width: 326px;
  margin: auto;
  padding: 12px;
  /*height: 55px;*/
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff7bac;
  background: url("../img/icon/icn_arw_list00.svg") no-repeat right 16px top 18px;
  background-size: 37px 9px;
  background-color: #ff7bac;
  font-size: 1.5rem;
  color: #fff;
}

.pink { /* ユーザー登録・変更ボタン */
  font-size: 1.1rem;
  text-align: left;
  border: 1px solid #ff7bac;
  height: 38px;
  background: url("../img/icon/icn_tri.svg") no-repeat right 5px top 10px;
  background-size: 17px 17px;
  background-color: #ff7bac ;
}
.cyan { /* 企業の方へボタン */
  font-size: 1.1rem;
  text-align: left;
  background: url("../img/icon/icn_tri.svg") no-repeat right 5px top 10px;
  background-size: 17px 17px;
  background-color: #3ac4ff;
  border: 1px solid #3ac4ff;
  height: 38px;
}
@media screen and (max-width: 450px) {
  .cyan { /* 企業の方へボタン */
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
}

@media screen and (min-width: 960px) {
  .btn {
    transition: .2s;
  }
  .btn:hover {
   background: url("../img/icon/icn_arw_list01.svg") no-repeat right 16px top 18px;
    background-size: 37px 9px;
    background-color: #fff;
    color:#ff7bac;
  }
  .pink:hover { /* ユーザー登録・変更ボタン */
    background-color: #fff ;
    color: #FF7BAC;
    background: url("../img/icon/icn_tri_pink.svg") no-repeat right 5px top 10px;
  }
  .cyan:hover { /* 企業の方へボタン */
    background-color: #fff;
    color: #3AC4FF;
    background: url("../img/icon/icn_tri_cyan.svg") no-repeat right 5px top 10px;
  }
}
.btn.col_wh {
  border: 1px solid #fff;
  color: #fff;
  background: url("../img/icon/icn_arw02_r.svg") no-repeat 10px center;
  background-size: 7.5px 12px;
}
@media screen and (min-width: 960px) {
  .btn.col_wh:hover {
    background: url("../img/icon/icn_arw01_r.svg") no-repeat 10px center #fff;
    color: #307036;
  }
}
.btn.btn_s {
  padding: 4px 12px;
  background-size: 17px 17px !important;
}
.btn.btn_icon_r {
  background-position: right 10px center;
}
.btn.btn_down {
  background: url("../img/icon/icn_arw02_b.svg") no-repeat right 10px center;
  background-size: 12px 7.5px;
  background-color: #ff7bac;
}
@media screen and (min-width: 960px) {
  .btn.btn_down:hover {
    background: url("../img/icon/icn_arw01_b.svg") no-repeat right 10px center #fff;  /*icn_arw01_b2025*/
    color: #ff7bac;
    background-size: 12px 7.5px;
  }
}

.btn_wrap .total {
  position: relative;
  max-width: 120px;
  margin: 20px auto;
  text-align: center;
  background: #ff7bac;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .btn_wrap .total {
    margin: 0 auto 20px;
  }
}
.btn_wrap .total span {
  font-size: 1.6rem;
  font-weight: bold;
}
.btn_wrap .total::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ff7bac transparent transparent transparent;
}
@media screen and (min-width: 960px) {
  .btn_wrap .total {
    padding: 5px 0 3px;
  }
}

.btn_icon {
  background: url("../img/icon/icn_search.svg") no-repeat center center #ff7bac;
  background-size: 24px 24px;

  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #ff7bac; /*fff*/
  border-radius: 4px;
}
.btn_icon_map {

  margin: 0;
  padding: 0;
  border: 1px solid #ff7bac; /*fff*/
  border-radius: 4px;
}
@media screen and (min-width: 600px) {
  .btn_icon {
    height: 50px;
  }
}
@media screen and (min-width: 960px) {
  .btn_icon {
    transition: .2s;
  }
  .btn_icon:hover {
    border: 1px solid #ff7bac;  /*#307036*/
    background-color: #fff;  /*#dfede0*/
    background: url("../img/icon/icn_search01.svg") no-repeat center center #fff;
    background-size: 24px 24px;

  }
}

.form_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.form_btn.form_btn0_jc-fs {
  justify-content: flex-start;
}
.form_btn li {
  margin-bottom: 10px;
}
.form_btn li + li {
  margin-left: 2%;
}
.form_btn li.btn_w50p {
  width: 49%;
}
.form_btn .btn {
  height: 40px;
  border-radius: 4px;
}
@media screen and (min-width: 600px) {
  .form_btn .btn {
    height: 50px;
  }
}
.form_btn .btn_s {
  height: 30px;
}
.form_btn .btn01 {
  border-color: #ff7bac; /*#fff*/
  background: #ff7bac;  /*#2da638*/
  color: #fff;
}
.form_btn .btn01:hover {
  border-color: #ff7bac;
  background: #fff;
  color: #ff7bac;
}
.form_btn .btn02 {
  border-color: #9ce1ff; /*#fff*/
  background: #fff;  /*#dcdcdc*/
  color: #9ce1ff;  /*#999*/
}
.form_btn .btn02:hover {
  border-color: #fff;  /*#9ce1ff*/
  background: #9ce1ff;
  color: #fff;
}
.form_btn .btn03 {
  border-color: #fff;
  background: #e8f3e4;
  color: #307036;
}
.form_btn .btn_mw130 {
  min-width: 130px;
}

/* リンクアイコン
============================== */
.link_icn_close {
  background: url("../img/icon/icn_close02.svg") no-repeat left center;
  background-size: 14px 14px;
  padding-left: 19px;
}

/* バナー
============================== */
.sec_bnr {
  margin-bottom: -40px;
  padding: 10px 10px 30px;
  text-align: center;
  background: #f9f9f9;
}
.sec_bnr img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .sec_bnr {
    margin-bottom: -60px;
    padding-bottom: 50px;
  }
  .sec_bnr img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .sec_bnr {
    padding-top: 30px;
    margin-bottom: -100px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 600px) {
  .content_bnr {
    display: flex;
    justify-content: space-around;
  }
  .content_bnr p {
    margin: 1em 5px 0;
  }
}
@media screen and (min-width: 960px) {
  .content_bnr {
    flex-wrap: wrap;
  }
}

/* pager
============================== */
.pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .pager {
    margin-top: 0;
  }
}
.pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  border: 1px solid #ff7bac;  /*1px solid #307036*/
}
@media screen and (min-width: 600px) {
  .pager a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pager a:hover {
    background: #ff7bac;  /*#2da638*/
    border: 1px solid #ff7bac;  /*#2da638*/
    color: #fff;
  }
}
.pager a.active {
  background: #ff7bac;  /*#307036*/
  border: 1px solid #ff7bac;  /*#307036*/
  color: #fff;  
  cursor: auto;
}
.pager li + li {
  margin-left: 5px;
}
@media screen and (min-width: 600px) {
  .pager li + li {
    margin-left: 10px;
  }
}

/*==================================================================== popup
*/
.popup_screen {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1002;
}
@media screen and (min-width: 960px) {
  .popup_screen {
    z-index: 1004;
  }
}

.popup_area {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 620px;
  height: 600px;
  box-shadow: 0 0 5px #aaa;
  background: #cfedf9;  /*#dfede0*/
  padding: 40px 10px 20px;
  margin: auto;
  z-index: 1010;
  border-radius: 2px;
}
@media screen and (min-width: 600px) {
  .popup_area {
    padding: 40px 10px 20px 20px;
  }
}

.popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup_user_instructions-link {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup_user_instructions-link li {
  width: 60%;
}
.popup_user_instructions-link li:nth-child(2) {
  width: 40%;
}

.pop_sec1 .inner {
  padding: 0 0 10px;
  margin: 0 10px;
}

.pop_auth section {
  height: 100%;
  padding: 0 10px 10px;
  overflow: auto;
}

@media screen and (max-width: 959px) {
  .popup_area {
    width: 520px;
    height: 560px;
  }
}
@media screen and (max-width: 599px) {
  .popup_area {
    width: 95%;
    min-width: 310px;
    height: 440px;
    padding: 30px 10px 10px;
  }

  .popup_close {
    right: 5px;
    top: 5px;
  }

  .pop_auth section {
    padding: 0;
  }

  .popup_area .sp_al {
    text-align: left;
  }

  .pop_sec1 {
    padding: 0 10px;
  }
  .pop_sec1 .inner {
    margin: 0 5px;
  }
}
.loading {
  margin: 0 auto;
}
.loading img {
  display: none;
  position: fixed;
  height: 32px;
  width: 32px;
}

/* 調整用
===============================================
=============================================== */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ma {
  margin: auto;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

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

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

.wauto {
  width: auto !important;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.tc_red {
  color: #c00;
}

.tc_main {
  color: #307036;
}

.tc_gray {
  color: #323232;
}

.db {
  display: block;
}

.dpib {
  display: inline-block;
}

.dn {
  display: none;
}






.content_bnr02 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.content_bnr02 p {
  width: 49%;
}



@media screen and (max-width: 959px) {
  .breadcrumb {
    display: none;
  }
}

/*.grecaptcha-badge { visibility: hidden; }*/
