/* travelge_career.css */

.career__top{
  position: relative;
    width: 1800px;
    margin: 0 auto;
}
.career__bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.career__bg img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.career__top .inner1200{
  padding: 40px 0;
}
.career__top h4{
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.career__top h3{
  font-size: 60px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
}
.career__img ul li{
  position: relative;
  margin-top: 60px;
  padding: 0 15px;
}
.career__img ul li:nth-child(2){
  margin-top: 30px;
}
.career__img ul li:last-child{
  margin-top: 0px;
}
.career__img ul li img{
  border-radius: 15px;
}
.career__img ul li span{
  position: absolute;
  bottom: 20px;
  background-color: #2c5f40;
  color: #FFF;
  padding: 5px 20px;
  border-radius: 0 6px 6px 0;
  font-weight: bold;
}
.career__img ul li:nth-child(2) span{
  bottom: 50px;
}
.career__img ul li:last-child span{
  bottom: 80px;
}
.career__top h5{
  margin: 30px 10px 10px 10px;
    text-align: center;
    background-color: #FFF;
    padding: 10px;
    border-radius: 30px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
}
.career__top h5 span{
  font-size: 22px;
    color: #2c5f40;
}
.ttl__pt02{
  color: #2c5f40;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
.ttl__pt02 span{
  color: #2c5f40;
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.career__info{
  margin-bottom: 60px;
}
.career__info .photo{
  width: 40%;
  position: relative;
}
.career__info .photo li{
  border-radius: 15px;
  overflow: hidden;
}

.swiper02{
  overflow: hidden;
}
.career__info .text{
  width: 58%;
  margin-left: 2%;
}
.ttl__pt03{
  background-color: #d7e2c7;
  border-radius: 6px;
  padding: 5px 20px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.career__info .text p{
  font-size: 15px;
  margin-bottom: 20px;
}
.career__info .text ul{
  font-size: 22px;
    font-weight: bold;
}
.career__info .text ul li span{
  color: #b73727;
}

@media all and (max-width: 1800px) {
  .career__top{
    width: 100%;
  }
  .career__info{
    width: 100%;
  }
}
@media all and (max-width: 738px) {
  .ttl__pt02{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ttl__pt02 span{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .career__top .inner1200{
    padding: 10px 0;
  }
  .career__top h4{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .career__top h3{
    font-size: 30px;
  }
  .career__img ul{
    flex-direction: column;
  }
  .career__img ul li{
    width: 90%;
    margin-top: 10px;
    padding: 0;
    margin-left: 5%;
    overflow: hidden;
  }
  .career__img ul li:nth-child(2){
    margin-top: 15px;
  }
  .career__img ul li:last-child{
    margin-top: 15px;
  }
  .career__img ul li img{
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  .career__img ul li span{
    font-size: 15px;
    bottom: 10px;
  }
  .career__img ul li:nth-child(2) span,.career__img ul li:last-child span{
    bottom: 10px;
  }
  .career__top h5{
    font-size: 14px;
    border-radius: 20px;
    margin: 20px 0 10px 0;
  }
  .career__top h5 span{
    font-size: 18px;
  }
  .career__info{
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .career__info .photo{
    width: 100%;
  }
  .career__info .text{
    width: 100%;
    margin-top: 30px;
  }
  .ttl__pt02{
    margin-bottom: 10px;
  }
  .ttl__pt03{
    font-size:18px;
  }
  .career__info .text p{
    font-size: 13px;
    margin-bottom: 15px;
  }
  .career__info .text ul{
    font-size: 18px;
  }
  
}
.schedule__ttl{
  color: #2c5f40;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
.schedule table{
  width: 100%;
  border: solid 2px #e8e8e8;
}
.schedule table tr th{
  background-color: #4b7733;
  color: #FFF;
  font-weight: bold;
  padding: 5px 0;
  border-right: solid 2px #e8e8e8;
  text-align: center;
}
.schedule table tr td{
  padding: 5px 0;
  text-align: center;
  border-bottom: solid 2px #e8e8e8;
}
.schedule table tr .bgG{
  background-color:#f5f5f5;
}
.career .coution{
  padding: 10px 0;
  color: #b73727;
  font-size: 16px;
}
.point h5{
  color: #2c5f40;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0;
}
.point h5 span{
  font-size: 1.3em;
  padding-right: 10px;
}
.point ul li{
  list-style-type: disc;
  margin-left: 20px;
}
.mb30{
  margin-bottom: 30px;
}



@media all and (max-width: 738px) {
  .schedule .table__wrap{
    overflow: auto;
  }
  .schedule table{
    width: 800px;
    font-size: 14px;
  }
  .career .coution{
    font-size: 14px;
  }
}



.comparison table{
  background-color: #f9f3de;
  border:solid 2px #e8e8e8;
  text-align: center;
  font-size: 15px;
  width: 100%;
}
.comparison table tr{
  border-bottom: solid 2px #e4d296;
}
.comparison table tr:last-child{
  border-bottom:none;
}
.comparison table th{
  background-color: #cdac41;
  color: #FFF;
  font-weight: bold;
  border-right: solid 2px #f0e5c1;
  font-size: 18px;
  padding: 10px;
}
.comparison table th span{
  display: block;
  font-size: 15px;
}
.comparison table td{
  border-right: solid 2px #e4d296;
  padding: 10px;
}
.comparison table td:last-child{
  border-right:none;
}
.comparison table td.ttl{
  background-color: #f0e5c1;
  font-weight: bold;
  border-right: none;
}

@media all and (max-width: 738px) {
  .comparison .table__wrap{
    overflow: auto;
  }
  .comparison table{
    width: 800px;
    font-size: 14px;
  }
  .comparison table th{
    font-size: 16px;
    padding: 5px;
  }
  .comparison table th span{
    font-size: 14px;
  }
  .comparison table td.ttl{
    padding: 5px;
  }
}


.needs table{
  width: 100%;
  border:solid 2px #e8e8e8;
}
.needs table tr{
  border-bottom: solid 2px #e4d296;
}
.needs table tr:last-child{
  border-bottom:none;
}
.needs table th{
  background-color: #cdac41;
  color: #FFF;
  font-weight: bold;
  padding: 15px;
  width: 25%;
  text-align: left;
}
.needs table td{
  background-color: #f0e5c1;
  padding: 15px;
}
.needs table td span{
  display: block;
  font-weight: bold;
}


@media all and (max-width: 738px) {
  .needs .table__wrap{
    overflow: auto;
  }
  .needs table{
    width: 800px;
    font-size: 14px;
  }
  
}

.career section.more{
  background-color: #f5f5f5;
}


