@charset "UTF-8";
@media (max-width: 1024px) {
  .example {
    background-color: red; } }

@media (max-width: 896px) {
  .example {
    background-color: blue; } }

@media (max-width: 480px) {
  .example {
    background-color: yellow; } }

/* - - - - - - - - - - - - - - - - - - - -
main TOPページ
- - - - - - - - - - - - - - - - - - - - */
.top {
  width: 100%;
  height: 100vh;
  padding: 0 10px 0 30px;
  background-image: url(../images/top_back.jpg);
  background-position: center center;
  background-size: cover; }
  .top .top_txt {
    display: flex;
    justify-content: space-between; }
    .top .top_txt .top_txt_l {
      margin-top: 50px; }
      .top .top_txt .top_txt_l h2 {
        font-size: 3.7vw;
        color: #346633;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-top: 5px; }
        .top .top_txt .top_txt_l h2 span {
          background: linear-gradient(transparent 50%, #c6cd80 50%);
          padding: 0 10px; }
      .top .top_txt .top_txt_l h3 {
        width: auto;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        margin-top: 50px; }
        .top .top_txt .top_txt_l h3 span {
          background: #346633;
          padding: 3px 20px;
          border-radius: 5px; }
      .top .top_txt .top_txt_l .venues {
        display: flex;
        align-items: flex-end;
        margin-top: 10px; }
        .top .top_txt .top_txt_l .venues h4 {
          width: auto;
          color: #ffffff;
          font-size: 1.5rem;
          font-weight: bold;
          letter-spacing: 0.05em;
          margin-right: 10px; }
          .top .top_txt .top_txt_l .venues h4 span {
            background: #346633;
            padding: 3px 20px;
            border-radius: 5px; }
        .top .top_txt .top_txt_l .venues p {
          color: #346633;
          font-weight: 900;
          font-size: 1rem; }
      .top .top_txt .top_txt_l h5 {
        color: #346633;
        font-weight: 600;
        font-size: 1.2rem;
        margin-top: 20px;
        letter-spacing: 0.05em; }
    .top .top_txt .top_txt_r {
      margin-top: 30px;
      border: 4px solid #d84900;
      height: 100%;
      display: block; }
      .top .top_txt .top_txt_r .emergency {
        background: #ef6520;
        display: block;
        padding: 10px 15px;
        border: 1px solid #ffffff; }
        .top .top_txt .top_txt_r .emergency p {
          color: #ffffff;
          text-align: center;
          font-size: 1rem;
          letter-spacing: 0.05em; }
        .top .top_txt .top_txt_r .emergency h3 {
          color: #ffffff;
          text-align: center;
          font-size: 28px;
          font-weight: bold;
          letter-spacing: 0.05em;
          margin: 2px 0; }
          .top .top_txt .top_txt_r .emergency h3 span {
            background: linear-gradient(transparent 50%, #bc1919 50%);
            padding: 0 5px; }
  @media screen and (max-width: 1180px) {
    .top .top_txt .top_txt_l {
      margin-top: 30px; }
      .top .top_txt .top_txt_l h2 {
        font-size: 3.2vw; }
      .top .top_txt .top_txt_l h3 {
        font-size: 1.6rem;
        margin-top: 40px; }
      .top .top_txt .top_txt_l .venues h4 {
        font-size: 1.1rem;
        margin-right: 5px; }
        .top .top_txt .top_txt_l .venues h4 span {
          padding: 3px 10px; }
      .top .top_txt .top_txt_l h5 {
        font-size: 1rem; }
    .top .top_txt .top_txt_r .emergency p {
      font-size: 15px;
      letter-spacing: 0; }
    .top .top_txt .top_txt_r .emergency h3 {
      font-size: 20px; } }
  @media (max-width: 896px) {
    .top .top_txt .top_txt_l {
      margin-top: 80px; }
      .top .top_txt .top_txt_l h2 {
        font-size: 4.5vw; }
      .top .top_txt .top_txt_l h3 {
        font-size: 1.8rem;
        margin-top: 50px; }
      .top .top_txt .top_txt_l .venues h4 {
        font-size: 1.5rem; }
      .top .top_txt .top_txt_l h5 {
        font-size: 1.2rem; }
    .top .top_txt .top_txt_r {
      margin-top: 60px; }
      .top .top_txt .top_txt_r .emergency h3 {
        font-size: 2.5vw;
        margin: 3px 0; } }

@media screen and (max-width: 1180px) {
  .top {
    padding: 0 10px 0 15px; } }

@media screen and (max-width: 720px) {
  .top {
    padding: 0 20px;
    background-image: url(../images/top_back_sp.jpg); }
    .top .top_txt {
      display: block; }
      .top .top_txt .top_txt_l {
        margin-top: 70px; }
        .top .top_txt .top_txt_l h2 {
          font-size: 7vw;
          margin-top: 5px; }
        .top .top_txt .top_txt_l h3 {
          font-size: 2rem;
          margin-top: 30px; }
        .top .top_txt .top_txt_l .venues {
          display: block;
          margin-top: 10px; }
          .top .top_txt .top_txt_l .venues h4 {
            margin-right: 0px;
            margin-top: 10px; }
          .top .top_txt .top_txt_l .venues p {
            font-size: 1rem;
            margin-top: 5px; }
        .top .top_txt .top_txt_l h5 {
          font-size: 1.2rem;
          margin-top: 20px; }
      .top .top_txt .top_txt_r {
        border: 0px; }
        .top .top_txt .top_txt_r .emergency {
          width: 100%;
          margin: 0 auto;
          margin-top: 18vh; }
          .top .top_txt .top_txt_r .emergency p {
            font-size: 1.2rem; }
          .top .top_txt .top_txt_r .emergency h3 {
            font-size: 6vw; } }

.sub_cap {
  width: 100%;
  height: auto;
  background: #f5f7f5;
  padding: 60px 20px; }
  .sub_cap p {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 1.2rem;
    color: black;
    line-height: 2; }
    .sub_cap p span {
      color: #ff4900; }

@media screen and (max-width: 480px) {
  .sub_cap {
    padding: 40px 20px; }
    .sub_cap p {
      text-align: left;
      font-size: 1.3rem; }
      .sub_cap p .tab_br {
        display: none; } }

.content_tit {
  font-size: 3vw;
  color: #346633;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .content_tit span {
    background: linear-gradient(transparent 70%, #c6cd80 30%);
    padding: 0 20px 0 40px; }

@media (max-width: 896px) {
  .content_tit {
    font-size: 4.2vw; }
    .content_tit span {
      padding: 0 20px; } }

@media (max-width: 480px) {
  .content_tit {
    font-size: 6.5vw; } }

.area {
  margin: 80px 0; }
  .area img {
    display: block;
    width: 55%;
    margin: 0 auto;
    position: relative;
    bottom: 40px; }

@media (max-width: 896px) {
  .area {
    margin: 60px 0; }
    .area .subtit {
      margin: 20px 0 0 20px; }
    .area img {
      width: 70%; } }

@media (max-width: 480px) {
  .area {
    margin: 50px 0; }
    .area img {
      width: 90%;
      bottom: 10px; } }

.subtit {
  font-size: 1rem;
  margin: 20px 0 0 40px; }
  @media (max-width: 896px) {
    .subtit {
      font-size: 1.2rem;
      margin: 20px 0 0 20px; } }

.fee {
  margin: 80px 0; }
  .fee .truck_fee {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
    margin-top: 30px; }
    .fee .truck_fee .truck_fee_con {
      width: 29.3333333333%;
      margin: 0 2% 30px 2%;
      background: #f5f7f5;
      padding: 20px; }
      .fee .truck_fee .truck_fee_con img {
        width: 100%; }
      .fee .truck_fee .truck_fee_con p {
        text-align: center;
        font-size: 1.5rem;
        color: #ff4900;
        font-weight: bold; }
  .fee .contact_btn p {
    text-align: center;
    font-size: 18px;
    margin-top: 40px; }
    .fee .contact_btn p span {
      border-bottom: 1px solid #346633;
      padding: 0 10px 5px 10px; }
  .fee .contact_btn a {
    margin-top: 30px; }

@media (max-width: 896px) {
  .fee {
    margin: 60px 0; }
    .fee .truck_fee {
      padding: 0 20px; }
      .fee .truck_fee .truck_fee_con {
        width: 46%;
        margin: 0 2% 25px 2%; }
        .fee .truck_fee .truck_fee_con p {
          font-size: 2rem; }
    .fee .contact_btn p {
      font-size: 17px;
      margin-top: 30px; }
    .fee .contact_btn a {
      margin-top: 30px; } }

@media (max-width: 480px) {
  .fee {
    margin: 50px 0; }
    .fee .truck_fee .truck_fee_con {
      padding: 10px; }
    .fee .contact_btn p {
      font-size: 15px;
      margin-top: 20px; }
    .fee .contact_btn a {
      margin-top: 20px; } }

.btn-a, .btn-a::after {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.btn-a {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 260px;
  height: 50px;
  background: #346633;
  border: 2px solid #346633;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.1rem;
  z-index: 0; }
  .btn-a::after {
    background: #ffffff;
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    width: 0; }
  .btn-a:hover {
    color: #346633; }
    .btn-a:hover::after {
      width: 100%; }

.performance {
  margin: 100px 0; }
  .performance .p_table {
    padding: 0 30px;
    margin-top: 60px; }
    .performance .p_table table {
      border-collapse: separate;
      border-spacing: 10px;
      width: 100%; }
      .performance .p_table table th, .performance .p_table table td {
        padding: 5px 10px;
        font-size: 16px;
        text-align: left; }
      .performance .p_table table th {
        color: #fff;
        background: #5D855C;
        width: 20%; }
      .performance .p_table table td {
        background: #EBF0EB; }
      .performance .p_table table .none {
        background: none; }
  .performance .p_table_sp {
    display: none; }

@media screen and (max-width: 700px) {
  .performance {
    margin: 80px 0; }
    .performance .p_table_sp {
      display: block;
      padding: 0px;
      margin-top: 40px; }
      .performance .p_table_sp table {
        border-collapse: separate;
        border-spacing: 10px;
        width: 100%; }
        .performance .p_table_sp table th, .performance .p_table_sp table td {
          padding: 3px 10px;
          font-size: 16px;
          text-align: left; }
        .performance .p_table_sp table th {
          color: #fff;
          background: #5D855C; }
        .performance .p_table_sp table td {
          background: #EBF0EB; }
          .performance .p_table_sp table td:first-child {
            width: 30%; }
        .performance .p_table_sp table .none {
          background: none; }
    .performance .p_table {
      display: none; } }

.footer {
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  background-image: url(../images/footer_back.jpg);
  background-position: center center;
  background-size: cover;
  padding: 0 30px;
  margin-bottom: -1px; }
  .footer .totop {
    display: block;
    width: 100px;
    margin-left: auto;
    position: relative;
    top: 30px; }
    .footer .totop img {
      width: 30px;
      display: block;
      margin: 0 auto; }
    .footer .totop p {
      color: #ffffff;
      font-size: 13px;
      text-align: center;
      margin-top: 5px;
      letter-spacing: 0.1rem; }
  .footer .footer_con h1 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.1rem; }
  .footer .footer_con a {
    display: block;
    width: 200px;
    height: 30px;
    background: #ffffff;
    line-height: 30px;
    text-align: center;
    color: #346633;
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0;
    transition: 300ms; }
    .footer .footer_con a:hover {
      background: rgba(255, 255, 255, 0.75); }
  .footer .footer_con p {
    color: #ffffff;
    line-height: 1.7;
    font-size: 18px; }

.credit {
  width: 100%;
  height: 25px;
  background: black; }
  .credit p {
    text-align: right;
    color: #ffffff;
    line-height: 25px;
    margin-right: 2%;
    font-size: 14px; }

@media screen and (max-width: 600px) {
  .footer {
    height: 350px;
    padding: 0 20px; }
    .footer .totop {
      width: 80px;
      top: 20px; }
    .footer .footer_con h1 {
      font-size: 1.8rem; }
    .footer .footer_con a {
      width: 180px; }
    .footer .footer_con p {
      font-size: 14px; }
  .credit p {
    font-size: 12px;
    text-align: center; } }

@media (max-width: 1024px) {
  .example {
    background-color: red; } }

@media (max-width: 896px) {
  .example {
    background-color: blue; } }

@media (max-width: 480px) {
  .example {
    background-color: yellow; } }

/* - - - - - - - - - - - - - - - - - - - -
about
- - - - - - - - - - - - - - - - - - - - */
.un_top {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #346733, rgba(52, 102, 51, 0.5));
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .un_top .un_top_l {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #346633, rgba(52, 102, 51, 0));
    width: 50%;
    padding: 10px 0; }
    .un_top .un_top_l h2 {
      font-weight: 600;
      color: #ffffff;
      font-size: 3vw;
      letter-spacing: 0.3rem;
      margin: 0 25px 0 10%; }
    .un_top .un_top_l h3 {
      color: #ffffff;
      font-size: 2vw;
      letter-spacing: 0.1rem;
      font-weight: 300; }
  .un_top .un_top_r {
    height: 200px;
    width: 46%;
    background-image: url(../images/un_top.png);
    background-position: right center;
    background-size: cover; }

@media screen and (max-width: 1080px) {
  .un_top {
    height: 150px; }
    .un_top .un_top_l {
      padding: 5px 0; }
      .un_top .un_top_l h2 {
        font-size: 2.8vw; }
    .un_top .un_top_r {
      height: 150px; } }

@media (max-width: 896px) {
  .un_top {
    margin-top: 35px; }
    .un_top .un_top_l h2 {
      font-size: 3.5vw; } }

@media screen and (max-width: 700px) {
  .un_top {
    height: 120px; }
    .un_top .un_top_l {
      background-image: url(../images/un_top.png);
      background-position: right bottom;
      background-size: cover;
      width: 100%;
      height: 120px; }
      .un_top .un_top_l h2 {
        font-size: 4.5vw;
        letter-spacing: 0.2rem;
        margin: 0 20px 0 5%; }
      .un_top .un_top_l h3 {
        font-size: 3vw; }
    .un_top .un_top_r {
      display: none; } }

@media (max-width: 480px) {
  .un_top .un_top_l h2 {
    font-size: 5.5vw;
    letter-spacing: 0.3rem; }
  .un_top .un_top_l h3 {
    font-size: 4vw; } }

.company {
  margin: 80px 0; }
  .company .company_con {
    margin-top: 60px;
    padding: 0 30px;
    display: flex; }
    .company .company_con .company_con_l {
      width: 55%;
      margin-right: 5%; }
      .company .company_con .company_con_l table {
        width: 100%;
        border-collapse: collapse; }
        .company .company_con .company_con_l table tr {
          border-bottom: 1px solid #99b299; }
          .company .company_con .company_con_l table tr:last-child {
            border: 0; }
          .company .company_con .company_con_l table tr th, .company .company_con .company_con_l table tr td {
            padding: 10px 3%;
            font-size: 1rem;
            text-align: left; }
          .company .company_con .company_con_l table tr th {
            min-width: 100px; }
    .company .company_con .company_con_r {
      display: block;
      width: 40%; }
  .company .map {
    margin-top: 80px; }
    .company .map p {
      margin: 0 0 10px 30px;
      font-weight: 700;
      font-size: 1.2rem;
      color: #346633; }

@media (max-width: 896px) {
  .company {
    margin: 60px 0; }
    .company .company_con {
      margin-top: 50px;
      padding: 0 20px; }
      .company .company_con .company_con_l {
        width: 58%;
        margin-right: 2%; }
    .company .map {
      margin-top: 60px; }
      .company .map p {
        margin: 0 0 10px 20px; }
      .company .map iframe {
        height: 300px; } }

@media screen and (max-width: 600px) {
  .company {
    margin: 50px 0; }
    .company .company_con {
      margin-top: 40px;
      display: block; }
      .company .company_con .company_con_l {
        width: 100%;
        margin-right: 0; }
        .company .company_con .company_con_l table tr th, .company .company_con .company_con_l table tr td {
          font-size: 1.2rem; }
      .company .company_con .company_con_r {
        display: block;
        margin: 40px auto;
        width: 70%; }
    .company .map {
      margin-top: 50px; }
      .company .map iframe {
        height: 250px; } }

.feature {
  margin: 80px 0; }
  .feature .feature_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
    margin-top: 60px; }
    .feature .feature_con .feature_con_a {
      width: 44%;
      margin: 0 3%; }
      .feature .feature_con .feature_con_a h4 {
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 25px;
        letter-spacing: 0.1rem; }
        .feature .feature_con .feature_con_a h4 span {
          background: #346633;
          padding: 3px 15px; }
      .feature .feature_con .feature_con_a img {
        width: 100%; }
      .feature .feature_con .feature_con_a .feature_txt {
        background: #f5f7f5;
        padding: 20px 30px; }
        .feature .feature_con .feature_con_a .feature_txt p {
          font-size: 1rem; }
        .feature .feature_con .feature_con_a .feature_txt h6 {
          font-weight: 700;
          line-height: 1.8;
          font-size: 1.1rem; }
  .feature .certificate {
    width: 94%;
    margin: 80px 3%; }
    .feature .certificate h4 {
      color: #ffffff;
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 25px;
      letter-spacing: 0.1rem; }
      .feature .certificate h4 span {
        background: #346633;
        padding: 3px 15px; }
    .feature .certificate .certificate_con {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .feature .certificate .certificate_con .c_element {
        width: 30%;
        margin: 30px 0; }
        .feature .certificate .certificate_con .c_element img {
          width: 50%;
          display: block;
          margin: 0 auto; }
        .feature .certificate .certificate_con .c_element p {
          font-size: 1.2rem;
          font-weight: 600;
          text-align: center;
          margin-top: 20px; }

@media (max-width: 896px) {
  .feature {
    margin: 60px 0; }
    .feature .feature_con {
      padding: 0 20px;
      margin-top: 50px; }
      .feature .feature_con .feature_con_a {
        width: 46%;
        margin: 0 2%; }
        .feature .feature_con .feature_con_a .feature_txt {
          padding: 20px; }
          .feature .feature_con .feature_con_a .feature_txt h6 {
            line-height: 1.7; }
    .feature .certificate {
      width: 96%;
      margin: 60px 2% 0 2%; }
      .feature .certificate .certificate_con .c_element img {
        width: 65%; }
      .feature .certificate .certificate_con .c_element p {
        font-size: 1.2rem;
        margin-top: 15px; } }

@media screen and (max-width: 600px) {
  .feature {
    margin: 50px 0; }
    .feature .feature_con {
      display: block;
      margin-top: 40px; }
      .feature .feature_con .feature_con_a {
        width: 94%;
        margin: 0 3% 40px 3%; }
        .feature .feature_con .feature_con_a .feature_txt p {
          font-size: 1.2rem; }
        .feature .feature_con .feature_con_a .feature_txt h6 {
          font-size: 1.3rem; }
    .feature .certificate {
      margin: 40px 3%; }
      .feature .certificate .certificate_con {
        justify-content: flex-start; }
        .feature .certificate .certificate_con .c_element {
          width: 48%;
          margin: 20px 1%; }
          .feature .certificate .certificate_con .c_element img {
            width: 60%; } }

.owned {
  margin: 80px 0; }
  .owned .owned_con {
    margin-top: 60px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between; }
    .owned .owned_con .owned_con_l {
      width: 57%; }
      .owned .owned_con .owned_con_l table {
        border-collapse: separate;
        border-spacing: 10px;
        width: 100%; }
        .owned .owned_con .owned_con_l table th, .owned .owned_con .owned_con_l table td {
          padding: 5px 10px;
          font-size: 16px;
          text-align: left; }
        .owned .owned_con .owned_con_l table th {
          color: #fff;
          background: #5D855C; }
        .owned .owned_con .owned_con_l table td {
          background: #EBF0EB; }
        .owned .owned_con .owned_con_l table .none {
          background: none; }
    .owned .owned_con .owned_con_r {
      display: block;
      width: 40%; }

@media (max-width: 896px) {
  .owned {
    margin: 60px 0; }
    .owned .owned_con {
      margin-top: 50px;
      padding: 0 20px; }
      .owned .owned_con .owned_con_l {
        width: 68%; }
        .owned .owned_con .owned_con_l table th, .owned .owned_con .owned_con_l table td {
          font-size: 15px; }
      .owned .owned_con .owned_con_r {
        width: 30%; } }

@media screen and (max-width: 660px) {
  .owned {
    margin: 50px 0; }
    .owned .owned_con {
      margin-top: 40px;
      display: block; }
      .owned .owned_con .owned_con_l {
        width: 100%; }
      .owned .owned_con .owned_con_r {
        display: flex;
        justify-content: space-around;
        margin: 20px auto 0 auto;
        width: 100%; }
        .owned .owned_con .owned_con_r div {
          width: 45%; } }

.p_policy {
  margin: 80px 0; }
  .p_policy .p_policy_con {
    margin: 60px auto;
    display: block;
    padding: 0 30px; }
    .p_policy .p_policy_con h6 {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px; }
    .p_policy .p_policy_con p {
      font-size: 1rem;
      margin-bottom: 30px; }

@media (max-width: 896px) {
  .p_policy {
    margin: 60px 0; }
    .p_policy .p_policy_con {
      margin-top: 40px;
      padding: 0 20px; }
      .p_policy .p_policy_con h6 {
        font-size: 1.3rem;
        margin-bottom: 10px; }
      .p_policy .p_policy_con p {
        font-size: 1.1rem;
        margin-bottom: 20px; } }

/* - - - - - - - - - - - - - - - - - - - -
recruit
- - - - - - - - - - - - - - - - - - - - */
.tel_con {
  margin-top: 40px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between; }
  .tel_con .tel_con_txt {
    line-height: 1.8;
    margin-right: 20px; }
  .tel_con .tel_btns {
    display: flex; }
    .tel_con .tel_btns .tel_btn a {
      display: block;
      width: 200px;
      height: 40px;
      border: 2px solid #FF1C00;
      color: #FF1C00;
      line-height: 42px;
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      background: white;
      border-radius: 21px;
      margin: 0 10px;
      transition: 300ms ease-in; }
      .tel_con .tel_btns .tel_btn a:hover {
        background: #FF1C00;
        color: #ffffff; }
    .tel_con .tel_btns .tel_btn p {
      text-align: right;
      font-size: 0.9rem;
      margin-top: 5px; }

@media screen and (max-width: 700px) {
  .tel_con {
    padding: 0 20px;
    display: block; }
    .tel_con .tel_con_txt {
      margin-right: 0px;
      margin-bottom: 20px; }
    .tel_con .tel_btns {
      justify-content: center; }
      .tel_con .tel_btns .tel_btn p {
        font-size: 1rem; } }

@media screen and (max-width: 500px) {
  .tel_con {
    margin-top: 20px; }
    .tel_con .tel_btns .tel_btn a {
      width: 150px;
      height: 30px;
      line-height: 32px;
      font-size: 18px;
      border-radius: 16px;
      margin: 0 5px; } }

.job {
  margin: 80px 0 0 0; }
  .job .split {
    display: flex;
    justify-content: space-between; }
    .job .split .split_l {
      width: 60%;
      margin-right: 5%; }
      .job .split .split_l .job_txt {
        padding-left: 30px;
        margin: 40px 0 100px 0; }
        .job .split .split_l .job_txt p {
          line-height: 2;
          font-size: 1.1rem; }
      .job .split .split_l .location {
        padding-left: 30px;
        margin: 40px 0 100px 0; }
        .job .split .split_l .location h4 {
          color: #ffffff;
          font-size: 1.3rem;
          font-weight: 600;
          margin: 10px 0 20px 0;
          letter-spacing: 0.1rem; }
          .job .split .split_l .location h4 span {
            background: #346633;
            padding: 3px 15px; }
        .job .split .split_l .location table {
          width: 100%;
          border-collapse: collapse; }
          .job .split .split_l .location table tr {
            border-bottom: 1px solid #99b299; }
            .job .split .split_l .location table tr:last-child {
              border: 0; }
            .job .split .split_l .location table tr th, .job .split .split_l .location table tr td {
              padding: 10px 3%;
              font-size: 1rem;
              text-align: left; }
            .job .split .split_l .location table tr th {
              min-width: 100px; }
    .job .split .split_r {
      display: block;
      margin-right: 30px;
      width: 35%; }
      .job .split .split_r img {
        display: block;
        margin-bottom: 30px;
        width: 100%;
        max-width: 350px; }

@media (max-width: 896px) {
  .job {
    margin: 60px 0; }
    .job .split .split_l {
      width: 65%;
      margin-right: 3%; }
      .job .split .split_l .job_txt {
        padding-left: 20px;
        margin: 30px 0 80px 0; }
      .job .split .split_l .location {
        padding-left: 20px;
        margin: 30px 0 80px 0; }
        .job .split .split_l .location h4 {
          margin: 50px 0 10px 0; }
          .job .split .split_l .location h4 span {
            padding: 3px 10px; }
        .job .split .split_l .location table tr th, .job .split .split_l .location table tr td {
          font-size: 1.1rem; }
    .job .split .split_r {
      margin-top: 30px;
      margin-right: 20px;
      width: 32%; } }

@media screen and (max-width: 600px) {
  .job {
    margin: 50px 0 0 0; }
    .job .split {
      display: block; }
      .job .split .split_l {
        width: 100%;
        margin-right: 0; }
        .job .split .split_l .job_txt {
          margin: 20px 0 60px 0; }
          .job .split .split_l .job_txt p {
            padding: 0 20px 0 0; }
            .job .split .split_l .job_txt p .pc_br {
              display: none; }
        .job .split .split_l .location {
          padding-right: 20px;
          margin: 20px 0 60px 0; }
          .job .split .split_l .location h4 {
            margin: 30px 0 10px 0;
            font-size: 1.2rem; }
          .job .split .split_l .location table tr th, .job .split .split_l .location table tr td {
            padding: 10px 0%;
            font-size: 1.1rem; }
      .job .split .split_r {
        display: flex;
        justify-content: center;
        margin: -30px 0 60px 0;
        padding: 0 20px;
        width: 100%; }
        .job .split .split_r div {
          width: 48%;
          margin: 0 5px; }
          .job .split .split_r div img {
            margin: 0; } }

/* - - - - - - - - - - - - - - - - - - - -
contact
- - - - - - - - - - - - - - - - - - - - */
.sp_br {
  display: none; }

@media (max-width: 480px) {
  .sp_br {
    display: block; } }

.contact_txt {
  margin: 80px 0;
  padding: 0 30px; }
  .contact_txt p {
    text-align: center;
    line-height: 2;
    font-size: 1.1rem; }

@media screen and (max-width: 760px) {
  .contact_txt {
    margin: 60px 0;
    padding: 0 20px; } }

@media (max-width: 480px) {
  .contact_txt {
    margin: 40px 0;
    padding: 0 10px; } }

.thanks_txt {
  margin: 80px 0 160px 0;
  padding: 0 30px; }
  .thanks_txt h5 {
    text-align: center;
    line-height: 2;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 2px; }

@media screen and (max-width: 1000px) {
  .thanks_txt {
    margin: 80px 0; }
    .thanks_txt h5 {
      font-size: 1.4rem;
      letter-spacing: 1px; } }

@media (max-width: 480px) {
  .thanks_txt {
    margin: 60px 0;
    padding: 0 10px; }
    .thanks_txt h5 {
      font-size: 1.3rem; } }

.contact_form {
  max-width: 600px;
  display: block;
  margin: 60px auto 0 auto; }
  .contact_form form .formTable {
    border-collapse: collapse;
    width: 100%; }
    .contact_form form .formTable tr th, .contact_form form .formTable tr td {
      color: #262626;
      display: block;
      font-size: 1.1rem; }
    .contact_form form .formTable tr th {
      text-align: left;
      padding-bottom: 15px; }
      .contact_form form .formTable tr th span {
        color: #ffffff;
        background: #ff1c00;
        padding: 3px 7px;
        font-size: 16px;
        font-weight: 500;
        margin-left: 20px; }
    .contact_form form .formTable tr td {
      width: 100%;
      padding-bottom: 40px; }
      .contact_form form .formTable tr td p {
        text-align: right;
        margin-top: 5px;
        font-size: 16px; }
    .contact_form form .formTable tr .weight {
      display: flex;
      align-items: center;
      padding-bottom: 20px; }
      .contact_form form .formTable tr .weight h5 {
        font-size: 16px;
        width: 40px; }
      .contact_form form .formTable tr .weight input {
        width: 150px;
        margin: 0 10px; }
      .contact_form form .formTable tr .weight:last-child {
        padding-bottom: 40px; }
  .contact_form form .confirm_btn input {
    display: block;
    width: 200px;
    margin: 60px auto;
    height: 50px;
    line-height: 44px;
    background: #ff4900;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    border: 2px solid #ff4900;
    border-radius: 25px;
    cursor: pointer;
    transition: 300ms; }
    .contact_form form .confirm_btn input:hover {
      color: #ff4900;
      background: #ffffff; }
  .contact_form form .send_btns {
    display: flex;
    justify-content: center;
    margin: 100px auto 200px auto; }
    .contact_form form .send_btns input {
      display: block;
      width: 200px;
      margin: 0 20px;
      height: 50px;
      line-height: 44px;
      text-align: center;
      font-size: 23px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #ffffff;
      border-radius: 25px;
      cursor: pointer;
      transition: 300ms; }
    .contact_form form .send_btns .back_btn {
      background: #346633;
      border: 2px solid #346633; }
      .contact_form form .send_btns .back_btn:hover {
        color: #346633;
        background: #ffffff; }
    .contact_form form .send_btns .send_btn {
      background: #ff4900;
      border: 2px solid #ff4900; }
      .contact_form form .send_btns .send_btn:hover {
        color: #ff4900;
        background: #ffffff; }

@media screen and (max-width: 760px) {
  .contact_form {
    max-width: 94%;
    margin: 50px auto 0 auto; }
    .contact_form form .formTable tr th, .contact_form form .formTable tr td {
      font-size: 15px;
      line-height: 1; }
    .contact_form form .formTable tr th {
      padding-bottom: 10px; }
      .contact_form form .formTable tr th span {
        font-size: 14px; }
    .contact_form form .formTable tr td {
      padding-bottom: 30px; }
      .contact_form form .formTable tr td p {
        font-size: 14px; }
    .contact_form form .formTable tr .weight {
      justify-content: center; }
      .contact_form form .formTable tr .weight h5 {
        font-size: 15px;
        width: 30px; }
      .contact_form form .formTable tr .weight input {
        width: 40%; }
    .contact_form form .confirm_btn input {
      margin: 40px auto;
      height: 45px;
      line-height: 40px;
      font-size: 20px; }
    .contact_form form .send_btns {
      display: block;
      margin: 40px auto 100px auto; }
      .contact_form form .send_btns input {
        margin: 30px auto;
        height: 45px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 23px; } }

.error {
  margin: 150px 0 200px 0; }
  .error h4 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff0000; }
  .error h5 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 60px 0;
    line-height: 1.8; }
  .error .error_messe {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.8;
    color: #ff0000;
    letter-spacing: 1px; }
  .error .error_btn input {
    display: block;
    width: 200px;
    margin: 60px auto;
    height: 50px;
    line-height: 44px;
    background: #346633;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    border: 2px solid #346633;
    border-radius: 25px;
    cursor: pointer;
    transition: 300ms; }
    .error .error_btn input:hover {
      color: #346633;
      background: #ffffff; }

@media (max-width: 480px) {
  .error {
    margin: 60px 0 120px 0;
    padding: 0 20px; }
    .error h4 {
      font-size: 1.6rem; }
    .error h5 {
      font-size: 15px;
      margin: 40px 0; }
    .error .error_messe {
      font-size: 15px;
      font-weight: 400;
      margin: 10px 0; }
    .error .error_btn input {
      margin: 50px auto;
      height: 45px;
      line-height: 40px;
      font-size: 20px;
      border-radius: 23px; } }

.contact_back {
  background-image: url(../images/contact_back.jpg);
  background-position: right center;
  background-position-x: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  position: relative;
  bottom: 150px;
  z-index: -10; }

@media screen and (max-width: 1000px) {
  .contact_back {
    background-position-x: 20px;
    bottom: 30px; } }

@media screen and (max-width: 700px) {
  .contact_back {
    height: 150px;
    background-position-x: 20px;
    bottom: 30px; } }

@media (max-width: 480px) {
  .contact_back {
    height: 100px; } }
