.sec0 .ttl {
  bottom: 2%; }

h4.line_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    h4.line_ttl {
      font-size: 17px; } }
  h4.line_ttl span {
    padding: 0 5px;
    display: inline-block;
    background: linear-gradient(transparent 70%, #f1cbde 0%); }
    h4.line_ttl span:not(last-child) {
      margin-bottom: 15px; }

.p_re {
  position: relative; }

.cont01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(229, 217, 220, 0.2); }
  @media screen and (max-width: 767px) {
    .cont01 {
      padding: 10px; } }
  .cont01 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 220px; }
    @media screen and (max-width: 767px) {
      .cont01 > div {
        min-height: auto; } }
  .cont01 .ico {
    width: 0.5%;
    position: absolute;
    z-index: 1;
    display: block; }
    @media screen and (max-width: 767px) {
      .cont01 .ico {
        width: 6px; } }
    @media screen and (max-width: 500px) {
      .cont01 .ico {
        width: 5px; } }
    .cont01 .ico.ico_r {
      right: 0; }
    .cont01 .ico.ico_l {
      left: 0; }
  .cont01 h3 {
    font-weight: normal; }
  .cont01 p {
    line-height: 2.4; }
    @media screen and (max-width: 767px) {
      .cont01 p {
        font-size: 14px;
        line-height: 1.8;
        padding: 0 15px; } }
    @media screen and (max-width: 500px) {
      .cont01 p {
        text-align: left; } }

.list01 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .list01 {
      display: block; } }
  .list01 li {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .list01 li {
        width: auto; } }
    .list01 li:not(:last-child) {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .list01 li:not(:last-child) {
          margin-bottom: 15px; } }
  .list01 h3 {
    color: #7f1654; }
    @media screen and (max-width: 767px) {
      .list01 h3 {
        font-size: 14px;
        letter-spacing: normal; } }
  .list01 p {
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .list01 p {
        font-size: 14px;
        letter-spacing: normal; } }
  @media screen and (max-width: 767px) {
    .list01 .ico02 {
      width: 40px;
      margin: 0 auto; } }

.line_ttls {
  max-width: 1200px;
  margin: 0 auto; }
  .line_ttls::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 5px;
    background-image: url("../images/recruit/bg01.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block; }
    @media screen and (max-width: 767px) {
      .line_ttls::after {
        width: 30%;
        height: 5px;
        background-position: top;
        background-size: auto; } }
  .line_ttls::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40%;
    height: 5px;
    background-image: url("../images/recruit/bg01.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block; }
    @media screen and (max-width: 767px) {
      .line_ttls::before {
        width: 30%;
        height: 5px;
        background-position: top;
        background-size: auto; } }

.list02 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .list02 {
      max-width: 500px; } }
  .list02 li {
    width: 21.67%; }
    @media screen and (max-width: 767px) {
      .list02 li {
        width: 47%; } }
    .list02 li.ico {
      width: 1.5%;
      margin: 0 1.41%; }

div.container {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    div.container {
      padding-bottom: 30px; } }

.sec1:before {
  display: none; }
.sec1:after {
  display: none; }

.sec2:before {
  content: "";
  background: url("../images/top/img201.png") top left;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16%;
  height: 0;
  padding-top: 32%;
  margin: auto;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .sec2:before {
      top: 0;
      bottom: 0;
      left: 0;
      width: 20%;
      padding-top: 40%; } }
.sec2:after {
  content: "";
  background: url("../images/top/img202.png") bottom left no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 14%;
  max-width: 245px;
  height: 0;
  padding-top: 28%;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .sec2:after {
      top: auto;
      bottom: 0;
      right: 0;
      width: 20%;
      padding-top: 40%;
      z-index: 0; } }
.sec2 .ttl {
  position: absolute;
  bottom: 12vw;
  right: 0;
  width: 34.375%; }
  @media screen and (max-width: 767px) {
    .sec2 .ttl {
      bottom: 11vw;
      width: 50%; } }
.sec2 .obi {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .sec2 .obi {
      top: 0;
      right: 0;
      width: 180%; } }

.box03 {
  position: relative;
  z-index: 2; }

.table_wrap1 {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px 0;
  background-image: url("../images/recruit/tabl_bg01.png"), url("../images/recruit/tabl_bg03.png");
  background-position: top left,bottom right;
  background-repeat: no-repeat,no-repeat;
  background-size: contain,contain; }
  @media screen and (max-width: 1260px) {
    .table_wrap1 {
      padding: 2% 0; } }
  .table_wrap1 .table_cnt {
    padding: 0 25px;
    background-image: url("../images/recruit/tabl_bg02.png");
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    box-sizing: border-box;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 960px) {
      .table_wrap1 .table_cnt {
        padding: 10px 15px; } }
  .table_wrap1 table {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    .table_wrap1 tr {
      border-bottom: 1px solid #927069; } }
  .table_wrap1 th {
    font-size: 16px;
    width: 35.417%;
    text-align: left;
    color: #7f1654;
    padding: 8px 0 8px 125px; }
    @media screen and (max-width: 960px) {
      .table_wrap1 th {
        font-size: 14px;
        width: 290px; } }
    @media screen and (max-width: 767px) {
      .table_wrap1 th {
        width: auto;
        display: block;
        text-align: center;
        background-color: #7f1654;
        color: #fff;
        padding: 8px 10px; } }
    .table_wrap1 th.ico_tr {
      padding-left: 0; }
    .table_wrap1 th .ico {
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .table_wrap1 th .ico {
          width: 80px;
          padding-left: 0;
          margin-left: -80px;
          display: inline-block; } }
  .table_wrap1 td {
    font-size: 16px;
    font-weight: bold;
    width: auto;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 960px) {
      .table_wrap1 td {
        font-size: 14px;
        text-indent: -3em;
        padding-left: 3em; } }
    @media screen and (max-width: 767px) {
      .table_wrap1 td {
        width: auto;
        display: block;
        text-align: center;
        padding: 15px 10px;
        text-indent: 0em;
        padding-left: 0em;
        text-align: center; } }
