@charset "UTF-8";
.p-entry-heading {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
}
.p-entry-heading__block {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 375/221;
  max-height: 270px;
  justify-content: center;
  align-items: center;
}
.p-entry-heading img {
  width: 183px;
  margin: 20px 0 15px;
}
.p-entry-heading__title {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
.p-entry-content {
  background-image: url(../images/main/bg_yellow.png);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding: 0 10px 140px;
}
.p-entry-content__inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  gap: 2.3rem;
}
.p-entry-content__inner .pc_only {
  display: none;
}
.p-entry-content .entry-text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 32px;
  font-weight: 500;
}
.p-entry-content .wpcf7 .p-entry__form {
  margin: 0 auto;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group {
  gap: 10rem;
  margin-bottom: 28px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group label {
  display: flex;
  margin-right: 1rem;
  font-size: 1.6rem;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 5px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .required {
  color: #fff;
  background-color: #2b2b2b;
  padding: 2px 10px;
  font-size: 1rem;
  line-height: 1.7;
  margin-left: 20px;
  white-space: nowrap;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group input,
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group select,
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group button {
  flex: 1;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.6rem;
  border: 1px solid #bfbfbf;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .filewrap input {
  background-color: unset;
  padding: 9px 10px;
  border: unset;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .age-wrap input {
  width: 80px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .age-wrap,
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .graduation-dropdown {
  display: flex;
  align-items: center;
  width: fit-content;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .age-wrap span.text,
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .graduation-dropdown span.text {
  font-size: 1.6rem;
  margin: 0 10px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .message-wrap p {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .confirm {
  font-size: 1.6rem;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__confirm-text {
  margin: 30px 0 30px;
  font-size: 1.6rem;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__content_privacy {
  padding: 20px;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  margin-top: 16px;
  height: 200px;
  overflow: scroll;
  max-width: 700px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-top: 40px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  min-width: 250px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.confirm_button,
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.back_button,
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.submit_button {
  border: 1px solid #2b2b2b;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  transition: all 0.3s;
  width: 100%;
  max-width: 350px;
  background-color: transparent;
  color: #2b2b2b;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.confirm_button:hover,
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.back_button:hover,
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.submit_button:hover {
  background-color: #2b2b2b;
  color: #fff;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn .wpcf7-spinner {
  display: none;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn::before {
  content: "";
  background-image: url(images/arrow-bk.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 7px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
  z-index: 10;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__backbtn::before {
  transform: translateY(-50%) scaleX(-1);
  right: unset;
  left: 20px;
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn:hover::before {
  content: "";
  background-image: url(images/arrow-wh.png);
}
.p-entry-content .wpcf7 .p-entry__form .p-entry__btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-entry-content .wpcf7 .p-entry__form .acceptance {
  margin: 40px auto;
  text-align: center;
  font-size: 1.6rem;
}
.p-entry-content .wpcf7 .p-entry__form .acceptance input {
  margin: 0;
}
.p-entry-content .wpcf7 .p-entry__form .acceptance a {
  color: #2b2b2b;
  text-decoration: underline;
}
.p-entry .p-entry-thanks .p-entry-thankswrap {
  text-align: center;
}
.p-entry .p-entry-thanks .p-entry-thankswrap h2 {
  font-size: 2rem;
  font-weight: 500;
}
.p-entry .p-entry-thanks .p-entry-thankswrap .p-entry-thanks__text1 {
  font-size: 1.6rem;
  margin: 30px 0 70px;
}
.p-entry .p-entry-thanks a:hover {
  opacity: 1;
}
.p-entry .p-entry-thanks .p-entry__btn {
  border: 1px solid #2b2b2b;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 1.4;
  transition: all 0.3s;
  max-width: 350px;
  margin: 0 auto;
  background-color: transparent;
  color: #2b2b2b;
}
.p-entry .p-entry-thanks .p-entry__btn:hover {
  background-color: #2b2b2b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry-heading__block {
    max-width: 800px;
    margin: auto;
  }
  .p-entry-heading img {
    width: 230px;
  }
  .p-entry-content .sp_only {
    display: none;
  }
  .p-entry-content .pc_only {
    display: block;
  }
  .p-entry-content .wpcf7 .p-entry__form-group {
    display: flex;
    align-items: center;
  }
  .p-entry-content .wpcf7 {
    margin: 0 auto;
  }
  .p-entry-content .wpcf7 .p-entry__form .p-entry__form-group label {
    justify-content: space-between;
    margin-bottom: 0;
    width: 200px;
  }
  .p-entry-content .wpcf7 .p-entry__form .p-entry__form-group .p-entry__dropdown-menu {
    width: 100%;
  }
  .p-entry-content .wpcf7 .p-entry__form .p-entry__content_privacy {
    margin-top: 80px;
  }
  .p-entry-content .wpcf7 .p-entry__form .confirm_area .confirm {
    width: 100%;
    font-size: 1.6rem;
  }
  .p-entry-content .wpcf7 .p-entry__form .confirm_area .p-entry__confirm-text {
    font-size: 1.6rem;
    text-align: center;
    margin: 50px 0 50px;
  }
  .p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.confirm_button,
  .p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.back_button,
  .p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.submit_button {
    width: 350px;
  }
  .p-entry-content .wpcf7 .p-entry__form .p-entry__btn input.back_button {
    margin-bottom: 0;
  }
  .p-entry-content .wpcf7 .p-entry__form .confirm_area .p-entry__btn-wrap {
    display: flex;
    flex-direction: row;
    gap: 34px;
  }
  .p-entry-content .p-entry-thanks .p-entry__btn {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .p-entry-heading__block {
    max-width: 800px;
    margin: auto;
  }
  .p-entry-heading img {
    width: 264px;
  }
  .p-entry-heading__title {
    font-size: 2.2rem;
  }
}

/* チェックボックスの基本リセット */
.p-entry input[type=checkbox] {
  appearance: none; /* デフォルトの見た目を無効化 */
  width: 22px;
  height: 22px;
  border: 1px solid #2b2b2b;
  background-color: #f9f9f9; /* 背景色 */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.p-entry input[type=checkbox]:checked {
  background-color: #2b2b2b; /* チェック時の背景色 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20.285 6.709a1 1 0 00-1.576-.096L9.5 15.086 5.79 11.71a1 1 0 10-1.415 1.415l4.29 4.29a1 1 0 001.415-.002l9.206-9.206a1 1 0 00-.001-1.498z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

/* ボタンが無効状態の時 */
.p-entry .p-entry__form .p-entry__btn .confirm_button:disabled {
  pointer-events: none; /* hoverやクリックイベントを無効化 */
}

.p-entry .p-entry__form .p-entry__btn:has(input.confirm_button[disabled]) {
  cursor: not-allowed;
}

/* ボタンがdisabledの場合、hoverを無効化 */
.p-entry .p-entry__form .p-entry__btn:hover:has(input.confirm_button[disabled])::before {
  background-image: url(images/arrow-bk.png); /* 常にデフォルト画像を適用 */
}

/* disabledなボタンが親要素内にある場合の特別な処理 */
.p-entry .p-entry__form .p-entry__btn:hover:has(input.confirm_button[disabled])::before {
  pointer-events: none; /* hoverの無効化 */
}

.page-template-page-office .modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.page-template-page-office .modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.page-template-page-office .modal-container > div .modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}
@media screen and (max-width: 767px) {
  .page-template-page-office .modal-container > div .modal-content {
    height: auto;
    width: 90%;
  }
}
.page-template-page-office .modal-container > div .modal-content .close,
.page-template-page-office .modal-container > div .modal-content .close2 {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.page-template-page-office .modal-container > div .modal-content .close:hover,
.page-template-page-office .modal-container > div .modal-content .close2:hover {
  opacity: 0.7;
}
.page-template-page-office .modal-container > div .modal-content img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-template-page-office .modal-container > div .modal-content img {
    height: auto;
    width: 100%;
  }
}
.page-template-page-office .modal-container > div .modal-content .prev,
.page-template-page-office .modal-container > div .modal-content .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: white;
  padding: 30px;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.page-template-page-office .modal-container > div .modal-content .prev:hover,
.page-template-page-office .modal-container > div .modal-content .next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .page-template-page-office .modal-container > div .modal-content .prev,
  .page-template-page-office .modal-container > div .modal-content .next {
    z-index: 99;
  }
}
.page-template-page-office .modal-container > div .modal-content .prev {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .page-template-page-office .modal-container > div .modal-content .prev {
    left: -20px;
  }
}
.page-template-page-office .modal-container > div .modal-content .next {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .page-template-page-office .modal-container > div .modal-content .next {
    right: -20px;
  }
}
.page-template-page-office img.popup1,
.page-template-page-office img.popup2 {
  cursor: pointer;
}

.p-service-graph-yen span,
.p-service__desc span,
.p-service-detail__head span,
.p-service-detail__body span {
  position: relative;
  top: 2px;
}

.p-entry-content .p-entry__dropdown-menu .wpcf7-form-control {
  appearance: none;
}
.p-entry-content .p-entry__dropdown-menu-wrap,
.p-entry-content .p-entry__dropdown-menu-wrap2 {
  position: relative;
}
.p-entry-content .p-entry__dropdown-menu-wrap::after,
.p-entry-content .p-entry__dropdown-menu-wrap2::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1px solid #2b2b2b;
  border-right: 1px solid #2b2b2b;
  height: 10px;
  width: 10px;
  top: 15px;
  right: 20px;
  transform: rotate(135deg);
  pointer-events: none;
}
.p-entry-content .graduation-dropdown .p-entry__dropdown-menu-wrap2::after {
  right: 10px;
}
.p-entry-content .graduation-dropdown .p-entry__dropdown-menu-wrap2 select.yearmenu {
  width: 100px;
}
.p-entry-content .graduation-dropdown .p-entry__dropdown-menu-wrap2 select.monthmenu {
  width: 80px;
}

.p-internship .p-page-kv-block {
  max-width: 227px;
}
.p-internship .p-page-kv__heading {
  width: 80vw;
}
@media screen and (min-width: 768px) {
  .p-internship .p-page-kv__heading {
    width: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-internship .p-page-kv__heading {
    width: 52vw;
  }
  .p-internship .p-page-kv-block {
    max-width: 500px;
  }
}

.p-404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-404 h1 {
  display: block;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.2em;
}

.p-404 p {
  font-size: 20px;
  font-weight: 700;
}

.p-404 .c-cta__link {
  background: rgb(43, 43, 43);
  color: #fff;
  margin-top: 70px;
}

.p-404 .c-cta__link::after {
  background-image: url("../images/common/icon_arrow.png");
}

@media screen and (max-width: 768px) {
  .p-404 h1 {
    font-size: 9.6vw;
  }
  .p-404 p {
    font-size: 4.2666666667vw;
  }
}/*# sourceMappingURL=add02.css.map */