.ui-static-message {
  padding: 16px;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .ui-static-message {
    padding: 24px;
  }
}
.ui-static-message-title-wrapper {
  display: flex;
  align-items: center;
}
.ui-static-message-title-wrapper .ui-static-message-title-text {
  margin-top: -2px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.ui-static-message-title-wrapper .material-symbols-rounded {
  padding-top: 2px;
  margin-right: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
.ui-static-message-title-wrapper + .ui-static-message-text {
  margin-top: 8px;
}
.ui-static-message .ui-static-message-text {
  font-size: 0.875rem;
}
.ui-static-message.ui-static-message-variant-warning {
  background: #fffcd5;
}
.ui-static-message.ui-static-message-variant-warning .ui-static-icon {
  color: #f29423;
}
.ui-static-message.ui-static-message-variant-warning .ui-static-message-text {
  color: #cf3700;
}
.ui-static-message.ui-static-message-variant-warning .ui-static-message-title-wrapper .ui-static-message-title-text {
  color: #cf3700;
}
.ui-static-message.ui-static-message-variant-warning .ui-static-message-title-wrapper svg {
  fill: #f29423;
}

.alert-text {
  font-size: 1rem;
  font-weight: bold;
  color: #cf3700;
}
@media screen and (max-width: 959px) {
  .alert-text {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 960px) {
  header .career-btm-wrap {
    margin-right: 16px;
  }
}
@media screen and (max-width: 959px) {
  header .application-wrap {
    display: none;
  }
  header .application-wrap a:first-of-type {
    margin-right: auto;
  }
}

@media screen and (max-width: 1365px) {
  main .under-tablet-none {
    display: none;
  }
}
main a:not(.career-btm) {
  color: #333;
  transition: all 0.2s ease;
}
main a:not(.career-btm):hover {
  opacity: 0.6;
}
main section .contents-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  main section .contents-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .section__title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .section__title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
main .section__text {
  line-height: 2;
}
@media screen and (max-width: 959px) {
  main .section__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
main .news__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .news__title {
    font-size: 1.5rem;
  }
}
main #title-section h1 {
  background-image: url("/images/recruit/title-pc.jpg");
}
main #title-section h1 span {
  font-size: 68px;
}
main #title-section h1 em {
  padding-bottom: 0.5em;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  main #title-section h1 {
    background-image: url("/images/recruit/title-sp.jpg");
    background-position: top;
  }
  main #title-section h1 span {
    font-size: 2.5rem;
  }
  main #title-section h1 em {
    font-size: 1rem;
  }
}
main .nav {
  max-width: 1600px;
  margin: 48px 8.3333vw;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1920px) {
  main .nav {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width <= 1024px) {
  main .nav {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  main .nav {
    margin: 0 auto 13px;
  }
}
main .nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5rem;
}
@media screen and (max-width: 959px) {
  main .nav__list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    max-width: 560px;
    height: auto;
    padding: 1.5rem 4.2vw 0;
    margin: 0 auto;
  }
}
main .nav__list li {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
main .nav__list li::after {
  display: block;
  width: 1px;
  height: 24px;
  margin-left: 2rem;
  content: "";
  background-color: #c0c5cc;
}
@media screen and (max-width: 959px) {
  main .nav__list li::after {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  main .nav__list li:nth-last-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  main .nav__list li {
    margin-right: 1.5rem;
  }
  main .nav__list li::after {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  main .nav__list li {
    position: relative;
    display: block;
    margin-right: 0;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
  }
  main .nav__list li::after {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
  main .nav__list li:nth-child(odd) {
    padding-right: 1rem;
  }
  main .nav__list li:nth-child(even) {
    padding-left: 1rem;
  }
  main .nav__list li:nth-child(even)::after {
    display: none;
  }
}
main .nav__list li a {
  display: flex;
  align-items: center;
  font-weight: bold;
}
main .nav__list li a::after {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  margin-left: 1rem;
  content: "";
  background-image: url("/images/recruit/arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(2px);
}
@media screen and (max-width: 959px) {
  main .nav__list li a {
    justify-content: space-between;
  }
  main .nav__list li a::after {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 959px) {
  main .nav__list li.nav__list-toplink {
    grid-column: 2/2;
    padding-right: 0;
    padding-left: 1rem;
  }
  main .nav__list li.nav__list-toplink::after {
    display: none;
  }
  main .nav__list li.nav__list-toplink a {
    color: #10069f;
  }
  main .nav__list li.nav__list-toplink a::after {
    background-image: url("/images/recruit/arrow-blue.svg");
    transform: rotate(-90deg);
  }
}
main .mypage__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  main .mypage__title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 959px) {
  main .mypage .career-btm {
    height: 60px;
    margin-top: 2rem;
    font-size: 1.125rem;
  }
}
main .message .contents-wrap {
  padding-top: 24px;
}
main .message__title {
  margin-bottom: 72px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(92deg, rgb(16, 6, 159) 0%, rgb(60, 46, 255) 100%);
  background-position: center center;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 959px) {
  main .message__title {
    margin-bottom: 48px;
    font-size: 2rem;
  }
}
main .message__subtitle {
  display: block;
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  main .message__subtitle {
    margin-top: 16px;
    font-size: 1.25rem;
  }
}
main .message__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
main .message__text + .message__text {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  main .message__text {
    font-size: 1rem;
    text-align: left;
  }
}
main .message__note {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  main .message__note {
    margin-top: 32px;
    font-size: 0.875rem;
    text-align: left;
  }
}
main .message__alert {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  main .message a.career-btm {
    max-width: 270px;
    height: 50px;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    transform: scale(1);
  }
}
main .ideal {
  background-image: url("/images/recruit/bg_dot.png");
}
main .ideal__title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 959px) {
  main .ideal__title {
    margin-bottom: 1rem;
  }
}
main .ideal__text {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(92deg, rgb(16, 6, 159) 0%, rgb(60, 46, 255) 100%);
  background-position: center center;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 959px) {
  main .ideal__text {
    font-size: 1.125rem;
  }
}
main .type__list {
  margin-top: 40px;
}
main .type__list-box {
  position: relative;
  display: flex;
  padding: 24px 80px 24px 24px;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 8px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease, padding 0s;
}
@media screen and (min-width: 960px) {
  main .type__list-box:hover {
    background-color: #e7f3fa;
  }
  main .type__list-box:hover .type__list-title {
    color: #10069f;
  }
}
@media screen and (max-width: 959px) {
  main .type__list-box {
    flex-direction: column;
    padding: 24px 4.2vw;
    margin-right: -4.2vw;
    margin-left: -4.2vw;
    border-radius: 0;
    box-shadow: none;
  }
}
main .type__list-img {
  max-width: 278px;
  margin-right: 24px;
}
main .type__list-img img {
  width: 100%;
  vertical-align: bottom;
}
main .type__list-img .accordion-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
main .type__list-img .accordion-icon-svg {
  transition: all 0.2s ease;
}
@media screen and (max-width: 959px) {
  main .type__list-img .accordion-icon {
    top: auto;
    right: -1px;
    bottom: -1px;
    background-color: #fff;
    transform: translate(0);
  }
}
@media screen and (max-width: 959px) {
  main .type__list-img {
    position: relative;
    max-width: none;
    height: 42.93vw;
    margin-right: 0;
  }
  main .type__list-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
main .type__list-title {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959px) {
  main .type__list-title {
    font-size: 1.5rem;
  }
}
main .type__list-title-wrap {
  column-gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  main .type__list-title-wrap {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
main .type__list-tag {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
main .type__list-tag > span {
  display: block;
  padding: 3px 7px;
  margin-right: 0.75rem;
  font-size: 0.875rem;
  border-style: solid;
  border-width: 1px;
}
main .type__list-tag > span.tag-after {
  color: #009cc3;
  border-color: #009cc3;
}
main .type__list-tag > span.tag-apply {
  color: #ffad09;
  border-color: #ffad09;
}
@media screen and (max-width: 959px) {
  main .type__list-tag {
    margin-bottom: 8px;
    font-size: 0.75rem;
  }
}
main .type__list-text {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .type__list-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 959px) {
  main .type__list-subtext {
    font-size: 0.75rem;
  }
}
main .type__list > li {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  main .type__list > li {
    margin-top: 24px;
  }
}
@media screen and (min-width: 960px) {
  main .type__list > li.is-open {
    border: 2px solid #e9ecf2;
    border-radius: 8px;
  }
  main .type__list > li.is-open .type__list-box {
    padding: 22px 78px 24px 22px;
  }
  main .type__list > li.is-open .requirements__list {
    padding: 40px 38px 78px;
  }
}
main .type__list > li.is-open .type__list-box {
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}
main .type__list > li.is-open .type__list-box .accordion-icon-svg {
  transform: rotate(180deg);
}
main .requirements__list {
  display: none;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 959px) {
  main .requirements__list {
    padding: 24px 0 40px;
  }
}
main .requirements__list-item {
  padding: 2.5rem 0;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
}
main .requirements__list-item:first-child {
  padding-top: 0;
}
main .requirements__list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 959px) {
  main .requirements__list-item {
    padding: 1.5rem 0;
  }
}
main .requirements__list-item-list > li {
  display: flex;
}
main .requirements__list-item-list > li + li {
  margin-top: 8px;
}
main .requirements__list-item-list > li::before {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0.5em 0.75rem 0.5em 0;
  content: "";
  background-color: #ccc;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  main .requirements__list-item-list > li {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 959px) {
  main .requirements__list-item p {
    font-size: 0.75rem;
  }
}
main .requirements__list-item p + p {
  margin-top: 1.5rem;
}
main .requirements__list-item p + p + p.requirements__list-note {
  margin-top: 1rem;
}
main .requirements__list-item p + p + p.margin-sm {
  margin-top: 1rem;
}
@media screen and (max-width: 959px) {
  main .requirements__list-item p + p {
    margin-top: 1rem;
  }
  main .requirements__list-item p + p + p.requirements__list-note {
    margin-top: 0.5rem;
  }
}
main .requirements__list-item p.requirements__list-note + p.requirements__list-note {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  main .requirements__list-item .alert-text {
    font-size: 0.75rem;
  }
}
main .requirements__list-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .requirements__list-title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
main .requirements__list-title-wrap {
  display: flex;
  align-items: baseline;
}
main .requirements__list-title-wrap .requirements__list-title {
  margin-right: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  main .requirements__list-title-wrap {
    display: block;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 24px;
  }
  main .requirements__list-title-wrap .requirements__list-title {
    margin-right: 0;
    margin-bottom: 0;
  }
}
main .requirements__list-note {
  font-size: 0.75rem !important;
  color: #697180;
}
main .requirements__list-link {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
main .requirements__list-link::after {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: "";
  background-color: #697180;
  mask-image: url("/images/recruit/arrow-gray.svg");
  mask-repeat: no-repeat;
  mask-position: top 0 center;
  mask-size: contain;
  transform: rotate(-90deg);
  transition: background-color 0.2s ease;
}
main .requirements__list-link:hover {
  color: #140d77;
  text-decoration: underline;
  opacity: 1 !important;
}
main .requirements__list-link:hover::after {
  background-color: #140d77;
}
@media screen and (max-width: 959px) {
  main .requirements__list-link {
    font-size: 0.75rem;
  }
}
main .requirements__list-location {
  position: relative;
  padding-left: 23px;
}
main .requirements__list-location::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  width: 19px;
  height: 19px;
  content: "";
  background-color: #697180;
  mask-image: url("/images/recruit/icon-location.svg");
  mask-repeat: no-repeat;
  mask-position: top 0 center;
  mask-size: contain;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 959px) {
  main .requirements__list-location {
    font-size: 0.75rem;
  }
  main .requirements__list-location::before {
    top: 1px;
  }
}
main .flow .contents-wrap {
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  main .flow .contents-wrap {
    padding-bottom: 35px;
  }
}
main .flow__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  main .flow__list {
    display: block;
  }
}
main .flow__list li {
  position: relative;
  width: calc((100% - 6rem) / 3);
  min-height: 240px;
  padding: 1.25rem;
  margin-right: 2rem;
  margin-bottom: 2.5rem;
  background-color: #f2f2f2;
}
@media screen and (width <= 1024px) {
  main .flow__list li {
    width: calc((100% - 4rem) / 2);
  }
  main .flow__list li:last-child {
    width: 100%;
    min-height: auto;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  main .flow__list li {
    width: 100%;
    min-height: auto;
    padding-bottom: 1.5rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  main .flow__list li:last-child {
    margin-bottom: 0;
  }
}
main .flow__list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f2f2f2;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  main .flow__list li:not(:last-child)::after {
    inset: auto auto -16px 50%;
    border-top: 16px solid #f2f2f2;
    border-right: 16px solid transparent;
    border-bottom: none;
    border-left: 16px solid transparent;
    transform: translateX(-50%);
  }
}
main .flow__list li .career-btm {
  max-width: 280px;
  height: 50px;
  margin: 16px auto 0;
  font-size: 18px;
}
main .flow__list li .career-btm::after {
  right: 16px;
  width: 8px;
}
@media screen and (max-width: 959px) {
  main .flow__list li .career-btm {
    transform: scale(1);
  }
}
main .flow__list-title {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  main .flow__list-title {
    font-size: 1.125rem;
  }
}
main .flow__list-title span {
  margin-right: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  main .flow__list-title span {
    font-size: 0.875rem;
  }
}
main .flow__list-title span.flow__list-tag {
  display: inline-block;
  padding: 3px 7px;
  margin-right: 8px;
  font-size: 0.875rem;
  vertical-align: text-bottom;
  text-align: center;
  border: 1px solid #2c2a29;
}
@media screen and (max-width: 959px) {
  main .flow__list-title span.flow__list-tag {
    font-size: 0.8rem;
    vertical-align: text-top;
  }
}
main .flow__list-title span strong {
  font-size: 1.75rem;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  main .flow__list-title span strong {
    font-size: 1.5rem;
  }
}
main .flow__list-tag-wrap {
  display: inline-block;
}
main .flow__list-text + p {
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  main .flow__list-text {
    font-size: 0.875rem;
  }
  main .flow__list-text + p {
    margin-top: 8px;
  }
}
main .flow__list-text-red {
  color: #cf3700;
}
main .schedule .contents-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  main .schedule .contents-wrap {
    margin-bottom: 35px;
  }
}
main .schedule__img img {
  width: 100%;
}
@media screen and (width <= 959px) {
  main .schedule__img {
    width: 100%;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
  }
  main .schedule__img img {
    width: 1000px;
    max-width: none;
  }
  main .schedule__img p {
    font-size: 20px;
  }
}
