/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}

@media screen and (min-width: 375px) {
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 390px) {
  .u_d_sm_none {
    display: none !important;
  }
  .u_d_sm_inline {
    display: inline !important;
  }
  .u_d_sm_inline_block {
    display: inline-block !important;
  }
  .u_d_sm_block {
    display: block !important;
  }
  .u_d_sm_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .u_d_lg_none {
    display: none !important;
  }
  .u_d_lg_inline {
    display: inline !important;
  }
  .u_d_lg_inline_block {
    display: inline-block !important;
  }
  .u_d_lg_block {
    display: block !important;
  }
  .u_d_lg_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .u_d_xl_none {
    display: none !important;
  }
  .u_d_xl_inline {
    display: inline !important;
  }
  .u_d_xl_inline_block {
    display: inline-block !important;
  }
  .u_d_xl_block {
    display: block !important;
  }
  .u_d_xl_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1440px) {
  .u_d_xxl_none {
    display: none !important;
  }
  .u_d_xxl_inline {
    display: inline !important;
  }
  .u_d_xxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxl_block {
    display: block !important;
  }
  .u_d_xxl_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1520px) {
  .u_d_xxxl_none {
    display: none !important;
  }
  .u_d_xxxl_inline {
    display: inline !important;
  }
  .u_d_xxxl_inline_block {
    display: inline-block !important;
  }
  .u_d_xxxl_block {
    display: block !important;
  }
  .u_d_xxxl_flex {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .u_d_maxmd_none {
    display: none !important;
  }
  .u_d_maxmd_inline {
    display: inline !important;
  }
  .u_d_maxmd_inline_block {
    display: inline-block !important;
  }
  .u_d_maxmd_block {
    display: block !important;
  }
  .u_d_maxmd_flex {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .u_d_maxlg_none {
    display: none !important;
  }
  .u_d_maxlg_inline {
    display: inline !important;
  }
  .u_d_maxlg_inline_block {
    display: inline-block !important;
  }
  .u_d_maxlg_block {
    display: block !important;
  }
  .u_d_maxlg_flex {
    display: flex !important;
  }
}
.f_30 {
  font-size: 1.125rem;
  font-size: clamp(
        1.125rem,
        1.7897091723vw + 0.7670581655rem,
        1.625rem
    );
}

@media screen and (min-width: 768px) {
  .f_30 {
    font-size: clamp(
        1.625rem,
        1.6826923077vw + 0.8173076923rem,
        2.5rem
    );
  }
}
.u_color_main {
  color: #3A4955;
}

.u_color_white01 {
  color: #FFFFFF;
}

.u_color_yellow01 {
  color: #FCAE00;
}

.u_color_organge01 {
  color: #E85400;
}

/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.site_newgraduate {
  background-color: #fff;
}

.p_entry .c_mv01__ttl {
  margin-top: 50px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p_entry .c_mv01__ttl {
    margin-top: 100px;
    margin-bottom: 21px;
  }
}
.p_entry .c_mv01__ttl .ttl_en {
  display: block;
}
.p_entry .c_mv01__ttl .ttl_jp {
  display: block;
}
.p_entry__lead {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p_entry__lead {
    margin-top: 71px;
  }
}
.p_entry__note {
  display: flex;
  letter-spacing: 0.03em;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p_entry__note {
    margin-top: 12px;
  }
}
.p_entry .tag {
  width: 50px;
  height: 22px;
  font-weight: 500;
  flex-shrink: 0;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #da2329;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p_entry .tag {
    border-radius: 8px;
    height: 28px;
    font-size: 1rem;
    padding-bottom: 3px;
  }
}
.p_entry .tag.none {
  background: #3a4955;
}
.p_entry__form {
  padding-bottom: 60px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_entry__form {
    margin-top: 85px;
    padding-bottom: 115px;
  }
}
.p_entry .c_form__content {
  padding: 40px 20px;
  border-radius: 10px;
  background: #f6f7f9;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__content {
    padding: clamp(
        2.5rem,
        4.2067307692vw + 0.4807692308rem,
        4.6875rem
    ) clamp(
        1.875rem,
        6.0096153846vw + -1.0096153846rem,
        5rem
    ) clamp(
        3.125rem,
        6.0096153846vw + 0.2403846154rem,
        6.25rem
    );
    margin-bottom: 80px;
  }
}
.p_entry .c_form__item {
  border-bottom: 1px solid #d3dede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item.item05 {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item.item05 .c_form__name {
    padding-top: 15px;
  }
}
.p_entry .c_form__item.item05 .wpcf7-form-control {
  display: flex;
  gap: 20px;
  color: #4b5c6c;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item.item05 .wpcf7-form-control {
    gap: 26px;
  }
}
.p_entry .c_form__item.item05 .wpcf7-list-item {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  margin-left: 0;
  font-size: 1rem;
}
.p_entry .c_form__item.item05 .wpcf7-list-item input {
  width: 15px;
  cursor: pointer;
}
.p_entry .c_form__item.item05 .wpcf7-list-item.first {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item.item06 {
    margin-bottom: 33px;
  }
}
.p_entry .c_form__item.item07 {
  align-items: flex-start;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item.item07 .c_form__name {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__item.item07 textarea {
    transform: translateX(-3px);
  }
}
.p_entry .c_form__item.item07 textarea::placeholder {
  color: #4b5c6c;
}
.p_entry .c_form__name {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  color: #3a4955;
  gap: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__name {
    padding-top: 51px;
    padding-bottom: 6px;
    font-size: 1.125rem;
    justify-content: space-between;
    max-width: clamp(
        15.625rem,
        9.7355769231vw + 10.9519230769rem,
        20.6875rem
    );
  }
}
.p_entry .c_form__name .txt__small {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__name .txt__small {
    padding-bottom: 18px;
    font-size: 1rem;
  }
}
.p_entry .c_form__input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__input {
    max-width: clamp(
        31.25rem,
        12.0192307692vw + 25.4807692308rem,
        37.5rem
    );
  }
}
.p_entry .c_form__input input,
.p_entry .c_form__input textarea,
.p_entry .c_form__input select {
  width: 100%;
  border: 1px solid #cdd6dd;
  outline: 0;
  background-color: #fff;
  padding: 10px 15px;
  color: #4b5c6c;
  font-size: 1rem;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__input input,
  .p_entry .c_form__input textarea,
  .p_entry .c_form__input select {
    border-radius: 8px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__input input,
  .p_entry .c_form__input select {
    height: 54px;
  }
}
.p_entry .c_form__input textarea {
  height: 150px;
  resize: none;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__input textarea {
    height: 215px;
  }
}
.p_entry .c_form__input textarea::placeholder {
  color: inherit;
}
.p_entry .c_form__input select {
  cursor: pointer;
  max-width: 340px;
  position: relative;
  appearance: none;
  background-image: url("../images/common/icon_arow_down_gray.svg");
  background-position: calc(100% - 18px) calc(1em + 8px);
  background-repeat: no-repeat;
}
.p_entry .c_form__note {
  padding-bottom: 5px;
  color: #898a8d;
  letter-spacing: 0.03em;
}
.p_entry .c_form__submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p_entry .c_form__submit input {
  background: #e85401;
  border: 1px solid #e85400;
  outline: none;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 420px;
  height: 70px;
  font-weight: 800;
  text-align: center;
  transition: 0.5s all;
}
.p_entry .c_form__submit input:hover {
  background: #fff;
  color: #e85400;
}
@media screen and (min-width: 768px) {
  .p_entry .c_form__submit input {
    height: 120px;
    font-size: 1.75rem;
  }
}
.p_entry .c_form__submit .wpcf7-spinner {
  margin-top: 20px;
}
.p_entry .c_entry {
  margin-top: 0;
}
.p_entry.p_visit .c_form__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p_entry.p_visit .c_form__name {
    padding-top: 15px;
  }
}
/*# sourceMappingURL=career_entry.css.map */
