@charset "UTF-8";
.p-coordinator_introduction__subTtl {
  padding-left: 1.5em;
}
.p-coordinator_introduction__subTtl:before {
  content: "■";
  width: 1em;
  height: 1em;
  top: 0;
  transform: none;
}
.p-coordinator_introduction__subTtl span {
  padding-left: 0;
}

.c-card_job__img {
  padding-top: 65%;
}
.c-card_job__img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.p-kv {
  height: auto;
  min-height: 100%;
}

.p-kv__bar {
  background: #4b4b4b;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem;
}

.p-kv__img {
  position: static;
}
.p-kv__img:before {
  display: none;
}

.p-home_job__list .c-card_job {
  display: block;
}
.p-home_job__list .c-card_job__item {
  width: 100%;
  margin-right: 0;
}
.p-home_job__list .c-card_job__item:not(:first-child) {
  margin-top: 2rem;
}
.p-home_job__list .c-card_job__link {
  display: flex;
}
.p-home_job__list .c-card_job__imgWrap {
  width: 30%;
}
.p-home_job__list .c-card_job__txt {
  width: 70%;
}

.p-home_flow__cont {
  padding: 3rem 2rem;
}

.p-home_flow__ttl {
  flex-direction: column;
}

.p-home_flow__name {
  margin-left: 0;
  margin-top: 0.5rem;
}

.p-home_flow__txt {
  margin-top: 1.5rem;
}

.p-job_requirement .p-job_detail__images {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}
.p-job_requirement .p-job_detail__imageWrap {
  margin-bottom: 1rem;
  width: calc((100% - 3rem) / 4);
}
.p-job_requirement .p-job_detail__imageWrap:not(:first-child) {
  margin-left: 1rem;
}
.p-job_requirement .p-job_detail__img {
  padding-top: 62.5%;
  position: relative;
}
.p-job_requirement .p-job_detail__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .p-job_detail__info tr {
    border: 1px solid #ddd;
    margin-top: -1px;
}
.p-job_detail__info th {
    background: #23b500;
    color: #fff;
    padding: 0.75em 1em;
}
.p-job_detail__info td {
    padding: 0.75em 1em;
}
.p-job_detail__info tr:nth-child(odd)  {
    background: #faf7f3;
} */
.p-job_detail__infoTtl p {
  margin-left: 0;
}

.p-job_search__area {
  margin-top: 5rem;
}

.p-job_search__areaTtl {
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.1em;
}

.p-job_search__areaList {
  display: flex;
  flex-wrap: wrap;
}

.p-job_search__areaItem {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.p-job_search__areaItem a {
  text-decoration: underline;
}

.p-job_search__areaMain {
  margin-bottom: 1em;
  color: #23b500;
}

.p-job_search__areaBox + .p-job_search__areaBox {
  margin-top: 1.5em;
}

.l-header.-home {
  background: #4b4b4b;
  padding: 2.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 550px) {
  .l-header.-home {
    padding: 1.5rem;
    padding-bottom: 0.8rem;
  }
}
.l-header.-home .l-header__logo {
  position: static;
  margin-left: 8rem;
}

@media screen and (min-width: 992px) {
  .p-home_inquiry__img {
    top: 8rem;
  }
  .p-job_search__areaItem a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) {
  .p-coordinator_introduction__subTtl {
    line-height: 1.3;
  }
  .p-coordinator_introduction__subTtl:before {
    width: auto;
    top: 0.1em;
  }
  .p-kv {
    height: auto;
    min-height: 100%;
    background: url(../img/home/img_kv_bg.jpg) no-repeat center/cover;
  }
  .p-kv__img {
    width: auto;
    height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 0 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home_job__body .p-job_search__form {
    display: block;
  }
  .p-kv__bar {
    font-size: 1.4rem;
  }
  .l-header.-home {
    position: static;
  }
  .l-header.-home .l-header__logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-kv__bar {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
  .p-home_job__list .c-card_job__link {
    padding: 1rem 0;
  }
  .p-home_job__list .c-card_job__imgWrap {
    width: 26%;
  }
  .p-home_job__list .c-card_job__txt {
    width: 74%;
    padding: 0 0 0 0.5rem;
  }
  .p-home_job__list .c-card_job__ttl {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .p-home_job__list .c-card_job__info td {
    padding: 0.25em 0.5em;
    font-size: 1.2rem;
  }
  .p-home_job__list .c-card_job__info th {
    font-size: 1.2rem;
  }
  .p-home_job__list .c-card_job__more {
    display: none;
  }
  .p-home_job__list .c-card_job__badge {
    font-size: 1.2rem;
  }
  .p-home_flow__name {
    font-size: 1em;
  }
  .p-home_flow__nums {
    width: 2.75em;
    height: 2.75em;
  }
  .p-home_flow__nums span {
    font-size: 0.75em;
  }
  .p-home_flow__nums em {
    font-size: 1em;
  }
  .p-home_flow__txt {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .p-home_flow__cont {
    padding: 1rem;
    padding: 1rem;
  }
  .p-home_flow__cont:first-child {
    padding-top: 2rem;
  }
  .p-home_flow__cont:nth-child(n+2) {
    padding-top: 4rem;
  }
  .p-home_flow__cont:nth-last-child(n+2):after {
    border-width: 3rem 45vw 0;
  }
  .p-home_flow__cont.-blu .p-home_flow__img {
    height: 0.5em;
  }
  .p-home_flow__cont.-grn .p-home_flow__img, .p-home_flow__cont.-org .p-home_flow__img {
    height: 0.8em;
  }
  .p-home_flow__cont.-red .p-home_flow__img {
    height: 0.6em;
  }
  .p-home_flow__cont:first-child {
    padding-top: 2rem;
  }
  .p-home_flow__cont:nth-child(n+2) {
    padding-top: 4rem;
  }
  .p-home_flow__cont:nth-last-child(n+2):after {
    border-width: 3rem 45vw 0;
  }
  .p-home_flow__cont.-blu .p-home_flow__img {
    height: 0.5em;
  }
  .p-home_flow__cont.-grn .p-home_flow__img, .p-home_flow__cont.-org .p-home_flow__img {
    height: 0.8em;
  }
  .p-home_flow__cont.-red .p-home_flow__img {
    height: 0.6em;
  }
  .l-footer__block {
    flex-direction: column;
    align-items: center;
  }
  .l-footer__logo {
    margin-bottom: 2rem;
  }
  .p-job_requirement .p-job_detail__images {
    display: block;
  }
  .p-job_requirement .p-job_detail__imageWrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-job_requirement .p-job_detail__imageWrap:not(:first-child) {
    margin-left: 0;
  }
  .p-job_search__areaItem {
    font-size: 1.8rem;
  }
  /* .p-job_detail__info td,
    .p-job_detail__info th {
        display: table-cell;
    }
    .p-job_detail__info td {
        width: auto;
    }
    .p-job_detail__info th {
        width: 5em;
        background: #23b500;
    } */
}
.bnr_box {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.bnr_box.fluid {
  margin-top: 15px;
}
.bnr_box.fluid .bnr {
  width: 100%;
}

.bnr {
  width: 50%;
}
.bnr.set {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.bnr.set img {
  width: 100%;
}
.bnr.fit {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.bnr_box:last-child img {
  aspect-ratio: auto;
}
.bnr_box a {
  transition: 0.3s;
  opacity: 1;
}
.bnr_box a:hover {
  opacity: 0.8;
}
.bnr_box img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}

.btn_group {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .btn_group {
    margin-top: 3em;
  }
}

.detail_btn {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .detail_btn {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.detail_btn a {
  padding: 0;
}
@media (min-width: 768px) {
  .detail_btn a img {
    max-width: 100%;
  }
}

.interview_ttl {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5em;
  background-color: #1d2089;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 550px) {
  .interview_ttl {
    font-size: 3.83038869vw;
    height: 9.0177vw;
  }
}

.interview_movie {
  width: 100%;
  margin-bottom: 20px;
}
.interview_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

@media (max-width: 768px) {
  .bnr_box {
    flex-direction: column;
  }
  .bnr {
    width: 100%;
  }
  .bnr.set {
    width: 100%;
  }
}
.p-home_job {
  padding-bottom: 0;
  border-bottom: none;
}

.p-home_job__cont.c-section {
  margin-top: 36px;
}

@media (max-width: 991px) {
  .p-home__block.c-section {
    margin-top: 36px;
  }
}
@media (max-width: 550px) {
  .p-job_search__item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .p-job_search__label {
    margin-bottom: 0;
    width: 6em;
  }
  .p-job_search__input {
    width: 100%;
    flex: 1;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .p-home_job__head {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .p-home_job__counter {
    padding: 0;
    display: flex;
    background-color: #fff;
    color: #000;
    align-items: flex-end;
    font-weight: bold;
    margin-top: 0;
  }
  .p-home_job__counter em {
    color: #f8343b;
    display: flex;
    align-items: flex-end;
    margin-bottom: -0.1em;
  }
  .p-home_job__body .p-job_search__form {
    padding-top: 20px;
  }
  .c-ttl_sup em {
    font-size: 2em;
  }
  .c-ttl_sup span {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 991px) {
  .p-kv__img {
    padding: 0;
  }
  .p-kv__img img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-home_flow {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .p-home_flow__foot {
    margin-top: 36px;
  }
}
.p-home_job__ttl {
  background-color: transparent;
  margin-bottom: 0;
  transform: translateY(3rem);
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  opacity: 0;
}
.p-home_job__ttl.is-anime {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 550px) {
  .p-home_job__ttl {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.c-btn_entry {
  padding: 2em 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-btn_entry {
    padding: 1.953125vw 0;
  }
}
.c-btn_entry img {
  transition: 0.4s;
}
.c-btn_entry:hover img {
  transform: scale(0.98);
  opacity: 0.6;
  transform-origin: center center;
}

.p-job_search__group {
  display: flex;
  gap: 30px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-job_search__group {
    flex-direction: column;
  }
}
.p-job_search__group .p-job_search__img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-job_search__group .p-job_search__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-job_search__group .p-job_search__areaTtl {
    display: none;
  }
}
.p-job_search__group .p-job_search__area {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-job_search__group .p-job_search__area {
    margin-top: 0;
  }
}

.c-form__ttl small {
  font-size: 14px;
  display: block;
}

.p-home_inquiry__inner {
  padding-top: 0;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-home_inquiry__inner {
    width: 100%;
  }
}

.p-home_inquiry__cont {
  position: static;
  padding: 8rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-home_inquiry__cont {
    padding: 2rem 0;
  }
}
.p-home_inquiry__cont::before {
  width: 100%;
}

.p-home_inquiry__ttl {
  justify-content: center;
}
.p-home_inquiry__ttl span {
  width: auto;
}

.p-home_inquiry__desc p {
  text-align: center;
}

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

.c-logo {
  height: auto;
  width: 33.4em;
}

.l-footer__block {
  justify-content: center;
}
.l-footer__block .l-footer__desc {
  text-align: center;
}
@media screen and (max-width: 550px) {
  .l-footer__block .l-footer__desc {
    margin-bottom: 0;
  }
}
.l-footer__block img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .l-footer__block img {
    width: 100%;
    max-width: 90%;
  }
}

.detail_search .search {
  padding: 2em 5em;
  background-color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  min-width: 50%;
}
.detail_search button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: block;
}

.p-job_archive__query {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-job_archive__query {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-job_archive__query aside {
    width: 100%;
  }
}
.p-job_archive__query .p-job_archive__query_wrap {
  width: 100%;
  gap: 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-job_archive__query .p-job_archive__query_wrap {
    flex-direction: column;
  }
}
.p-job_archive__query .p-job_archive__query_wrap aside {
  margin: 0;
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .p-job_archive__query .p-job_archive__query_wrap aside {
    width: 100%;
  }
}
.p-job_archive__query .p-job_archive__query_wrap aside:last-child {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-job_archive__query .p-job_archive__query_wrap aside:last-child {
    order: -1;
  }
}
.p-job_archive__query .p-job_archive__query_count {
  margin-bottom: 0.45em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.p-job_archive__query .p-job_archive__query_count h3 {
  padding: 0.375em;
  background: #000;
  color: #fff;
  width: 8em;
  text-align: center;
}
.p-job_archive__query .p-job_archive__query_count p {
  width: calc(100% - 10em);
}

.c-card_job__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.c-card_job__item.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* アニメーションのディレイを設定（4列分） */
.c-card_job__item.is-show:nth-child(4n-3) {
  transition-delay: 0s;
}

.c-card_job__item.is-show:nth-child(4n-2) {
  transition-delay: 0.1s;
}

.c-card_job__item.is-show:nth-child(4n-1) {
  transition-delay: 0.2s;
}

.c-card_job__item.is-show:nth-child(4n) {
  transition-delay: 0.3s;
}

/* スマホ用（ディレイなし） */
@media screen and (max-width: 768px) {
  .c-card_job__item.is-show {
    transition-delay: 0s;
  }
}
.p-job_search__btn_pref_mode {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 2em;
  padding-right: 2em;
}
.p-job_search__btn_pref_mode .c-btn_pr {
  padding: 0;
  max-width: 650px;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34.5px;
  font-size: 18px;
  background: #23b500;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.p-job_search__btn_pref_mode .c-btn_pr::after {
  content: none;
}
.p-job_search__btn_pref_mode .c-btn_pr::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: none;
}
.p-job_search__btn_pref_mode .c-btn_pr:hover {
  background: #27ae60;
  box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}
.p-job_search__btn_pref_mode .c-btn_pr:hover::before {
  transform: translateX(100%);
  transition: transform 0.8s ease;
}

@media screen and (max-width: 550px) {
  #jobSearchForm .search .p-job_search__areaMain {
    font-size: 3.6363636364vw;
  }
}
#jobSearchForm .search .p-job_search__areaMain span {
  padding-left: 0;
}

.p-kv_under.column {
  background: url(../img/common/img_kv_column_pc.jpg) no-repeat center center/cover;
  background-position: top;
  background-size: cover;
  padding-top: 0;
  aspect-ratio: 4/1;
}
@media screen and (max-width: 550px) {
  .p-kv_under.column {
    background: url(../img/common/img_kv_column.jpg) no-repeat center center/cover;
    aspect-ratio: auto;
    padding-top: 13rem;
  }
}
.p-kv_under.column::before {
  height: 0;
}
@media screen and (max-width: 550px) {
  .p-kv_under.column::before {
    height: 25%;
  }
}
.p-kv_under.column .c-inner {
  opacity: 0;
}

.l-header__logo.column a {
  display: none;
}
@media screen and (min-width: 991px) {
  .l-header__logo.column a {
    width: 19.53125vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo.column a {
    display: block;
  }
}
.l-header__logo.column a.black {
  display: block;
}
@media screen and (max-width: 991px) {
  .l-header__logo.column a.black {
    width: 15.1362vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo.column a.black {
    display: none;
  }
}

.l-content.-under .l-content__inner h4 {
  display: none;
}

.l-content.-under .l-content__inner .c-card_job__ttl_sub {
  display: block;
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: 13px;
  background: transparent;
}
.l-content.-under .l-content__inner .c-card_job__ttl_sub.catch {
  color: #f00;
}

.p-job_coordinator__img figcaption {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.c-form__row .p-job_coordinator__body {
  justify-content: flex-start;
  gap: 4rem;
}
.c-form__row .p-job_coordinator__body .p-job_coordinator__img {
  width: 20%;
}
.c-form__row .p-job_coordinator__body .p-job_coordinator__txt {
  padding: 3rem;
}
.c-form__row .p-job_coordinator__body .p-job_coordinator__txt::after {
  top: 2rem;
}

.application_head {
  margin-bottom: 0 !important;
}
.application_head small {
  font-size: 0.8em;
}
.application_head .p-job_detail__img img {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sub_form .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.sub_form .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  -webkit-transform: rotate(-45deg) translate(0, 50%);
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #23b500;
  border-bottom: solid 3px #23b500;
}
.sub_form .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-radius: 3px;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
}
.sub_form .sub_form__img {
  max-width: 350px;
  margin-top: 2em;
  margin-left: 2em;
}

.application_body .custom_style {
  height: 0;
  position: absolute;
  border: none;
  opacity: 0;
  top: -100vw;
}

@media screen and (max-width: 550px) {
  .column .l-crumb {
    background: transparent;
    padding: 1em;
    border-bottom: 1px solid #ccc;
  }
  .column .l-crumb .l-crumb__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  .column .l-crumb .l-crumb__list .l-crumb__item {
    width: fit-content;
  }
  .column .l-crumb .l-crumb__list .l-crumb__item a {
    color: #000;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .column .l-crumb .l-crumb__list .l-crumb__item:last-child {
    flex: 1;
  }
  .l-content.-under .l-content__inner {
    padding-top: 0;
  }
  .l-content.-under .l-content__inner h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 30px;
    font-size: 20px;
    color: #fff;
    background: #81889c;
    margin-top: 0.5em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-panel_form__head___contents {
  margin-bottom: 50px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents {
    margin-bottom: 50px;
    max-width: 100%;
  }
}
.p-panel_form__head___contents .p-job_detail__img {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_detail__img {
    flex-direction: column;
    padding-top: 20px;
  }
}
.p-panel_form__head___contents .p-job_detail__img figcaption {
  width: 100%;
}
.p-panel_form__head___contents .p-job_detail__img img {
  width: 450px;
  object-fit: contain;
}
.p-panel_form__head___contents .p-job_coordinator__body {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body {
    gap: 20px;
  }
}
.p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__img p {
    font-size: 14px;
  }
}
.p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__img p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__img p br {
    display: block;
  }
}
.p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__txt {
  width: 100%;
  padding: 3rem;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__txt {
    padding: 1rem;
    border-radius: 15px;
  }
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__txt h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__txt h3 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__txt .p-job_coordinator__desc {
    font-size: 0.8em;
  }
}
.p-panel_form__head___contents .p-job_coordinator__body .p-job_coordinator__txt::after {
  top: 2rem;
}
.p-panel_form__head___contents .p-job_coordinator__body .text_box {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.b-logo {
  width: 22.4em;
  height: auto;
  fill: #fff;
  pointer-events: none;
  position: absolute;
  top: 3rem;
  left: 18rem;
  z-index: 999;
}
@media (max-width: 1649px) {
  .b-logo {
    left: 13rem;
  }
}
@media (max-width: 1199px) {
  .b-logo {
    left: 10rem;
  }
}
@media (max-width: 767px) {
  .b-logo {
    left: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .b-logo {
    left: 3rem;
    width: 17.4em;
  }
}

.slideout-open .b-logo {
  display: block;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    z-index: 99;
  }
}

@media screen and (max-width: 550px) {
  .p-gnavi__inner {
    padding-top: 11rem;
  }
}

@media screen and (max-width: 991px) {
  .slideout-open .c-logo {
    display: none;
  }
  .slideout-open .b-logo {
    display: inline;
  }
}
@media screen and (max-width: 550px) {
  .p-about {
    padding-top: 4rem;
  }
  .p-flow {
    padding-top: 4rem;
  }
  .p-coordinator {
    padding-top: 4rem;
  }
  .p-news {
    padding-top: 4rem;
  }
  .p-contact {
    padding-top: 4rem;
  }
  .p-privacy {
    padding-top: 4rem;
  }
  .p-sitemap {
    padding-top: 4rem;
  }
  .l-header {
    padding-top: 1rem;
  }
}/*# sourceMappingURL=style_add.css.map */