/* travelge_operator.css */

/* operatorOne */

.operatorOne header,.operator header{
  background-color: #2c5f40;
  position: relative;
}
.operatorOne__top{
  position: relative;
  height: 540px;
  margin-bottom: 40px;
}
.operatorOne__top__bg{
  position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 900px);
}
.operatorOne__top__bg img{
  height: 540px;
    width: auto;
    object-fit: cover;
}
.ttl__pt02{
  background-color: #d7e2c7;
    border-radius: 10px;
    padding: 10px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.operatorOne__top h3{
  font-size: 50px;
    color: #FFF;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 10px;
}
.operatorOne__top h4{
  color: #FFF;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 60px;
}
.operatorOne__top .lead{
  background-color: #FFF;
    display: inline;
    line-height: 2.5;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 20px;
}
.company table{
  border: solid #e8e8e8 2px;
    width: 100%;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}
.company table tr{
  border-bottom: solid 2px #e8e8e8;
}
.company table th{
  width: 30%;
    padding: 6px 30px;
    background: #f5f5f5;
    font-weight: bold;
}
.company table th img{
  display: inline-block;
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.company table td{
  padding: 6px 30px;
  width: 70%;
}

@media all and (max-width: 767px) {
  .company table tr{
    display: flex;
    flex-direction: column;
  }
  .company table th{
    width: 100%;
    text-align: center;
  }
  .company table td{
    width: 100%;
    text-align: center;
  }
  .company table tr:last-child{
    border-bottom: none;
  }
}
.reason__inner{
  width: 90%;
  margin: 0 auto;
}
.reason__inner li{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.reason__inner li img{
  display: inline;
  padding-right: 10px;
  width: 49px;
  height: 45px;
  object-fit: contain;
  margin-right: 15px;
}
.reason__inner li span{
  font-weight: bold;
  font-size: 20px;
}

/* staff */

.staff .photo{
  width: 30%;
  margin-right: 3%;
}
.staff .photo img{
  width: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.staff .text{
  text-align: left;
  width: 67%;
}
.staff .text h4{
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  font-size: 22px;
}
.staff .text h5{
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 2px 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.staff .text table th{
  font-weight: bold;
  width: 9em;
  display: flex;
}
.staff .text table th img{
  margin-right: 5px;
  width: 15px;
  height: 25px;
  object-fit: contain;
}
.staff__comment{
  margin: 15px 0;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 30px;
}
.staff__comment .ttl{
  font-weight: bold;
  margin-bottom: 15px;
}
.staff__comment .body{
  width: 100%;
  margin: 0 auto;
}
.staff__profile .ttl{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #cca845;
  font-weight: bold;
}
.staff__profile .ttl img{
  margin-right: 10px;
}
.staff__profile ul li{
  margin-bottom: 5px;
}
.staff__profile ul li span{
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .operatorOne__top{
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .operatorOne__top h3{
    padding-top: 20px;
    font-size: 30px;
  }
  .operatorOne__top h4{
    padding-bottom: 20px;
    font-size: 18px;
  }
  .operatorOne__top .lead{
    font-size: 14px;
  }
  .ttl__pt02{
    font-size: 20px;
  }
  .reason__inner li span{
    font-size: 16px;
  }
  .staff .photo{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .staff .text{
    width: 100%;
  }
  .staff .text h4{
    font-size: 16px;
  }
  .staff__comment{
    padding: 15px;
  }
  .staff__comment .ttl{
    margin-bottom: 5px;
  }
  .staff__comment .body{
        font-size: 14px;
  }
}



/* operator */

.main{
  position: relative;
}
.operator__top{
  position: relative;
  height: 540px;
}
.operator__top h3{
  font-size: 50px;
  color: #FFF;
  font-weight: bold;
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}
.operator__top .lead{
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 60px;
  text-align: center;
}
.operator__bg{
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 900px);
}
.operator__bg img{
  height: 540px;
  width: 1800px;
  object-fit: cover;
}
.operator .partner .text h5{
  background-color: #FFF;
}
.partner__box{
  padding: 0 10px;
}
.partner__box .photo{
  margin-bottom: 10px;
}
.partner__box .photo img{
  border-radius: 10px;
}
.partner__box .text h4{
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 15px;
}
.partner__box .text ul .ttl{
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
.partner__box .text ul .ttl i{
  color: #caa846;
}
.partner__box .text ul .body{
  font-size: 15px;
  margin-bottom: 10px;
}
.partner__box .text .link{
  text-align: center;
}
.partner__box .text .link p{
  background-color: #caa846;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 10px 50px 8px 50px;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
}
.merit__box{
  padding: 0 10px;
}
.merit__box__inner{
  text-align: center;
/*   background: url(/upload/tenant_1/travelge_img_circle.webp) top center no-repeat;
background-size: contain;
padding: 60px; */
}
.merit__box .icon img{
  display: inline;
}
.merit__box h4{
  font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
}
.merit__box .text{
  font-size: 15px;
    margin-bottom: 15px;
}
.merit__box .text span{
  color:#a8841c;
  font-weight: bold;
}

@media all and (max-width: 1140px) {
  .merit__box__inner{
    padding: 30px 40px 40px 40px;
  }
}
/* @media all and (max-width: 1025px) {
  .merit__inner{
    flex-direction: column;
  }
  .merit__box{
    width: 60%;
    margin: 0 auto;
  }
} */

.support__inner li{
  font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.support__inner li i{
  color: #caa846;
}
.support__inner .photo img{
  border-radius: 15px;
}
.operator section.more{
  background-color: #f5f5f5;
}
@media all and (max-width: 767px) {
  .operator__top{
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .operator__top h3{
    padding-top: 20px;
    font-size: 26px;
  }
  .operator__top .lead{
    padding-bottom: 20px;
    font-size: 18px;
  }
  .operator__bg img{
    object-position: 200px 0;
  }
  .support__inner li{
    font-size: 15px;
  }
}
