@charset "UTF-8";


/* =========================
   hero
========================= */
.recruit-hero {
  position: relative;
  overflow: hidden;
}

.recruit-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
}

.recruit-hero__inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}

.recruit-hero__inner p {
  margin: 0 0 42px 38px;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

/* =========================
   about
========================= */
.about-section {
  padding: 72px 0 30px;
}

.about-heading {
  margin-bottom: 38px;
}

.about-heading h2 {
  margin: 0 0 4px;
  font-size: 30px;
  line-height: 1.2;
  color: #2f7bc2;
  font-weight: 700;
}

.about-heading p {
  margin: 0;
  color: #2f7bc2;
}

.about-block {
  margin-bottom: 42px;
}

.about-text h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #111;
}

.about-text p {
  margin: 0;
  line-height: 1.6;
}

.about-image img {
  width: 100%;
  object-fit: cover;
}

/* =========================
   steps / interview
========================= */
.steps-interview-section {
  padding: 24px 0 72px;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.step-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.step-no {
  min-width: 78px;
  font-size: 68px;
  line-height: 1;
  font-weight: 700;
  color: #b8d3f2;
  font-style: italic;
  font-family: serif;
}

.step-body h3 {
  margin: 8px 0 8px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #2f7bc2;
}

.step-body p {
  margin: 0;
  line-height: 2;
}

.interview-box h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  color: #111;
}

.interview-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ddd;
}

.interview-card img {
  width: 100%;
  object-fit: cover;
}
.videoWrap {
    width: 100%;
    display: block;
}
.youtube video {
    width: 100%;
    height: auto;
}


/* =========================
   benefit
========================= */
.benefit-section {
  padding: 10px 0 90px;
}

.benefit-heading {
  margin: 0 0 34px;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 500;
}

.benefit-box {
  background: #ececec;
  padding: 34px 34px 26px;
  height: 100%;
}

.benefit-list {
  margin: 0;
  padding-left: 20px;
}

.benefit-list li {
  margin-bottom: 10px;
  color: #222;
    background: url("../images/common/circle-b.png") no-repeat;
    padding-left: 30px;
    padding-bottom: 3px;
    font-weight: 600
}

.benefit-list li::marker {
  color: #2f7bc2;
}

.dormitory-title {
  margin: 0 0 10px;
  line-height: 1.7;
  color: #222;
}

.dormitory-box img {
  width: 100%;
  object-fit: cover;
}


/*================
    募集職種
========================*/


/*求人用*/
#recruit table.initial03 {
 border-collapse: separate;
 border-spacing: 0;
 line-height: 1.5;
 border-top: 1px solid #CCC;
 width: 100%;
}
#recruit table.initial03 tr {
 _width: 100%;
}
#recruit table.initial03 th {
 padding: 15px 10px;
 border-bottom: 1px solid #CCC;
 background: #e3eaf4;
 color: #5084C4;
 width: 20%;
}
#recruit table.initial03 td {
 padding: 15px 15px;
 border-bottom: 1px solid #CCC;
 line-height: 1.9;
 background-color: #FFFFFF;
 color: #000000;
 width: 80%;
}
#recruit table.initial03 td span {
 color: #666666;
}
input {
 color: #000000 !important;
}
.error {
 color: #FF0105;
}
#recruit table.initial03 {
 border-collapse: separate;
 border-spacing: 0;
 line-height: 1.5;
 border-top: 1px solid #CCC;
 width: 100%;
}
.recruitBox01 {
 border: 10px solid #d1c0a5;
 text-align: center;
}
.recruitBox01 h3 {
 font-size: 1.5em;
 margin: 30px 0 20px;
 color: #0C5DB9;
 font-weight: 600;
}
.recruitBox01 .rec-sub {
 font-size: 1.3em;
 color: #6A6A6A;
}
.recruitBox01 .rec-text {
 padding: 30px 25px;
 text-align: left;
}
.recruitBox02-right {
 position: relative;
 background-color: #434343;
 display: inline;
 width: 50%;
}
.recruitBox02-left {
 display: inline;
 width: 50%;
}
.rec-man-01 {
 position: absolute;
 left: 10%;
 top: 10%;
 width: 80%;
 color: #fff;
}
.rec-man-01 dl {
 position: absolute;
 left: 50%;
 top: 0%;
 width: 50%;
}
.rec-man-01 dt {
 width: 100%;
 border-bottom: 1px solid #fff;
 font-size: 1.4em;
}
.rec-man-01 dd.man01 {
 float: left;
 margin: 20px 20px 0 10px;
}
.rec-man-01 dd.man02 {
 float: left;
 border-left: 1px solid #fff;
 margin: 0px 20px 0 10px;
 padding: 10px;
}
.rec-man-01 p {
 position: absolute;
 top: 200px;
 left: 0%;
}
.recruitBox03-right {
 position: relative;
 background-color: #7e6b5a;
 display: inline;
 width: 50%;
}
.recruitBox03-left {
 display: inline;
 width: 50%;
}
.recruitBox03-left img {
 width: 100%;
}
.recruitBox03-right .rec-man-01 {
 position: absolute;
 left: 10%;
 top: 10%;
 width: 80%;
 color: #fff;
}
.recruitBox03-right .rec-man-01 dl {
 position: absolute;
 left: 0%;
 top: 0%;
 width: 50%;
}
.recruitBox03-right .rec-man-01 dt {
 width: 100%;
 border-bottom: 1px solid #fff;
 font-size: 1.4em;
}
.recruitBox03-right .rec-man-01 dd.man01 {
 float: left;
 margin: 20px 20px 0 10px;
}
.recruitBox03-right .rec-man-01 dd.man02 {
 float: left;
 border-left: 1px solid #fff;
 margin: 0px 20px 0 10px;
 padding: 10px;
}
.recruitBox03-right .rec-man-01 p {
 position: absolute;
 top: 200px;
 left: 0%;
}
.h3Title {
 color: #7d0022;
 font-size: 1.4em;
 margin: 30px 0 10px 0;
}
.ex-text {
 background-color: #e3e3e3;
 padding: 20px;
 height: 100%;
}
.ex-text dt {
 color: #7d0022;
 margin-bottom: 15px;
 font-weight: 600;
}



/* =========================
   responsive
========================= */
@media (max-width: 991.98px) {

  .recruit-hero {
    height: 420px;
  }

  .recruit-hero__inner p {
    font-size: 26px;
  }

  

  .interview-card img {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .page-intro {
    padding: 42px 0 28px;
  }

  .page-title {
    font-size: 34px;
  }

  .page-subtitle {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .page-lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .recruit-copy-section {
    padding: 22px 0 30px;
  }



  .recruit-hero {
    height: 280px;
  }

  .recruit-hero__inner p {
    margin: 0 0 22px 18px;
    font-size: 20px;
  }

  

  .step-item {
    gap: 12px;
  }

  .step-no {
    min-width: 58px;
    font-size: 50px;
  }

  .step-body h3 {
    font-size: 18px;
  }

  .step-body p {
    font-size: 12px;
    line-height: 1.9;
  }

  .interview-card img {
    height: 220px;
  }

  .interview-card__title {
    font-size: 20px;
  }

  .benefit-heading {
    font-size: 26px;
  }

  .benefit-box {
    padding: 24px 18px 18px;
  }

  .benefit-list li {
    font-size: 13px;
  }

  .dormitory-box img {
    height: 190px;
  }
    
#recruit table.initial03 th {
 padding: 15px 10px;
 border-bottom: 1px solid #CCC;
 background: #e3eaf4;
 color: #5084C4;
 width: 100%;
}
#recruit table.initial03 td {
 padding: 15px 15px;
 border-bottom: 1px solid #CCC;
 line-height: 1.9;
 background-color: #FFFFFF;
 color: #000000;
 width: 100%;
}
}