@charset "UTF-8";
/*$base-width: 1400px;*/
.l-page {
  padding-bottom: 0;
}

.c-recruit-pagehead .img img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.c-recruit-lead-wrap .txt {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap .txt {
    margin-right: 0;
  }
}
.c-recruit-lead-wrap .img {
  width: 53rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap .img {
    width: 100%;
  }
}

.p-career {
  margin-top: 14.3rem;
}
@media screen and (max-width: 767px) {
  .p-career {
    margin-top: 5rem;
  }
}
.p-career-head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-career-head {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
}
.p-career-head .tag {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 13.2rem;
  height: 6.2rem;
  background: #008080;
  border-radius: 2rem;
  padding-bottom: 0.4rem;
  color: #fff;
  font-size: 2.4rem;
  margin-left: -15.2rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-career-head .tag {
    font-size: 1.4rem;
    width: 7rem;
    height: 3rem;
    padding-bottom: 0.1rem;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.p-career-head .name {
  padding-left: 2rem;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-career-head .name {
    font-size: 2.5rem;
    padding-left: 1rem;
  }
}
.p-career-lead {
  margin-bottom: 5.8rem;
}
.p-career-lead p {
  font-size: 1.6rem;
  line-height: 2.3125;
}
@media screen and (max-width: 767px) {
  .p-career-lead p {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.p-career-lead p + p {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-career-lead p + p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career-lead {
    margin-bottom: 3rem;
  }
}
.p-career-tbl {
  width: 100%;
  border-top: 1px solid #000;
}
.p-career-tbl th, .p-career-tbl td {
  padding: 3.5rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-career-tbl th, .p-career-tbl td {
    display: block;
  }
}
.p-career-tbl th {
  padding: 3.4rem 0 0 0;
  font-size: 1.9rem;
  letter-spacing: -0.01em;
  width: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-career-tbl th {
    padding: 2rem 0 0;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
    border-bottom: none;
  }
}
.p-career-tbl td {
  font-size: 1.6rem;
  line-height: 1.3125;
  padding-left: 3rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-career-tbl td {
    padding: 1rem 0 2rem 2rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-career-tbl td p + p {
  margin-top: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-career-tbl td p + p {
    line-height: 1.6;
  }
}
.p-career-tbl td p:last-child {
  margin-bottom: 1rem;
}
.p-career-tbl td p + table {
  margin-top: 1rem;
}
.p-career-tbl td .taglist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-career-tbl td .taglist {
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
}
.p-career-tbl td .taglist li {
  border: 1px solid #008080;
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
  color: #008080;
}
@media screen and (max-width: 767px) {
  .p-career-tbl td .taglist li {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
  }
}
.p-career-tbl td .taglist + * {
  margin-top: 1.4rem;
}
.p-career-tbl td .map {
  display: inline-block;
  width: 5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-career-tbl td .map {
    width: 3rem;
  }
}
.p-career-tbl .hour-tbl th, .p-career-tbl .hour-tbl td {
  padding: 0.8rem 0;
  border: none;
}
.p-career-tbl .hour-tbl th {
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 11.8rem;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-career-tbl .hour-tbl th {
    -moz-text-align-last: left;
         text-align-last: left;
    color: #008080;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0.2rem;
  }
}
.p-career-tbl .hour-tbl td {
  position: relative;
  padding: 0.8rem 0 0 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-career-tbl .hour-tbl td {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.p-career-tbl .hour-tbl td:before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-career-tbl .hour-tbl td:before {
    top: 0;
    display: none;
  }
}
.p-career-tbl .hour-tbl tr:first-of-type th, .p-career-tbl .hour-tbl tr:first-of-type td {
  padding-top: 0;
}
.p-career-tbl .hour-tbl tr:first-of-type td:before {
  top: 0;
}
.p-career-entry {
	text-align: center;
	width: 85%;
	margin-top: 1rem;
	position: fixed;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	filter: drop-shadow(2px 3px 3px rgb(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .p-career-entry {
    margin: 2rem 0 0rem;
  }
}
.p-career-entry a {
  background: #008080;
  border-radius: 10rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 51.2rem;
  height: 8.3rem;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-career-entry a {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
  }
}

.c-recruit-common {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-common {
    margin-top: 8rem;
  }
}

.p-interview-head {
	position: relative;
}
.p-interview-head::after {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.p-interview-head-txt {
  position: absolute;
  bottom: 1em;
  left: 1.5em;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}
.p-interview-head-txt h3 {
  font-size: clamp(1.5rem, 5vw, 5rem);
  line-height: 1em;
}
.p-interview-head-txt span {
  font-size: clamp(1rem, 3vw, 2rem);
}
.p-interview-name {
  display: flex;
	align-items: center;
	margin: 4rem auto 0;
	padding: 0 4rem;
}
.p-interview-name .name-img{
	max-width: 100px;
	min-width: 50px;
	width: 15%;
	margin-right: 1em;
	overflow: clip;
	border-radius: 50%;
}
.p-interview-name .name-txt{
	font-size: clamp(1rem, 3vw, 2rem);
}
.p-interview-name .name-txt span {
  font-weight: 600;
  margin-right: 1rem;
}
.p-interview-faq {
	padding: 3em 4rem;
	border-bottom: 1px #8e8e8e solid;
}
.p-interview-faq:first-child{
	padding-top: 0!important;
}
.p-interview-faq:last-child{
	border-bottom: none;
}
.p-interview-faq h4 {
  color: #008080;
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 800;
  margin: 1rem 0;
}
.p-interview-faq h4::before {
  content: "Q.";
}
.p-interview-faq p {
  font-size: clamp(1.3rem, 3vw, 2rem);
	line-height: 1.7em;
}
@media screen and (max-width: 767px) {
	.p-interview-name{
		margin: 2rem auto 0;
		padding: 0 2rem;
	}
	.p-interview-faq{
		padding: 1.5em 2rem;
	}
}