@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */
/* common */
@media (min-width:1200px) {
}
@media (max-width:991px) {
}
@media (max-width:767px) {
}
body{
  line-height: 1.5em;
  font-family:'Noto Sans JP',"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
  color:#333;
  font-size: 18px;
  font-weight:normal;
  letter-spacing: 0.1em;
}
@media (max-width:767px) {
  body{
  font-size: 16px;
}}
.alpha {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.d-flex{
  display: flex;
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/

.header .container-fluid{
  padding: 20px 10px 15px 15px;
}
.header .h_right img{
  width: 25%;
  display: initial;
}
@media (max-width:991px) {
  .header .h_right img {
    width: 38%;
}}
@media (max-width:767px) {
  .h_logo_sp{
    width: 70%;
  }}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
.ttl{
  padding-bottom: 50px;
}
.container{
  padding: 100px 0px;
}

@media (max-width:767px){
.container{
  padding: 30px 20px;
}
.ttl{
  padding-bottom: 25px;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}}

/* 共通フォント */
.ttl_text01{
  font-size: 180%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ttl_text02{
  font-size: 280%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ttl_text01-2{
  font-size: 180%;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
}
.ttl_text02-2{
  font-size: 280%;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
  padding-top: 5px;
}
@media (max-width:991px) {
    .ttl_text01{
  font-size: 140%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.ttl_text02{
  font-size: 200%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ttl_text01-2{
  font-size: 140%;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
  margin-bottom: 0px;
}
.ttl_text02-2{
  font-size: 150%;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
  padding-top: 0px;
}
}
@media (max-width:767px) {
  .ttl_text01{
  font-size: 120%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.ttl_text02{
  font-size: 150%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.ttl_text01-2{
  font-size: 120%;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
  margin-bottom: 0px;
}
.ttl_text02-2{
  font-size: 150%;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
  padding-top: 0px;
}}


/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
  background-image: url(../images/cta_bg.png);
  background-position: bottom;
}
.cta01-1{
  background-image: url(../images/cta_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta_ttl{
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.cta_bosyu{
  margin-left: auto;
}
.cta_text{
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-top: 20px;
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cta_form02{
  margin: 0 auto;
}

@media (max-width:767px){
  .cta{
  background-image: url(../images/cta_bg_sp.png);
  background-position: bottom;
}
  .cta01-1{
  background-image: url(../images/cta_bg_sp.png);
  background-position: bottom;
}
  .cta_ttl{
  font-size: 180%;
  line-height: 1.0em;
}
.cta_bosyu {
    margin-left: auto;
    margin-right: auto;
}
.cta_form{
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.cta_text{
  padding-top: 10px;
  padding-bottom: 52px;
}

.cta_form{
  padding-top: 15px;
}}



/*-----------------------------------------------------
FV
-------------------------------------------------------*/
.fv{
  background-image: url(../images/fv_bg.png);
}
.fv .container{
  padding: 40px 0px 0px;
}

@media (max-width:767px) {
.fv{
  background: none;
}
.fv .container{
  padding: 0px !important;
}}

/*-----------------------------------------------------
長く働ける魅力
-------------------------------------------------------*/
.miryoku{
  background-color: #fff;
  padding: 100px 0px 0px;
}

@media (max-width:767px){
  .triangle{
    width: 60%;
  }}

/*-----------------------------------------------------
京成バスの強み
-------------------------------------------------------*/
.point{
  background-color: #ffffcd;
}
.point_box02{
  text-align: center;
  padding: 50px 0 100px;
}
.point_ttl{
    display: inline-block;
    font-size: 200%;
    font-weight: 700;
    color: #333;
    background: #fff;
    border: 3px solid #333;
    padding: 1.5rem 2rem;
    border-radius: 50px;
    width: 50rem;
    text-align: center;
    margin: 0 auto 1em;
  }

.point01_pic{
  padding: 25px 0px;
}
.support_text{
  font-size: 160%;
  font-weight: 700;
  text-align: center;
  padding-bottom: 25px;
  color: #ff3c00;
}
.bold_text{
  font-weight: bold;
  padding: 10px 30px;
}
.y_marker{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
@media (max-width:767px){
.point_box02{
  padding: 10px 0 80px;
}
.point_ttl{
    font-size: 120%;
    padding: 0.8rem 1.5rem;
    width: 30rem;
    margin: 0 auto 1em;
  }
.support_text{
  font-size: 120%;
}
.point_pic{
  padding: 20px 0px;
}
.bold_text{
  padding: 5px 5px;
}
.point_pic02{
  padding: 20px 0px;
}}

/*-----------------------------------------------------
1日のスケジュール
-------------------------------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.schedule{
  background-color: #ffffcd;
}

.schedule_pic{
  padding-top: 30px;
}

/*-----------------------------------------------------
社員インタビュー 
-------------------------------------------------------*/
.voice{
  background-color: #ffffcd;  
}
.voice_box{
  background: #fff;
  border:2px solid #333;
  border-radius: 30px;
  padding: 20px;
  margin: 0.5rem;
}
.voice_ttl{
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width:767px){
.voice_box{
  padding: 1rem 0.5rem;
}
.voice_ttl{
  font-size: 1.45rem;
}}



/*アコーディオン
------------------------------------------------*/
.voice_q{
  font-size: 1.8rem;
  padding-left: 1em;
  text-indent: -1.75em;
  margin-bottom: 0.5rem;
  padding-right: 5rem;
}
.voice_a{
  font-size: 1.5rem;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 0;
}
.voice_qa{
  color: #ff780b;
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width:991px){
  .voice_q{
    font-size: 1.5rem;
}}

@media (max-width:767px){
  .voice_q{
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.5em;
}
  .voice_a{
  font-size: 90%;
  line-height: 1.5em;
}
.voice_q_ttl{
  font-weight: bold;
  font-size: 110%;
  padding-top: 0px;
  text-align: center;
 }}

.voice .toggle {
  display: none;
}
.voice .Label {    /*タイトル*/
  padding: 0;
  display: block;
  color: #333;
  background:#fff;
  margin-bottom: -1px!important;
}
.voice .Label::before{   /*タイトル横の矢印*/
  content:"";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff780b;
  border-right: 2px solid #ff780b;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.voice .Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.voice .content {    /*本文*/
  height: 0;
  margin-bottom:20px;
  overflow: hidden;
}
.voice .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  transition: all .3s;
  padding:0.5rem 1rem;
  background-color: #ededed;
  border-radius: 20px;
}
.voice .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

@media (max-width:767px){
  .voice .Label::before{   /*タイトル横の矢印*/
  right: -10px;
}
.voice_q{
  padding-right: 1rem;
}
.voice .content {    /*本文*/
  margin-bottom:0;
}}

/* スライド
------------------------------------------------*/
.voice ul{
  padding-inline-start: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.slick-prev {
    left: -50px !important;
    z-index: 2;
}
.slick-next {
    right: -15px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 20px !important;/*ボタンのサイズ*/
    background: #828282;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.8em;
}

.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slick-arrow:before{
    content:""!important;
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../images/slick-next.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/slick-prev.png)!important;
    background-size: contain!important;
}

@media (max-width:767px) {
.voice ul{
  width: 90%;
}
.slick-prev {
    left: -35px !important;
    z-index: 2;
}
.slick-next {
    right: -22px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 10px !important;/*ボタンのサイズ*/
    background: #828282;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.8em;
}
.slick-dots li{
  width: 15px !important;
}
.slick-dots li button:before{
  font-size:15px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}}


/*-----------------------------------------------------
福利厚生
-------------------------------------------------------*/
.fukuri_box {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #ffffcd;
  border: solid 3px #333;
  box-sizing: border-box;
  border-radius: 30px;
}

.fukuri_box:before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #ffffcd;
  z-index: 2;
}

.fukuri_box:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #333;
  z-index: 1;
}
.fukuri_box p {
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #333;
}
@media (max-width:767px){
  .fukuri_box p {
  font-size: 90%;
}}

/*-----------------------------------------------------
勤務地
-------------------------------------------------------*/
.area{
  background-image: url(../images/map_bg.png);
}
.area_text01 {
    font-size: 150%;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.5em;
    padding-top: 1em;
}
.area_text02{
  color: #f32424;
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.area-textbox{
  background: #fff;
  padding: 0.5em 1em;
  border-radius: 20px;
  border: 2px solid #ff8400;
}
@media (max-width:991px) {
.area_text01{
  font-size: 140%;
}}

@media (max-width:767px){
 .area_text01{
  font-size: 100%;
}}


/*-----------------------------------------------------
選考フロー 
-------------------------------------------------------*/
.step{
  background-color: #ffffcd;  
}
.step03{
  padding-top: 30px;
}
@media (max-width:767px){
  .step .col-sm-6{
    padding-left: 0px;
    padding-right: 0px;
  }
  .step02{
   padding: 20px 0px;
  }
  .step03{
   padding: 0px;
  }}


/*-----------------------------------------------------
募集要項 
-------------------------------------------------------*/
.bosyu_box{
  width: 100%;
  padding-bottom: 30px;
}

.bosyu th{
  border: solid 1px;
  padding: 15px 20px;
  vertical-align: top;
}

.bosyu td{
  border: solid 1px;
  padding: 15px 20px;
  vertical-align: top;
} 

.bosyu .th_bg{
  color: #fff;
  background-color: #ff8400;
}

.bosyu .td_bg{
  color: #333;
  background-color: #fff;
}

.td_span{
  padding-top: 1em;
  display: inline-block;
}
@media (max-width:991px) {
.bosyu .th_bg{
  font-size: 90%;
  line-height: 1.5em;
}
.bosyu .td_bg{
  font-size: 85%;
  line-height: 1.5em;
}}

@media (max-width:767px){
  .bosyu_ttl{
    font-size: 93%;
  }
  .bosyu .th_bg{
  font-size: 80%;
  line-height: 1.5em;
}
.bosyu .td_bg{
  font-size: 75%;
  line-height: 1.5em;
}
.bosyu th{
  border: solid 1px #ff8400;
  padding: 5px 20px;
}
.bosyu_box tr,
.bosyu_box th,
.bosyu_box td{
  display: block;
}}



/*-----------------------------------------------------
Q&A 
-------------------------------------------------------*/
.question{
  background-color: #ffffcd;    
}

.q_ttl{
  color: #ff780b;
  font-weight: bold;
  font-size: 160%;
  text-align: center;
}

.q_text{
  color: #ff780b;
  font-size: 120%;
}

@media (max-width:991px){
  .q_text{
    font-size: 110%;
}}

@media (max-width:767px){
  .q_center{
    text-align: center;
  }
  .q_text{
  padding-bottom: 10px;
  font-size: 90%;
  line-height: 1.5em;
}
   .a_text{
  font-size: 90%;
  line-height: 1.5em;
}
.q_ttl{
  font-weight: bold;
  font-size: 110%;
  padding-top: 0px;
  text-align: center;
 }}


/* Q&A アコーディオン*/
.question .toggle {
  display: none;
}
.question .Label {    /*タイトル*/
  padding: 1em;
  display: block;
  color: #333;
  background:#fff;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: -1px!important;
}
.question .Label::before{   /*タイトル横の矢印*/
  content:"";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff780b;
  border-right: 2px solid #ff780b;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top:calc( 50% - 3px );
  right: 20px;
  transform: rotate(135deg);
}
.question .Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.question .content {    /*本文*/
  height: 0;
  margin-bottom:20px;
  padding:0 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
}
.question .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding:20px ;
  transition: all .3s;
}
.question .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/*-----------------------------------------------------
問い合わせ
-------------------------------------------------------*/
.toiawase{
  background-color: #ff8400;
}

.toiawase .toiawase_box{
  background-color: #fff;
  padding: 40px 0px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}

.toiawase_ttl{
  font-size: 150%;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
}

.toiawase_red{
  color: #f32424;
}

.toiawase_text{
  font-size: 100%;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  padding-top: 15px;
}
@media (max-width:991px){
  .toiawase .mail{
  width: 80%;
}
}
@media (max-width:767px){
  .toiawase .toiawase_box{
    width: 95%;
    padding: 25px 0px;
  }
  .toiawase_ttl{
  font-size: 100%;
}
.toiawase .mail{
  width: 80%;
}}

/*-----------------------------------------------------
追従CTA
-------------------------------------------------------*/
.fix-navi {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.fix-navi .container {
    padding: 20px;
}

.navi_text{
  font-size: 105%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.navi_box01{
  padding-right:5px;
}
.navi_box02{
  padding-left:5px;
}
.fix_mail {
  width: 100%;
}
.fix_form {
  width: 100%;
}

.Page-top {
    position: fixed;
    bottom: 5%;
    right: 1%;
}
@media (max-width:767px){
.Page-top {
    bottom: 25%;
    right: 1%;
}}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
footer {
  color:#fff;
  padding: 20px 0;
  text-align:center;
  background-color: #ff8400;
}
@media (max-width:991px) {
  footer {
    font-size: 12px;
  }
}
@media (max-width:767px) {
  footer {
    font-size: 10px;
    padding-bottom: 250px;
}}

/* 追従 */
.fix-navi{
  background-color: ;
}