@charset "utf-8";
/* last update 2025-12-19 */

.main {
  margin: 0 1em;
}

.search_panel {
  border: 1px solid #E71E1D;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
}

.search_panel > h2,
.panel_btn,
.form_panel > h2 {
  background-color: #E71E1D;
  color: #fff;
  font-size: 1.125em;
  min-height: 3.325em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0;
}

.form_panel > h2 {
  justify-content: flex-start;
}

.panel_btn:hover {
  color: #fff;
}

.panel_btn h2 {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 1em;
  align-items: baseline;
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 0 2em;
}

.panel_btn h2::after {
  content: "";
  background: url(../img/ico_plus_wht.svg) no-repeat center/100%;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
}

.panel_btn.on h2::after {
  background-image: url(../img/ico_minus_wht.svg);
}

.panel_btn:focus {
  border: 2px solid #000;
}

.search_panel > h2[tabindex] {
  cursor: pointer;
}

fieldset + fieldset {
  border-top: 1px solid #ccc;
}

.sp_2col {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(2, 1fr);
}

.sp_3col {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.sp_2col li,
.sp_3col li {
  margin-bottom: 0;
}

.pay_box {
  padding: 0 1em 1em;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
  align-items: center;
}

.pay_box select {
  padding: .6em;
  width: 18em;
  max-width: 100%;
}

.pay_box input {
  border: 1px solid #ccc;
  padding: .6em;
  border-radius: 4px;
}

.sp_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.off + .modal_wrap,
.off + .modal_wrap02 {
  display: none;
}

.on + .modal_wrap,
.on + .modal_wrap02 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  overflow: auto;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.main .modal_wrap h3 {
  font-size: 1em;
  padding-left: 0;
  margin-bottom: 0;
}

.main .modal_wrap h3:before {
    content: none;
}

.modal_confirm,
.modal_confirm02 {
  margin-top: auto;
  padding: 1em;
  background-color: #FEF2F2;
}

.modal_btn,
.modal_btn02 {
  border: 1px solid #E71E1D;
  border-radius: 1.5em;
  padding: .5em 2.5em .5em 1em;
  display: inline-block;
  margin: 0 1em 1em;
  text-decoration: none;
  background: url(../img/plus.png) no-repeat calc(100% - .8em) center/.8em;
}

.main .modal_ttl,
.main .modal_ttl02 {
  background-color: #E71E1D;
  color: #fff;
  font-size: 1.125em;
  min-height: 3.325em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}

.modal_ttl a,
.modal_ttl02 a {
  display: block;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  text-indent: 3em;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/ico_cls_wht.svg) no-repeat center/1.2em;
  position: absolute;
  right: .5em;
}

.modal_wrap h3 a,
.modal_wrap02 h3 a {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}

.modal_wrap .off a,
.modal_wrap02 .off a {
  padding-right: 3em;
  background: url(../img/ico_plus.png) no-repeat calc(100% - 1em) center/1.2em #fff;
  display: flex;
}

.modal_wrap .on a,
.modal_wrap02 .on a {
  border-bottom: none;
  display: flex;
  padding-right: 3em;
  background: url(../img/minus.png) no-repeat calc(100% - 1em) center/1.2em #f0f0f0;
}

.modal_wrap h3 span,
.modal_wrap02 h3 span {
  margin-left: auto;
  padding: 0 .5em;
  background-color: #fff;
  color: #E51F4A;
  border: 1px solid #E51F4A;
  border-radius: 4px;
  font-weight: normal;
}

.modal_list,
.modal_list02 {
  padding: 1em;
}

.modal_list ul,
.modal_list02 ul {
  padding: .5em;
  font-size: .875em;
}

.off + .modal_list,
.off + .modal_list02 {
  display: none;
}

.on + .modal_list,
.on + .modal_list02 {
  border-bottom: 1px solid #ccc;
}

.fader.on {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: .5;
  z-index: 1;
}

.advanced_wrap.off {
  display: none;
}

.advanced_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  border-radius: 5px;
  width: calc(100% - 2em);
  max-width: 18.5em;
  margin: 0 auto 1em;
  padding: .5em;
  text-decoration: none;
}

.advanced_btn:hover {
  color: #E71E1D;
  border-color: #E71E1D;
}

.advanced_btn::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/plus.png) no-repeat center/1em;
  margin-right: .5em;
}

.on + .advanced_btn::before {
  background: url(../img/minus.png) no-repeat center/.8em;
}

.sort_box {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(2, 1fr);
  /* margin-bottom: 1.5em; */
  width: calc(100% - 5em);
}

form.result_sort {
  order: 1;
  display: flex;
  gap: 1em;
  align-items: flex-end;
  margin-bottom: 1.5em;
}

.result_sort > button {
  background-color: #E71E1D;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 4em;
  padding: .7em 0;
}

.result_sort > button:hover {
  background-color: #000;
}

.main .sort_box h2,
.main .sort_box h3 {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: .875em;
  font-weight: bold;
  margin-bottom: .5em;
  padding-left: 0;
}

.main .sort_box h3::before {
  content: none;
}

.sort_box select {
  width: 100%;
  padding: .8em;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 7.5em;
}

.result_number {
  margin-bottom: 2em;
  display: flex;
  align-items: baseline;
}

.result_number span {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin-right: .3em;
}

.detail_search_result > a {
  text-decoration: none;
}

.detail_search_result > a:hover,
#column_slide a:hover {
  color: #222;
}

.detail_search_result > a:hover h2,
#column_slide a:hover h2 {
  color: #E71E1D;
}

.recruit .detail_search_result article,
.facility .detail_search_result article {
  border: 1px solid #666;
  border-radius: 10px;
  padding: 1.5em 1.2em;
  position: relative;
  margin: 3em 0;
  background-color: #fff;
}

.recruit .detail_search_result a article:hover,
.facility .detail_search_result article:hover {
  border-color: #E71E1D;
}

.event .detail_search_result article,
.column .detail_search_result article,
#column_slide article {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 2em 0 3em;
}

#column_slide article {
  margin: 0;
}

.detail_search_result h2 {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  padding-right: 2.5em;
  margin-bottom: 1em;
}

.detail_search_result article h2,
#event_slide h2,
#column_slide h2 {
  padding-left: 0;
}

.event .detail_search_result h2,
.column .detail_search_result h2 {
  padding-right: 0;
}

.recruit_icon {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  width: 5em;
  height: 3em;
  background-color: #e71e1d;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -1px;
  top: -2em;
  flex-direction: column;
}

.recruit_icon span {
  font-size: .875em;
}

.much_icon {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  width: 10em;
  height: 2.75em;
  background-color: #e71e1d;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: 1.5em;
  left: 1.2em;
  font-size: .875em;
  padding-bottom: .3em;
}

.much_icon span span {
  font-size: 1.715em;
  padding-left: .5em;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
}

.bnr_204sengen {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: .8em .8em .8em 5em;
  margin-bottom: .75em;
  font-size: .875em;
  font-weight: bold;
  background: url(../img/ico_h2_204sengen.png) no-repeat .75em center/3.75em #fff;
}

.office_name {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: .9375em;
  margin-top: -1em;
  margin-bottom: 1.2em;
}

.carried_list,
.benefits_list {
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}

.carried_list {
  margin-bottom: .5em;
}

.benefits_list {
  margin-bottom: 1em;
}

.carried_list li,
.benefits_list li {
  padding: .15em 1rem;
  border-radius: 4px;
  font-size: .875em;
}

.benefits_list li {
  color: #222;
  background-color: #FFE0E0;
}

.carried_list .senior,
.benefits_list .senior {
  background-color: #2376D6;
  color: #fff;
}

.carried_list .handicap,
.benefits_list .handicap {
  background-color: #148929;
  color: #fff;
}

.carried_list .nurse,
.benefits_list .nurse {
  background-color: #E51F4A;
  color: #fff;
}

.detail_content p:not([class]) {
  margin-bottom: 1.5em;
}

.event .detail_content,
.column .detail_content {
  order: 1;
}

.column .detail_content {
  display: flex;
  flex-direction: column;
}

.column .detail_content h2 {
  order: 1;
  border-bottom: 1px solid #222;
}

.mypage .column .detail_content h2 {
  border-bottom: none;
  margin-bottom: 0;
}

.column .detail_content p {
  order: 2;
  margin-bottom: 0;
}

.column .update {
  order: 2;
}

.detail_search_result article > img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1.5em;
  border-radius: 10px;
  max-height: 223px;
  object-fit: contain;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.detail_search_overview dt {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: .5em;
}

.detail_search_overview dd:not(:last-child) {
  margin-bottom: 1.5em;
}

.recruit .detail_search_overview,
.talent_search .detail_search_overview {
  display: grid;
  grid-template-columns: 7em calc(100% - 7em);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  font-size: .875em;
  margin-bottom: 1em;
}

.recruit .detail_search_overview dt,
.talent_search .detail_search_overview dt {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 1em 1.25em;
  margin-bottom: 0;
  width: 7em;
  display: flex;
  align-items: center;
}

.recruit .detail_search_overview dd,
.talent_search .detail_search_overview dd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.25em;
  margin-bottom: 0;
}

.recruit .interest_links {
  gap: 1em;
}

.recruit article .interest_links li {
  width: 100%;
}

.recruit article .interest_links .link_btn {
  width: 100%;
  flex-direction: column;
  background-image: none;
  padding: .5em 1.5em;
}

.recruit article .interest_links .link_btn span {
  font-size: 90%;
  font-weight: normal;
}

.recruit article .interest_links .keep_btn {
  width: 100%;
  min-height: 3em !important;
}

.recruit article .interest_links li:last-child .keep_btn {
  background: url(../img/ico_arr_red.svg) no-repeat calc(100% - .5em) center/.5em;
}

.detail_search_result .update {
  font-size: .75em;
  color: #666;
  text-align: right;
}

.event .update {
  order: 2;
}

.event .bookmark,
.column .bookmark {
  top: -1em;
  right: -.5em;
}

/* マイページ */
.mypage_news {
  border: 2px solid #E71E1D;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 1.5em;
}

.mypage_news h2 {
  color: #E71E1D;
  text-align: center;
  position: relative;
  padding: 0 0 .2em 0;
  margin-bottom: 1em;
  font-size: 1em;
}

.mypage_news h2::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background-color: #E71E1D;
  position: absolute;
  bottom: 0;
  right: calc(50% - .75em);
}

.mypage_dl {
  font-size: .875em;
  margin-bottom: 1em;
}

.mypage_dl a {
  text-decoration: none;
}

.mypage_dl a:hover {
  text-decoration: underline;
}

.mypage_news > a {
  /* display: block;
  width: calc(100% + 2em);
  margin-left: -1em;
  color: #fff;
  text-align: center;
  padding: .5em 1em;
  text-decoration: none;
  background: url(../img/ico_arr_w.svg) no-repeat calc(100% - .5em) center/.5em  #E71E1D; */
  width: 12.5em !important;
  min-height: 3.25em !important;
}

.mylogin {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: .75em;
}

.mylogin p:first-child {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.275em;
  font-weight: bold;
  /* margin-bottom: .75em; */
}

.lastlogin {
  font-size: .875em;
}

.jigyou_code {
  font-size: .875em;
  text-align: right;
}

.mylogin .interest_links {
  padding: .5em 0 0;
}

.main > .myoffer {
  margin-bottom: 3em;
}

.myoffer h2,
.myrecommend > h2 {
  font-size: 1.57em;
  margin-bottom: .75em;
  padding: .21em 0 .21em 2.3em;
}

.myoffer h2 {
  background: url(../img/ico_h2_message.png) no-repeat left center/1.9em;
}

h2.offer_info {
  background: url(../img/ico_h2_offer_info.png) no-repeat left center/1.9em;
}

h2.message {
  background: url(../img/ico_h2_message.png) no-repeat left center/1.9em;
}

h2.nob_h2 {
  background: url(../img/ico_bookmark_red.svg) no-repeat left center/1.9em;
}

h2.interest_h2 {
  background: url(../img/ico_bookmark_red.svg) no-repeat left center/1.9em;
}

h2.mach_h2 {
  background: url(../img/ico_h2_mach.png) no-repeat left center/1.9em;
}

.myrecommend > h2 {
  background: url(../img/ico_h2_recommend.png) no-repeat left center/1.9em;
}

.jigyou .myrecommend > h2 {
  background: url(../img/ico_h2_interest.png) no-repeat left center/1.9em;
}

h2.event_sche {
  background: url(../img/ico_h2_event_sche.png) no-repeat left center/1.9em;
}

.caution {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #E71E1D;
  font-weight: bold;
  font-size: 1.125em;
  text-align: center;
  margin-bottom: .5em;
}

.mypage .detail_search_result {
  padding: 4em 0;
}

.mypage .detail_search_result:first-child {
  padding-top: 0;
}

.mypage .detail_search_result:nth-child(2n) {
  background-color: #FFE0E0;
  margin-left: -1em;
  width: calc(100% + 2em);
  padding: 4em 1em;
}

.myoffer .detail_search_result:nth-child(2n) {
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  padding: 0 0 4em;
}

/* .myoffer .detail_search_result:last-child {
  background-color: #FFE0E0;
  margin-left: -1em;
  width: calc(100% + 2em);
  padding: 4em 1em;
  margin-bottom: 1.5em;
} */

.myoffer .detail_search_result {
  padding: 0 0 4em;
}

.detail_search_result h3 {
  font-size: 1.25em;
  /* padding-left: 10px; */
  margin-bottom: 1em;
  /* border-left: 6px solid #E71E1D; */
}

.detail_search_result h3::before {
  content: "";
  width: 6px;
  height: 1em;
  display: inline-block;
  background-color: #e71e1d;
  margin-right: 10px;
}

.mypage .detail_search_result > a:not([class]) {
  margin: 0 1em 2em;
  display: inline-block;
  width: calc(100% - 2em);
}

.recruit .detail_search_result > h3 + a:not([class]) {
  margin-top: 1.5em;
}

.recruit .detail_search_result > a:not([class]) {
  margin-top: .5em;
}

.mypage .detail_search_result article {
  margin: 0;
  position: relative;
}

.mypage .detail_search_submit {
  margin-top: 1em;
  border-radius: 8px;
  border-top: none;
}

.mypage .detail_search_result:nth-child(2n) .detail_search_submit,
.mypage .detail_search_result:nth-child(2n) .benefits_list li:not([class]) {
  background-color: #fff;
}

.mypage .event .detail_search_result h2 {
  margin-bottom: 0;
  order: 1;
}

.finished {
  position: absolute;
  width: 100%;
  max-width: 800px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  top: 0;
  z-index: 2;
  opacity: .8;
  height: 223px;
}

.mypage .event .detail_content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mypage .event .detail_content p {
  order: 2;
  font-size: .875em;
/*  white-space: nowrap; */
}

.mypage .facility .detail_search_result article {
  border: none;
  padding: 0;
  background-color: inherit;
  display: flex;
  flex-direction: column;
}

.mypage .facility .detail_search_result .detail_content {
  order: 1;
  display: flex;
  flex-direction: column;
}

.mypage .facility .detail_search_result .update {
  order: 2;
}

.mypage .facility .detail_content h2 {
  order: 1;
}

.mypage .recruit .bnr_204sengen {
  width: 16.5em;
}

.mypage .facility .detail_content .bnr_204sengen {
  order: 3;
  width: 16.5em;
  flex-direction: column;
}

.mypage .facility .detail_content .benefits_list {
  order: 2;
}

.recruit .detail_search_result article {
  padding-top: 5em;
  margin-bottom: 1.5em;
}

.imgBox,
.imgLeftM {
  margin-bottom: 1.5em;
}

.imgBox img {
  border-radius: 10px;
}

.up_mypage {
  background: url(../img/plus_blue.png) no-repeat calc(100% - .5em) center/32px #2376D6;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  max-width: 19.7em;
  padding: 1em calc(32px + 1em) 1em 1em;
  margin: 0 auto 3em;
  text-align: center;
  border-radius: 1.7em;
}

.myrecommend h3 + .link_btn {
  margin: -1.25em 0 1.5em auto;
  width: 12em;
  min-height: 2.5em;
}

#jigyou_num .jigyou_date {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 1em;
}

#jigyou_num .jigyou_date span {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  margin-left: .5em;
}

#jigyou_num .detail_search_submit {
  padding: 1.5em 1em 1em
}

#jigyou_num .detail_search_submit p {
  justify-content: flex-start;
}

#jigyou_num .detail_search_submit .jigyou_not {
  font-size: 1.5em;
  margin-bottom: .5em;
}

#jigyou_num .detail_search_submit .jigyou_date {
  font-weight: normal;
}

#jigyou_num .detail_search_submit .jigyou_date span {
  font-weight: normal;
  font-size: 1em;
  border: 1px solid;
  color: #222;
  border-radius: 4px;
  padding: .3em .5em;
  margin-right: 1em;
}

#jigyou_info .jigyou_date {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

#jigyou_info .jigyou_date span:not([class]) {
  border: 1px solid;
  color: #222;
  border-radius: 4px;
  padding: .3em .5em;
  margin-right: 1em;
}

#jigyou_info .jigyou_date .caution {
  font-size: 1.5em;
  margin-bottom: 0;
}

.nob_border {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#jigyou_num .nob_border {
  margin-bottom: 2em;
}

.nob_border .h2_204sengen {
  width: 100%;
  font-size: 1.25em;
  padding-left: 4em;
}

.nob_border .h2_204sengen span {
  font-size: 100%;
  display: block;
}

.nob_border dt {
  margin-right: 1.5em;
}

.nob_border dd,
.nob_border p {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.nob_border span {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.56em;
}

.nob_border .h2_204sengen + p {
  color: #E71E1D;
  font-size: 1.75em;
}

.mypage_operation_list,
.mypage_operation_list li {
  border: none;
}

.mypage_operation_list li:not(:last-child) {
  margin-bottom: 1em;
}

.mypage_operation_list a {
  background-color: #fff;
  border-radius: 8px;
  padding-left: 1em;
  background-position: calc(100% - 1em) center;
}

.mypage .h2_204sengen {
  padding: .5em 0 .5em 3.2em;
}

.jigyou_num_box {
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.jigyou_num_box .link_btn {
  width: 100%;
  padding: .3em 1.5em;
}

/* マイページ開閉 */
.show_btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.show_btn a {
  width: 15em;
  max-width: calc(100% - 4em);
  text-align: center;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 5px;
  padding: .3em;
}

.show_close {
  padding: 8em 0 5em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFF 40.1%);
  margin-top: -11em;
  position: relative;
}

.show_open {
  padding-bottom: 5em;
  margin-top: -4em;
}

.show_btn a::before {
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .3em;
}

.show_close a::before {
  background: url(../img/plus.png) no-repeat center/100%;
}

.show_open a::before {
  background: url(../img/minus.png) no-repeat center/100%;
}

/* 利用者別ページ */
.purpose .main {
  margin: 0;
}
.purpose .main > div {
  padding: 2em 1em;
}

.purpose .column,
.want .event {
  background-color: #FEF2F2;
}

.interest .facility,
.want .facility,
.working .recruit,
.purpose .glossary {
  background: url(../img/h1_bg_dot.png) repeat top left;
}

.purpose .detail_search {
  background-color: #fff;
}

.interest .recruit,
.working .facility {
  background-color: #FFE0E0;
}

.purpose .main > div > h2 {
  display: table;
  position: relative;
  padding: 0 1.25em 0 1em;
  margin: 1.5em auto 2em ;
}
.purpose .main > div > h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 3em;
  top: -1.5em;
  left: -.5em;
}
.purpose .event > h2 {
  background: url(../img/h1_event_bg.svg) no-repeat right center/1em;
}
.purpose .column > h2 {
  background: url(../img/h1_column_bg.svg) no-repeat right center/1em;
}
.purpose .facility > h2 {
  background: url(../img/h1_facility_bg.svg) no-repeat right center/1em;
}
.purpose .recruit > h2 {
  background: url(../img/h1_recruit_bg.svg) no-repeat right center/1em;
}
.purpose .glossary > h2 {
  background: url(../img/h1_glossary_bg.svg) no-repeat right center/1em;
}
.purpose .event > h2::before {
  background: url(../img/h2_kitty_yel.png) no-repeat center;
}
.purpose .column > h2::before {
  background: url(../img/h2_kitty_grn.png) no-repeat center;
}
.purpose .facility > h2::before {
  background: url(../img/h2_kitty_org.png) no-repeat center;
}
.purpose .recruit > h2::before {
  background: url(../img/h2_kitty_blu.png) no-repeat center;
}
.purpose .glossary > h2::before {
  background: url(../img/h2_kitty_pnk.png) no-repeat center;
}
.purpose .main > div > h2 span {
  position: relative;
  z-index: 1;
  font-size: 1.1943em;
}

.main .glossary h3 {
  font-size: 1.5em;
  display: table;
  background: url(../img/ico_circle.svg) no-repeat left center/.6em, url(../img/ico_circle.svg) no-repeat right center/.6em;
  padding: 0 1em;
  margin: 0 auto 1em;
}

.main .glossary h3::before {
  content: none;
}

#event_slide,
#column_slide {
  margin-bottom: 3em;
}
#event_slide .carousel__item,
#column_slide .carousel__item {
  width: 100%;
  vertical-align: top;
}

#event_slide a,
#column_slide a {
  height: 100%;
  text-decoration: none;
}

#event_slide article,
#column_slide article {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  white-space: normal;
}

#event_slide .detail_content,
#column_slide .detail_content {
  display: flex;
  flex-direction: column;
}

#event_slide .detail_content h2,
#column_slide .detail_content h2 {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  order: 1;
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 1px solid #222;
  padding-bottom: .25em;
  margin-bottom: 1em;
  padding-left: 0;
}

#event_slide .detail_content p,
#column_slide .detail_content p {
  order: 2;
  margin-bottom: 1em;
}

#column_slide .detail_content p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#event_slide img,
#column_slide img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: contain;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-bottom: 1em;
}

#event_slide .update,
#column_slide .update {
  text-align: right;
  font-size: .9375em;
}

.purpose #event_slide .carousel__prevButton,
.purpose #column_slide .carousel__prevButton {
  top: calc((100vw - 2em) * .6);
  left: -.7em;
}

.purpose #event_slide  .carousel__nextButton,
.purpose #column_slide  .carousel__nextButton {
  top: calc((100vw - 2em) * .6);
  right: -.7em;
}

.event_cal {
  border: 2px solid #e71e1d;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3em;
}

.event_cal h2 {
  background-color: #E71E1D;
  color: #fff;
  font-size: 1.125em;
  min-height: 3.325em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em;
  border-radius: 10px 10px 0 0;
}

.month a {
  text-decoration: none;
}

.month .date {
  display: flex;
  align-items: baseline;
}

.month .date span {
  font-size: 1.375em;
}

.month .prev a,
.month .next a {
  width: 5.2em;
  display: inline-flex;
  align-items: center;
}

.month .prev a::before,
.month .next a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/ico_arr.png) no-repeat center/100%;
}

.month .prev a::before {
  margin-right: .5em;
  transform: rotate(90deg);
}

.month .next a::after {
  margin-left: .5em;
  transform: rotate(-90deg);
}

/* .table-wrapper {
  margin-bottom: 1.5em;
} */

.table-wrapper ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.table-wrapper li {
  position: relative;
  padding: .3em 0;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-wrapper li:nth-child(7n){
  color: #FF4115;
}

.table-wrapper li:nth-child(7n - 1) {
  color: #0D89E8;
}

.table-wrapper li:not([class]):not(:nth-child(7n + 1))::before {
  content: "";
  width: 1px;
  height: 1em;
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
}

.cal {
  padding: 1em;
  /* border: 2px solid #ccc;
  border-top-width: 0; */
  border-radius: 0 0 10px 10px;
}

.table-wrapper ul a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  background-color: #E71E1D;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  max-width: 2.5em;
}

.glossary_well {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  font-size: .75em;
  margin-bottom: 4em;
}

.glossary_well a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #666;
  padding: .3em 1em;
  border-radius: 100px;
  background-color: #fff;
}

.glossary_syll {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em 1.5em .5em;
  font-weight: bold;
  justify-content: center;
  border: 2px solid #E71E1D;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 3.5em;
}

.glossary_syll li {
  width: 25%;
  text-align: center;
  margin-bottom: 1em;
}

.glossary_syll li:not(:nth-child(4n + 1)) {
  border-left: 1px solid #ccc;
}

.glossary_syll a {
  text-decoration: none;
}

.glossary .glossary_cate {
  margin-bottom: 3em;
}

.glossary_cate li {
  margin-bottom: 1em;
}

.glossary_cate a {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5em;
  font-weight: bold;
  border: 2px solid #E71E1D;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

/* フォーム */
.form_panel {
  border: 1px solid #ccc;
}

.form_panel select {
  margin: 1rem;
  padding: .5em;
  border-radius: 4px;
  border: 1px solid #ccc;
}

textarea {
  margin: .5em 1rem;
  padding: .5em;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: calc(100% - 3.5em);
  min-height: 4em;
  resize: vertical;
}

.form_dl {
  padding: 0 1em 1em;
}

.form_dl dd:not(:last-child) {
  margin-bottom: 1em;
}

.form_dl dd {
  display: flex;
  gap: .5em;
  align-items: center;
}

.form_dl input[type="text"] {
  margin: 0;
  width: 100%;
}

.form_dl input[maxlength="3"] {
  width: 4em;
}

.form_dl input[maxlength="4"] {
  width: 5em;
}

.form_panel button[name="add_btn"],
.information_sheet_add,
.attached_document_add {
  border: 1px solid #666;
  border-radius: 5px;
  background-color: #fff;
  padding: .5em;
  display: flex;
  align-items: center;
}

.form_panel button[name="add_btn"]::before,
.information_sheet_add::before,
.attached_document_add::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-right: .5em;
  background: url(../img/ico_plus.png) no-repeat center;
}

.add_item input[type="text"] {
  margin: 0;
  width: calc(100% - 2.5em);
}

.add_item li {
  display: flex;

  align-items: center;
}

.add_item li:not(:last-child) {
  margin-bottom: 1em;
}

.add_item li:last-child {
  margin-bottom: 0;
}

button[name="remove_btn"] {
  width: 1.8em;
  height: 1.8em;
  background-color: #000;
  border-radius: 50%;
  margin-left: auto;
  white-space: nowrap;
  text-indent: 3em;
  overflow: hidden;
  border: none;
  background: url(../img/ico_cls_btn.svg) no-repeat center/1.8em;
}

.form .detail_search_submit {
  background-color: #fff;
}

fieldset .annotation {
  display: block;
  font-weight: normal;
}

.word_count {
  text-align: right;
}

input[type=text][size] + .word_count {
  display: inline;
}

.error,
.error_det {
  color: #E71E1D;
  list-style-type: disc;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}

.required {
  color: #E71E1D;
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.detail_search fieldset fieldset legend {
  margin-top: 1em;
  background-color: transparent;
  padding: 0;
}

/* 一括反映フォーム */
.batch_all > legend {
  background-color: transparent;
  font-weight: normal;
  font-size: 1em;
  padding: 1em 0;
}

.batch_all label {
  display: flex;
  background-color: #F7F7F7;
}

.batch_all label:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.batch_all input[type="checkbox"] {
  margin: 1em;
}

.batch_all label > span {
  background-color: #fff;
  display: block;
  padding: 1em;
  width: 100%;
  font-weight: 505;
}

.all_check h2 {
  font-size: 1.125em;
  font-weight: 505;
  padding-left: 0;
  text-align: center;
}

.all_check .interest_links {
  flex-direction: row;
  gap: .8em;
}

.all_check .interest_links li {
  width: 50%;
}

.all_check .interest_links button,
.all_check .interest_links a {
  width: 100%;
  min-height: 2.45em !important;
  border-width: 2px;
  border-radius: 2.225em;
}

/* 検索結果 */
.search .main form {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  min-height: 3em;
  margin-bottom: 3em;
}

.search .main form .text_box {
  width: calc(100% - 5em);
  border-radius: 4px 0 0 4px;
  min-height: 3em;
  border: 2px solid #E71E1D;
}

.search .main form .search_btn {
  display: block;
  background-color: #E71E1D;
  background-image: none;
  color: #fff;
  width: 5em;
  min-height: 3em;
  border-radius: 0 4px 4px 0;
}

.search .main form + p {
  margin-bottom: 1.5em;
  font-size: .875em;
}

.search .main form + p span {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.search .mypage_link_list a:hover {
  color: #E71E1D;
}

.search .mypage_link_list li:nth-child(2n) {
  background-color: #F7F7F7;
}

.main_contents p:not(:last-child) {
  margin-bottom: 1.2em;
}

/* お気に入り情報管理 */
.fim_form {
  margin: 1em 0 3em;
}

.fim_ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.fim_ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.fim_ul label {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
}

.fim_ul label input {
  margin-right: 1em;
}

.fim_ul .link_btn {
  margin-left: auto;
  margin-right: 0;
  min-height: 2.5em;
  width: 12em;
}

.fim_ul p {
  margin-top: 1em;
}

.fim_ul dl {
  width: 100%;
  margin-top: 1em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.fim_ul dt {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-right: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 1em 1.25em;
}

.fim_ul dd {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.25em;
}

.fim_form .next_btn {
  width: auto;
  padding: 0 1.5em 0 1em;
}

/* 人材検索 */
.talent_search .result_sort_wrap {
  margin-bottom: 1.5em;
}

.talent_result_wrap {
  margin-bottom: 2.5em;
}

.talent_result_wrap .interest_links {
  gap: 1rem;
}

.talent_result_wrap .detail_search_overview {
  margin-bottom: 1em;
}

.main > .detail_search_overview {
  margin-top: 1.5em;
}

/* アンケート */
.enquete form h2 {
  margin-bottom: .5em;
}

.form_parts {
  margin-bottom: 2em;
}

.form_parts label {
  display: inline-flex;
  align-items: baseline;
  line-height: 1.8;
}

.form_parts label:not(:last-child) {
  margin-right: 1em;
}

.form_parts input[type="checkbox"],
.form_parts input[type="radio"] {
  vertical-align: middle;
  margin-right: .3em;
}

.form_parts select,
.form_parts input[type="text"] {
  font-size: 1em;
  padding: .3em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form_parts input[type="text"] {
  padding: .5em;
  width: 100%;
}

.form_parts textarea {
  margin: 0;
  font-size: 1em;
  width: calc(100% - 1em);
}

.enqbutton {
  display: flex;
  gap: 1.5em;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}

/* 受講イベント */
.result_sort_wrap + .mypage_link_list {
  margin: 1.5em 0;
}

.main > p:first-child + .interest_links {
  margin-top: 1.5em;
}

/* サードパーティーログイン */
.detail_search_submit .sns_login {
  gap: 3rem;
}

.sns_login .line_login {
  border: none;
  display: block;
  width: 180px;
  height: 40px;
  background: url(../img/line_login.png) no-repeat center;
  background-color: #06C755;
  color: #fff;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10px;
}

.sns_login .line_login:hover {
  background-image: url(../img/line_login_hover.png);
}

.sns_login .line_login:active {
  background-image: url(../img/line_login_press.png);
}

.detail_search_submit .sns_login li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.detail_search_submit .sns_login iframe {
  min-height: auto;
}

/*----------------------------------------------------
 検索方式リンク
------------------------------------------------------*/
.detail_search > .interest_links:first-child {
  align-items: end;
  padding: .5em;
  background-color: #FEF2F2;
}

/*----------------------------------------------------
 ttp_mypage_iframe
------------------------------------------------------*/
#point_block {
  margin-bottom: 1.5em;
}

body.main.mypage {
  overflow: hidden;
  width: 100%;
  min-width: auto;
  margin: 0;
}

.main.mypage .mylogin {
  margin-bottom: 0;
}

/*----------------------------------------------------
 pc表示
------------------------------------------------------*/
@media screen and (min-width:1080px), print {
  .main,
  .purpose .main {
    width: 1080px;
    margin: 0 auto;
  }

  .jigyou .detail_search legend {
    width: 16em;
    text-align: left;
    display: block;
  }

  .jigyou .detail_search legend + * {
    width: calc(100% - 16em);
    margin-left: 16em;
  }

  .jigyou .detail_search legend + select,
  .jigyou .detail_search legend + textarea {
    width: calc(100% - 21.5em);
  }

  .jigyou .detail_search fieldset > div:not([class]) {
    width: calc(100% - 18em);
    margin-left: 17em;
  }

  .jigyou .detail_search fieldset textarea {
    margin: 0;
    width: calc(100% - 1em);
  }

  .detail_search legend + .modal_btn,
  .detail_search legend + .modal_btn02 {
    width: 11em;
    padding-top: .5em;
    margin-top: 1em;
    align-self: flex-start;
    margin-left: 1em;
  }

  .on + .modal_wrap,
  .on + .modal_wrap02 {
    width: 1080px;
    height: 570px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    border: 2px solid #E71E1D;
    overflow: hidden;
    margin: auto;
    display: block;
  }

  .main .modal_wrap h3.on,
  .main .modal_wrap h3.off,
  .main .modal_wrap02 h3.on,
  .main .modal_wrap02 h3.off {
    float: left;
    clear: left;
    width: 15em;
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .on + .modal_list,
  .off + .modal_list,
  .on + .modal_list02,
  .off + .modal_list02 {
    float: right;
    width: calc(100% - 15em);
    height: calc(100% - 9.6em);
    overflow: auto;
    border-left: 1px solid #ccc;
  }

  .on + .modal_list,
  .on + .modal_list02 {
    border-bottom: none;
  }

  .on + .modal_list:nth-child(5),
  .on + .modal_list02:nth-child(5){
    margin-top: -3.6em;
  }

  .on + .modal_list:nth-child(7),
  .on + .modal_list02:nth-child(7) {
    margin-top: -7.2em;
  }

  .on + .modal_list:nth-child(9),
  .on + .modal_list02:nth-child(9) {
    margin-top: -10.8em;
  }

  .on + .modal_list:nth-child(11),
  .on + .modal_list02:nth-child(11) {
    margin-top: -14.4em;
  }

  .on + .modal_list:nth-child(13),
  .on + .modal_list02:nth-child(13) {
    margin-top: -18em;
  }

  .on + .modal_list:nth-child(15),
  .on + .modal_list02:nth-child(15) {
    margin-top: -21.6em;
  }

  .modal_confirm,
  .modal_confirm02 {
    float: right;
    width: calc(100% - 15em);
    height: 6em;
    border-left: 1px solid #ccc;
  }

  ul.modal_selected {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    padding-top: 1em;
    width: calc(100% - 16em);
    margin-left: 16em;
  }

  .modal_selected li {
    margin-bottom: 0;
  }

  .sp_2col {
    display: flex;
  }

  .pc_8col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(8, 1fr);
  }

  .pc_4col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .pc_3col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(Y, 1fr);
  }

  .modal_list ul,
  .modal_list02 ul,
  .pc_2col {
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .advanced_btn {
    margin-top: 1em;
  }

  .result_sort_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sort_box {
    margin-bottom: 0;
  }

  .sort_box li {
    display: flex;
    align-items: center;
  }

  .main .sort_box h2,
  .main .sort_box h3 {
    white-space: nowrap;
    margin-right: 1em;
    margin-bottom: 0;
    padding-left: 0;
  }

  form.result_sort {
    margin-bottom: 0;
  }

  .result_number {
    margin-bottom: 0;
  }

  .event .detail_search_result,
  .column .detail_search_result,
  #column_slide ul:not([class]) {
    display: grid;
    gap: 2.5em;
    grid-template-columns: repeat(3, 1fr);
  }

  .facility .detail_search_result article,
  .recruit .detail_search_result article {
    padding: 2.5rem;
  }

  .detail_search_result h2 {
    padding-right: 7em;
  }

  .facility .detail_content,
  .recruit .detail_content {
    float: right;
    width: calc(100% - 360px);
    margin-bottom: 1.5em;
  }

  .detail_search_result article > img {
    float: left;
    width: 320px;
    margin-bottom: 1.5em;
  }

  .event .detail_search_result article > img,
  .column .detail_search_result article > img  {
    width: 100%;
    height: 232px;
  }

  .detail_search_overview {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
  }

  .detail_search_overview dt {
    background-color: #f0f0f0;
    width: 10em;
    padding: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }

  .detail_search_overview dd {
    width: calc(100% - 10em);
    padding: 1em;
    border-bottom: 1px solid #ccc;
  }

  .detail_search_overview dd:not(:last-child) {
    margin-bottom: 0;
  }
  
  .purpose #column_slide .carousel__prevButton,
  .purpose #column_slide .carousel__nextButton {
    display: none;
  }

  .recruit_icon {
    left: auto;
    right: 5em;
    top: -5px;
    border-radius: 0 0 4px 4px;
    width: 6em;
    height: 4em;
  }

  .recruit_icon span {
    font-size: 1em;
  }
  
    .much_icon {
    left: auto;
    right: 5em;
    top: -5px;
    border-radius: 0 0 4px 4px;
    width: 7em !important;
    height: 4.5em;
    flex-direction: column;
    align-items: center;
  }

  .much_icon span span {
    padding-left: 0;
  }

  .mypage .much_icon {
    top: -5px;
    left: auto;
    border-radius: 0 0 4px 4px;
  }

  .bnr_204sengen {
    display: inline-flex;
    flex-direction: row;
    padding: 1.3em 1em 1.3em 5em;
  }

  .mypage .recruit .bnr_204sengen {
    width: auto;
  }

  .detail_search_submit .interest_links {
    flex-direction: row;
    justify-content: center;
    gap: 1.5em;
  }

  .pc_order_1 {
    order: 1;
  }

  .recruit article .detail_search_overview:first-child {
    width: calc(100% - 12em);
    grid-template-columns: 1fr 4fr;
  }

  .recruit .detail_search_overview,
  .talent_search .detail_search_overview {
    grid-template-columns: 1fr 2fr 1fr 2fr;
  }

  .recruit .detail_search_overview dt,
  .recruit .detail_search_overview dd,
  .talent_search .detail_search_overview dt,
  .talent_search .detail_search_overview dd {
    width: auto;
  }

   .recruit .detail_search_overview:not(:first-child) dd:nth-child(2),
   .talent_search .detail_search_overview .dd_3fr {
    grid-column: 2 / 5;
  }

  .recruit .imgLeftM {
    display: flex;
    gap: 1.5em;
  }

  .recruit .imgBox {
    margin-bottom: 0;
  }

  .recruit .imgBox img {
    width: 290px;
    height: 205px;
    object-fit: cover;
  }

  .recruit .txtBox {
    width: calc(100% - 290px - 1.5em);
  }

  .recruit article .interest_links {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr;
  }

  .recruit article .interest_links li:last-child {
    grid-column: 3 / 4;
  }

  fieldset + fieldset {
    border-top: none;
  }

  /* マイページ */
  .mypage_news > .link_btn {
    border-radius: 0 !important;
    margin: 0 0 0 auto;
    width: auto !important;
    padding-right: 2.5em;
  }

  .mypage_news {
    display: flex;
    padding: 0;
    min-height: 3.5em;
  }

  .mypage_news h2 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 1.5em;
  }

  .mypage_news h2::after {
    right: 0;
    bottom: calc(50% - .75em);
    width: 1px;
    height: 1.5em;
  }

  .mylogin {
    flex-wrap: wrap;
    /* height: 8em; */
    justify-content: center;
    margin-bottom: 4em;
    text-align: left;
  }

  .mylogin .interest_links {
    display: inline-flex;
    padding: 0;
    margin-left: auto;
  }

  .myoffer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .jigyou .myoffer {
    display: block;
  }

  .myoffer .caution {
    margin-left: auto;
    min-height: 3em;
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
  }

  .myoffer .link_btn {
    margin: 0 0 1.5em 1em;
    min-height: 3em;
  }

  .keep_btn, .message_btn,
  .gosearch_btn {
    min-height: 3em !important;
  }

  .jigyou .myoffer .message_btn {
    position: absolute;
    top: 1em;
    right: 0;
    min-height: 3em !important;
  }

  .mach_links {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mach_links li:not(:first-child) {
    margin-left: 1.5em;
  }

  .mach_links .link_btn,
  .mach_links .gosearch_btn {
    margin: 0;
  }

  .mypage_dl {
    display: flex;
    align-items: center;
    padding: 0 1.5em;
    margin-bottom: 0;
  }

  .mypage_dl dd {
    margin-left: 1.5em;
  }

  .mypage_news > a {
    width: 9em;
    margin-left: auto;
    padding-right: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mypage .event .detail_search_result,
  .mypage .column .detail_search_result,
  .mypage .facility .detail_search_result {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
  }

  .mypage .event .detail_search_result a:not([class]),
  .mypage .column .detail_search_result a:not([class]),
  .mypage .facility .detail_search_result a:not([class]) {
    width: calc(33% - 1.775em);
  }

  .mypage .facility .detail_search_result article {
    padding: 0;
    border: none;
    background-color: inherit;
  }

  .mypage .facility .detail_content {
    width: 100%;
  }

  .detail_search_result h3,
  .mypage .detail_search_result p,
  .mypage .detail_search_result .interest_links {
    width: 100%;
  }

  .mypage .detail_search_result > a:not([class]) {
    margin: 0;
  }

  .mypage .recruit .detail_search_result > a:not([class]) {
    margin-bottom: 2em;
  }

  .main .detail_search_result > .link_btn {
    margin: 0 calc(50% - 7.25em);
  }

  .mypage .detail_search_result:nth-child(2n),
  .myoffer .detail_search_result:last-child {
    margin-left: calc(-50vw + 540px);
    width: calc(100vw - 10px);
    padding: 4em calc(50vw - 540px);
  }

  .mypage .detail_search_submit {
    width: 100%;
  }

  .mypage .event .detail_search_result article > img,
  .mypage .facility .detail_search_result article > img,
  .mypage .column .detail_search_result article > img {
    width: 100%;
    height: 232px;
  }

  .mypage_operation_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }

  .mypage_operation_list li:not(:last-child) {
    margin-bottom: 0;
  }

  .finished {
    height: 178px;
  }

  #jigyou_num .detail_search_submit {
    display: flex;
    justify-content: flex-start;
    gap: 3em;
  }

  #jigyou_num .detail_search_submit p {
    width: auto;
  }

  #jigyou_info .detail_search_result {
    display: flex;
    flex-wrap: wrap;
  }

  #jigyou_info .detail_search_result h3 {
    width: auto;
  }

  #jigyou_info .detail_search_result .jigyou_date {
    width: auto;
    margin-left: auto;
  }

  #jigyou_info .detail_search_result .mypage_link_list {
    width: 100%;
    display: grid;
    gap: 0 1em;
    grid-template-columns: repeat(2, 1fr);
  }

  .myoffer .detail_search_result {
    position: relative;
  }

  .myoffer .detail_search_result:nth-child(2n) {
    width: 100%;
    margin-left: 0;
    padding: 2em 0;
  }

  .myrecommend {
    margin-top: 5em;
  }

  .nob_border .h2_204sengen {
    min-height: 3.2em;
    display: flex;
    align-items: center;
  }

  .nob_border .h2_204sengen span {
    display: inline;
    width: auto;
  }

  .myrecommend h3 + .link_btn {
    margin: -2em 0 0 calc(100% - 12em) !important;
  }

  .myrecommend #my_recruit h3 + .link_btn {
    margin-bottom: 1.5em!important;
  }

  .jigyou_num_box {
    flex-direction: row;
  }

  .jigyou_num_box div {
    width: 50%;
  }

  /* 利用者別ページ */
  #event_slide .carousel__item {
    width: calc(100% / 3);
    padding: 0 .5em;
    vertical-align: top;
  }

  .purpose #event_slide .carousel__prevButton {
    top: 240px;
    left: -4em;
  }
  
  .purpose #event_slide  .carousel__nextButton {
    top: 240px;
    right: -4em;
  }
  
  .purpose .main > div {
    padding: 2em 0;
  }

  .month .prev a,
  .month .next a {
    width: 8em;
  }

  .month .next a {
    justify-content: flex-end;
  }

  .cal {
    padding: 1em 0;
  }

  .table-wrapper ul {
    display: flex;
  }

  .table-wrapper li {
    flex: 1;
  }

  .table-wrapper .non {
    display: none;
  }

  .table-wrapper li:not([class]):not(:nth-child(7n + 1))::before {
    content: none;
  }

  .purpose div.column,
  .want div.event,
  .interest div.facility,
  .want div.facility,
  .working div.recruit,
  .purpose div.glossary,
  .interest div.recruit,
  .working div.facility,
  .top_anchor {
    width: calc(100vw - 10px);
    margin-left: calc(-50vw + 540px);
    padding: 3em calc(50vw - 540px) 2em;
  }

  .purpose .main > div > h2 span {
    font-size: 1.8315em;
  }

  .purpose .main > div > h2::before {
    width: 4.375em;
    height: 2.8em;
    background-size: 100%;
    top: -1.5em;
    left: -2em;
  }

  .purpose div.column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .purpose .main .column > h2 {
    width: 3.5em;
    margin: 3em 0 7em;
    padding: 0 0 3.5em 0;
    background-position: center bottom;
    background-size: 2em;
    display: inline;
  }

  .purpose .main .column > h2 span {
    writing-mode: vertical-rl;
  }

  .purpose .column .detail_search_result,
  .purpose #column_slide {
    width: calc(100% - 7em);
  }

  .purpose .column .detail_search_result > a:first-child,
  .purpose #column_slide li:first-child {
    grid-column: 1 / 4;
  }

  .purpose .column .detail_search_result > a:first-child article,
  .purpose #column_slide li:first-child article {
    overflow: hidden;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .purpose .column .detail_search_result > a:first-child .detail_content,
  .purpose .column .detail_search_result a:first-child .update,
  .purpose #column_slide li:first-child .detail_content,
  .purpose #column_slide li:first-child .update {
   float: right;
   width: calc(100% - 520px - 2em); 
  }

  .purpose .column .detail_search_result > a:first-child img,
  .purpose #column_slide li:first-child img {
    float: left;
    width: 520px;
    aspect-ratio: 10 / 7;
    object-fit: contain;
    margin-bottom: 0;
    height: auto;
    max-height: none;
  }

  .purpose .column .link_btn {
    margin: 0 0 0 auto;
  }
  
  #column_slide li:first-child .detail_content p {
    -webkit-line-clamp: 9;
  }

  .glossary_well {
    font-size: 100%;
    justify-content: center;
  }

  .glossary_syll li {
    width: auto;
    flex: 1;
  }

  .glossary_syll li:nth-child(4n + 1):not(:first-child) {
    border-left: 1px solid #ccc;
  }

  .glossary_cate {
    display: flex;
    gap: 2em;
  }

  .glossary_cate li {
    flex: 1;
  }

  /* フォーム */
  .form_panel .form_dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .form_dl dt {
    width: 7em;
    background-color: #f0f0f0;
    padding: 1em;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
  }

  .form_dl dt:not(:first-child) {
    border-top: 1px solid #ccc;
  }

  .form_dl dd {
    width: calc(100% - 7em);
    padding: 1em;
  }


  .form_dl dd:not(:last-child) {
    margin-bottom: 0;
  }

  .form_dl dd:not(:nth-child(2)) {
    border-top: 1px solid #ccc;
  }

  .form .detail_search_submit {
    border-top: none;
  }

  .form_panel {
    border-bottom: none;
  }

  .jigyou .detail_search fieldset fieldset legend {
    width: 11em;
  }
  
  .jigyou .detail_search fieldset ol {
    width: calc(100% - 18em);
    margin-left: 17em;
  }

  .jigyou .detail_search fieldset fieldset ol {
    width: calc(100% - 11em);
    margin-left: 11em;
  }

  /* 一括反映フォーム */
  .detail_search .batch_all {
    display: block;
    border: none;
  }

  .batch_all > legend,
  .jigyou .batch_all > legend {
    width: calc(100% - 25em);
  }

  .detail_search legend + .all_check {
    width: 25em;
    float: right;
    padding-top: 0;
    display: flex;
    align-items: center;
  }

  .all_check h2 {
    margin-bottom: 0;
  }

  .all_check .interest_links {
    padding: 0;
    margin-left: auto;
    width: 20em;
  }

  .all_check + .form_panel {
    clear: both;
  }

  .batch_all input[type="checkbox"] {
    order: 1;
    margin: 1em 2.25em;
  }

  .batch_all label:last-child {
    border-bottom: 1px solid #ccc;
  }

  .fim_ul dl {
    display: flex;
    flex-wrap: wrap;
  }

  .fim_ul dt {
    border-bottom: 1px solid #ccc;
    width: 15.75em;
  }

  .fim_ul dd {
    width: calc(100% - 15.75em);
  }

  .talent_result_wrap .interest_links {
    gap: 2rem;
  }
  
  /* アンケート */
  .form_parts input[type="text"],
  .form_parts textarea {
    width: 30em;
    max-width: 100%;
    display: block;
  }

  .form_parts textarea {
    resize: both;
  }

  .enqbutton {
    flex-direction: row;
    justify-content: center;
  }

  /* サードパーティーログイン */
  .detail_search_submit .sns_login {
    gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
  }
    
  .detail_search_submit .sns_login li {
    max-width: calc(50% - 1rem);
  }

  #point_block {
  margin-bottom: 4em;
}

}

.page_explanation {
  font-family: "UD新ゴ M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}

.recruit .detail_search_result article h2 {
  background: url(../../exis/img/ico_h2_main.svg) no-repeat left .3em/1.2em;
  padding-left: 1.5em;
}

.main.mypage h2 {
  width: 100%;
  padding: 0;
}

.mylogin h3 {
  text-align: left;
}

.main.mypage .mylogin > img {
  display: inline-block;
  width: 100%;
  max-width: 717px;
  margin: 0 auto 1em;
}
