@charset "UTF-8";
.simple-title {
  background: url(/corporate/recruit/recruit/image/title-bg.png);
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .simple-title {
    height: auto;
    padding: 40px 5%;
  }
}
.simple-title h1 {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  color: #CC0033;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .simple-title h1 {
    font-size: 1.8rem;
  }
}

#message #visual h1 {
  font-size: clamp(4rem, 8vw, 7rem);
}
#message #visual .sub {
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  font-weight: bold;
  color: #CC0033;
}
@media screen and (max-width: 767px) {
  #message #visual .sub {
    font-size: 1.8rem;
  }
}
#message .content {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #message .content {
    padding: 30px 0;
  }
}
#message .content .inner {
  position: relative;
  background-color: #F5F5F5;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #message .content .inner {
    padding: 0 3% 30px;
  }
}
#message .content .inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 5%;
  max-width: 80px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #message .content .inner::before {
    content: none;
  }
}
#message .content .inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5%;
  max-width: 80px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #message .content .inner::after {
    content: none;
  }
}
#message .content .inner .exsample {
  position: relative;
  z-index: 1;
  background: url(/corporate/recruit/recruit/image/bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 70px 8%;
}
@media screen and (max-width: 767px) {
  #message .content .inner .exsample {
    padding: 35px 8%;
  }
}
#message .content .inner .exsample ul {
  padding-left: 25px;
  color: #fff;
  max-width: 716px;
  margin: auto;
}
#message .content .inner .exsample ul li {
  list-style-type: disc;
  margin-bottom: 2rem;
}
#message .content .inner .exsample ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #message .content .inner .exsample ul li {
    margin-bottom: 1rem;
  }
}
#message .content .inner p {
  padding: 50px 8%;
  max-width: calc(716px + 16%);
  margin: auto;
  font-weight: 400;
}
#message .content .inner .image {
  text-align: center;
  margin-top: 60px;
}
#message .content .inner .image figcaption {
  font-weight: 400;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #message .content .inner .image figcaption {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #message .content .inner .image {
    margin-top: 0;
  }
}
#message .content .inner .layout {
  padding: 0 8%;
  max-width: calc(940px + 16%);
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  #message .content .inner .layout {
    display: block;
    padding: 0 8%;
  }
}
#message .content .inner .layout .box {
  position: relative;
  border-radius: 20px;
  border: 2px solid #CC0033;
  background-color: #fff;
  padding: 25px;
}
#message .content .inner .layout .box h3 {
  background-color: #CC0033;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 0 20px;
}
#message .content .inner .layout .box ul {
  padding-left: 25px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  #message .content .inner .layout .box.box1 {
    margin-bottom: 30px;
  }
}

#faq #visual h1 {
  font-size: clamp(4rem, 8vw, 7rem);
}
#faq .content {
  background-color: #F5F5F5;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #faq .content {
    padding: 0;
  }
}
#faq .content .inner {
  background-color: #fff;
  padding: 25px 8%;
}
#faq .content .faq {
  padding: 40px 0;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  #faq .content .faq {
    padding: 15px 0;
  }
}
#faq .content .faq:last-child {
  border-bottom: none;
}
#faq .content .faq h2 {
  padding-left: 32px;
  background: url(/corporate/recruit/recruit/image/faq-q.svg) no-repeat left top 9px;
  color: #CC0033;
  font-weight: 500;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #faq .content .faq h2 {
    font-size: 1.8rem;
  }
}
#faq .content .faq p {
  padding-left: 32px;
  background: url(/corporate/recruit/recruit/image/faq-a.svg) no-repeat left top 8px;
  font-weight: 400;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #faq .content .faq p {
    font-size: 1.5rem;
  }
}
#faq .content .faq p a {
  text-decoration: underline;
}
#faq .content .faq.message p {
  background: none;
  padding-left: 0;
}

#requirement #req {
  padding: 90px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  #requirement #req {
    padding: 30px 0;
  }
}
#requirement #req h2 {
  text-align: center;
  font-size: clamp(2rem, 1.1741935484rem + 1.0752688172vw, 2.4rem);
  color: #CC0033;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #requirement #req h2 {
    font-size: 2.4rem;
  }
}
#requirement #req .inner {
  background-color: #fff;
  padding: 25px 8%;
}
#requirement #req table {
  margin-bottom: 20px;
}
#requirement #req table th {
  color: #CC0033;
  border-bottom: 1px solid #E8E8E8;
  padding: 40px 0;
  white-space: nowrap;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #requirement #req table th {
    display: block;
    width: 100%;
    padding: 15px 0 5px;
    font-size: 2rem;
  }
}
#requirement #req table td {
  width: 81%;
  border-bottom: 1px solid #E8E8E8;
  padding: 40px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #requirement #req table td {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #CC0033;
  }
}
#requirement #req table h3.dot {
  position: relative;
  font-weight: 500;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #requirement #req table h3.dot {
    font-size: 1.5rem;
  }
}
#requirement #req table h3.dot::before {
  content: "・";
  color: #CC0033;
}
#requirement #req table p {
  font-weight: 400;
  margin-bottom: 40px;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  #requirement #req table p {
    font-size: 1.5rem;
  }
}
#requirement #req table p.annotation {
  color: #5C5C5C;
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #requirement #req table p.annotation {
    font-size: 1.3rem;
  }
}
#requirement #req table p.last {
  margin-bottom: 0;
}
#requirement #req .annotation {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
  color: #5C5C5C;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #requirement #req .annotation {
    font-size: 1.3rem;
  }
}
#requirement #flow {
  padding: 0px 0 80px;
  background-color: #F5F5F5;
}
#requirement #flow .inner {
  max-width: 716px;
}
#requirement #flow h2 {
  text-align: center;
  font-size: clamp(2rem, 1.1741935484rem + 1.0752688172vw, 2.4rem);
  color: #CC0033;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #requirement #flow h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #requirement #flow h2 {
    margin-bottom: 20px;
  }
}
#requirement #flow .lead {
  text-align: center;
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #requirement #flow .lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #requirement #flow .lead {
    margin-bottom: 40px;
  }
}
#requirement #flow ol {
  margin: auto;
}
#requirement #flow ol li {
  position: relative;
  border: 1px solid #CC0033;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#requirement #flow ol li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #CC0033;
  border-right: 1px solid #CC0033;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  #requirement #flow ol li {
    display: block;
  }
}
#requirement #flow ol li:last-child::after {
  content: none;
}
#requirement #flow ol li .step {
  color: #CC0033;
  line-height: 0;
  width: 90px;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  #requirement #flow ol li .step {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#requirement #flow ol li .text {
  flex: 1;
  color: #CC0033;
  font-size: clamp(1.5rem, 0.8806451613rem + 0.8064516129vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  #requirement #flow ol li .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #requirement #flow ol li .text {
    display: block;
    text-align: center;
  }
}
#requirement #flow ol li .text .annotation {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
  color: #000;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #requirement #flow ol li .text .annotation {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #requirement #flow ol li .text .annotation {
    display: block;
  }
}
#requirement #flow ol + .annotation {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
  color: #5C5C5C;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #requirement #flow ol + .annotation {
    font-size: 1.3rem;
  }
}
#requirement #contact {
  background-color: #5C5C5C;
  text-align: center;
  padding: 80px 0 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #requirement #contact {
    padding: 30px 0 40px;
  }
}
#requirement #contact h2 {
  font-size: clamp(1.7rem, 1.0806451613rem + 0.8064516129vw, 2rem);
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #requirement #contact h2 {
    font-size: 2rem;
  }
}
#requirement #contact .name {
  font-size: clamp(1.3rem, 0.8870967742rem + 0.5376344086vw, 1.5rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #requirement #contact .name {
    font-size: 1.5rem;
  }
}
#requirement #contact .address {
  font-size: clamp(1.2rem, 0.7870967742rem + 0.5376344086vw, 1.4rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #requirement #contact .address {
    font-size: 1.4rem;
  }
}
#requirement #contact .annotation {
  font-size: clamp(1.1rem, 0.6870967742rem + 0.5376344086vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #requirement #contact .annotation {
    font-size: 1.3rem;
  }
}