@charset "UTF-8";

#key-visual {
  background-image: url(../images/recruit-key-visual.jpg);
}
.sec .inner {
  z-index: 9;
}
#sec01:before {
  content: "";
  display: block;
  border-left: 21.8vw solid #ffd700;
  border-bottom: 21.8vw solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#sec01:after {
  content: "";
  display: block;
  border-bottom: min(29.3vw, 42rem) solid #274a9d;
  border-left: min(29.3vw, 42rem) solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sec01 h2 {
  font-size: 3rem;
  line-height: 2;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
#sec01 h2 span {
  width: calc(100% - 38rem);
  display: block;
}
#sec01 h2:after {
  content: "";
  display: block;
  width: 38rem;
  height: 31.2rem;
  background: url(../images/recruit-pic01.png) no-repeat;
  background-size: 100% auto;
  padding-left: 2rem;
}
h2.sec-title01.inner.medium {
  color: #000;
}
#sec01 p {
  z-index: 9;
  background: #fff;
  padding: 3.6rem;
}
/* +++#sec02+++ */
.sec {
  overflow: hidden;
}
#sec02:before {
  content: "";
  display: block;
  border-top: min(38.2vw, 55rem) solid #274a9d;
  border-right: min(38.2vw, 55rem) solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

#sec02:after {
  content: "";
  display: block;
  border-bottom: min(29.3vw, 42rem) solid #c01b2c;
  border-left: min(29.3vw, 42rem) solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.table-area {
  z-index: 9;
  background: #fff;
  padding: 5.4rem;
}
table {
  line-height: 2;
  border-top: 0.1rem solid #ccc;
  background: #fff;
}
tr {
  border-bottom: 0.1rem solid #ccc;
}
th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  padding: 2.4rem;
  border-left: 0.1rem solid #ccc;
  background: #f6f6f6;
}
td {
  padding: 2.4rem;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  width: 70%;
}
.message01 {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 8rem;
}
.pic01 {
  width: 25%;
  position: absolute;
  left: -6rem;
  top: -2rem;
}
.pic02 {
  width: 25%;
  position: absolute;
  right: -6rem;
  bottom: -2rem;
}
.message01 p {
  letter-spacing: 0;
}

@media screen and (min-width: 720px) {
  .message01 br.max720 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #sec01 h2 {
    font-size: 2.6rem;
    margin-bottom: 6rem;
  }
  #sec01 h2 span {
    width: 55%;
  }
  #sec01 h2:after {
    width: 45%;
    height: 35vw;
  }
  .sec-title03 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 900px) {
  #sec01 h2 {
    font-size: 2.2rem;
  }
  #sec01 h2 span {
    width: 55%;
  }
  #sec01 h2:after {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  #sec01 h2 {
    font-size: 2rem;
    align-items: flex-start;
  }
  #sec01 h2 span {
    width: 55%;
    display: block;
  }
  #sec01 h2:after {
    width: 45%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 680px) {
  #sec01 h2 {
    font-size: 2.4rem;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #sec01 h2 span {
    width: 100%;
  }
  #sec01 h2:after {
    width: 61.8%;
    margin: 4rem auto 0;
    height: 48vw;
  }
  .sec-title03 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .tablet {
    display: none;
  }
}

@media screen and (max-width: 681px) {
  .tablet {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  #sec01:before {
    border-left: 19vw solid #ffd700;
    border-bottom: 19vw solid transparent;
  }

  #sec01:after {
    border-bottom: 28.7rem solid #274a9d;
    border-left: 28.7rem solid transparent;
  }

  #sec01 h2 {
    font-size: clamp(16px, 3.6rem, 36px);
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #sec01 h2 span {
    width: 100%;
  }
  #sec01 h2:after {
    width: 61.8%;
    margin: 4rem auto 0;
    height: 44vw;
  }

  #sec01 p {
    padding: 4rem;
  }

  .table-area {
    padding: 4rem;
  }
  table,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100%;
  }
  table {
    border: 0.1rem solid #ccc;
    border-bottom: none;
  }
  th {
    padding: 1.5rem 4rem;
    border-left: none;
  }
  td {
    padding: 1.5rem 4rem;
    border-left: none;
    border-right: none;
  }
  #sec02:after {
    border-bottom: 28.7rem solid #c01b2c;
    border-left: 28.7rem solid transparent;
  }

  .message01 {
    font-size: clamp(16px, 3.6rem, 36px);
    margin-top: 8rem;
  }
  .pic01 {
    width: 40%;
    position: absolute;
    left: -4rem;
    top: -8rem;
  }
  .pic02 {
    width: 40%;
    position: absolute;
    right: -4rem;
    bottom: -8rem;
  }
}
