/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.text-center {
  text-align: center !important;
}

.sinup_error {
  color: red;
  font-size: 12px;
}

._btn {
  padding: 16px;
  max-width: 120px;
  width: 100%;
  display: inline-block;
  color: white !important;
  text-align: center;
  font-size: 20px;
}

._btn:is(:hover, :focus, :visited) {
  opacity: 0.8;
  color: white !important;
}

.btn-primary {
  background: #0d6efd;
}

.btn-success {
  background: #198754;
}

.login_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  gap: 10px;
}
.login_btn.-student {
  background: #FCB955;
}
.login_btn.-emploeyer {
  background: #06A69D;
}

.is-publish {
  padding: 4px 8px;
  background: pink;
  color: white;
  margin-right: 8px;
}

.is-draft {
  padding: 4px 8px;
  background: gray;
  color: white;
  margin-right: 8px;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.bg-gray {
  background: gray;
}

.messageArea {
  border: 1px solid #1ea59c;
}
.messageArea .message__name {
  font-size: 14px;
  text-align: left;
}
.messageArea .message__text {
  font-size: 16px;
  text-align: left;
}
.messageArea .message__datetime {
  font-size: 12px;
  text-align: right;
  color: grey;
  font-style: italic;
}

.entry-message textarea {
  height: 80px !important;
}

.entry-message {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.message-btn {
  margin-top: 24px;
}

.messsage-List {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.messsage-List a {
  display: block;
  margin: 0 auto;
}
.messsage-List li {
  margin-bottom: 16px;
  border: 1px solid #1ea59c;
  padding: 12px;
  min-width: 360px;
}
.messsage-List li .oubo {
  color: white;
  background-color: #1ea59c;
  padding: 4px 8px;
}
.messsage-List li .scout {
  color: white;
  background-color: #9b216e;
  padding: 4px 8px;
}

.messeages-form {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.messsage-List-item-flex {
  border: 1px solid #1ea59c;
  padding: 8px;
  margin-bottom: 12px;
}
.messsage-List-item-flex span:first-child {
  padding: 0;
  margin-right: 8px;
  color: white;
  background: #1ea59c;
  padding: 8px;
  min-width: 80px;
}

/**
 * メッセージリストアイテム
 */
.messsage-List-item {
  position: relative;
  border-radius: 10px;
}

/**
 * 未読アイコン
 */
.unread-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

/**
 * 未読アイコン
 */
.unread {
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 20px;
  background-color: rgb(240, 192, 192);
}

.msgs {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.msg {
  border-radius: 30px;
  box-shadow: 0 0 10px rgb(164, 164, 164);
  align-items: center;
  width: 45%;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}

.sent {
  background-color: #caeeb4;
  align-self: flex-end;
}

.received {
  background-color: #fafafa;
  align-self: flex-start;
}

.read {
  color: gray;
  font-size: 0.9em;
  align-self: flex-end;
  margin-bottom: 20px;
}

.read-text {
  text-align: right;
}

:is(.eventTable, .eventTable td, .eventTable th) {
  border: 1px solid #1ea59c;
}

:is(.eventTable td, .eventTable th) {
  padding: 8px;
  word-break: break-all;
}

.eventTable {
  border-collapse: collapse;
  width: 100%;
  margin: 16px auto;
  overflow: hidden;
}

.eventTable th {
  background-color: #e7e6e6;
  width: 120px;
}

@media screen and (max-width: 640px) {
  :is(.eventTable th, .eventTable td) {
    width: 100%;
    display: block;
  }
  .eventTable th {
    text-align: center;
  }
}
.eventForm button {
  padding: 8px 24px;
}

.eventTable labale {
  text-align: left;
}

.employListItem {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: flex-start;
}
.employListItem ._left {
  flex-basis: 320px;
}
.employListItem ._left img {
  width: 100% !important;
  min-width: 320px;
}
.employListItem h3 {
  margin-bottom: 12px !important;
}

@media screen and (max-width: 640px) {
  .employListItem {
    flex-direction: column;
    align-items: flex-start;
  }
  .employListItem ._left {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .employListItem img {
    width: 320px !important;
    margin-bottom: 0px !important;
    align-self: center;
    display: flex;
  }
}
.eventForm {
  margin: 60px auto;
}
.eventForm .eventFormItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid gray;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .eventForm .eventFormItem {
    justify-content: flex-start;
  }
}
.eventForm .eventFormItem label {
  font-size: 16px;
  min-width: 240px;
}
.eventForm select {
  height: 40px;
}

.loginWrap {
  margin: 60px auto;
  border: 1px solid #1ea59c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#loginform1 {
  display: flex;
  flex-direction: column;
}
#loginform1 input[type=email],
#loginform1 input[type=password] {
  max-width: 240px;
  width: 100%;
}
#loginform1 .login-username {
  margin-bottom: 10px;
}
#loginform1 .login-remember {
  margin-bottom: 20px;
}
#loginform1 .login-remember label {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.eventLoginForm {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #1ea59c;
}

.eventLoginForm__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}

._alert {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background: red;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#eventListContent {
  padding-top: 120px;
  clear: both;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #eventListContent {
    padding-top: 0px;
  }
}

.eventItemList {
  display: grid;
  place-content: center;
  font-size: 14px;
}
.eventItemList .event-item {
  margin-bottom: 8px;
}
.eventItemList .event-item span {
  padding-right: 8px;
}
.eventItemList .event-item a {
  color: #3498db;
  text-decoration: underline;
}

.sign {
  max-width: 640px;
  margin: 0 auto;
}
.sign label span {
  display: block;
}
.sign label span:after {
  content: "※";
  color: red;
}
.sign label input:is([type=text], [type=email], [type=tel], [type=email]) {
  marrgin-left: 32px;
  width: 60%;
}

.text-area {
  min-width: 80%;
}

#menubox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headerLoginInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
  .headerLoginInfo {
    display: none;
  }
}

#headerBox {
  padding-top: 0px !important;
}

.top-event-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-event-info img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #keyVisual {
    position: inherit !important;
  }
  #contents {
    padding: 20px 0 20px 0 !important;
  }
}
.footerLoginInfo {
  display: none;
}

@media screen and (max-width: 768px) {
  .footerLoginInfo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0px;
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: #ccc;
  }
}
.dashboard {
  margin: 200px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-direction: column;
}
.dashboard .dashboard-item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  fontsize: 18px, 2.2vw, 32px;
  min-width: 328px;
  height: 60px;
  color: white;
  background: #06a69d;
}
.dashboard .dashboard-item :hover {
  opacity: 0.5;
}

label.notmust:after {
  content: "";
}

label.notmust span:after {
  content: "";
}

.jobImageList {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: 1px solid #ccc;
}

.js-clickImageBtn {
  display: block;
  background: #c5c9cf;
  cursor: pointer;
  padding: 8px 12px;
}
.jobImgList {
  margin: 24px;
}
.jobImgList label {
  display: flex;
  flex-direction: column;
}

.taxList ul {
  display: flex;
  flex-wrap: wrap;
}
.taxList ul li {
  padding: 8px;
}

.thankpage {
  margin-top: 120px;
}

#loginform1 label {
  display: flex;
  text-align: left;
}

.sign label {
  display: block;
  text-align: left;
}

textarea {
  width: 60%;
  height: 60px;
}

.ly-entry-content {
  padding-top: 120px;
  padding-bottom: 30px;
}

.scout-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.scout-form label {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
}

.scout-form {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}
.scout-form button {
  min-width: 360px;
  margin: 0 auto;
}

.message-btn {
  background: #1ea59c;
  color: white !important;
  padding: 8px 4px;
}

.messsage-List {
  margin-top: 30px;
}

.user-info {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #1ea59c;
}

.employer-first-message-form-wrap {
  margin: 24px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.employer-first-message-form-wrap p {
  margin-bottom: 24px;
}

.employer-first-message-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-width: 360px;
  width: 100%;
}

textarea#employer-first-message {
  min-width: 360px;
  height: 120px;
}

.user-info-title {
  margin: 160px auto 0;
}

.cta-content {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta-content__btn {
  margin-top: 24px;
}

.youtube {
  max-width: 768px;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .youtube {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}

.p-entry {
  padding: 4.53125rem 0;
  position: relative;
}
.p-entry img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-entry {
    padding: 3.8125rem 0 2.75rem 0;
  }
  .p-entry img {
    width: 100%;
    height: auto;
  }
}
.p-entry.p-entry--last::after {
  content: "";
  width: 100%;
  height: 3.6875rem;
  display: block;
  background-color: #00c4be;
  position: absolute;
  bottom: -3.6875rem;
  left: 0;
}

.p-entry__text {
  width: 56.8%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-entry__text {
    width: 39%;
  }
}
.p-entry__btn {
  width: 91.2%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -0.5625rem;
}

@media screen and (min-width: 768px) {
  .p-entry__btn {
    width: 62.7%;
    margin-top: -1rem;
  }
}
.p-footer {
  padding-top: 3.6875rem;
}

@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.6875rem;
  }
}
.article-job_fari {
  max-width: 33%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .article-job_fari {
    max-width: 100%;
    width: 100%;
    margin: 24px auto;
  }
}
.article-job_fari .article-job_fari_header {
  margin-bottom: 16px;
}
.article-job_fari .article-job_fari_header img {
  width: 100%;
}
.article-job_fari .flex {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
.article-job_fari .btn {
  display: inline-block;
  background: #1ea59c;
  padding: 8px 8px;
  color: white;
  text-align: center;
  border-radius: 8px;
  min-width: 40%;
}
.article-job_fari .btn--orange {
  background: #fcb955;
}
.article-job_fari .btn--orange a {
  background: #fcb955;
  color: black;
}

.waraper-job_fair {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 980px;
  gap: 1%;
}
@media screen and (max-width: 640px) {
  .waraper-job_fair {
    padding: 0 16px;
    max-width: inherit;
  }
}

/*# sourceMappingURL=style-index.css.map*/