.entry {
  container-type: inline-size;
}
.entry-hero {
  padding: 120px 0 100px;
  text-align: center;
  background-image: url("../images/common/bg_h1_sp.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #0080CB;
}
@media (min-width: 768px) {
  .entry-hero {
    padding: 140px 0 100px;
    background-image: url("../images/common/bg_h1.svg");
    background-size: 2000px auto;
  }
}
@media (min-width: 2000px) {
  .entry-hero {
    background-size: 100% auto;
  }
}
.entry-hero__category {
  display: inline-block;
  padding: 4px 24px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  background-color: #0080CB;
}
.entry-hero__ttl {
  margin: 10px 0;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-hero__ttl {
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
}
.entry-hero__en {
  color: #0080CB;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .entry-hero__en {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 400;
  }
}
.entry-form {
  background-color: #0080CB;
  padding: 60px 0 90px;
}
@media (min-width: 768px) {
  .entry-form {
    padding: 120px 0;
  }
}
.entry-form__step {
  text-align: center;
}
.entry-form__step-list {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .entry-form__step-list {
    gap: 50px;
    margin-bottom: 56px;
  }
}
.entry-form__step-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
.entry-form__step-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 120px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #0080CB;
  padding: 12px 25px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
.entry-form__step-list-item.is-active {
  background-color: #fff;
  color: #0080CB;
}
.entry-form__content {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 10px;
}
.entry-form__content--confirm .entry-form__date-separator {
  margin: 0;
  font-weight: 400;
}
.entry-form__box {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px 20px 60px;
}
@media (min-width: 768px) {
  .entry-form__box {
    padding: 80px;
  }
}
.entry-form__sect {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .entry-form__sect {
    margin: 0 0 56px;
    padding: 0 0 30px;
  }
}
.entry-form__ttl {
  margin-bottom: 30px;
  color: #0080CB;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.entry-form__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  border: none;
}
@media (min-width: 1025px) {
  .entry-form__group {
    grid-template-columns: 160px 1fr;
    gap: 20px;
    padding-left: 200px;
  }
}
.entry-form__group + .entry-form__group {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-form__group + .entry-form__group {
    margin-top: 32px;
  }
}
.entry-form__group--error .entry-form__input, .entry-form__group--error .entry-form__select, .entry-form__group--error .entry-form__textarea, .entry-form__group--error .entry-form__checkbox {
  border-color: #F62E36;
  color: #333;
}
.entry-form__group--error .entry-form__error-txt {
  display: block;
}
.entry-form__label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.entry-form__label-txt {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.entry-form__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border-radius: 30px;
  padding: 1px 6px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.entry-form__badge--required {
  color: #fff;
  background-color: #F62E36;
}
.entry-form__badge--optional {
  border: 1px solid #CCC;
  color: #707070;
}
.entry-form__input {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 12px 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .entry-form__input {
    width: auto;
  }
}
.entry-form__input[placeholder] {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.entry-form__input--full {
  width: 100%;
}
.entry-form__radio {
  display: flex;
  align-items: center;
  gap: 8px;
}
.entry-form__radio-group {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 768px) {
  .entry-form__radio-group {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 0 30px;
  }
}
@media (min-width: 768px) {
  .entry-form__radio-group .entry-form__error-txt {
    flex: 0 0 100%;
  }
}
.entry-form__radio input[type=radio] {
  position: relative;
  appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #CCC;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}
.entry-form__radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #0080CB;
}
.entry-form__select {
  position: relative;
  appearance: none;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 12px 30px 12px 16px;
  background-image: url("../images/common/icon_arrow_03.svg");
  background-position: right 10px center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  color: #707070;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .entry-form__select {
    padding: 12px 50px 12px 16px;
  }
}
.entry-form__select[selectedoption] {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  min-width: 26px;
}
.entry-form__date-separator {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 10px 0 9px;
}
@media (min-width: 768px) {
  .entry-form__date-separator {
    margin: 0 20px 0 10px;
  }
}
.entry-form__date-separator--day {
  margin-right: 0;
}
.entry-form__postal {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.entry-form__postal-mark {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.entry-form__textarea {
  border: 1px solid #CCC;
  border-radius: 5px;
  width: 100%;
  padding: 12px 16px;
}
.entry-form__textarea[placeholder] {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.entry-form__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .entry-form__privacy {
    margin-bottom: 0;
  }
}
.entry-form__privacy-link {
  display: inline;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
.entry-form__checkbox {
  appearance: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}
.entry-form__checkbox:checked {
  background-image: url("../images/career/entry/entry_icon_check.svg");
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.entry-form__error-txt {
  display: none;
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  color: #F62E36;
}
.entry-form__submit-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .entry-form__submit-group {
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.entry-form__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  flex: 1 1 340px;
  border-radius: 10px;
  border: 1px solid #0080CB;
  background-color: #0080CB;
  padding: 24px 20px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .entry-form__btn:hover {
    background-color: #fff;
    color: #0080CB;
    text-decoration: none;
  }
  .entry-form__btn:hover::after {
    background-color: #0080CB;
  }
}
@media (min-width: 768px) {
  .entry-form__btn {
    max-width: 360px;
    flex: 1 1 360px;
    margin: 16px 0 0;
  }
}
.entry-form__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: background 0.3s;
  transform: translateY(-50%);
}
.entry-form__btn[disabled] {
  pointer-events: none;
  background-color: #aaa;
  border-color: #aaa;
}
.entry-form__btn--back {
  background-color: #fff;
  color: #0080CB;
}
.entry-form__btn--back::after {
  left: 20px;
  right: auto;
  background-color: #0080CB;
  transform: scale(-1, 1) translateY(-50%);
}
@media (any-hover: hover) {
  .entry-form__btn--back:hover {
    background-color: #D5F1F9;
  }
}
.entry-form__complete-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.entry-form__complete-txt {
  margin: 40px 0;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-form__complete-txt {
    margin: 30px 0;
  }
}
.entry-form__hr {
  border: none;
  height: 1px;
  background-color: #CCC;
}

.entry-all {
  background-color: #0080CB;
}
.entry-all-hero {
  position: relative;
  padding: 31.75cqw 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  mask-image: url("../images/business/business-hero_mask_sp.svg");
  mask-position: center bottom;
  mask-size: cover;
  mask-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .entry-all-hero {
    background-size: 2000px auto;
    mask-image: url("../images/business/business-hero_mask.svg");
    mask-position: left 50% bottom 0;
    mask-size: 2000px auto;
    padding: 140px 0 146px;
  }
}
@media (min-width: 2000px) {
  .entry-all-hero {
    background-size: cover;
    mask-size: cover;
    padding: 7cqw 0 7.45cqw;
  }
}
.entry-all-hero__ttl {
  margin: 0 0 10px;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-all-hero__ttl {
    font-size: 3.5rem;
  }
}
.entry-all-hero__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #0080CB;
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .entry-all-hero__en {
    font-size: 1.25rem;
  }
}
.entry-all-lead__inner {
  margin-inline: auto;
  max-width: 1240px;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .entry-all-lead__inner {
    padding: 120px 20px;
  }
}
.entry-all-lead__txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-all-lead__txt {
    font-size: 1.25rem;
  }
}
.entry-all-summary {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .entry-all-summary {
    padding-bottom: 120px;
  }
}
.entry-all-summary__inner {
  margin-inline: auto;
  max-width: 1220px;
  padding-inline: 10px;
}
.entry-all-summary__box {
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .entry-all-summary__box {
    border-radius: 20px;
    padding: 80px;
  }
}
.entry-all-summary__ttl {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-all-summary__ttl {
    font-size: 1.625rem;
  }
}
.entry-all-summary__definition-term {
  margin-top: 20px;
  color: #0080CB;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-all-summary__definition-term {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.entry-all-summary__definition-description {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 768px) {
  .entry-all-summary__definition-description {
    font-size: 1rem;
  }
}
.entry-all-summary__definition-description-note {
  list-style: none;
  margin-top: 10px;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  text-indent: -1em;
}
.entry-all-summary__heading {
  display: inline-block;
  margin-top: 60px;
  padding: 4px 24px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
.entry-all-summary__heading--gradu {
  background-color: #019CD5;
}
.entry-all-summary__heading--career {
  background-color: #0080CB;
}
.entry-all-summary__note {
  list-style: none;
  margin-top: 20px;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  text-indent: -1em;
}
.entry-all-summary__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .entry-all-summary__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.entry-all-summary__list-item {
  min-height: 120px;
}
@media (min-width: 768px) {
  .entry-all-summary__list-item {
    min-height: 160px;
  }
}
.entry-all-summary__list-item a {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid;
  height: 100%;
  padding: 15px 60px 15px 30px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .entry-all-summary__list-item a {
    padding: 51px 60px 51px 30px;
  }
}
@media (any-hover: hover) {
  .entry-all-summary__list-item a:hover .entry-all-summary__list-item-arrow-inner:not(.entry-all-summary__list-item-arrow-inner--ex)::before, .entry-all-summary__list-item a:hover .entry-all-summary__list-item-arrow-inner:not(.entry-all-summary__list-item-arrow-inner--ex)::after {
    transform: translateX(calc(100% + 10px));
  }
}
.entry-all-summary__list-item-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  display: grid;
  place-content: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  z-index: 5;
  transform: translateY(-50%);
}
.entry-all-summary__list-item-arrow-inner {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.entry-all-summary__list-item-arrow-inner::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  background-color: #0080CB;
}
.entry-all-summary__list-item-arrow-inner::after {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  mask-image: url("../images/common/icon_arrow_01.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
  background-color: #0080CB;
}
.entry-all-summary__list-item-arrow-inner--ex::before, .entry-all-summary__list-item-arrow-inner--ex::after {
  mask-image: url("../images/common/icon_content_window.svg");
  background-color: #7B8E99;
}
.entry-all-summary__list-item-name {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 768px) {
  .entry-all-summary__list-item-name {
    font-size: 1.375rem;
  }
}
.entry-all-summary__list-item--gradu a {
  border-color: #019CD5;
  background-color: #fff;
}
@media (any-hover: hover) {
  .entry-all-summary__list-item--gradu a:hover {
    background-color: #019CD5;
  }
  .entry-all-summary__list-item--gradu a:hover .entry-all-summary__list-item-name, .entry-all-summary__list-item--gradu a:hover .entry-all-summary__list-item-note {
    color: #fff;
  }
}
.entry-all-summary__list-item--gradu a .entry-all-summary__list-item-name {
  color: #019CD5;
}
.entry-all-summary__list-item--gradu a .entry-all-summary__list-item-note {
  margin-top: 10px;
  color: #019CD5;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.entry-all-summary__list-item--career a {
  border-color: #0080CB;
  background-color: #fff;
}
@media (any-hover: hover) {
  .entry-all-summary__list-item--career a:hover {
    background-color: #0080CB;
  }
  .entry-all-summary__list-item--career a:hover .entry-all-summary__list-item-name {
    color: #fff;
  }
}
.entry-all-summary__list-item--career a .entry-all-summary__list-item-name {
  color: #0080CB;
}
