
@charset "UTF-8";

/*---------- header ----------*/

/*---------- main ----------*/
.fl_wrap {
  opacity: 1;
  transition: opacity 2.0s ease;
}
.fl_wrap.hidden {
  display: none;  
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  text-align: center;
}
.fl_top_part_mv .page-image {
  clip-path: none;
}

.fl_recruit_top {
  text-align: center;
  margin: 5rem;
}
.fl_recruit_top .red_btn {
  width: 30rem;
  margin: 2rem auto;
  height: 50px;
}
.fl_recruit_top .red_btn::before {
  width: 18px;
  height: 50px;
  left: -7px;
}
.fl_recruit_top .red_btn {
  width: 25rem;
}
.fl_recruit_top .red_btn img {
  width: auto;
  height: 24px;
}

.fl_job_description_header {
  margin-top: 10rem;
  text-align: center;
}
.fl_job_description_header img {
  width: 200px;
  margin: 2rem auto;
}
.fl_job_description_header .title {
  font-size: 3rem;
  font-weight: bold;
}

.fl_job_description {
  background-color: #E0E7E7;
  padding: 80px 50px;
  text-align: center;
  margin: 5rem;
  border-radius: 20px;
}
.fl_job_description_row {
  display: flex;
  gap: 2rem;
}
.fl_job_description_l {
  width: 150px;
}
.fl_job_description_l .category {
  background-color: white;
  border-radius: 16px / 50%;
  width: 7rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  padding: 0.2rem 0;
  color: #52727A;
}
.fl_job_description_l .title {
  text-align: start;
  font-weight: bold;
  margin-left: 1rem;
  font-size: 2rem;
}
.fl_job_description_l .image_container {
  width: 100px;
  margin-left: auto;
}
.fl_job_description_r {
  flex: 1;
}
.fl_job_description_r table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}
.fl_job_description_r th,
.fl_job_description_r td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #52727A;
}
.fl_job_description_r th {
  color: #52727A;
}
.fl_job_description_r td {
  border-bottom: 1px solid #52727A;
}
.fl_job_description_r td a {
  display: inline-block;
  text-decoration: underline;
}
.fl_job_description .entry_text {
  margin-top: 5rem;
}

.fl_job_description .black_btn {
  margin-top: 4rem;
  margin-left: 3rem;
  margin: 5rem auto 0 auto;
  background: none;
  background-color: black;
}
.fl_job_description .black_btn::before {
  background-image: none;
  background-color: black;
}

.fl_job_description.office_work {
  background-color: #EFE8DA;
}
.fl_job_description.office_work .category {
  color: #937254;
}
.fl_job_description.office_work th,
.fl_job_description.office_work td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #937254;
}
.fl_job_description.office_work th {
  color: #937254;
}
.fl_job_description.office_work td {
  border-bottom: 1px solid #937254;
}

.fl_recruit_entry_header {
  margin-top: 10rem;
  text-align: center;
  margin-bottom: 5rem;
}
.fl_recruit_entry_header .title {
  font-size: 3rem;
  font-weight: bold;
}
.fl_recruit_entry {
  background-color: #FEFBF2;
  margin: 0 40px;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
.fl_recruit_entry .frame {
  display: flex;
  padding: 3rem;
  font-size: 1.4rem;
  gap: 1rem;
}
.fl_recruit_entry .header {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 30%;
  min-width: 33rem;
  margin-bottom: 1rem;
}
.fl_recruit_entry.phone .header {
  min-width: 22rem;  
}
.fl_recruit_entry .header img {
  width: 35px;
  height: 35px;
  margin: 0 20px;
}
.fl_recruit_entry .entry_sub_title {
  color: #9C9C9C;
}
.fl_recruit_entry .remarks {
  font-size: 1.1rem;
}
.fl_recruit_entry .contents {
  display: flex;
  flex: 1;
  gap: 2rem;
  align-items: center;
}
.fl_recruit_entry .contents .tel {
  color: #BA8F54;
  font-size: 1.7rem;
  font-weight: bold;
}
.fl_recruit_entry .contents .num {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: normal;
}
.fl_recruit_entry .contents .time {
  font-size: 1.1rem;
  line-height: 1.2;
  border: 1px solid black;
  border-radius: 18px / 50%;
  padding: 0.5rem 1.5rem;
}

.fl_recruit_entry.mail .form_table {
  flex: 1;
}
.fl_recruit_entry.mail input:not([type="submit"]) {
  background-color: white;
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.fl_recruit_entry.mail textarea {
  background-color: white;
  width: 100%;
  line-height: 1.5;
  padding: 2rem;
}
input.send_btn {
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #C30D23 0%, #9A2413 100%);
  border: none;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: bold;
  width: fit-content;
  overflow: visible;
  margin-top: 5rem;
}
input.send_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  border-style: solid;
  border-width: 44px 0 0 44px;
  border-color: transparent transparent transparent #9A2413;
}
input.send_btn:hover {
  background: linear-gradient(180deg, #A50B1F 0%, #871F10 100%);
}
input.send_btn::after:hover {
  border-color: transparent transparent transparent #7F1B10;
}

/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {

/*---------- header ----------*/


/*---------- main ----------*/

main {
  padding-top: 10rem;
}
.fl_wrap {
  position: relative;
}
.frame {
  padding: 0 5rem;
  margin: 0 auto;
}
.fl_recruit_entry .contents .num a {
  pointer-events:none;
}
/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/


/*---------- footer ----------*/


}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {


/*---------- header ----------*/

/*---------- main ----------*/
.fl_job_description {
  padding: 3rem 2rem;
  margin: 3rem 2rem;
  border-radius: 10px;
}
.fl_recruit_entry{
  margin: 3rem 2rem;
}
.fl_recruit_entry .frame {
  display: block;
  padding: 2rem 1rem;
}
.fl_job_description_row {
  display: block;  
}
.fl_job_description_r th {
  letter-spacing: normal;
  width: 9rem;
}
.fl_job_description_r td {
  letter-spacing: normal;
}
.fl_recruit_entry .contents {
  flex-wrap: wrap;
  justify-content: center;
}
.fl_recruit_entry .header {
  width: 100%;
  min-width: auto; 
}
.fl_recruit_entry .contents .time p {
  font-size: 1.1rem;
}

.fl_recruit_entry .header img {
  margin: 0 10px 0 0;
}
input.send_btn {
  margin: 5rem auto 0;
}
/*---------- footer ----------*/

}
/*---------- レイアウト微調整 ----------*/
@media screen and (max-width: 1000px) {
  
}
@media screen and (max-width: 920px) {
  
}
@media screen and (max-width: 800px) {
  
}
@media screen and (max-width: 476px) {
  
}
@media screen and (max-width: 350px) {
  
}
@media screen and (max-width: 325px) {
  
}




