@charset "UTF-8";

@media (min-width: 768px) {
  .requirements {
    position: relative;
    padding: 8.3vw 0 10.7vw;
    margin: 0 0 8.3vw;
  }
  .requirements::after {
    display: block;
    position: absolute;
    content: "";
    width: 92.7vw;
    height: 100%;
    background: url(../img/requirements/bg_blu.png) no-repeat center;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .requirements .lead_cell {}
  .requirements .lead_cell h2 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.5;
    margin: 0 auto 4.16vw;
    color: #fff;
  }
  .requirements .lead_cell p {
    text-align: left;
    font-size: 1.11vw;
    line-height: 2.0;
    margin: 0 auto 4.86vw;
    color: #fff;
    width: 48.9vw;
  }
  .requirements .bg_wht {
    width: 92.6vw;
    margin: 0 0 0 0;
    background: #FAFAFA;
    padding: 10.4vw 0 0vw;
  }
  .requirements .bg_wht .inner {
    width: 64.5vw;
    margin: 0 0 0 17.7vw;
  }
  .requirements .bg_wht .inner .flcell {
    display: flex;
    justify-content: space-between;
    padding: 2.4vw 0;
    border-bottom: 1px solid #000;
  }
  .requirements .bg_wht .inner .flcell:last-of-type {
    padding: 2.4vw 0 8.3vw;
    border-bottom: none;
  }
  .requirements .bg_wht .inner .flcell .fleft {
    width: 16.1%;
  }
  .requirements .bg_wht .inner .flcell .fleft p {
    font-size: 1.25vw;
    line-height: 1.8;
    margin: 0 0 0;
    color: #1AAEFA;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright {
    width: 83.9%;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt {
    font-size: 1.11vw;
    line-height: 1.8;
    margin: 0 0 0;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt span {
    font-size: 1.25vw;
    color: #1AAEFA;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt a {
    color: #09C3F1;
    text-decoration: underline;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt_attention {
    font-size: 0.97vw;
    line-height: 1.8;
    margin: 1.87vw 0 0;
    font-weight: 400;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt_attention a {
    color: #09C3F1;
    text-decoration: underline;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt_attention img {
    width: 0.9vw;
    margin-left: 0.2vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2.7vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li {
    width: 16.5vw;
    margin: 0 0vw 0 0;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li:nth-child(2) {
    width: 19.0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 0 2.66vw;
    font-size: 1.38vw;
    font-weight: bold;
    margin: 0 auto 1.3vw;
    transform: rotate(-2.98deg);
    height: 2.96vw;
    width: max-content;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li:nth-child(2) .ttl {
    width: 19.0vw;
    padding: 0 0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .price {
    font-size: 1.25vw;
    text-align: center;
    margin: 0 auto 0.7vw;
    font-weight: bold;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .price span {
    font-size: 3.33vw;
    color: #1AAEFA;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .txt_s {
    font-size: 0.97vw;
    text-align: center;
    margin: 0 auto 0vw;
    font-weight: 500;
    line-height: 1;
  }
  .requirements .bg_wht .inner .flcell .fright .txt_L {
    font-size: 1.11vw;
    text-align: left;
    margin: 0 0 0vw;
    font-weight: 500;
    line-height: 1.95;
  }
  .requirements .bg_wht .inner .flcell .fright .txt_L span {
    font-size: 1.38vw;
    color: #1AAEFA;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate li {
    width: 17.7vw;
    margin: 0 0 1.38vw;
    font-size: 1.11vw;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate li span {
    font-size: 0.97vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate li:nth-child(1),
  .requirements .bg_wht .inner .flcell .fright .list_teate li:nth-child(4) {
    width: 14.2vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate li:nth-child(4),
  .requirements .bg_wht .inner .flcell .fright .list_teate li:nth-child(5) {
    margin: 0 0 0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 {
    position: relative;
    margin: 0 0 1.7vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt01 {
    font-size: 1.66vw;
    margin: 0 0 0.7vw;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt01 .num {
    margin: 0 0.7vw;
    font-size: 4.44vw;
    color: #1AAEFA;
    font-weight: bold;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt01 .date {
    font-size: 1.25vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt02 {
    font-size: 0.83vw;
    margin: 0 0 0.7vw 1.875vw;
    font-weight: 500;
    color: #8E8E8E;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt03 {
    font-size: 0.97vw;
    margin: 0 0 0vw;
    font-weight: 500;
    color: #777777;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 img {
    position: absolute;
    width: 6.5vw;
    left: 18.6vw;
    top: 0;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation02 {
    margin: 0 0 3.125vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation02 h3 {
    font-size: 1.66vw;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 1.38vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation02 p {
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 {
    margin: 0 0 0vw;
    position: relative;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 img {
    position: absolute;
    width: 12.3vw;
    right: 3.125vw;
    top: -3.8vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 p {
    font-size: 1.11vw;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 p span {
    font-size: 1.25vw;
    color: #1AAEFA;
  }
}

@media (max-width: 767px) {
  .under_ttl {
    margin-bottom: 10vw;
  }
  .requirements {
    position: relative;
    padding: 17.6vw 0 26.6vw;
    margin: 0 0 24.5vw;
  }
  .requirements::after {
    display: block;
    position: absolute;
    content: "";
    width: 91.2vw;
    height: 100%;
    background: url(../img/requirements/bg_blu.png) no-repeat center;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .requirements .lead_cell {}
  .requirements .lead_cell h2 {
    text-align: center;
    font-size: 6.4vw;
    line-height: 1.5;
    margin: 0 auto 11.6vw;
    color: #fff;
    padding-left: 8.8vw
  }
  .requirements .lead_cell p {
    text-align: left;
    font-size: 3.73vw;
    line-height: 2.0;
    margin: 0 auto 10.6vw;
    color: #fff;
    width: 70.6vw;
    padding-left: 8.8vw
  }
  .requirements .bg_wht {
    width: 92.6vw;
    margin: 0 0 0 0;
    background: #FAFAFA;
    padding: 8vw 0 0vw;
  }
  .requirements .bg_wht .inner {
    width: 74.4vw;
    margin: 0 auto 0vw;
  }
  .requirements .bg_wht .inner .flcell {
    display: flex;
    flex-direction: column;
    padding: 7.4vw 0;
    border-bottom: 1px solid #000;
  }
  .requirements .bg_wht .inner .flcell:last-of-type {
    padding: 2.4vw 0 8.3vw;
    border-bottom: none;
  }
  .requirements .bg_wht .inner .flcell .fleft {
    width: 100%;
  }
  .requirements .bg_wht .inner .flcell .fleft p {
    font-size: 4.26vw;
    line-height: 1.8;
    margin: 0 0 4.8vw;
    color: #1AAEFA;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright {
    width: 100%;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt {
    font-size: 3.73vw;
    line-height: 1.8;
    margin: 0 0 0;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt span {
    font-size: 3.73vw;
    color: #1AAEFA;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt a {
    color: #09C3F1;
    text-decoration: underline;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt_attention {
    font-size: 3.73vw;
    line-height: 1.8;
    margin: 6.6vw 0 0;
    font-weight: 400;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt_attention a {
    color: #09C3F1;
    text-decoration: underline;
  }
  .requirements .bg_wht .inner .flcell .fright p.txt_attention img {
    width: 3.2vw;
    margin-left: 0.5vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary {
    display: flex;
    flex-direction: column;
    margin: 0 0 6.6vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li {
    width: 100%;
    margin: 0 0vw 9.4vw 0;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li:last-child {
    margin: 0 0vw 0vw 0;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    padding: 0 2.66vw;
    font-size: 4.8vw;
    font-weight: bold;
    margin: 0 auto 2.2vw;
    transform: rotate(-2.98deg);
    height: 9.6vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li:nth-child(1) .ttl {
    width: 56vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li:nth-child(2) .ttl {
    width: 56vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li:nth-child(3) .ttl {
    width: 32.5vw;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .price {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 auto 1.7vw;
    font-weight: bold;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .price span {
    font-size: 12.8vw;
    color: #1AAEFA;
  }
  .requirements .bg_wht .inner .flcell .fright .list_salary li .txt_s {
    font-size: 3.73vw;
    text-align: center;
    margin: 0 auto 0vw;
    font-weight: 500;
    line-height: 1;
  }
  .requirements .bg_wht .inner .flcell .fright .txt_L {
    font-size: 3.73vw;
    text-align: left;
    margin: 0 0 0vw;
    font-weight: 500;
    line-height: 1.95;
    width: 79.2vw;
  }
  .requirements .bg_wht .inner .flcell .fright .txt_L span {
    font-size: 3.73vw;
    color: #1AAEFA;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate li {
    width: 100%;
    margin: 0 0 1.38vw;
    font-size: 3.73vw;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright .list_teate li span {
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 {
    position: relative;
    margin: 0 0 8.0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt01 {
    font-size: 6.4vw;
    margin: 0 0 1.7vw;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt01 .num {
    margin: 0 1.7vw;
    font-size: 12.8vw;
    color: #1AAEFA;
    font-weight: bold;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt01 .date {
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt02 {
    font-size: 3.2vw;
    margin: 0 0 1.7vw 0vw;
    font-weight: 500;
    color: #8E8E8E;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 .txt03 {
    font-size: 3.73vw;
    margin: 0 0 0vw;
    font-weight: 500;
    color: #777777;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation01 img {
    position: absolute;
    width: 25vw;
    right: -5.0vw;
    top: -19.3vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation02 {
    margin: 0 0 8.0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation02 h3 {
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 2.6vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation02 p {
    font-size: 4.26vw;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 0 0vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 {
    margin: 0 0 0vw;
    padding: 0 0 34.6vw;
    position: relative;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 img {
    position: absolute;
    width: 47.4vw;
    right: -3.125vw;
    bottom: -3.8vw;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 p {
    font-size: 4.26vw;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
  }
  .requirements .bg_wht .inner .flcell .fright .vacation03 p span {
    font-size: 4.26vw;
    color: #1AAEFA;
  }
}
