@charset "utf-8";

.txtArea {
  background: -moz-linear-gradient(left, #E60012, #F5B090);
  background: -webkit-linear-gradient(left, #E60012, #F5B090);
  background: linear-gradient(to right, #E60012, #F5B090);
  padding: 20px 38px;
  color: #fff;
  width: 55%;
  max-width: 660px;
  height: 0;
  padding-bottom: 40%;
}
.topArea .ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding: 0 26px;
}
.topArea .ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/ttl_before.png) no-repeat left;
  background-size: contain;
}
.topArea .ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/ttl_after.png) no-repeat right;
  background-size: contain;
}
.topArea img {
  float: right;
  margin: 120px 0 70px 30px;
  max-width: 800px;
  width: 67%;
}
section {
  clear: both;
}
.heading-lv2-recruit {
  margin: 5em 0 1.9em;
  background: linear-gradient(transparent 40px, #F0F0F0 0);
  padding-bottom: 20px;
}
.heading-lv2-recruit .block {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-left: 30px;
}
.heading-lv2-recruit .heading_title {
  font-size: 3rem;
  padding: 17px 35px;
}
.heading-lv2-recruit .heading_title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/h2_before.png) no-repeat left;
  background-size: contain;
}
.heading-lv2-recruit .heading_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../img/h2_after.png) no-repeat right;
  background-size: contain;
}

.heading-lv3-recruit {
  margin: 3.75em 0 1.25em;
  margin-top: 20px !important;
  color: #E50011;
}
.heading-lv3-recruit .block {
  position: relative;
  text-decoration: none;
}
.heading-lv3-recruit .heading_title {
  font-size: 3.0rem;
  border: solid 3px;
  text-align: center;
  padding: 19px 0;
}
.heading-lv3-recruit .block:before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.heading-lv3-recruit .block:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid;
  z-index: 1;
}
table {
  width: calc(100% + 70px);
  margin-left: -35px;
  border-collapse: separate;
  border-spacing: 35px 20px;
}
th {
  background: #323232;
  color: #fff;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 2.5rem;
}
td {
  vertical-align: middle;
}
tr td:nth-child(1) {
  text-align: center;
  border: solid 1px;
  width: 33%;
}
tr td:nth-child(2) {
}
tr td:nth-child(2) > * {
  float: left;
  width: 50%;
}
tr td:nth-child(2) span {
  padding-right: 35px;
}
hr {
  display: block;
  margin: 0;
  color: #E2E2E2;
}
.staff_voice li {
  background: linear-gradient(90deg,#E50011 0%,#E50011 25%,#F0F0F0 25%,#F0F0F0 100%);
  padding: 30px;
  position: relative;
}
.details div {
  display: -webkit-flex;
  display: flex;
}
.details div img {
  height: 200px;
}
.details div > * {
  align-self: flex-start;
}
.staff_voice li > span {
  position: absolute;
  top: -1.5em;
  left: 0;
  font-weight: bold;
  color: #E50011;
  font-size: 2rem;
}
.details .name {
  position: absolute;
  height: 70px;
  right: 3rem;
  top: -3.5rem;
  color: #E50011;
  font-size: 2.6rem;
  border: solid 3px;
  padding: 0 2rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.details .name span {
  color: #333;
  font-size: 1.8rem;
  margin-right: 30px;
  line-height: 1.2;
}
.details div p {
  padding-top: 31px;
  padding-left: 30px;
}
.staff_voice {
  margin-top: 40px;
  padding-top: 3.5rem;
  gap: 50px 0;
}
.banner-compo {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
  background: #E2E5EA;
}

@media print,
screen and (min-width: 768px) {
  .column-layout[data-media-side="right"] {
    justify-content: flex-end;
  }
  .details .name span {
    max-width: 7em;
  }
  .details div img {
    margin-top: 15px;
  }
  
}

@media only screen and (max-width: 767px) {
  .topArea {
    position: relative;
  }
  .topArea img {
    width: 90%;
    float: inherit;
    position: relative;
    z-index: 2;
    margin: 0px 0 0px 5%;
    padding-top: 35%;
  }
  .txtArea {
    width: 90%;
    position: absolute;
    top: 0;
    padding: 20px;
    padding-bottom: 40%;
  }
  .topArea .ttl {
    font-size: 3rem;
  }
  .heading-lv2-recruit .heading_title {
    font-size: 2rem;
  }
  .heading-lv3-recruit .heading_title {
    font-size: 2rem;
  }
  table {
    border-spacing: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    table-layout: auto;
  }
  th {
    font-size: 1.5rem;
  }
  tr td:nth-child(1) {
    width: 33%;
  }
  tr td:nth-child(2) > * {
    float: inherit;
    padding: 0;
    width: 100%;
  }
  tr td:nth-child(2) span {
    padding: 0;
    display: block;
    margin-bottom: 1em;
  }
  .details .name {
    height: auto;
    font-size: 2rem;
    -webkit-flex-flow: column;
    flex-flow: column;
    padding: 5px 2rem;
    right: 1rem;
  }
  .details .name span {
    font-size: 1.4rem;
    margin: 0;
  }
  .details div {
    display: block;
    text-align: center;
    padding-top: 15px;
  }
  .details div p {
    padding-top: 1em;
    padding-left: 0;
    text-align: left;
  }
  .staff_voice li {
    padding: 20px;
    margin-top: 4em!important;
  }
  .details div img {
    margin: 0;
  }
  
}

@media only screen and (max-width: 600px) {
  .topArea img {
    padding-top: 45%;
    width: 70%;
    margin-left: 30%;
  }
  .txtArea {
    padding-bottom: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .topArea img {
    padding-top: 55%;
  }
  .txtArea {
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 430px) {
  .topArea img {
    padding-top: 65%;
  }
  .txtArea {
    padding-bottom: 65%;
  }
}

@media only screen and (max-width: 400px) {
  .topArea img {
    padding-top: 70%;
  }
  .txtArea {
    padding-bottom: 70%;
  }
}

@media only screen and (max-width: 385px) {
  .topArea img {
    padding-top: 80%;
  }
  .txtArea {
    padding-bottom: 80%;
  }
}

@media only screen and (max-width: 350px) {
  .topArea img {
    padding-top: 90%;
  }
  .txtArea {
    padding-bottom: 90%;
  }
}

@media only screen and (max-width: 340px) {
  .topArea img {
    padding-top: 100%;
  }
  .txtArea {
    padding-bottom: 100%;
  }
}