.f-main {
  position: relative;
  overflow: hidden;
}
.f-main.top {
  background: #F4F4F4;
}
.f-main.top .c-recruit {
  padding: 0;
}
.f-main.top .c-recruit::before {
  content: none;
}
.f-main.career {
  background: linear-gradient(44deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
}
.f-main.career .c-breadcrumb {
  color: #fff;
}
.f-main.career .c-breadcrumb a {
  color: #fff;
}
.f-main.career .c-recruit {
  background: #fff;
}
.f-main.new {
  background: linear-gradient(23deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.f-main.new .c-breadcrumb {
  color: #fff;
}
.f-main.new .c-breadcrumb a {
  color: #fff;
}
.f-main.new .c-recruit {
  background: #fff;
}

.p-entry {
  padding: 8rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 6rem 0;
  }
}
.p-entry__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl .en {
    font-size: 3.5rem;
  }
}
.p-entry__ttl .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-entry__txt {
  text-align: center;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry__txt {
    font-size: 1.4rem;
    margin: 3rem 0 0;
  }
}
.p-entry-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 67rem;
  margin: 5rem auto 12rem;
}
@media screen and (max-width: 767px) {
  .p-entry-step {
    width: auto;
    margin: 4rem 0;
    padding: 0 2rem;
  }
}
.p-entry-step__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11rem;
  height: 4rem;
  font-size: 1.4rem;
  text-align: center;
  background: #E8E8E8;
  border-radius: 3rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-entry-step__item {
    width: 7.5rem;
    height: 3rem;
    font-size: 1.3rem;
  }
}
.p-entry-step__item.is-check {
  background: #000;
  color: #fff;
}
.p-entry-step__item.is-finish {
  background: #74BCE8;
  color: #fff;
}
.p-entry-step__line {
  width: 15rem;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-entry-step__line {
    width: 4rem;
  }
}
.p-entry .check {
  text-align: center;
  margin: 6.6rem 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-entry .check {
    margin: 3rem 0 4.5rem;
  }
}
.p-entry .check a {
  text-decoration: underline;
}
.p-entry .check label {
  position: relative;
}
.p-entry .check label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-entry .check label input:checked + span::before {
  background: url(../img/common/icn_form_check_on.svg) 0 0/100% 100% no-repeat;
}
.p-entry .check label span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-entry .check label span {
    font-size: 1.4rem;
    padding: 0 0 0 2rem;
  }
}
.p-entry .check label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_form_check_off.svg) 0 0/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .p-entry .check label span::before {
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateY(-50%);
  }
}
.p-entry .check p.error {
  color: #DB2509;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry .check p.error {
    font-size: 1rem;
  }
}
.p-entry__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: 86rem;
  margin: 0 auto;
  gap: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-entry__define {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }
}
.p-entry__define dt {
  width: 26rem;
  font-weight: 600;
  color: #1C1C1C;
  padding: 0.7rem 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define dt {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 0 1.5rem 0;
  }
}
.p-entry__define dt .required {
  font-size: 1.6rem;
  vertical-align: top;
  color: #DB2509;
}
.p-entry__define dt.rq {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-entry__define dt.rq {
    padding: 0 0 0 1.4rem;
  }
}
.p-entry__define dt.rq::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_form_check_b.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-entry__define dt.rq::before {
    top: 0.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-entry__define dt.complete {
  position: relative;
}
.p-entry__define dt.complete::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_form_check_a.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-entry__define dt.complete::before {
    top: 0.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-entry__define dt .size {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-entry__define dt .size {
    display: inline;
    font-size: 1rem;
    color: #DB2509;
  }
}
.p-entry__define dd {
  width: calc(100% - 26rem);
}
@media screen and (max-width: 767px) {
  .p-entry__define dd {
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 3rem;
  }
}
.p-entry__define dd p.error {
  color: #DB2509;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define dd p.error {
    font-size: 1rem;
  }
}
.p-entry__define input[type=text],
.p-entry__define input[type=tel],
.p-entry__define input[type=email] {
  width: 100%;
  height: 4.3rem;
  border: 0;
  border-bottom: 1px solid #5B5B5B;
}
@media screen and (max-width: 767px) {
  .p-entry__define input[type=text],
  .p-entry__define input[type=tel],
  .p-entry__define input[type=email] {
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
.p-entry__define textarea {
  width: 100%;
  height: 26rem;
  border: 1px solid #5B5B5B;
  padding: 1.5rem 2rem;
  resize: vertical;
}
.p-entry__define .name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-entry__define .name__item {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define .name__item {
    width: calc(50% - 0.5rem);
  }
}
.p-entry__define .notes_radio {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.p-entry__define .radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 3.4rem;
}
.p-entry__define .radio__item label {
  position: relative;
}
.p-entry__define .radio__item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-entry__define .radio__item label input:checked + span::before {
  background: url(../img/common/icn_form_radio_on.svg) 0 0/100% auto no-repeat;
}
.p-entry__define .radio__item label span {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define .radio__item label span {
    font-size: 1.4rem;
    padding: 0 0 0 3rem;
  }
}
.p-entry__define .radio__item label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_form_radio_off.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-entry__define .radio__item label span::before {
    top: 0.2rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-entry__define .file-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-entry__define .file-wrap {
    display: block;
    text-align: center;
  }
}
.p-entry__define .file-wrap .size {
  font-size: 1rem;
  font-weight: 600;
  color: #DB2509;
  margin: 0 0 0 1.2rem;
}
.p-entry__define .file-wrap .error {
  margin-top: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define .file-wrap .error {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.p-entry__define .file-input {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-entry__define .file-label {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15.5rem;
  height: 3.5rem;
  background: #000;
  color: white;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 3rem;
  padding: 0 0 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define .file-label {
    width: 19rem;
    height: 3.9rem;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0 0 0 5.5rem;
  }
}
.p-entry__define .file-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.3rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/common/icn_file.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-entry__define .file-label::before {
    left: 2rem;
  }
}
.p-entry__define .file-info {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-entry__define .file-remove {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  line-height: 1;
}
.p-entry__define .file-remove img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-entry__define .center {
    text-align: center;
  }
}
.p-entry__define .entry {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 0 1.4rem;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry__define .entry {
    display: inline-block;
  }
}
.p-entry__define .entry::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1rem;
  height: 1.1rem;
  background: #000;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  transform: translateY(-50%);
}
.p-entry__define .entry a {
  text-decoration: underline;
}
.p-entry__define .custom-select {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.p-entry__define .custom-select__trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  padding: 0.7rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-entry__define .custom-select__trigger {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
.p-entry__define .custom-select__trigger::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #000;
  flex-shrink: 0;
}
.p-entry__define .custom-select__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 10;
}
.p-entry__define .custom-select__options li {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-entry__define .custom-select__options li {
    font-size: 1.4rem;
    padding: 0.5rem 0;
  }
}
.p-entry__define .custom-select.open .custom-select__options {
  display: block;
}
.p-entry__define--confirm {
  gap: 3rem 0;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .p-entry__define--confirm {
    margin: 0 auto 4rem;
  }
}
.p-entry__define--confirm dt {
  padding: 0;
}
.p-entry__define--confirm dt.complete::before {
  content: none !important;
}
.p-entry-thanks {
  width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks {
    width: auto;
    padding: 0 2rem;
  }
}
.p-entry-thanks__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.p-entry-thanks__txt {
  text-align: center;
  line-height: 2.25;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks__txt {
    font-size: 1.4rem;
    margin: 3rem 0 0;
  }
}
.p-entry-thanks__notes {
  border-top: 1px solid #000;
  margin-top: 5rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks__notes {
    margin-top: 7.5rem;
    padding-top: 2rem;
  }
}
.p-entry-thanks__notes p {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  margin-top: 1em;
}
.p-entry-thanks__notes p:first-child {
  margin-top: 0;
}
.p-entry-thanks-tel {
  background: #F4F4F4;
  padding: 3.5rem 0;
  text-align: center;
  margin: 4rem 0 4.5rem;
}
.p-entry-thanks-tel__ttl {
  line-height: 1;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks-tel__ttl {
    font-size: 1.6rem;
  }
}
.p-entry-thanks-tel__num {
  display: inline-block;
  position: relative;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  padding: 0 0 0 3.5rem;
  margin: 2rem 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks-tel__num {
    font-size: 2.3rem;
    margin: 1.5rem 0 1rem;
    padding: 0 0 0 2.4rem;
  }
}
.p-entry-thanks-tel__num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.8rem;
  height: 3rem;
  background: url(../img/common/icn_tel.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-entry-thanks-tel__num::before {
    width: 2rem;
    height: 2.2rem;
  }
}
.p-entry-thanks-tel__time {
  font-size: 1.4rem;
  line-height: 1;
}
.p-entry-thanks-tel__notes {
  font-size: 1.4rem;
  line-height: 1;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry-thanks-tel__notes {
    font-size: 1.2rem;
  }
}
.p-entry-thanks__btn {
  margin: 0 auto;
}
.p-entry-thanks__btn .c-btn__txt {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-entry-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 112rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-entry-nav {
    flex-flow: column;
    width: auto;
    gap: 1.4rem 0;
    padding: 0 2rem;
    margin-top: 5rem;
  }
}
.p-entry-nav__item {
  width: 55rem;
  height: 17.6rem;
}
@media screen and (max-width: 767px) {
  .p-entry-nav__item {
    width: 100%;
    height: 12.2rem;
  }
}
.p-entry-nav__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  flex-flow: column;
  background: linear-gradient(44deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
  border-top-right-radius: 4.5rem;
  border-bottom-right-radius: 4.5rem;
  padding: 0 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-entry-nav__item a {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding: 0 0 0 2rem;
  }
}
.p-entry-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-entry-nav__item a::before {
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.p-entry-nav__item a::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.25rem);
  right: 7.5rem;
  width: 1.1rem;
  height: 1rem;
  background: #fff;
  transform: translateY(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .p-entry-nav__item a::after {
    width: 0.6rem;
    height: 0.5rem;
    right: 4.7rem;
  }
}
.p-entry-nav__item a .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-entry-nav__item a .en {
    font-size: 2.6rem;
  }
}
.p-entry-nav__item a .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry-nav__item a .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-entry-nav__item--new a {
  background: linear-gradient(44deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}

.c-line .line {
  position: absolute;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  transform: rotate(-22deg);
  will-change: transform;
  z-index: 2;
}
.c-line .line-01 {
  top: 4rem;
  left: -10rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-01 {
    top: 11rem;
  }
}
.c-line .line-02 {
  top: 14rem;
  left: -17rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-02 {
    top: 17rem;
  }
}
.c-line .line-03 {
  top: 25rem;
  right: -5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-03 {
    top: 26rem;
    right: auto;
    left: 23rem;
  }
}
.c-line .line-04 {
  top: 28rem;
  right: -12rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-04 {
    top: 26rem;
    right: auto;
    left: 31rem;
  }
}
.c-line .line-05 {
  top: 87rem;
  left: -25rem;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-05 {
    top: 77rem;
    width: 34rem;
  }
}
.c-line .line-06 {
  top: 93rem;
  left: -22rem;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-06 {
    top: 79rem;
    width: 44rem;
  }
}
.c-line .line-07 {
  top: 162rem;
  right: 8rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-07 {
    top: 211rem;
    width: 20rem;
    right: 4rem;
  }
}
.c-line .line-08 {
  top: 165rem;
  right: -5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-08 {
    top: 211rem;
    width: 30rem;
    right: -13rem;
  }
}
.c-line .line-09 {
  top: 235rem;
  left: -18rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-09 {
    top: 236rem;
    left: -25rem;
    width: 32rem;
  }
}
.c-line .line-10 {
  top: 234rem;
  left: -5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-10 {
    top: 231rem;
    width: 22rem;
  }
}
.c-line .line-11 {
  top: 238rem;
  left: 18rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-11 {
    top: 231rem;
    left: 3rem;
    width: 13rem;
  }
}
.c-line .line-12 {
  top: 353rem;
  left: 0rem;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-12 {
    display: none;
  }
}
.c-line .line-13 {
  top: 349rem;
  left: 27rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-13 {
    display: none;
  }
}
.c-line .line-14 {
  top: 360rem;
  left: 21rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-14 {
    display: none;
  }
}
.c-line .line-15 {
  top: 314rem;
  right: -14rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-15 {
    top: 374rem;
    right: -16rem;
    width: 30rem;
  }
}
.c-line .line-16 {
  top: 314rem;
  right: 7rem;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-16 {
    top: 375rem;
    right: 5rem;
    width: 19rem;
  }
}
.c-line .line-h1 {
  height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-h1 {
    height: 2rem;
  }
}
.c-line .line-h2 {
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-line .line-h2 {
    height: 2rem;
  }
}
.c-line .blue {
  background: linear-gradient(90deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.c-line .yellow {
  background: linear-gradient(90deg, rgb(250, 255, 194) 0%, rgb(247, 255, 158) 100%);
}
.c-line .grey {
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(237, 237, 237) 100%);
}
.c-line .white {
  background: #fff;
}
.c-line .purple {
  background: linear-gradient(90deg, rgb(234, 221, 240) 0%, rgb(175, 146, 213) 100%);
}
.c-line .red {
  background: linear-gradient(90deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
}
.c-line .green {
  background: linear-gradient(90deg, rgb(196, 252, 229) 0%, rgb(102, 233, 161) 100%);
}
.c-line .pink {
  background: linear-gradient(90deg, rgb(255, 224, 224) 0%, rgb(243, 162, 181) 100%);
}

.p-block {
  position: relative;
  padding: 23rem 0 0;
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block {
    background: url(../img/recruit/bg_01.jpg) 0 0/100% auto no-repeat;
    margin-top: 5rem;
    padding: 16rem 2rem 14rem;
  }
}
.p-block__ttl {
  position: relative;
  color: #fff;
  margin: 0 0 7rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-block__ttl {
    margin: 0 0 5rem;
  }
}
.p-block__ttl .en {
  display: block;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-block__ttl .en {
    font-size: 2.8rem;
  }
}
.p-block__ttl .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block__ttl .ja {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
}
.p-block .line {
  position: absolute;
  top: clamp(88rem, 66vw, 66vw);
  right: -5rem;
  width: 200vw;
  height: 78rem;
  background: linear-gradient(90deg, rgb(245, 207, 207) 0%, rgb(236, 41, 41) 100%);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  transform: rotate(-22deg);
  transform-origin: 0% 50% 0px;
  z-index: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-block .line {
    display: none;
  }
}
.p-block--new {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-block--new {
    background: url(../img/recruit/bg_02.jpg) 0 0/100% auto no-repeat;
    margin: 0;
  }
}
.p-block--new .line {
  top: clamp(94rem, 65vw, 65vw);
  right: -25rem;
  background: linear-gradient(90deg, rgb(202, 230, 254) 0%, rgb(116, 188, 232) 100%);
}
.p-block__btn {
  position: relative;
  width: 36rem;
  height: 5.6rem;
  font-size: 1.8rem;
  margin: 5.7rem auto 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block__btn {
    width: 30rem;
    height: 5rem;
    font-size: 1.5rem;
  }
}
.p-block__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  font-weight: 600;
  border-radius: 5rem;
}
.p-block__btn a img {
  width: 2.2rem;
  height: auto;
  margin-right: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-block__btn a img {
    width: 1.7rem;
  }
}
.p-block-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 4.6rem 0;
  width: 98.4rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-block-list {
    width: auto;
    gap: 2rem 0;
  }
}
.p-block-list__item {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-top-right-radius: 9rem;
  border-bottom-right-radius: 9rem;
  padding: 5rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__item {
    display: block;
    border-top-right-radius: 4.5rem;
    border-bottom-right-radius: 4.5rem;
    padding: 3.5rem 4rem;
  }
}
.p-block-list__inner {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__inner {
    width: auto;
  }
}
.p-block-list__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__ttl {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-block-list__txt {
    font-size: 1.4rem;
  }
}
.p-block-list__btn {
  width: 10.2rem;
  height: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__btn {
    width: 100%;
    height: 5rem;
    margin: 2.4rem 0 0;
  }
}
.p-block-list__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-block-list__btn a {
    flex-flow: row;
    border-radius: 5rem;
    gap: 0 1rem;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-block-list__btn a:hover {
    opacity: 1;
  }
}
.p-block-list__btn a .icn svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}
.p-block-list__btn a .icn svg rect {
  fill: #fff;
}
.p-block-list__btn a .txt {
  display: block;
  line-height: 1.4;
  text-align: center;
  font-family: termina, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-block-list__btn a .txt {
    font-size: 1.6rem;
    margin: 0;
  }
}